VirtualMachineDrResponseList

VirtualMachineDrResponseList
VirtualMachineDrResponseList

List of entities about: Information about a virtual machine

JSON Example
{
    "list": [
        {
            "id": "string",
            "name": "string",
            "power_state": "string",
            "connection_state": "string",
            "template": false,
            "managed_by_info": {
                "extension_key": "string",
                "type": "string"
            },
            "vr_privilege_granted": false,
            "disks": [
                {
                    "vm_id": "VirtualMachine:vm-80:e594ad24-5f75-41e3-a276-88a2116dbed0",
                    "device_key": 0,
                    "is_vm_home": false,
                    "encrypted": false,
                    "capacity": 0,
                    "source_disk_format": "string",
                    "source_path": {
                        "datastore_id": "Datastore:datastore-16:ff4a23e7-2fed-4be0-be39-479ae372badd",
                        "datastore_name": "local-datastore",
                        "path": "/path/to/folder",
                        "filename": "vmDisk1.vmdk"
                    },
                    "source_storage_policy_name": "string",
                    "source_storage_policy_id": "dsbrowser.defaultStoragePolicy",
                    "label": "string",
                    "controller_key": 0,
                    "controller_label": "string",
                    "supported_for_replication": false
                }
            ]
        }
    ],
    "_meta": {
        "errors": [
            {
                "code": "string",
                "message": "string",
                "field": "string"
            }
        ],
        "total": 0,
        "offset": 0,
        "limit": 0,
        "links": {
            "next": {
                "href": "string"
            },
            "self": {
                "href": "string"
            },
            "previous": {
                "href": "string"
            }
        }
    }
}
list
Optional

list

_meta
Optional

_meta

Returned By