Snapservice.Clusters.VirtualMachines.ListItem
The Snapservice.Clusters.VirtualMachines.ListItem schema contains information about a virtual machine returned by GET /snapservice/clusters/{cluster}/virtual-machines operation.
This schema was added in vSphere API 8.0.3.0.
{
"vm": "string",
"info": {
"name": "string",
"local_protection_enabled": false,
"protection_groups": [
"string"
],
"last_snapshot_time": "string",
"oldest_snapshot_time": "string",
"snapshot_count": 0,
"in_cluster": false,
"remote_protection_info": {
"incoming_replication": {
"status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"license_failure": false,
"cluster_pair": "string"
},
"outgoing_replications": [
{
"status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
],
"license_failure": false,
"cluster_pair": "string"
}
]
}
}
}
Identifier of the virtual machine.
This property was added in vSphere API 8.0.3.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 8.0.3.0.