Trigger Aggregate Creation Job
POST/org/:orgId/project/:projectId/cube/:cubeId/aggregates-creation/execute
Trigger a new aggregate creation job.
Request
Path Parameters
orgId stringrequired
The Organization ID for which you want to trigger a new job.
projectId stringrequired
The Project ID for which you want to trigger a new job.
cubeId stringrequired
The Cube ID for which you want to trigger a new job.
Responses
- 200
- 401
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"response": {
"success": true
},
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
{
"response": {
"success": true
},
"status": {
"i18n_message": "response.ok",
"message": "OK"
}
}
This error will occur if calling user does not have access right for the API.
This error will occur if the org identified by orgId does not exist.
A server error occurred. Check the logs for more details.
Loading...