List Maintenance Job History
GET/aggregates/maintenance/orgId/:orgId/history
Get a list of the maintenance jobs for an organization.
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to get the history of maintenance jobs.
Responses
- 200
- 400
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2022-04-01T14:01:14.372616Z",
"response": {
"data": [
{
"id": "aba2c665-9535-4377-8eac-66482a0a1cbf",
"organizationId": "default",
"triggerType": "TimeBasedMaintenance",
"creationTime": "2022-04-01T05:53:55.278706Z",
"startTime": "2022-04-01T05:53:55.278706Z",
"endTime": "2022-04-01T05:53:55.449299Z",
"status": "done",
"errorInformation": {}
},
{
"id": "1169ecd4-1904-42ba-801e-efb649c8531c",
"organizationId": "default",
"triggerType": "TimeBasedMaintenance",
"creationTime": "2022-03-31T22:01:18.371775Z",
"startTime": "2022-03-31T22:01:18.371776Z",
"endTime": "2022-03-31T22:01:18.562840Z",
"status": "done",
"errorInformation": {}
},
{
"id": "955c391d-63e1-4e36-a3ba-4509ef1dd947",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2022-03-31T15:23:07.948496Z",
"startTime": "2022-03-31T15:23:07.948496Z",
"endTime": "2022-03-31T15:23:08.236517Z",
"status": "done",
"errorInformation": {}
},
{
"id": "47dc8cc8-1ba4-45e4-b23d-a2135b1f3a5e",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2022-03-31T15:20:57.113649Z",
"startTime": "2022-03-31T15:20:57.113650Z",
"endTime": "2022-03-31T15:20:57.689258Z",
"status": "done",
"errorInformation": {}
}
],
"limit": 10,
"offset": 0,
"force_pull": false
}
}
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2022-04-01T14:01:14.372616Z",
"response": {
"data": [
{
"id": "aba2c665-9535-4377-8eac-66482a0a1cbf",
"organizationId": "default",
"triggerType": "TimeBasedMaintenance",
"creationTime": "2022-04-01T05:53:55.278706Z",
"startTime": "2022-04-01T05:53:55.278706Z",
"endTime": "2022-04-01T05:53:55.449299Z",
"status": "done",
"errorInformation": {}
},
{
"id": "1169ecd4-1904-42ba-801e-efb649c8531c",
"organizationId": "default",
"triggerType": "TimeBasedMaintenance",
"creationTime": "2022-03-31T22:01:18.371775Z",
"startTime": "2022-03-31T22:01:18.371776Z",
"endTime": "2022-03-31T22:01:18.562840Z",
"status": "done",
"errorInformation": {}
},
{
"id": "955c391d-63e1-4e36-a3ba-4509ef1dd947",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2022-03-31T15:23:07.948496Z",
"startTime": "2022-03-31T15:23:07.948496Z",
"endTime": "2022-03-31T15:23:08.236517Z",
"status": "done",
"errorInformation": {}
},
{
"id": "47dc8cc8-1ba4-45e4-b23d-a2135b1f3a5e",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2022-03-31T15:20:57.113649Z",
"startTime": "2022-03-31T15:20:57.113650Z",
"endTime": "2022-03-31T15:20:57.689258Z",
"status": "done",
"errorInformation": {}
}
],
"limit": 10,
"offset": 0,
"force_pull": false
}
}
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user does not have access right for the API.
Unauthorized. This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
Loading...