Security Solutions - Get
Hämtar en specifik säkerhetslösning.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/securitySolutions/{securitySolutionName}?api-version=2020-01-01
URI-parametrar
Name | I | Obligatorisk | Typ | Description |
---|---|---|---|---|
asc
|
path | True |
string |
Platsen där ASC lagrar prenumerationens data. kan hämtas från Hämta platser |
resource
|
path | True |
string |
Namnet på resursgruppen i användarens prenumeration. Namnet är skiftlägesokänsligt. Reguljärt uttrycksmönster: |
security
|
path | True |
string |
Namnet på säkerhetslösningen. |
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 a security solution from a security data location
Exempelbegäran
GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg2/providers/Microsoft.Security/locations/centralus/securitySolutions/paloalto7?api-version=2020-01-01
Exempelsvar
{
"properties": {
"securityFamily": "Ngfw",
"protectionStatus": "Good",
"template": "paloalto.paloaltofw",
"provisioningState": "Succeeded"
},
"id": "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg2/providers/Microsoft.Security/locations/centralus/securitySolutions/paloalto7",
"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 |
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 |