| API
|
GetAzureSubNet |
| Description |
API returns AZURE subnet(s) exist in Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/azure/provisioningEndPoints/{endpointId}/subnets |
| URL Parameters (fields in curly {} braces) |
|
| Header |
-
Authorization Key: The initial step that needs to be performed before
consuming HCL BigFix CLM API is to obtain the
Token Value for an
authorization key. Once a Token value is
obtained, it remains valid for all API calls made in a
session. For more information on how to do that, refer Token API description.
-
Content-type: application/json
|
| Response
|
A Sample Response:
{
"totalRecords": 1,
"records": [
{
"entityId": "SUB-348B074F-0E0A-40ED-B76D-F44B26DE30F1",
"subnetName": "common-sub",
"vnetName": "RG-vnet",
"regionName": "eastus",
"id": 1,
"subnetAddressPrefix": "xxxxxx/xx",
"nsgEntityId": "",
"platformEntityId": "ARM-58B227EC-707F-4549-9EB3-8EB1D06F55D2",
"tags": [],
"associatedServicePlans": [
{
"servicePlanId": "1",
"servicePlanName": "platinum"
}
]
}
]
}
|
| Response Parameters |
- Result:
- entityId
- subnetName
- vnetName
- regionName
- id
- subnetAddressPrefix
- nsgEntityId
- platformEntityId
- tags
- associatedServicePlans
|