{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/c0404d8d-ff8e-36e9-bb59-ee336d247534","info":{"title":"Crosswork Change Automation API","version":"7.1.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"},"description":"A web server dedicated to RESTful queries into the Crosswork Change Automation application."},"x-parser-conf":{"overview":{"markdownPath":"reference/CAHI/change_automation.overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server_ip}:30603/crosswork/nca/v1","description":"Generated server url"}]},"spec":{"type":"object","description":"Change Automation Mop Jobs Read Request","properties":{"limit":{"type":"integer","format":"int64","description":"Denotes the number of mopjobs per page requested by user."},"page":{"type":"integer","format":"int64","title":"The page number of the result. Page number subtracted by 1 and multiplied\nby the limit determines the offset from which records are returned","description":"The page number of the result. Page number subtracted by 1 and multiplied\nby the limit determines the offset from which records are returned"},"mop_id":{"type":"string","description":"Filter results by MoP ID."},"device":{"type":"string","description":"Filter results by device."},"status":{"type":"string","description":"Filter results by status of a job."},"set_id":{"type":"string","description":"Filter results by job set ID."},"name":{"type":"string","description":"Filter results by job set name."},"tags":{"type":"array","items":{"type":"string"},"description":"Filter results by job tags."},"sort_by":{"title":"Sort by one of the available fields","type":"string","description":"Change Automation Mop Jobs Read Request Sort By","enum":["UNKNOWN","created_at","status","exec_end_time","check_start_time","exec_start_time","update_time","created_by","devices"],"default":"UNKNOWN","$$ref":"#/components/schemas/change_automationMopJobsReadReqSortBy"},"order":{"description":"Ordering for the sort. Used when a sort_by is specified.","type":"string","enum":["asc","desc"],"default":"asc","title":"- asc: Sort in ascending order by default\n - desc: Sort in decending order","$$ref":"#/components/schemas/change_automationOrder"}},"$$ref":"#/components/schemas/change_automationMopJobsReadReq","title":"change_automationMopJobsReadReq"}}