ReplicationMappingTestResultsDrResponseEntity

ReplicationMappingTestResultsDrResponseEntity
ReplicationMappingTestResultsDrResponseEntity

Connectivity test results for replication mappings between compute resources.

JSON Example
{
    "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"
            }
        ]
    }
}