ResponseContainerPagedAnomaly
ResponseContainerPagedAnomaly
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"items": [
{
"id": "string",
"model": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"row": 0,
"dashboardId": "string",
"endMs": 0,
"queryHash": "string",
"imageLink": "string",
"chartHash": "string",
"paramHash": "string",
"startMs": 0,
"section": 0,
"col": 0,
"chartLink": "string",
"originalStripes": [
{
"model": "string",
"endMs": 0,
"imageLink": "string",
"startMs": 0
}
],
"queryParams": {
"queryParams": "string"
},
"updatedMs": 0,
"deleted": false,
"customer": "string",
"metricsUsed": [
"string"
],
"hostsUsed": [
"string"
],
"creatorId": "string",
"updaterId": "string"
}
],
"offset": 0,
"limit": 0,
"cursor": "string",
"totalItems": 0,
"moreItems": false,
"sort": {
"ascending": false,
"field": "string",
"default": false
}
}
}