v1
latestOpenAPI 3.0.02026-07-243339471.1 MBSwitch
Get interface PoE for a Switch
This API provides interface poe detail for a serial or stack id for a specific site. Conductor serial may also be used instead of a stack id
get/network-monitoring/v1/switches/{serial-number}/interface-poe
Path parameters
serial-numberstring const required
The device serial number.
Example:AP00000001
Serial Number of the switch in case of standalone, StackId or conductor serial in case of stack for which the device related information is requested.
Response
Object containing interface poe related to the switch.
Example response
{
"items": [
{
"id": "1",
"type": "Static",
"name": "7",
"serialNumber": "CN31HKZ0CN",
"siteId": "24833497",
"tenantId": "0972444909e64fcd945dfd6e8261e26f"
}
],
"count": 1,
"total": 1
}