ReplicationServerInfoDrResponseList
ReplicationServerInfoDrResponseList
List of entities about: Information about the vSphere Replication server.
JSON Example
{
"list": [
{
"id": "string",
"replication_count": 0,
"connected": false,
"decommissioned": false,
"internally_managed": false,
"uuid": "string",
"hostname": "string",
"configuration_url": "string",
"name": "string",
"fault": "string"
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}