{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/0c1e1532ee27d48ad62c006ea11a39cde6ca109d/e48c8a9a-1f0a-35b4-9617-f132aa89f152","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":"3.0.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/INFRA/BACKUP_RESTORE/backup-restore-v1-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cw_ip}:30603/crosswork/platform/v1"}],"securitySchemes":{"api_key":{"type":"apiKey","description":"security definitions details","name":"Authorization","in":"header"}}},"spec":{"type":"object","properties":{"taskId":{"type":"string","description":"Unique identifier for the task"},"taskName":{"type":"string","description":"Name of the task"},"jobId":{"type":"string","description":"ID of the job this task belongs to"},"timeInitiated":{"type":"string","description":"Timestamp when the task was initiated"},"timeCompleted":{"type":"string","description":"Timestamp when the task was completed"},"status":{"type":"string","description":"Current status of the task"}},"description":"Individual task information with execution details and status within a job","example":{"taskId":"8d13df51-4505-4ffc-b794-3e5a2e2f3324","taskName":"createDirectories","jobId":"1a6a2734-6c6f-49b6-a7b2-bfe7adb3606c","timeInitiated":"2025-05-16T10:32:44.000Z","timeCompleted":"2025-05-16T10:32:44.000Z","status":"Completed"},"$$ref":"#/components/schemas/backupGetTaskResult","title":"backupGetTaskResult"}}