curl --location --request GET 'http://10.16.11.91:6012/sddc/v1/v2/os/zone-pairs//' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f'{
"zone_pairs": [
{
"pong": true,
"source_zone": {
"id": 0,
"name": "string"
},
"destination_zone": {
"id": 0,
"name": "string"
},
"samples": [
{
"send_fail_size": 0,
"receive_succ_size": 0,
"create": "string",
"receive_fail_ops": 0,
"send_total_ops": 0,
"receive_succ_ops": 0,
"send_succ_ops": 0,
"receive_total_ops": 0,
"send_fail_ops": 0,
"send_succ_size": 0,
"receive_fail_size": 0
}
],
"id": 0
}
]
}