{"type":"api","title":"Get MoP execution job set details","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":{"summary":"Get MoP execution job set details.","operationId":"NCA_GetAPIVersions","tags":["NCA"],"responses":{"200":{"description":"A successful response.","content":{"application/json":{"schema":{"type":"object","description":"Change Automation API Versions Response","properties":{"versions":{"type":"array","description":"List of API versions supported by the server.","items":{"type":"object","description":"Change Automation API Version","properties":{"version":{"type":"string","title":"Version of the API","description":"Version of the API"},"revision":{"type":"string","title":"Revision within the version","description":"Revision within the version"},"status":{"type":"string","title":"Status of the version","description":"Status of the version"}},"$$ref":"#/components/schemas/change_automationApiVersion"}}},"example":{"versions":[{"version":"v1","revision":"2","status":"stable"}]},"$$ref":"#/components/schemas/change_automationApiVersionsResp"}}}},"500":{"description":"Internal Server Error. The server could not fulfill the request.","content":{"application/json":{"schema":{"type":"object","description":"Change Automation Error 500","required":["code","severity","message"],"properties":{"code":{"type":"string","description":"HTTP return code","example":"500"},"severity":{"type":"string","description":"Error severity level","enum":["Critical","Warning","Fatal"]},"message":{"type":"string","description":"Error message","example":"top level error string"},"data":{"type":"string","description":"Error detailed description"}},"example":{"code":"500","severity":"Critical","message":"error message","data":"Server Error. detailed description of the error"},"$$ref":"#/components/schemas/change_automationError500"}}}}},"method":"get","path":"/versions"}}