Security Solutions - List
Gets a list of Security Solutions for the subscription.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutions?api-version=2020-01-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
subscription
|
path | True |
string pattern: ^[0-9A-Fa-f]{8}-([0-9A-Fa-f]{4}-){3}[0-9A-Fa-f]{12}$ |
Azure subscription ID |
|
api-version
|
query | True |
string |
API version for the operation |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
OK |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
Get security solutions
Sample request
Sample response
{
"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"
}
]
}
Definitions
| Name | Description |
|---|---|
|
Cloud |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). |
|
Cloud |
The error detail. |
|
Error |
The resource management error additional info. |
|
provisioning |
The security family provisioning State |
|
security |
The security family of the security solution |
|
Security |
|
|
Security |
CloudError
Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).
| Name | Type | Description |
|---|---|---|
| error.additionalInfo |
The error additional info. |
|
| error.code |
string |
The error code. |
| error.details |
The error details. |
|
| error.message |
string |
The error message. |
| error.target |
string |
The error target. |
CloudErrorBody
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
provisioningState
The security family provisioning State
| Value | Description |
|---|---|
| Succeeded | |
| Failed | |
| Updating |
securityFamily
The security family of the security solution
| Value | Description |
|---|---|
| Waf | |
| Ngfw | |
| SaasWaf | |
| Va |
SecuritySolution
| Name | Type | Description |
|---|---|---|
| id |
string |
Resource Id |
| location |
string |
Location where the resource is stored |
| name |
string |
Resource name |
| properties.protectionStatus |
string |
The security solutions' status |
| properties.provisioningState |
The security family provisioning State |
|
| properties.securityFamily |
The security family of the security solution |
|
| properties.template |
string |
The security solutions' template |
| type |
string |
Resource type |
SecuritySolutionList
| Name | Type | Description |
|---|---|---|
| nextLink |
string |
The URI to fetch the next page. |
| value |