{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/e1ae91f25de62367ac175351487a12de3ae46a25/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":{"hostName":{"type":"string","description":"Hostname or IP address of the remote backup server"},"port":{"type":"integer","description":"Port number for connecting to the remote backup server (typically 22 for SSH)","format":"int32"},"username":{"type":"string","description":"Username for authenticating with the remote backup server"},"password":{"type":"string","description":"Password for authenticating with the remote backup server"},"remotePath":{"type":"string","description":"Directory path on the remote server where backup files will be stored"}},"description":"Configuration for remote location settings used for storing geo redundancy backup files","example":{"hostName":"10.100.104.200","port":22,"username":"backupuser","password":"SecurePassword123","remotePath":"/opt/crosswork/backups/"},"title":"backupRequestVMBackupRemoteLocationOp"}}