v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Switch

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.

countinteger required

The number of objects returned in the current list.

totalinteger required

The total number of objects contained in the datastore.

offsetstring const required

An offset which could be passed in the next query to fetch the next page. Set to null when no more pages remain.

Example response

{
  "items": [
    {
      "id": "1",
      "type": "Static",
      "name": "7",
      "serialNumber": "CN31HKZ0CN",
      "siteId": "24833497",
      "tenantId": "0972444909e64fcd945dfd6e8261e26f"
    }
  ],
  "count": 1,
  "total": 1
}