{"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":{"required":["action","imageLocation","isScheduleNow","targetVersion"],"type":"object","properties":{"action":{"type":"string","description":"Action to perform","example":"controllers_upgrade/controllers_patch_upgrade"},"applicableControllerTypes":{"type":"array","description":"List of controller types applicable for patch upgrade","example":["Manager","Controller","Validator"],"items":{"type":"string","description":"List of controller types applicable for patch upgrade","example":["Manager","Controller","Validator"]}},"imageLocation":{"type":"string","description":"Image location","example":"vmanage/cco"},"isScheduleNow":{"type":"boolean","description":"Flag to schedule the upgrade immediately","example":false},"schedule":{"type":"object","additionalProperties":{"type":"object","properties":{"actionStartDate":{"type":"string","description":"Start date for the action","example":"Sep 30 2026"},"actionStartTime":{"type":"string","description":"Start time for the action","example":"12:00:00 AM"},"timeZone":{"type":"string","description":"Timezone for the scheduled action","example":"Asia/Kolkata"}},"description":"Scheduling details for a controller component","$$ref":"#/components/schemas/ComponentSchedule"},"description":"Scheduling details for different component types"},"targetVersion":{"type":"string","description":"Target version for upgrade","example":"20.18.1"}},"description":"Request payload for controllers upgrade process","$$ref":"#/components/schemas/ControllerUpgradeRequest","title":"ControllerUpgradeRequest"}}