Device
[LRO] RM Device Page
Device List with pagination.
post/devices/rm-devices-page
Query parameters
pageinteger
Page number, min = 1
limitinteger
Page Size, min = 1, max = 100
keywordstring
The keyword to search
connectedboolean
The device connect status
adminStatesXiqDeviceAdminState[]
The device admin states to filter
deviceCategory'WIRED' | 'WIRELESS' | 'TPME' | 'APPLIANCES'
The device category - Wired, Wireless, TPME, Appliances
sortField'HOSTNAME' | 'MAC' | 'SN' | 'CONNECTION_STATUS' | 'OS' | 'PRODUCT_TYPE'
RM Device List Sort fields
The sort field
order'ASC' | 'DESC'
Sort Order
The sort order (ascending by default)
deviceTypesXiqDeviceType[]
The device types to return
configMismatchboolean
Config audit status(MATCHED(false) or UNMATCHED(true))
asyncboolean
Whether to enable async mode
includeUnassignedboolean
Whether to include unassigned devices
stacked_viewboolean
Whether to include only virtual stack (stacked_view = true) or also the stack members (stacked_view = false)
copilotLicenseStatusesXiqCopilotLicenseStatus[]
The copilot license status to filter
Request body
Example request
{
"mac_addresses": [
"001122334455",
"AABBCCDDEEFF"
],
"default_gateway_ips": [
"192.168.1.1",
"10.0.0.1"
]
}Response
OK
Example response
{
"data": [
{
"system_up_time": 1770280794349,
"mac_address": "001122334455",
"device_ip": "10.16.172.199",
"default_gateway": "10.16.172.199",
"ipv6_address": "0:0:0:0:0:0:0:0",
"eth0_uplink_speed": "SPEED_1000M",
"eth1_uplink_speed": "SPEED_1000M"
}
]
}