{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/b95772dc6c621d9842faced8610ee58b0cb9cb02/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 Device Compatible Response","properties":{"result":{"title":"Result field indicating if the selected playbook can be executed on the\nselected device(s) or device group","type":"string","enum":["NONE","COMPATIBLE","INCOMPATIBLE"],"default":"NONE","description":"Mop Device Compatible Resp Result","$$ref":"#/components/schemas/MopDeviceCompatibleRespResult"},"errors":{"type":"array","description":"List of errors. Each entry will describe a device which is incompatible and\nthe reason for incompatibility","items":{"type":"object","description":"Change Automation Mop Device Compatible Response Error","properties":{"device":{"type":"string","title":"Hostname of the device which is not compatible which the playbook","description":"Hostname of the device which is not compatible which the playbook"},"reason":{"type":"string","title":"Reason for incompatibility","description":"Reason for incompatibility"}},"$$ref":"#/components/schemas/change_automationMopDeviceCompatibleRespError"},"title":"List of errors. Each entry will describe a device which is incompatible and\nthe reason for incompatibility"}},"example":{"result":"COMPATIBLE"},"$$ref":"#/components/schemas/change_automationMopDeviceCompatibleResp","title":"change_automationMopDeviceCompatibleResp"}}