{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/744a8207-9965-344e-aed3-d3ef846a4950","info":{"title":"Others","description":"Other APIs\n- Include APIs that do not belong to other categories\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"properties":{"scheduleType":{"type":"string","description":"Schedule type","example":"on_demand","enum":["on_demand","reoccur_onetime","reoccur_daily","reoccur_weekly","reoccur_monthly"]}},"discriminator":{"propertyName":"scheduleType"},"oneOf":[{"$ref":"#/components/schemas/ScheduleConfig","required":["scheduleType"],"type":"object","description":"On-demand schedule","$$ref":"#/components/schemas/OnDemandSchedule"},{"$ref":"#/components/schemas/ScheduleConfig","properties":{"startTime":{"pattern":"^\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01]) (20|21|22|23|[0-1]?\\d):[0-5]?\\d:[0-5]?\\d$","type":"string","description":"startTime string format is yyyy-MM-dd HH:mm:ss,UTC timezone","example":"2022-07-01 14:30:00"}},"required":["scheduleType","startTime"],"type":"object","description":"One time schedule time config","$$ref":"#/components/schemas/OneTimeSchedule"},{"$ref":"#/components/schemas/ScheduleConfig","properties":{"startTime":{"pattern":"^(20|21|22|23|[0-1]?\\d):[0-5]?\\d:[0-5]?\\d$","type":"string","description":"startTime string format is HH:mm:ss"}},"required":["scheduleType","startTime"],"type":"object","description":"Daily schedule time config","$$ref":"#/components/schemas/ReoccurDailySchedule"},{"$ref":"#/components/schemas/ScheduleConfig","properties":{"startTime":{"pattern":"^(20|21|22|23|[0-1]?\\d):[0-5]?\\d:[0-5]?\\d$","type":"string","description":"startTime string format is HH:mm:ss","example":"20:30:10"},"dayOfWeek":{"maximum":7,"minimum":1,"type":"integer","description":"The day number of a week, mapping is as 1 - Sun, 2 - Mon, 3 - Tus, 4 - Wed, 5 - Thu, 6 - Fri, 7 - Sat","format":"int32","example":1}},"required":["dayOfWeek","scheduleType","startTime"],"type":"object","description":"Weekly schedule time config","$$ref":"#/components/schemas/ReoccurWeeklySchedule"},{"$ref":"#/components/schemas/ScheduleConfig","properties":{"startTime":{"pattern":"^\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01]) (20|21|22|23|[0-1]?\\d):[0-5]?\\d:[0-5]?\\d$","type":"string","description":"startTime string format is (yyyy-MM-dd HH:mm:ss), time zone is UTC","example":"2022-07-01 20:30:10"}},"required":["scheduleType","startTime"],"type":"object","description":"Monthly schedule time config","$$ref":"#/components/schemas/ReoccurMonthlySchedule"}],"required":["scheduleType","scheduleType"],"type":"object","description":"On-demand schedule","$$ref":"#/components/schemas/OnDemandSchedule","title":"OnDemandSchedule"}}