Add CAL Deployment Schedules

post

/config/sim/v1/setup/cal/deploymentSchedules

Add a CAL Deployment Schedule to a specified organization

Request

Supported Media Types
Header Parameters
Body ()
CAL Deployment Schedule Object
Root Schema : DeploymentSchedule
Type: object
Model for CAL Deployment Schedule Object
Show Source
Nested Schema : SvcHostNameTranslatedString
Type: object
A group of strings representing the name of the service host or workstations in configured languages where the package is downloaded. Applicable only if deploymentType = 2
Example:
{
    "en-US":"SVC Host 1",
    "sp-SP":"Host de servicio 1"
}
Back to Top

Response

Supported Media Types

200 Response

Response Object consisting of the Deployment Id of the object added
Body ()
Root Schema : ResponseObjectDeploymentSchedule
Type: object
Model for CAL Deployment Schedule Response Object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top