{"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 Abort Response","properties":{"execution_id":{"type":"string","description":"Execution ID of the MoP job for which abort request was processed."},"status":{"description":"Status of the abort request. The status only reflects whether the request\nwas accepted or rejected. Even if a request is ACCEPTED, the abort request\nmight not get processed if the mop has run to completion before a chance to\nprocess the request.","type":"string","enum":["STATUS_UNKNOWN","STATUS_ACCEPTED","STATUS_DECLINED"],"default":"STATUS_UNKNOWN","$$ref":"#/components/schemas/change_automationRequestStatus"},"message":{"type":"string","description":"In case of request getting rejected, message field provides more details."}},"$$ref":"#/components/schemas/change_automationAbortResp","title":"change_automationAbortResp"}}