{"type":"model","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/773d8c2d-0de2-3906-8d3f-8a19d6895750","info":{"title":"Crosswork Workflow Manager Solutions - Automations","description":"The automation service acts as an orchestrator, handling the scheduling, execution,\nbatch processing, and monitoring of MOPs and their activities. The API provides endpoints for managing these operations.","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"https://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"x-parser-conf":{"overview":{"markdownPath":"reference/CWM-SOLUTIONS/automations-api.overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://crosswork-ip:30603/crosswork/cwms/automations/v1"}]},"spec":{"type":"object","description":"A structure to hold the resource details","properties":{"activities":{"type":"array","description":"List of activities associated with the resource","items":{"type":"object","description":"A structure to hold the activity details","properties":{"cwmJobURI":{"type":"string","description":"URI to the CWM job details"},"details":{"type":"object","description":"Any stash data stored for the activity"},"message":{"type":"string","description":"Message explaining the status of the activity"},"name":{"type":"string","description":"Name of the activity"},"order":{"type":"integer","description":"Order of the activity within the MOP"},"result":{"type":"string","description":"enum of success, warning, failure, running"},"stage":{"type":"string","description":"Stage the activity is executed"},"startDateTime":{"type":"string","description":"Start date and time of the activity"},"endDateTime":{"type":"string","description":"End date and time of the activity"}},"$$ref":"#/components/schemas/Activity"}},"deviceUuid":{"type":"string","description":"Device UUID"},"name":{"type":"string","description":"Resource name"},"result":{"type":"string","description":"enum of success, warning, failure, running, pending"}},"$$ref":"#/components/schemas/DescribeResourceResponse","title":"DescribeResourceResponse"}}