Preview

createScheduleJobSchedule is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

createScheduleJobSchedule

Create a schedule job schedule

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    dtsmp.job-schedules.readwrite.instance

    Arguments

    input CreateScheduleJobScheduleInput! PREVIEW

    Attributes to create a schedule job schedule

    CreateScheduleJobScheduleInput fields

    scheduleJobId ID!

    Schedule job Id

    name String!

    Schedule job schedule name

    type String!

    Schedule job schedule type - CRON/ONCE

    startTime DateTime

    Start time for schedule

    endTime DateTime

    End time for schedule

    schedule String!

    Execution schedule - cron or one time

    environmentVariables [ScheduleJobScheduleEnvironmentVariableInput!] PREVIEW

    Environment variables associated with schedule

    Return Fields

    scheduleJobSchedule ScheduleJobSchedule PREVIEW

    Created schedule job schedule details

    userErrors [CreateScheduleJobScheduleError!] PREVIEW

    Error details while creating schedule job schedule

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.