Get a virtual machine identified by {vm-id}

get/virtualization/v1beta1/virtual-machines/{vm-id}

Details of a virtual machine

Securitybearer
Request
path Parameters
vm-id
required
string

UUID string uniquely identifying the virtual machine

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized request

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "allowedOperations": [
    ],
  • "appInfo": {
    },
  • "appType": "VMWARE",
  • "capacityInBytes": 2407653459860,
  • "clusterInfo": {
    },
  • "computeInfo": {
    },
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "displayName": "My-Test-VM",
  • "folderInfo": {
    },
  • "generation": 0,
  • "guestInfo": {
    },
  • "hciClusterUuid": "754f63f7-1016-40ec-9b8f-610f978b9aec",
  • "hostInfo": {
    },
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "vm-1-windows",
  • "networkAdapters": [
    ],
  • "networkAddress": "string",
  • "powerState": "POWERED_ON",
  • "protectionJobInfo": {
    },
  • "protectionPolicyAppliedAtInfo": {
    },
  • "protectionStatus": "PROTECTED",
  • "recoveryPointsExist": true,
  • "resourceUri": "/virtualization/v1beta1/virtual-machines/{vm-id}",
  • "services": [
    ],
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "string",
  • "uid": "07cc67f4-45d6-494b-adac-09b5cbc7e2b5",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "vclsVm": false,
  • "virtualDisks": [
    ],
  • "vmClassification": "DATA_ORCHESTRATOR",
  • "vmConfigPath": "NEW_VCSA6.7/NEW_VCSA6.7.vmx",
  • "vmPerfMetricInfo": {
    },
  • "vmProtectionGroupsInfo": [
    ],
  • "volumesInfo": [
    ]
}