You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


View the CMSO Create Optimized Schedule documentation in the interactive swagger UI 


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": {} } ] } }

Response to Create Optimized Schedule Request is status indicating that the request was accepted for optimization.

  • No labels