Modify Schedule Pattern of Schedule Policy
Select
API to update pattern for schedule in schedule policy
Path Parameters
- schedulePolicyId int64 required
- scheduleId int64 required
- application/json
Request Body
- minuteFrequency int32
Possible values:
>= 1and<= 500000Frequency in minutes
- hourlyFrequency int32
Possible values:
>= 1and<= 8000Frequency in hours per day. Precedence is hourly, daily, weekly and monthly, in that order.
- dailyFrequency int32
Possible values:
>= 1Frequency in days
- weeklyFrequency int32
Possible values:
>= 1Frequency in weeks.
- weeklyFrequencyDays string[]
Possible values: [
SUNDAY,MONDAY,TUESDAY,WEDNESDAY,THURSDAY,FRIDAY,SATURDAY]Days of the week for weekly frequency
- monthlyFrequency int32
Possible values:
>= 1Frequency 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:
>= 1and<= 31Day 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:
>= 1and<= 31Day 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:
<= 86399Time in seconds from the beginning of the day when the backup starts. This is a mandatory field for daily, weekly, monthly, yearly frequencies
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}