Agent
Operations related to agent discovery and details.
📄️ List active agents
Discover all active agents in the fleet.
📄️ Get agent details
Get detailed information about a specific agent by hostname.
📄️ List agents awaiting enrollment
List all agents that have submitted enrollment requests but have not yet been accepted or rejected.
📄️ Accept a pending agent
Accept a pending agent enrollment request. The agent can be identified by hostname (path parameter) or by fingerprint (query parameter).
📄️ Reject a pending agent
Reject a pending agent enrollment request.
📄️ Drain an agent
Stop the agent from accepting new jobs. In-flight jobs continue to completion.
📄️ Undrain an agent
Resume accepting jobs on a drained agent.