Skip to main content

Create Cube Aggregate Creation Schedule

POST 

/org/:orgId/project/:projectId/cube/:cubeId/aggregates-creation/scheduler

Create a new schedule using cron time expression.

Request

Path Parameters

    orgId stringrequired

    The Organization ID for which you want to create a schedule.

    projectId stringrequired

    The Project ID for which you want to create a schedule.

    cubeId stringrequired

    The Cube ID for which you want to create a schedule.

Query Parameters

    time_expression stringrequired

    When the schedule should be executed. Defined similarly to Cron job time format, with one more field (seconds) in the beginning. For example: 0 25 06 ? * *

    path stringrequired

    Use the following value: aggregate/create

Body

required

    any

Responses

Success.

Schema

    any

Loading...