| API
|
GetVcenterresource |
| Description |
This API Returns Vcenter resource(s) exists in
Endpoint. |
| Method |
GET
|
| URL |
Http(s)://{xx.xxxx.xx.xx:xxx}/v3/Vcenter/provisioningEndPoints/{endpointId}/resources?queryParams={"filter":"","sortby":"","sortorder":"","pagenumber":"1","pagesize":"20000"} |
| URL Parameters (fields in curly {} braces) |
|
| 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
|
{
"totalRecords": 2,
"records": [
{
"actualIdOnEnvironment": "16261",
"resourceName": "Resources",
"associatedClusters": [
{
"clusterName": "SB-Management-Cluster",
"clusterActualIdonEnvironment": "16260"
}
],
"associatedServicePlans": [
{
"servicePlanId": "1",
"servicePlanName": "platinum"
}
]
},
{
"actualIdOnEnvironment": "16282",
"resourceName": "Resources",
"associatedClusters": [
{
"clusterName": "SB-Compute-Cluster",
"clusterActualIdonEnvironment": "16281"
}
],
"associatedServicePlans": []
}
]
}
|
| Response Parameters |
- Result:
- Actualidonenvironment
- Name
- Text
- Errormessage
- Message
- Status
|