{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/e48c8a9a-1f0a-35b4-9617-f132aa89f152","info":{"title":"Crosswork Backup Restore Manager API","description":"Backup Restore Manager provides API methods for backup and restore operations on Crosswork. This includes backup, data only backup, restore, data only restore and migration.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"version":"7.2.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/BACKUP_RESTORE/backup-restore-v1-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/platform/v1"}],"securitySchemes":{"api_key":{"type":"apiKey","description":"security definitions details","name":"Authorization","in":"header"}}},"spec":{"title":"backupGeoRedundancyRestoreOpReq","type":"object","properties":{"file_name":{"title":"name of the file. The file should be present in the location used to store Geo redundancy backup files","type":"string","description":"Name of the backup file to restore from (must be present in the geo redundancy backup storage location)"},"force":{"title":"if false, geo redundancy restore operation is attempted after verifying Crosswork is healthy","type":"boolean","description":"If true, force the geo redundancy restore operation even if Crosswork is not in a healthy state"},"bypassVersionCheck":{"type":"boolean","description":"if true, disable the installed capps version check used by the restore operation."},"skipReducedFlow":{"title":"if true, use the full flow for the restore even if conditions exit for a reduced flow (without stop/start capps)","type":"boolean","description":"If true, use the full restore flow even if conditions exist for a reduced flow (without stopping/starting capps)"}},"description":"Parameters required to perform a geo redundancy restore operation from a backup file","example":{"file_name":"geo-backup-2025-07-18.tar.gz","force":false,"bypassVersionCheck":false,"skipReducedFlow":false}}}