Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListAgentPoolsResponse

ListAgentPoolsResponse

    Response containing a list of agent pools.

    Properties

    • agentPools array[AgentPool] required
      The list of agent pools
    • created integer required
      Unix epoch timestamp (seconds) when the agent pool was created.
    • id string required
      Unique identifier for this agent pool.
    • name string required
      Human-readable name for this agent pool.
    • description string required
      User-provided description of the agent pool’s purpose.
    • lastSeen integer required
      Unix epoch timestamp (seconds) when any agent in the pool last reported a heartbeat.
    • status enum required
      Aggregate status of agents in the pool (e.g. idle, busy, offline).
      Values: online, offline
    • lastDeployment integer optional
      Unix epoch timestamp (seconds) of the most recent deployment executed by this pool. Null if no deployments have run.
    • isDefault boolean required
      Whether this pool is the organization’s default workflow runner pool.
    • defaultAgentPoolID string optional
      The ID of the organization’s default agent pool. Omitted if the organization uses the Pulumi Hosted Pool.