Snapservice Reports Clusters VirtualMachines Info

Snapservice Reports Clusters VirtualMachines Info
Snapservice Reports Clusters VirtualMachines Info

The Snapservice Reports Clusters VirtualMachines Info schema contains properties that provide information regarding the virtual machine.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "deleted": false,
    "exists": false
}
string
name
Required

Name of the virtual machine.

This property was added in vSphere API 9.0.0.0.

boolean
deleted
Required

This property is deprecated.

Whether the virtual machine is deleted.

This property was added in vSphere API 9.0.0.0.

boolean
exists
Optional

Whether the virtual machine exists in the VC inventory. If the virtual machine no longer exists, but has had snapshots in the cluster for the last 90 days, then this will be False. If the virtual machine is a replication placeholder, then this will be set to False.

This property was added in vSphere API 9.1.0.0.

This property is optional because it was added in a newer version than its parent node.