{"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 Job Update Request","properties":{"execution_id":{"type":"string","description":"Execution ID of the mopjob being patched."},"task_id":{"type":"integer","format":"int64","description":"Task ID with of the task within the execution instance which is being\npatched."},"op":{"title":"Type of patch operation","type":"string","enum":["OP_UNKNOWN","OP_ROLLBACK","OP_RESUME","OP_ABORT","OP_PAUSE"],"default":"OP_UNKNOWN","description":"Mop Job Update Req Op Type","$$ref":"#/components/schemas/MopJobUpdateReqOpType"},"rollback_to_task":{"type":"integer","format":"int64","title":"Parameter for rollback operation","description":"Parameter for rollback operation"},"run_params":{"type":"string","title":"Parameter for run operation","description":"Parameter for run operation"},"submitter":{"type":"string","description":"The user who submitted the request."}},"$$ref":"#/components/schemas/change_automationMopJobUpdateReq","title":"change_automationMopJobUpdateReq"}}