Get Vcenter Region

Table 1. API: Vcenter Region
Element Description
API Getdclocation
Description This API Returns region is associated to endpoint.
Method GET
URL Http(s)://{xx.xxxx.xx.xx:xxx}/v3/Vcenter/provisioningEndPoints/{endpointId}/regions
URL Parameters (fields in curly {} braces)
  • endpointId (Mandatory): This is a unique identifier of Cloud Endpoint created in HCL BigFix CLM. It can be any value either PlatformEntityId or Name of the Platform available on Manage Provisioning Platform screen.
Header
  • Authorization Key: The initial step that needs to be performed before consuming HCL BigFix CLM APIs 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
{
"regionId": 4,
"platformEntityId": "VMWAR-4ECB9769-DE5A-4047-A7AD-840088EA264A",
"regionName": "Numberrth India",
"platformCode": "VMWAR",
"displayName": "Numberrth India"
}
Response Parameters
  • regionId
  • platformEntityId
  • regionName
  • platformCode
  • displayName