Get security solution (GET)

 

Published: July 13, 2016

Updated: July 12, 2016

Gets a single security solution, identified by the solution name.

Method

Request Uri

GET

https://<endpoint>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/microsoft.Security/securitySolutions/{solutionName}?api-version={api-version}

Parameter

Description

subscriptionId

The subscription id

resourceGroup

The resource group of the security solution

solutionName

The name of the security solution

Api-version

The version of the Security RP protocol used for this request

Common request headers only.

If successful, the operation returns HTTP status code of 200 (OK).

{ 
    "properties": { 
        "productName": "Web Application Firewall", 
        "securityFamily": "Waf", 
        "integrationLevel": "SemiIntegrated", 
        "protectionStatus": "Good", 
        "template": "barracudanetworks/wafbyol-ARM", 
        "protectedResourcesStates": [ 
        ], 
        "protectedResourcesTypes": [ 
        ], 
        "managementUrl": "", 
        "creationDate": "2016-05-08T14:15:13.3039255Z", 
        "provisioningState": "Succeeded" 
    }, 
    "id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/barwafteir2v3/providers/Microsoft.Security/securitySolutions/barwaftier2new1VM", 
    "name": "barwaftier2new1VM", 
    "type": "Microsoft.Security/securitySolutions", 
    "location": "westeurope" 
} 

Show: