Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional authorHandle of the user who triggered the deployment.
Optional configOrdered list of configuration file operations applied by this deployment. Absent for package deployments, which have no configuration file operations.
Optional durationDuration of the deployment in seconds, computed as finished_at - started_at.
Zero if the deployment has not finished.
Optional errorTop-level error message for the deployment. Populated only when the deployment has failed.
Optional estimatedEstimated completion time of the deployment as a Unix timestamp. Zero if not available.
Optional finishedTime the deployment finished as a Unix timestamp. Zero if not yet finished.
Optional isWhether this deployment was triggered by a schedule (schedule_id is non-empty).
Optional queryQuery used to filter and select target hosts for the deployment.
Optional scheduleIdentifier of the schedule that triggered this deployment. Empty if triggered manually.
Optional startedTime the deployment started as a Unix timestamp. Zero if not yet started.
Optional statusCurrent high-level status of the deployment (for example, "pending", "running", "completed", "failed").
Optional targetPackage versions targeted by this deployment.
Optional totalTotal number of hosts targeted by this deployment.
Optional updateType of update operation performed by this deployment (for example, "update_config_operations", "update_package").
Generated using TypeDoc
Attributes of a deployment in the v2 API response.