Per-host status entry for a deployment.

Hierarchy

  • FleetDeploymentV2DetailAgent

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
error?: string

Error message if the deployment failed on this host.

hostname?: string

Hostname of the agent.

runningStep?: string

Name of the step currently executing on this host.

status?: string

Deployment status for this host (for example, "pending", "running", "succeeded", "failed").

statusDetails?: string

Additional details about the current deployment status on this host.

Package version details for this host.

Generated using TypeDoc