[{"label":"Latest (1.0.0)","version":"latest"}]
srm-rest-api
DatastoreGroupVmInfo
Details about VMs in the context of a datastore group.
Properties
string
id
Required
The identifier of the virtual machine
string
name
Required
The name of the virtual machine
array of
string
datastores
Optional
Datastores that have disks of this VM.
boolean
inside_vapp
Optional
Whether this VM is inside a vApp
array of
DatastoreGroupVmProtectionIssue
protection_issues
Optional
Information about protection issues with this VM in the context of the current datastore group.
string
protection_status
Optional
Protection status of the VM in the context of the current datastore group.
Possible values are: PROTECTED , NOT_PROTECTED , NOT_REPLICATED
boolean
template
Optional
Whether this VM is a template VM
JSON Example
{
"id": "string",
"name": "string"
}