Device
[LRO] Export RM devices data to CSV
Export RM devices data to a CSV file.
post/devices/rm-devices-page/export
Query parameters
keywordstring
The keyword to search
connectedboolean
The device connect status
adminStatesXiqDeviceAdminState[]
The device admin states
deviceCategory'WIRED' | 'WIRELESS'
The device category - wired, wireless
sortField'HOSTNAME' | 'MAC' | 'SN' | 'CONNECTION_STATUS' | 'OS' | 'PRODUCT_TYPE'
RM Device List Sort fields
The sort field
sortOrder'ASC' | 'DESC'
Sort Order
Sort order (ASC, DESC)
deviceTypesXiqDeviceType[]
The device types to return
configMismatchboolean
Config audit status(MATCHED(false) or UNMATCHED(true))
timezoneOffsetinteger
timezone offset
asyncboolean
Param to include additional columns data corresponding to 'Show Additional Data' option on the Network Devices page
includeUnassignedboolean
Whether to include unassigned devices
copilotLicenseStatusesXiqCopilotLicenseStatus[]
Copilot license status to filter devices
Request body
Example request
{
"mac_addresses": [
"001122334455",
"AABBCCDDEEFF"
],
"default_gateway_ips": [
"192.168.1.1",
"10.0.0.1"
]
}Response
OK