{"type":"api","title":"Get Sanitized Backup Config","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/a6d9ba0d-8143-3d03-87e8-97847c160b6c","info":{"title":"Device Configuration Backup API","description":"Device Configuration Backup API","version":"1.0.0","contact":{"name":"Crosswork Team,Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Device Configuration/device-config-backup-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1/","description":"Generated server url"}]},"spec":{"tags":["Device Backup & Restore API"],"operationId":"getSanitizedBackupConfig","parameters":[{"description":"Device Uuid","name":"device_uuid","in":"path","required":true,"schema":{"type":"string"}},{"description":"Name","name":"name","in":"path","required":true,"schema":{"type":"string"}},{"description":"Check if archive is sanitized or not","name":"is_sanitized","in":"path","required":true,"schema":{"type":"boolean"}}],"responses":{"200":{"description":"OK","content":{"application/zip":{"schema":{"type":"string","format":"binary"},"example":"data:application/zip;base64,UEsDBBQAAAAIA...=="}}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"method":"post","path":"/config-backup-archive/{device_uuid}/{name}/{is_sanitized}"}}