{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-2/76fd4bb9d069fd2530d7a02f0b3a4ca00eccfd35/7d836703-14a3-32cb-ad8e-6816d26ee7c8","info":{"title":"Device Configuration Deployments API","description":"Device Configuration Deployments API","version":"7.2.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-deployments-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1/templates","description":"Generated server url"}]},"spec":{"description":"Job List","type":"object","properties":{"jobs":{"description":"Jobs List","type":"array","items":{"description":"Job","type":"object","properties":{"run_count":{"description":"Run Count","type":"integer","format":"int32"},"percentage_completed":{"description":"Percentage Completed","type":"integer","format":"int32"},"params":{"description":"Params","type":"object","additionalProperties":{"description":"Any","type":"object","properties":{"type_url":{"description":"Type Url","type":"string"},"value":{"description":"Value","type":"string","format":"byte"}},"$$ref":"#/components/schemas/Any"}},"next_run_at":{"description":"Next Run At Time","format":"date-time","type":"string"},"last_run_at":{"description":"Last Run At Time","format":"date-time","type":"string"},"last_run_status":{"description":"Job Run Status","type":"string","enum":["NOT_STARTED","SUCCESS","IN_PROGRESS","RUN_FAILED","PARTIAL"],"$$ref":"#/components/schemas/JobRunStatus"},"job_type":{"description":"Job Type","type":"string"},"created_by":{"description":"Created By","type":"string"},"status":{"description":"Job Status","type":"string","enum":["UNKNOWN","SCHEDULED","RUNNING","COMPLETED","PAUSED","BLOCKED","FAILED"],"$$ref":"#/components/schemas/JobStatus"},"schedule":{"description":"Schedule","type":"object","properties":{"start_now":{"description":"Start Now","type":"boolean"},"start_at_time":{"description":"Start At Time","format":"date-time","type":"string"}},"$$ref":"#/components/schemas/JobSchedule"},"name":{"description":"Name","type":"string"},"duration":{"description":"Duration","type":"integer","format":"int32"},"task":{"description":"Task","type":"string"}},"$$ref":"#/components/schemas/Job"}}},"$$ref":"#/components/schemas/JobList","title":"JobList"}}