Class FleetDeploymentV2DetailAttributes

Attributes of a deployment detail response.

Hierarchy

  • FleetDeploymentV2DetailAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
author?: string

Handle of the user who triggered the deployment.

canceledHosts?: number

Number of hosts on which the deployment was canceled.

configOperations?: FleetDeploymentOperation[]

Ordered list of configuration file operations applied by this deployment. Absent for package deployments, which have no configuration file operations.

durationSeconds?: number

Duration of the deployment in seconds, computed as finished_at - started_at. Zero if the deployment has not finished.

errorSummary?: string

Top-level error message for the deployment. Populated only when the deployment has failed.

estimatedFinishedAt?: number

Estimated completion time of the deployment as a Unix timestamp. Zero if not available.

failedHosts?: number

Number of hosts on which the deployment failed.

highLevelStatus?: string

Current high-level status of the deployment (for example, "pending", "running", "completed", "failed").

Per-host status list for this deployment.

isScheduled?: boolean

Whether this deployment was triggered by a schedule (schedule_id is non-empty).

query?: string

Query used to filter and select target hosts for the deployment.

runningHosts?: number

Number of hosts on which the deployment is currently running.

scheduleId?: string

Identifier of the schedule that triggered this deployment. Empty if triggered manually.

skippedHosts?: number

Number of hosts that were skipped during the deployment.

succeededHosts?: number

Number of hosts on which the deployment succeeded.

targetVersions?: string[]

Distinct package versions targeted by this deployment, in first-seen order.

totalHosts?: number

Total number of hosts targeted by this deployment.

updateType?: string

Type of update operation performed by this deployment (for example, "update_config_operations", "update_package").

Generated using TypeDoc