| API
|
GetScvmmCloudMaster |
| Description |
API Returns SCVMM cloud(s) exist in Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/scvmm/provisioningEndPoints/{endpointId}/clouds |
| 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": "CLOUD-516BA9F1-407E-468C-9945-282F2B65BA7A",
"actualIdOnEnvironment": "xxxxxx",
"name": "Test",
"platformEntityId": "SCVM2-8F1E78E7-04D3-4AAF-822F-4D9D1E63DACD",
"virtualCpuCount": 10,
"virtualCpuCountLimited": 18,
"memory": 10240,
"memoryLimited": 14.0,
"storage": 10,
"storageLimited": 244,
"customQuota": 10,
"customQuotaLimited": 6,
"virtualMachinesLimited": 6,
"virtualMachines": 10,
"associatedServicePlans": [
{
"servicePlanId": "2",
"servicePlanName": "silver"
}
]
}
]
}
|
| Response Parameters |
- Result:
- entityId
- actualIdOnEnvironment
- name
- platformEntityId
- virtualCpuCount
- virtualCpuCountLimited
- memory
- memoryLimited
- storage
- storageLimited
- customQuota
- customQuotaLimited
- virtualMachinesLimited
- virtualMachines
- associatedServicePlans
|