{"type":"api","title":"Get Backup Job Run By Id","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/54824bc0-ac6b-3139-b893-395e312ba651","info":{"title":"Device Configuration Backup Restore Jobs API","description":"Device Configuration Backup Restore Jobs 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-restore-jobs-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":"getBackupJobRunById","parameters":[{"description":"Job Name","name":"name","in":"path","required":true,"schema":{"type":"string"}},{"description":"Run Id","name":"run_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"description":"BackupJobRunSummary","type":"object","properties":{"backup_job_run":{"description":"BackupJobRun","type":"object","properties":{"start_at":{"description":"Start At","format":"date-time","type":"string"},"run_status_value":{"description":"Run Status Value","type":"integer","format":"int32"},"run_status":{"description":"Run Status","type":"string","enum":["NOT_STARTED","SUCCESS","IN_PROGRESS","RUN_FAILED","PARTIAL","UNRECOGNIZED"]},"job_name":{"description":"Job Name","type":"string"},"run_id":{"description":"Run Id","type":"string"},"duration":{"description":"Duration","type":"integer","format":"int64"}},"$$ref":"#/components/schemas/BackupJobRun"},"failed_count":{"description":"Failed Count","type":"integer","format":"int32"},"in_progress_count":{"description":"In Progress Count","type":"integer","format":"int32"},"success_count":{"description":"Success Count","type":"integer","format":"int32"}},"$$ref":"#/components/schemas/BackupJobRunSummay"},"example":{"backup_job_run":{"run_id":"d3ef65a2-842d-4273-8af0-0fd5214aaf53","job_name":"cat","run_status":"SUCCESS","start_at":"2025-01-21T14:26:01.226Z","duration":5030},"in_progress_count":0,"success_count":1,"failed_count":0}}}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"method":"get","path":"/config-backup-job-run/{name}/{run_id}"}}