Monitoring Data
Description |
Retrieves monitoring data in NEO |
|||||||||||||||
Request URL |
|
|||||||||||||||
Supported Counters |
|
|||||||||||||||
Additional Traffic Counters |
|
|||||||||||||||
Supported Counters List |
|
If an invalid or a non-existing system is specified, an empty list will be returned.
Description |
Retrieves RoCE related counters data in NEO. The counters can be gathered by telemetry agent or JSON API. This is configurable in the Telemetry section of the controller.cfg file. |
|||||||||||||||
Request URL |
All monitoring data for all network ports in NEO: GET /neo/app/monitoring/roce |
|||||||||||||||
Additional Filters |
|
|||||||||||||||
Supported Counters |
|
Response:
{
"2018-11-29 17:20:00+02:00": {
"devices": {
"10.209.36.161": {
"interfaces": {
"Eth1/2": {
"NormalizedDiscardedPackets": 1,
"NormalizedBandwidth": 0,
"NormalizedECNPackets": "N/A"
}
}
}
}
},
"2018-11-29 18:05:00+02:00": {
"devices": {
"10.209.36.161": {
"interfaces": {
"Eth1/2": {
"NormalizedDiscardedPackets": 2,
"NormalizedBandwidth": 1,
"NormalizedECNPackets": "N/A"
}
}
}
}
}
}