List local configuration versions for a device
GET/local-config/versions
Retrieves the version history of local configurations for a specified device.
Purpose:
- Track configuration changes pushed to devices
- View version history with timestamps
- Identify current and previous configuration versions
Request
Responses
- 200
- 400
- 401
- 403
- 404
- default
Success - Returns array of local configuration versions.
Notes:
- Empty array
[]is returned if no versions exist - Empty array
[]is returned if device doesn't exist - Versions typically ordered by timestamp
Bad Request
Unauthorized
Forbidden
Not Found
General Errors