Skip to main content

List Schedules on Source

GET 

/sources/:sourceId/schedules

Use this API to list the schedules that exist on the specified source in Identity Security Cloud (ISC).

Request

Path Parameters

    sourceId stringrequired

    Source ID.

    Example: 2c9180835d191a86015d28455b4a2329

Responses

The schedules were successfully retrieved.

Schema

  • Array [

  • type stringrequired

    Possible values: [ACCOUNT_AGGREGATION, GROUP_AGGREGATION]

    The type of the Schedule.

    cronExpression stringrequired

    The cron expression of the schedule.

  • ]

Loading...