{"type":"model","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","servers":[{"url":"/dataservice"}]},"spec":{"type":"object","properties":{"backupDest":{"pattern":"^(LOCAL|S3|SFTP|AZURE)$","type":"string","description":"Storage type. This could be [LOCAL]","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","title":"LocalDestination"}}