ListAgentPoolsResponse
Response containing a list of agent pools.
Properties
- The list of agent pools
- ↳
createdinteger requiredUnix epoch timestamp (seconds) when the agent pool was created. - ↳
idstring requiredUnique identifier for this agent pool. - ↳
namestring requiredHuman-readable name for this agent pool. - ↳
descriptionstring requiredUser-provided description of the agent pool’s purpose. - ↳
lastSeeninteger requiredUnix epoch timestamp (seconds) when any agent in the pool last reported a heartbeat. - ↳
statusenum requiredAggregate status of agents in the pool (e.g. idle, busy, offline).Values:online,offline - ↳
lastDeploymentinteger optionalUnix epoch timestamp (seconds) of the most recent deployment executed by this pool. Null if no deployments have run. - ↳
isDefaultboolean requiredWhether this pool is the organization’s default workflow runner pool. defaultAgentPoolIDstring optionalThe ID of the organization’s default agent pool. Omitted if the organization uses the Pulumi Hosted Pool.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.