1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentPoolDetail

AgentPoolDetail

    Detailed information about an agent pool.

    Properties

    • created integer required
      The creation timestamp
    • id string required
      The unique identifier
    • name string required
      The name
    • description string required
      The description
    • agents array[DeploymentAgentMetadata] required
      The agents
    • version string required
      The version of the deployment agent.
    • platform string required
      The platform the agent is running on.
    • hostname string required
      The hostname of the machine running the agent.
    • ip string required
      The IP address of the agent.
    • pid string required
      The process ID of the agent.
    • lastSeen integer required
      The Unix timestamp when the agent was last seen.
    • status enum required
      The current status of the deployment agent.
      Values: online, offline