Get all Hypervisor
Select
SaaS
Customer Managed
Get the details of all Hypervisor
Query Parameters
- start integer
This value determines the starting point for fetching Hypervisors. For example, if set to 5, the first 5 Hypervisors will be skipped, and fetching will begin from the 6th Hypervisor onward.
- limit integer
Default value:
20
Specifies the number of Hypervisors to fetch. If set to 0, all hypervisors will be fetched starting from the specified start value.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- HypervisorCount int32
Hypervisors object[]
{
"HypervisorCount": 0,
"Hypervisors": [
{
"id": 0,
"name": "string",
"displayName": "string",
"hostName": "string",
"regionName": "string",
"cloudVendor": "DEFAULT",
"HypervisorType": "NONE",
"status": "UNKNOWN",
"version": "string",
"instance": {
"id": 0,
"name": "string"
},
"company": {
"id": 0,
"name": "string"
},
"clientActivityControl": [
{
"activityType": "BACKUP",
"enableAfterADelay": true,
"enableActivityType": true,
"delayTime": {
"timeZone": {
"id": 0,
"name": "string"
},
"time": 0,
"value": "string"
}
}
],
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"commcell": {
"name": "string"
},
"manageSnapshot": {
"id": 0,
"name": "string"
},
"isManagedIdentity": true,
"useHostedInfrastructure": false,
"enableCloudConfigProtection": false,
"description": "string"
}
]
}
Requested Details not found
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
GET /v4/hypervisor
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/Hypervisor' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'