ReplicationMappingTestResultsDrResponseList
ReplicationMappingTestResultsDrResponseList
List of entities about: Connectivity test results for replication mappings between compute resources.
JSON Example
{
"list": [
{
"source_host_id": "string",
"source_host_name": "string",
"target_host_id": "string",
"target_host_name": "string",
"connection_status": "string",
"latency": 0,
"latency_units": "string",
"throughput": 0,
"throughput_units": "string",
"fail_reason": "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"
}
}
}
}