Add CAL Deployment Schedules

post

/config/sim/v2/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 : InsertDeploymentScheduleRequest
Type: object
Model for Insert CAL Deployment Schedule Object
Show Source
  • Action to take while downloading the package Select 0 for installations to proceed, Select 1 to Skip to prevent downloading a package
    Example: 0
  • The Type of the deployment 1 ??? Property / Enterprise 2 ??? Specific Service Host
    Example: 1
  • The start date when this package becomes active (also used to schedule upgrades).
    Example: 14-04-2022T13:00:00
  • The end date when this package becomes inactive (also used to schedule upgrades).
    Example: 14-04-2022T13:00:00
  • Unique reference of hierarchy unit where the CAL package is to be downloaded. This could either the property where the package downloads or the Enterprise. Applicable only if the deploymentType = 1
    Example: 3588
  • Unique reference of the CAL Package
    Example: 101
  • Object number of the service host or workstations where the package is downloaded. Applicable only if deploymentType = 2
    Example: 141
  • Version of the CAL deployment package
    Example: 19.3.3
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