GET /api/v1/sites/{site_id}/devices/config_history/search
Summary: searchSiteDeviceConfigHistory
Operation ID: searchSiteDeviceConfigHistory
Auth: unknown
Operation ID: searchSiteDeviceConfigHistory
Auth: unknown
Description
Search for entries in device config history
Parameters (7)
device_type
(string, query, optional, default: ap)
Constraints: {'enum': ['ap', 'switch', 'gateway']}
duration
(string, query, optional, default: 1d)
For historical stats and/or logs where time range is needed, you can specify the time range in a few different ways: * ?start=1430000000&end=1430864000 specify the start / end * ?end=1430864000&duration=1d specify end time and duration * ?duration=1d specify duration, end will be now() in seconds
end
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
limit
(integer, query, optional, default: 100)
Constraints: {'minimum': 0}
mac
(string, query, optional)
Device MAC Address
site_id
(string, path, required)
start
(integer, query, optional, default: 0)
Constraints: {'minimum': 0}
No probe data for this endpoint yet.