{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/0c1e1532ee27d48ad62c006ea11a39cde6ca109d/6c49d803-9bf6-348b-b43b-bf553e163c6f","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":"2.0.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/BACKUP_RESTORE/backup-restore-v2-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/platform/v2"}],"securitySchemes":{"bearerAuth":{"type":"apiKey","description":"Security definitions details.","name":"Authorization","in":"header"}}},"spec":{"type":"object","properties":{"job_name":{"type":"string","description":"Unique name for the backup job (required for job identification and tracking)"},"force":{"type":"boolean","description":"If true, force the backup operation even if Crosswork is not in a healthy state"},"enable_maintenance_mode":{"type":"boolean","description":"If true, enable maintenance mode during the backup operation to ensure data consistency"},"backup_postgres":{"type":"boolean","description":"If true, include PostgreSQL database (robot-postgres) in the backup"},"backup_timeseries":{"type":"boolean","description":"If true, include time series data in the backup"},"backup_gluster":{"type":"boolean","description":"If true, include GlusterFS distributed file system data in the backup"},"backup_neo4j":{"type":"boolean","description":"If true, include Neo4j graph database data in the backup"}},"description":"Request parameters for initiating a geo redundancy backup operation on Crosswork with configurable data store options","example":{"job_name":"geo_backup_prod_2024","force":false,"enable_maintenance_mode":true,"backup_postgres":true,"backup_timeseries":true,"backup_gluster":true,"backup_neo4j":true},"$$ref":"#/components/schemas/backupGeoRedundancyBackUpOpReq","title":"backupGeoRedundancyBackUpOpReq"}}