Hierarchy

  • FleetAutomationApi

Constructors

Properties

configuration: Configuration
requestFactory: FleetAutomationApiRequestFactory
responseProcessor: FleetAutomationApiResponseProcessor

Methods

  • Retrieve detailed information about a specific deployment using its unique identifier. This endpoint returns comprehensive information about a deployment, including:

    • Deployment metadata (ID, type, filter query)
    • Total number of target hosts
    • Current high-level status (pending, running, succeeded, failed)
    • Estimated completion time
    • Configuration operations that were or are being applied
    • Detailed host list: A paginated array of hosts included in this deployment with individual host status, current package versions, and any errors

    The host list provides visibility into the per-host execution status, allowing you to:

    • Monitor which hosts have completed successfully
    • Identify hosts that are still in progress
    • Investigate failures on specific hosts
    • View current package versions installed on each host (including initial, target, and current versions for each package)

    Pagination: Use the limit and page query parameters to paginate through hosts. The response includes pagination metadata in the meta.hosts field with information about the current page, total pages, and total host count. The default page size is 50 hosts, with a maximum of 100.

    Parameters

    Returns Promise<FleetDeploymentResponse>

Generated using TypeDoc