v1
latestSwagger 2.02026-07-173949114.3 KBinventory
Get component inventory information from all network devices
Retrieves the hardware and software component information, such as ASIC, platform, and OS vendor and version information, for all switches and hosts in your network. Refer to the InventoryOutput model for all data collected.
get/object/inventory
Query parameters
eq_timestampinteger
Display results for a given time. Time must be entered in Epoch format. For example, to display the results for Monday February 13, 2019 at 1:25 pm, use a time converter and enter 1550082300.
countinteger
Number of entries to display starting from the offset value. For example, a count of 100 displays 100 entries at a time.
offsetinteger
Used in combination with count, offest specifies the starting location within the set of entries returned. For example, an offset of 100 would display results beginning with entry 101.
Response
successful operation
Example response
{
"data": {
"total": 100
}
}