Get Configurations History
Return history snapshots of configurations with some additional information.
Request
Name | Required | Operation specific | Description | |
---|---|---|---|---|
Path Variable |
Tenant | Yes |
No |
Defines the tenant used to return configuration |
Query |
max |
No |
Positive Integer value to identify the maximum number of configuration history snapshots to return in a response. Can be used to organize pagination in combination with the "offset" parameter. Default value is 10. |
|
offset |
No |
Positive Integer value to identify starting what element in a result set should be returned in a response. Can be used to organize pagination in combination with the "max" parameter. Default value is 0. |
Response
A JSON Array of objects representing the configurations snapshots with additional information.
Example Request
Example Response