Preview

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

updateScheduleJobSchedule

Update 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 UpdateScheduleJobScheduleInput! PREVIEW

    Attributes to update a schedule job schedule

    UpdateScheduleJobScheduleInput fields

    id ID!

    Schedule job schedule Id

    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

    Updated schedule job schedule details

    userErrors [UpdateScheduleJobScheduleError!] PREVIEW

    Error details while updating 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.