View the CMSO Create Optimized Schedule documentation in the interactive swagger UI
- download cmso-service-swagger.json
- import into the swagger tool here: https://editor.swagger.io
Create Optimized Schedule Request Example
{ "domain": "string", "scheduleId": "string", "scheduleName": "string", "userId": "string", "commonData": [ { "name": "string", "value": {} } ], "schedulingData": { "normalDurationInSeconds": 0, "additionalDurationInSeconds": 0, "concurrencyLimit": 0, "changeWindows": [ { "startTime": "2019-03-13T15:13:42.088Z", "endTime": "2019-03-13T15:13:42.088Z" } ], "policies": [ { "policyName": "string", "policyModifiers": [ { "name": "string", "value": {} } ] } ], "elements": [ { "elementId": "string", "elementData": [ { "name": "string", "value": {} } ], "request": {} } ] } }