curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/pingmesh/servers/topology/idc/23/netident/5/ui?protocol=tcp&metric=&datasource_id=' \
--header 'X-User-Token: <api-key>'
{
"dat": {
"metric": {
"name": "net_response_response_time",
"aggregate": "max"
},
"protocol": "tcp",
"port": "",
"start": 1696834153,
"end": 1696834153,
"idc": {
"id": 23,
"name": "idc2"
},
"net_ident_info": {
"id": 5,
"name": "10.206.0.13/32"
},
"topology": [
{
"name": "10.206.0.13",
"ident": "tt-fc-es02.nj",
"targets": [
{
"name": "10.206.0.13:8080",
"tags": {
"ident": "tt-fc-es02.nj",
"protocol": "tcp",
"sidc": "23#idc2",
"snet_ident": "10.206.0.13/32",
"target": "10.206.0.13:8080",
"tidc": "23#idc2",
"tnet_ident": "10.206.0.13/32"
},
"values": [
{
"timestamp": 1696834140,
"value": 0
}
]
},
{
"name": "10.206.0.13:9099",
"tags": {
"ident": "tt-fc-es02.nj",
"protocol": "tcp",
"sidc": "23#idc2",
"snet_ident": "10.206.0.13/32",
"target": "10.206.0.13:9099",
"tidc": "23#idc2",
"tnet_ident": "10.206.0.13/32"
},
"values": [
{
"timestamp": 1696834140,
"value": -1
}
]
}
]
}
]
},
"err": ""
}