{"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":{"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","title":"LocalDestination"}}