Skip to main content

Create Maintenance Schedule

POST 

/aggregates/maintenance/scheduler/jobs/orgId/:orgId

Create a new maintenance schedule using cron time expression.

Request

Path Parameters

    orgId stringrequired

    The Organization ID for which you want to get the active maintenance schedules.

Query Parameters

    time_expression stringrequired

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

    scheduler_type stringrequired

    Use the following value: time-based

Body

required

    any

Responses

Success.

Schema

    any

Loading...