Get Current Maintenance Job
GET/aggregates/maintenance/orgId/:orgId
Get the running (in progress) maintenance job
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to get the running maintenance job.
Responses
- 200
- 400
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2021-12-17T11:04:12.945567Z",
"response": {
"id": "87bcb6ee-896d-4d8c-8fcf-b2e3a1342be1",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2021-12-17T10:23:36.534831Z",
"startTime": "2021-12-17T10:23:36.534832Z",
"endTime": "2021-12-17T10:23:37.377313Z",
"status": "inprogress",
"errorInformation": {}
}
}
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2021-12-17T11:04:12.945567Z",
"response": {
"id": "87bcb6ee-896d-4d8c-8fcf-b2e3a1342be1",
"organizationId": "default",
"triggerType": "CubeUpdateMaintenance(FirstTimeCubeProcessed)",
"creationTime": "2021-12-17T10:23:36.534831Z",
"startTime": "2021-12-17T10:23:36.534832Z",
"endTime": "2021-12-17T10:23:37.377313Z",
"status": "inprogress",
"errorInformation": {}
}
}
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...