site_pair_info

site_pair_info
site_pair_info
JSON Example
{
    "source_endpoint_id": "string",
    "dest_endpoint_id": "string",
    "source_cp_id": "string",
    "dest_cp_id": "string",
    "source_uplink_ids": [
        "string"
    ],
    "dest_uplink_ids": [
        "string"
    ],
    "service_mesh_id": "string"
}
string
source_endpoint_id
Required

Endpoint ID of the source site (mandatory)

string
dest_endpoint_id
Required

Endpoint ID of the destination site (mandatory)

string
source_cp_id
Optional

Compute profile ID on the source site used by the serviceMesh(optional)

string
dest_cp_id
Optional

Compute profile ID on the destination site used by the serviceMesh(optional)

array of string
source_uplink_ids
Optional

uplink-network-ids on source site used by serviceMesh (If the uplinks are overridden then only overridden uplinkIds will be added in the array else the ones used in compute profile)

array of string
dest_uplink_ids
Optional

uplink-network-ids on destination site used by serviceMesh (If the uplinks are overridden then only overridden uplinkIds will be added in the array else the ones used in compute profile)

string
service_mesh_id
Optional

service_mesh_id if already present, may be an empty string (optional)