| API
|
GetRegion |
| Description |
API returns regions associated with endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/gcp/provisioningEndPoints/{endpointId}/regions |
| 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": "REG-A65A1B9F-C331-4B7B-9E6C-6343B70A5E7A",
"regionName": "asia-south1",
"id": 99,
"cityName": "Mumbai",
"longitude": "",
"displayName": "Mumbai, India"
}
]
}
|
| Response Parameters |
- Result:
- entityId
- regionName
- id
- cityName
- longitude
- displayName
|