List Cube Aggregate Creation Schedules
GET/org/:orgId/project/:projectId/cube/:cubeId/aggregates-creation/scheduler
Get creation schedules for a cube.
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to list schedules.
projectId stringrequired
The Project ID for which you want to list schedules.
cubeId stringrequired
The Cube ID for which you want to list schedules.
Responses
- 200
- 400
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"response": [
{
"created_at": "2023-05-22T08:50:56.138663Z",
"created_by_user": "admin",
"cube_id": "b89a2fb7-74f4-4828-706e-70f7186e10a0",
"full_build": true,
"job_id": "da67817b-22db-4dbf-91a8-05124e241f77",
"latest_execution": {
"executedAt": "0001-01-01T00:00:00Z",
"id": "",
"jobId": ""
},
"organization_Id": "default",
"path": "aggregate/create",
"project_id": "956a27dd-32b1-482e-7d5c-2488fdb9c943",
"time_expression": "0 25 06 ? * *"
}
],
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
{
"response": [
{
"created_at": "2023-05-22T08:50:56.138663Z",
"created_by_user": "admin",
"cube_id": "b89a2fb7-74f4-4828-706e-70f7186e10a0",
"full_build": true,
"job_id": "da67817b-22db-4dbf-91a8-05124e241f77",
"latest_execution": {
"executedAt": "0001-01-01T00:00:00Z",
"id": "",
"jobId": ""
},
"organization_Id": "default",
"path": "aggregate/create",
"project_id": "956a27dd-32b1-482e-7d5c-2488fdb9c943",
"time_expression": "0 25 06 ? * *"
}
],
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
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...