token: ********************curl --location '/admin/switchs/portrelationship/' \
--header 'token: <api-key>'{
"success": true,
"data": {
"relationShip": [
{
"local_switch_id": 0,
"local_switch": "string",
"local_switch_port_id": 0,
"local_switch_port": "string",
"foreign_switch_id": 0,
"foreign_switch": "string",
"foreign_switch_port_id": 0,
"foreign_switch_port": "string",
"relationship": "string",
"depth": 0,
"network_layer": 0,
"data_source": "string"
}
],
"points": [
{}
],
"unconnectedSwitches": {}
}
}