{"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 Mops Import Response","properties":{"mops":{"type":"array","items":{"type":"object","description":"Change Automation Modified MoP","properties":{"mop_id":{"type":"string","description":"Unique identifier for a MoP."},"message":{"type":"string","description":"Message describes why the MoP modifiication failed, or suceeded."},"status":{"type":"string","enum":["UNKNOWN","SUCCEEDED","FAILED"],"default":"UNKNOWN","description":" - SUCCEEDED: SUCCEEDED indicates that the requested modification succeeded.\n - FAILED: FAILED indicates that the requested modification failed.","$$ref":"#/components/schemas/change_automationModifiedMopStatus"}},"$$ref":"#/components/schemas/change_automationModifiedMop"},"description":"List of modified MoPs."}},"example":{"mops":[{"mop_id":"custom_playbook","message":"PB import successful","status":"SUCCEEDED"}]},"$$ref":"#/components/schemas/change_automationMopsImportResp","title":"change_automationMopsImportResp"}}