Attributes of a deployment in the response.

Hierarchy

  • FleetDeploymentAttributes

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
configOperations?: FleetDeploymentOperation[]

Ordered list of configuration file operations to perform on the target hosts.

estimatedEndTimeUnix?: number

Estimated completion time of the deployment as a Unix timestamp (seconds since epoch).

filterQuery?: string

Query used to filter and select target hosts for the deployment. Uses the Datadog query syntax.

highLevelStatus?: string

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

Paginated list of hosts in this deployment with their individual statuses. Only included when fetching a single deployment by ID. Use the limit and page query parameters to navigate through pages. Pagination metadata is included in the response meta.hosts field.

List of packages to deploy to target hosts. Present only for package upgrade deployments.

totalHosts?: number

Total number of hosts targeted by this deployment.

Generated using TypeDoc