Skip to main content

Modify Schedule Pattern of Schedule Policy

Select

SaaS
Customer Managed

API to update pattern for schedule in schedule policy

Path Parameters
  • schedulePolicyId int64 required
  • scheduleId int64 required
Request Body
  • minuteFrequency int32

    Possible values: >= 1 and <= 500000

    Frequency in minutes

  • hourlyFrequency int32

    Possible values: >= 1 and <= 8000

    Frequency in hours per day. Precedence is hourly, daily, weekly and monthly, in that order.

  • dailyFrequency int32

    Possible values: >= 1

    Frequency in days

  • weeklyFrequency int32

    Possible values: >= 1

    Frequency in weeks.

  • weeklyFrequencyDays string[]

    Possible values: [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY]

    Days of the week for weekly frequency

  • monthlyFrequency int32

    Possible values: >= 1

    Frequency in months.

  • monthlyFrequencyWeekOfMonth string

    Possible values: [FIRST, SECOND, THIRD, FOURTH, LAST]

    Specific week of a month

  • monthlyFrequencyDayOfWeek string

    Possible values: [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, DAY, WEEKDAY, WEEKEND_DAYS]

    Day of the week. Only for monthly frequency.

  • monthlyFrequencyDayOfMonth int32

    Possible values: >= 1 and <= 31

    Day of the month. Only available for monthly frequency type

  • yearlyFrequencyWeekOfMonth string

    Possible values: [FIRST, SECOND, THIRD, FOURTH, LAST]

    Specific week of a month

  • yearlyFrequencyDayOfWeek string

    Possible values: [SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, DAY, WEEKDAY, WEEKEND_DAYS]

    Day of the week. Only available for yearly frequency type

  • yearlyFrequencyDayOfMonth int32

    Possible values: >= 1 and <= 31

    Day of the month. Only available for yearly frequency type

  • yearlyFrequencyMonthOfYear string

    Possible values: [JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER]

    Month of the year. Only available for yearly frequency type

  • startTime int32

    Possible values: <= 86399

    Time in seconds from the beginning of the day when the backup starts. This is a mandatory field for daily, weekly, monthly, yearly frequencies

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
Loading...