Inventory

API related to Device's Inventory.

get
/inventory/device-hw-skus

Get the distribution of Switch HW SKU's across the network

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/inventory/device-hw-skus

No content

get
/inventory/devices

Get inventory information of all the devices in the network

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/inventory/devices

No content

get
/inventory/device-ip-transitions

Get the list of devices which had IP transitions including details.

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/inventory/device-ip-transitions

No content

get
/inventory/devices-lic-count

Get the count of licensed and non-licensed devices in the network.

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/inventory/devices-lic-count

No content

get
/inventory/device-ports

Get all port information for a specific device

Authorizations
authorizationstringRequired

Use User's Api for authorization

Query parameters
Responses
chevron-right
200

OK

No content

get
/inventory/device-ports

No content

get
/inventory/device-peripherals

Get all peripheral (FAN, PSU) information for a specific device

Authorizations
authorizationstringRequired

Use User's Api for authorization

Query parameters
Responses
chevron-right
200

OK

No content

get
/inventory/device-peripherals

No content

get
/inventory/device-firmware

Get all firmware information for a specific device.

Authorizations
authorizationstringRequired

Use User's Api for authorization

Query parameters
filterstringOptional

{
 "deviceAddress" : "68:21:5F:A6:61:72"
}

Note: For "deviceAddress" field accepts Mac address.

Responses
chevron-right
200

OK

No content

get
/inventory/device-firmware

No content

get
/inventory/interface-flaps

Get all interface flap information for the network.

Authorizations
authorizationstringRequired

Use User's Api for authorization

Query parameters
filterstringRequired

{
 "startTime" : "2026-01-23 02:09:36",
 "endTime" : "2026-01-23 03:09:36",
 "limit" : 10
}

Note: startTime and endTime are in UTC format. limit is the number of records to return.

Responses
chevron-right
200

OK

No content

get
/inventory/interface-flaps

No content

get
/inventory/devices-ports

Get list of all devices with their port information

Authorizations
authorizationstringRequired

Use User's Api for authorization

Responses
chevron-right
200

OK

No content

get
/inventory/devices-ports

No content

get
/inventory/fabrics

Get Fabric Summary

Authorizations
authorizationstringRequired

Use User's Api for authorization

Query parameters
Responses
chevron-right
200

OK

No content

get
/inventory/fabrics

No content

Last updated