| API
|
GetScvmmHostGroupMaster |
| Description |
API Returns SCVMM host group(s) exist in Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/scvmm/provisioningEndPoints/{endpointId}/hostGroups |
| 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": "HOSTG-46A18B60-7C8D-4E72-85C1-F11BC3FCE30D",
"actualIdOnEnvironment": "0e3ba228-a059-46be-aa41-2f5cf0f4b96e",
"name": "All Hosts",
"platformEntityId": "SCVM2-8F1E78E7-04D3-4AAF-822F-4D9D1E63DACD",
"cloudName": "Test",
"cloudActualIdOnEnvironment": "xxxxxx",
"associatedHosts": [
{
"hostName": "xxxxxx",
"hostActualIdOnEnvironment": "xxxxxx"
}
],
"associatedServicePlans": [
{
"servicePlanId": "2",
"servicePlanName": "silver"
}
]
}
]
}
|
| Response Parameters |
- Result:
- entityId
- actualIdOnEnvironment
- name
- platformEntityId
- cloudName
- cloudActualIdOnEnvironment
- associatedHosts
- associatedServicePlans
|