Hi guys,
1. Is there an API call to get port information from a switch network, besides
GET /devices/[serial]/switchPorts
I want to know if there's a client connect to it, like snmp ifOperStatus, without calling for clients specially for that.
2. Also if there is an API call with sent and recieved amounts, such as InOctets/OutOctets, for port.
there is something similar in
GET /devices/[serial]/clients
{
"usage": {
"sent": 80,
"recv": 106
},
Thanks in advance