Security Solutions - List
Hämtar en lista över säkerhetslösningar för prenumerationen.
GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/securitySolutions?api-version=2020-01-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
subscription
|
path | True |
string |
Azure-prenumerations-ID Reguljärt uttrycksmönster: |
api-version
|
query | True |
string |
API-version för åtgärden |
Svar
Name | Typ | Description |
---|---|---|
200 OK |
OKEJ |
|
Other Status Codes |
Felsvar som beskriver varför åtgärden misslyckades. |
Säkerhet
azure_auth
Azure Active Directory OAuth2 Flow
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
Name | Description |
---|---|
user_impersonation | personifiera ditt användarkonto |
Exempel
Get security solutions
Exempelbegäran
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/securitySolutions?api-version=2020-01-01
Exempelsvar
{
"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"
}
]
}
Definitioner
Name | Description |
---|---|
Cloud |
Vanligt felsvar för alla Azure Resource Manager-API:er för att returnera felinformation för misslyckade åtgärder. (Detta följer även formatet för OData-felsvar.). |
Cloud |
Felinformationen. |
Error |
Ytterligare information om resurshanteringsfelet. |
provisioning |
Etableringstillstånd för säkerhetsfamilj |
security |
Säkerhetsfamiljen för säkerhetslösningen |
Security |
|
Security |
CloudError
Vanligt felsvar för alla Azure Resource Manager-API:er för att returnera felinformation för misslyckade åtgärder. (Detta följer även formatet för OData-felsvar.).
Name | Typ | Description |
---|---|---|
error.additionalInfo |
Ytterligare information om felet. |
|
error.code |
string |
Felkoden. |
error.details |
Felinformationen. |
|
error.message |
string |
Felmeddelandet. |
error.target |
string |
Felmålet. |
CloudErrorBody
Felinformationen.
Name | Typ | Description |
---|---|---|
additionalInfo |
Ytterligare information om felet. |
|
code |
string |
Felkoden. |
details |
Felinformationen. |
|
message |
string |
Felmeddelandet. |
target |
string |
Felmålet. |
ErrorAdditionalInfo
Ytterligare information om resurshanteringsfelet.
Name | Typ | Description |
---|---|---|
info |
object |
Ytterligare information. |
type |
string |
Ytterligare informationstyp. |
provisioningState
Etableringstillstånd för säkerhetsfamilj
Name | Typ | Description |
---|---|---|
Failed |
string |
|
Succeeded |
string |
|
Updating |
string |
securityFamily
Säkerhetsfamiljen för säkerhetslösningen
Name | Typ | Description |
---|---|---|
Ngfw |
string |
|
SaasWaf |
string |
|
Va |
string |
|
Waf |
string |
SecuritySolution
Name | Typ | Description |
---|---|---|
id |
string |
Resurs-ID |
location |
string |
Plats där resursen lagras |
name |
string |
Resursnamn |
properties.protectionStatus |
string |
Status för säkerhetslösningar |
properties.provisioningState |
Etableringstillstånd för säkerhetsfamilj |
|
properties.securityFamily |
Säkerhetsfamiljen för säkerhetslösningen |
|
properties.template |
string |
Mallen för säkerhetslösningar |
type |
string |
Resurstyp |
SecuritySolutionList
Name | Typ | Description |
---|---|---|
nextLink |
string |
URI:n för att hämta nästa sida. |
value |