Get Virtual Machine Details
Select
SaaS
Customer Managed
Get details for virtual machine
Path Parameters
- vmUUID string required
The vmUUID can be obtained from GET /virtualMachines UUID property
Query Parameters
- showInheritedAssociation boolean
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
vmDetails object
{
"vmDetails": {
"displayName": "string",
"summary": {
"hypervisor": {
"id": 0,
"name": "string"
},
"vmGroup": {
"id": 0,
"name": "string"
},
"host": "string",
"os": "string",
"vendor": "NONE",
"vmSize": 0,
"applicationSize": 0,
"plan": {
"id": 0,
"name": "string"
},
"latestRecoveryPoint": 0,
"oldestRecoveryPoint": 0,
"status": "PROTECTED",
"SLA": {
"status": "MET_SLA",
"reason": "string"
},
"company": {
"id": 0,
"name": "string"
}
},
"applicationValidationResults": {
"bootStatus": true,
"lastValidationJobId": 0,
"backupValidated": 0,
"backupCompletionDate": 0,
"appsDiscovered": [
{
"name": "string",
"scriptStatus": true,
"failureReason": "string"
}
]
},
"passkey": {
"authType": "USE_LOGIN",
"expirationTime": 0,
"passKeyRequiredForRestore": true,
"enableAuthorizeForRestore": true
},
"security": {
"associations": [
{
"user": {
"id": 0,
"name": "string",
"company": {
"id": 0,
"name": "string"
}
},
"useGroup": {
"id": 0,
"name": "string",
"company": {
"id": 0,
"name": "string"
}
},
"role": {
"id": 0,
"name": "string"
}
}
],
"permissions": [
{
"permissionId": 0,
"permissionName": "string",
"categoryId": 0,
"categoryName": "string",
"type": "ALL_CATEGORIES",
"exclude": true
}
],
"owners": [
{
"userId": 0,
"userName": "string",
"userGroupId": 0,
"userGroupName": "string"
}
]
},
"activityControl": [
{
"activityType": "BACKUP",
"enableAfterADelay": true,
"enableActivityType": true,
"delayTime": {
"timeZone": {
"id": 0,
"name": "string"
},
"time": 0,
"value": "string"
}
}
],
"tags": [
{
"id": 0,
"name": "string",
"value": "string"
}
]
}
}
Requested Details not found
GET /v4/virtualmachines/:vmuuid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/VirtualMachines/:vmUUID' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'