Get Ingestion Policy History
Get the version history of ingestion policy
Request
URI
GET
https://{api_host}/api/v2/usage/ingestionpolicy/{id}/history
COPY
Path Parameters
string
id
Required
id
Query Parameters
integer
offset
Optional
offset
integer
limit
Optional
limit
Responses
200
successful operation
Returns ResponseContainerHistoryResponse of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"inTrash": false,
"version": 0,
"updateUser": "string",
"updateTime": 0,
"changeDescription": [
"string"
]
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}