| API
|
GetScvmmHostMaster |
| Description |
API Returns SCVMM host(s) exist in Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/scvmm/provisioningEndPoints/{endpointId}/hosts |
| 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": "HOST-74DC5A6C-52F5-407D-BD82-E4D6A86EE9A3",
"actualIdOnEnvironment": "beee7980-10e6-4374-9ef4-30e53d978597",
"name": "inprhyper05..com",
"platformEntityId": "SCVM2-8F1E78E7-04D3-4AAF-822F-4D9D1E63DACD",
"cloudName": "Test",
"cloudActualIdOnEnvironment": "xxxxxx",
"hostGroupName": "All Hosts",
"hostGroupActualIdOnEnvironment": "xxxxxx",
"associatedServicePlans": [
{
"servicePlanId": "2",
"servicePlanName": "silver"
}
]
}
]
}
|
| Response Parameters |
- Result:
- entityId
- actualIdOnEnvironment
- name
- platformEntityId
- cloudName
- cloudActualIdOnEnvironment
- hostGroupName
- hostGroupActualIdOnEnvironment
- associatedServicePlans
|