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 canceledNumber of hosts on which the deployment was canceled.
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 failedNumber of hosts on which the deployment failed.
Optional highCurrent high-level status of the deployment (for example, "pending", "running", "completed", "failed").
Optional hostsPer-host status list for this deployment.
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 runningNumber of hosts on which the deployment is currently running.
Optional scheduleIdentifier of the schedule that triggered this deployment. Empty if triggered manually.
Optional skippedNumber of hosts that were skipped during the deployment.
Optional succeededNumber of hosts on which the deployment succeeded.
Optional targetDistinct package versions targeted by this deployment, in first-seen order.
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 detail response.