| API
|
GetAzureResourceGroup |
| Description |
API returns AZURE resource group(s) exist in Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/azure/provisioningEndPoints/{endpointId}/resourceGroups |
| 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": 4,
"records": [
{
"entityId": "RES-295CD8F7-93B5-41E5-A0D5-DCE7057C2A27",
"regionName": "eastus2",
"name": "RG-asr",
"id": 1,
"isDefault": "N",
"platformEntityId": "ARM-xxxxxx",
"tags": [],
"associatedServicePlans": []
}
]
}
|
| Response Parameters |
- Result:
- entityId
- regionName
- name
- id
- isDefault
- platformEntityId
- tags
- associatedServicePlans
|