v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
FloorPlan

Retrieves device specification for all models

Returns a list of device (AP) specification for planning.

get/network-monitoring/v1/catalogue-aps

Response

Returns a list of device with their specification.

countinteger required

The number of objects returned in the current list.

Example response

{
  "items": [
    {
      "id": "AP-650",
      "partNumber": "AP-650",
      "manufacturer": "Aruba",
      "type": "network-monitoring/catalogue-aps"
    }
  ],
  "count": 1
}