Get protected resource (GET)

 

Published: July 13, 2016

Updated: July 12, 2016

Returns information about a single resource.

Method

Request Uri

GET

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

Parameter

Description

subscriptionId

The subscription id

resourceGroup

The resource group of the protected resource

securitySolution

The name of the security solution

protectedResourceName

The name of the protected resource

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 202 (Accepted).


					{ 

   "id": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/ream-dev3arm-test1/providers/Microsoft.Security/securitySolutions/ronendev3IP4991-waf /protectedResources/IaaSWebServerTier1Arm-ream-dev3arm-test1", 
  "name": "IaaSWebServerTier1Arm-ream-dev3arm-test1", 
  "type": "Microsoft.Security/securitySolutions/protectedResources", 
  "properties": { 
    "resourceAzureId": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/ream-dev3arm-test1/providers/Microsoft.Network/publicIPAddresses/ream-dev3arm-test1", 
    "taskId": "/subscriptions/e5d1b86c-3051-44d5-8802-aa65d45a279b/resourceGroups/app11/providers/Microsoft.Security/tasks/00000000-0000-0000-0000-000000000000" 
  } 
}  

Show: