{"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":{"type":"object","properties":{"backupList":{"type":"array","description":"List of all local backup info objects in the system","items":{"type":"object","properties":{"backupState":{"pattern":"^(SCHEDULED|IN_PROGRESS|CONFIG_DB_BACKUP_SUCCESS|CONFIG_DB_BACKUP_FAILED|STATS_DB_EXPORT_SUCCESS|STATS_DB_EXPORT_FAILED|CONFIG_DB_CONSISTENCY_CHECK_FAILED|LEADER_SUCCESS|ALL_SUCCESS|FAILURE|DELETED)$","type":"string","description":"Current stage of database backup workflow. This could be [SCHEDULED/IN_PROGRESS/CONFIG_DB_BACKUP_SUCCESS/CONFIG_DB_BACKUP_FAILED/STATS_DB_EXPORT_SUCCESS/STATS_DB_EXPORT_FAILED/CONFIG_DB_CONSISTENCY_CHECK_FAILED/LEADER_SUCCESS/ALL_SUCCESS/FAILURE/DELETED]","example":"IN_PROGRESS"},"backupType":{"pattern":"^(SCHEDULED|ON_DEMAND)$","type":"string","description":"Type of backup. This could be [SCHEDULED/ON_DEMAND]","example":"ON_DEMAND"},"createTime":{"type":"integer","description":"Epoch timestamp","format":"int64","example":1650994911131},"destination":{"type":"object","properties":{"backupDest":{"pattern":"^(LOCAL|S3|SFTP|AZURE)$","type":"string","description":"Storage type. This could be [LOCAL/S3/SFTP/AZURE]","example":"LOCAL"},"backupDir":{"pattern":"^(?:\\/|\\w:)?(?:[\\\\\\/][\\w\\-\\s]+)*(?:[\\\\\\/])?$","type":"string","description":"Location where the database backup file on a storage type. ","example":"/opt/data/backup/scheduledbackup/"},"backupStorageInGB":{"minimum":1,"type":"integer","description":"Size of the database backup allowed to the stored at a backup destination","format":"int32","example":10},"backupTTLInDays":{"minimum":1,"type":"integer","description":"Time to live for a database backup copy in the backup destination in days","format":"int32","example":30},"numOfReplica":{"minimum":1,"type":"integer","description":"Number of replicas of the database backup file","format":"int32","example":2},"vmVersion":{"pattern":"^\\d+(\\.\\d+)*$","type":"string","description":"vManage software version against which the database backup was taken","example":"20.9"}},"$$ref":"#/components/schemas/LocalDestination"},"downloadURL":{"pattern":"^\\/dataservice\\/tenantbackup\\/download\\/\\d+\\/backup_\\d+_\\d{6}-\\d{6}\\.tar\\.gz$","type":"string","description":"Destination to download database backup from","example":"/dataservice/tenantbackup/download/1570057020772/backup_1570057020772_100919-181838.tar.gz"},"followerIpAddressList":{"maxItems":2147483647,"minItems":1,"type":"array","description":"List of vManage servers IP address who are running in follower mode","example":["10.0.105.38","10.0.105.39"],"items":{"type":"string","description":"List of vManage servers IP address who are running in follower mode","example":["10.0.105.38","10.0.105.39"]}},"localBackupInfoId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"A unique UUID per database back up request","example":"f8c3de3d-1fea-4d7c-a8b0-29f63c4c3454"},"scheduleId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"A unique UUID for scheduled database backup task","example":"9b08dce2-d33f-11ec-9d64-0242ac120002"},"srcIpAddress":{"pattern":"^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$","type":"string","description":"IP address of the source vmanage server for database backup","example":"10.0.105.32"},"taskId":{"pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}","type":"string","description":"Unique task Id for a given database backup task","example":"f81ee476-d33f-11ec-9d64-0242ac120002"},"taskName":{"pattern":"^[a-zA-Z0-9 _\\-\\\\\\/]+$","type":"string","description":"Task name in human readable format","example":"Schedule backup on 6/1/2022"}},"description":"List of all local backup info objects in the system","$$ref":"#/components/schemas/LocalBackupInfo"}}},"$$ref":"#/components/schemas/LocalBackupListResult","title":"LocalBackupListResult"}}