Snapservice.Clusters.VirtualMachines.ListResult
Snapservice.Clusters.VirtualMachines.ListResult
The Snapservice.Clusters.VirtualMachines.ListResult schema represents the result of GET /snapservice/clusters/{cluster}/virtual-machines operation.
This schema was added in vSphere API 8.0.3.0.
JSON Example
{
"items": [
{
"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"
}
]
}
}
}
]
}
items
Required
List of items
This property was added in vSphere API 8.0.3.0.