ReplicationMappingTestResults
ReplicationMappingTestResults
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"
}
string
source_host_id
Optional
An ID of the source host.
string
source_host_name
Optional
The name of the source host.
string
target_host_id
Optional
An ID of the target host.
string
target_host_name
Optional
The name of the target host.
string
connection_status
Optional
Connection status between primary and secondary objects.
Possible values are :
OK,
IN_PROGRESS,
WARNING,
ERROR,
NA,
integer As int64
As int64
latency
Optional
Latency.
string
latency_units
Optional
Latency units.
integer As int64
As int64
throughput
Optional
Throughput.
string
throughput_units
Optional
Throughput units.
string
fail_reason
Optional
Fail reason for the test, if any.