{"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 Task","properties":{"id":{"type":"integer","format":"int64","title":"Task ID if the task","description":"Task ID if the task"},"name":{"type":"string","title":"Name of the task","description":"Name of the task"},"version":{"type":"string","title":"Version of the task","description":"Version of the task"},"verb":{"type":"string","title":"Name of the verb which the task invokes","description":"Name of the verb which the task invokes"},"phases":{"type":"array","items":{"type":"string"},"title":"List of the playbook phases in which the task is executed","description":"List of the playbook phases in which the task is executed"},"args":{"type":"string","title":"Arguments passed to the task","description":"Arguments passed to the task"},"vars":{"type":"string","title":"Ansible hostvars for the verb associated to the task","description":"Ansible hostvars for the verb associated to the task"},"results":{"type":"string","title":"Result of the task execution as returned by ansible","description":"Result of the task execution as returned by ansible"},"status":{"title":"Status of the task execution","description":"Status of the task execution","type":"string","enum":["NONE","RUNNING","SUCCEEDED","FAILED","PAUSED","ROLLEDBACK"],"default":"NONE","$$ref":"#/components/schemas/change_automationMopTaskStatus"}},"$$ref":"#/components/schemas/change_automationMopTask","title":"change_automationMopTask"}}