Get security solutions (GET collection)

 

Published: July 13, 2016

Updated: July 12, 2016

Returns all the deployed security solutions.

Method

Request Uri

GET

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

Parameter

Description

subscriptionId

The subscription id

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).

{ 
    "value": [ 
        { 
            "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" 
        }, 
        { 
            "properties": { 
                "productName": "Next Generation Firewall", 
                "securityFamily": "Ngfw", 
                "integrationLevel": "SemiIntegrated", 
                "protectionStatus": "UnReported", 
                "template": "checkpoint/check-point-r77-10sg-byol", 
                "protectedResourcesStates": [ 
                ], 
                "protectedResourcesTypes": [ 
                ], 
                "managementUrl": "", 
                "creationDate": "2016-05-10T15:41:12.4123016Z", 
                "provisioningState": "Succeeded" 
            }, 
            "id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/BenRG/providers/Microsoft.Security/securitySolutions/benNGFW", 
            "name": "benNGFW", 
            "type": "Microsoft.Security/securitySolutions", 
            "location": "eastus" 
        } 
    ] 
} 

Show: