Snapservice.Reports.Clusters.VirtualMachines.ListItem
The Snapservice.Reports.Clusters.VirtualMachines.ListItem schema contains information about a virtual machine returned by GET /snapservice/reports/clusters/{cluster}/virtual-machines operation
This schema was added in vSphere API 9.0.0.0.
{
"vm": "string",
"info": {
"name": "string",
"deleted": false
}
}
Identifier of the virtual machine.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: VirtualMachine
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: VirtualMachine
.
Information regarding the virtual machine.
This property was added in vSphere API 9.0.0.0.