curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/pingmesh/idcs/topology/ui?protocol=tcp&metric=&aggregation=avg' \
--header 'X-User-Name: root' \
--header 'X-User-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"dat": {
"metric": {
"name": "net_response_response_time",
"aggregate": "max"
},
"protocol": "tcp",
"port": "",
"start": 1696833735,
"end": 1696833736,
"idc": {
"id": 0,
"name": ""
},
"net_ident_info": {
"id": 0,
"name": ""
},
"topology": [
{
"id": 22,
"name": "idc1",
"targets": [
{
"id": 22,
"name": "idc1",
"values": [
{
"tags": {
"protocol": "tcp",
"sidc": "22#idc1",
"tidc": "22#idc1"
},
"timestamp": 1696833735,
"value": -1
}
]
}
]
},
{
"id": 23,
"name": "idc2",
"targets": [
{
"id": 23,
"name": "idc2",
"values": [
{
"tags": {
"protocol": "tcp",
"sidc": "23#idc2",
"tidc": "23#idc2"
},
"timestamp": 1696833735,
"value": 0
}
]
}
]
}
]
},
"err": ""
}