你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Security Solutions - List

获取订阅的安全解决方案列表。

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutions?api-version=2020-01-01

URI 参数

名称 必需 类型 说明
subscriptionId
path True

string

Azure 订阅 ID

正则表达式模式: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$

api-version
query True

string

操作的 API 版本

响应

名称 类型 说明
200 OK

SecuritySolutionList

还行

Other Status Codes

CloudError

描述操作失败的原因的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

Get security solutions

示例请求

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/securitySolutions?api-version=2020-01-01

示例响应

{
  "value": [
    {
      "properties": {
        "securityFamily": "SaasWaf",
        "protectionStatus": "Good",
        "template": "microsoft/ApplicationGateway-ARM",
        "provisioningState": "Succeeded"
      },
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg1/providers/Microsoft.Security/locations/centralus/securitySolutions/SaasWaf",
      "name": "MySaasWaf",
      "type": "Microsoft.Security/locations/securitySolutions",
      "location": "eastus"
    },
    {
      "properties": {
        "securityFamily": "Va",
        "protectionStatus": "Good",
        "template": "qualys.qualysAgent",
        "provisioningState": "Succeeded"
      },
      "id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg2/providers/Microsoft.Security/locations/centralus/securitySolutions/MyVA",
      "name": "MyVA",
      "type": "Microsoft.Security/locations/securitySolutions",
      "location": "eastus2"
    }
  ]
}

定义

名称 说明
CloudError

所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。

CloudErrorBody

错误详细信息。

ErrorAdditionalInfo

资源管理错误附加信息。

provisioningState

安全系列预配状态

securityFamily

安全解决方案的安全系列

SecuritySolution
SecuritySolutionList

CloudError

所有 Azure 资源管理器 API 的常见错误响应,以返回失败操作的错误详细信息。 (这也遵循 OData 错误响应格式)。

名称 类型 说明
error.additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

error.code

string

错误代码。

error.details

CloudErrorBody[]

错误详细信息。

error.message

string

错误消息。

error.target

string

错误目标。

CloudErrorBody

错误详细信息。

名称 类型 说明
additionalInfo

ErrorAdditionalInfo[]

错误附加信息。

code

string

错误代码。

details

CloudErrorBody[]

错误详细信息。

message

string

错误消息。

target

string

错误目标。

ErrorAdditionalInfo

资源管理错误附加信息。

名称 类型 说明
info

object

其他信息。

type

string

其他信息类型。

provisioningState

安全系列预配状态

名称 类型 说明
Failed

string

Succeeded

string

Updating

string

securityFamily

安全解决方案的安全系列

名称 类型 说明
Ngfw

string

SaasWaf

string

Va

string

Waf

string

SecuritySolution

名称 类型 说明
id

string

资源 ID

location

string

存储资源的位置

name

string

资源名称

properties.protectionStatus

string

安全解决方案的状态

properties.provisioningState

provisioningState

安全系列预配状态

properties.securityFamily

securityFamily

安全解决方案的安全系列

properties.template

string

安全解决方案的模板

type

string

资源类型

SecuritySolutionList

名称 类型 说明
nextLink

string

要提取下一页的 URI。

value

SecuritySolution[]