Skip to main content

Create Schedule on Source

POST 

/sources/:sourceId/schedules

Use this API to create a new schedule for a type on the specified source in Identity Security Cloud (ISC).

Request

Path Parameters

    sourceId stringrequired

    Source ID.

    Example: 2c9180835d191a86015d28455b4a2329

Body

required

    type stringrequired

    Possible values: [ACCOUNT_AGGREGATION, GROUP_AGGREGATION]

    The type of the Schedule.

    cronExpression stringrequired

    The cron expression of the schedule.

Responses

The schedule was successfully created on the specified source.

Schema

    type stringrequired

    Possible values: [ACCOUNT_AGGREGATION, GROUP_AGGREGATION]

    The type of the Schedule.

    cronExpression stringrequired

    The cron expression of the schedule.

Loading...