DatastoreGroupVmInfo

DatastoreGroupVmInfo
DatastoreGroupVmInfo

Details about VM in the context of a datastore group.

JSON Example
{
    "id": "string",
    "name": "string",
    "template": false,
    "inside_vapp": false,
    "datastores": [
        {}
    ],
    "protection_status": "string",
    "protection_issues": [
        {
            "type": "string",
            "datastore_name": "string",
            "device_id": 0,
            "disk_key": 0,
            "datastore": "string"
        }
    ]
}
string
id
Required

The identifier of the virtual machine.

string
name
Required

The name of the virtual machine.

boolean
template
Optional

Whether this VM is a template VM

boolean
inside_vapp
Optional

Whether this VM is inside a vApp

array of string
datastores
Optional

Datastores that have disks of this VM.

string
protection_status
Optional

Protection status of a VM in the context of the current datastore group:

  • PROTECTED
  • NOT_PROTECTED
  • NOT_REPLICATED

Possible values are : PROTECTED, NOT_PROTECTED, NOT_REPLICATED,
protection_issues
Optional

A list of the protection issues with this VM in the context of the current datastore group.