Skip to content

List registered K8s agents

GET
/k8s/agents
curl --request GET \
--url https://shoehorn.example.com/api/v1/k8s/agents

List of registered agents

Media type application/json
object
agents
Array<object>
object
cluster_id
string
display_name
string
environment
string
region
string
status
string
Allowed values: active stale offline
last_heartbeat
string format: date-time
agent_version
string
node_count
integer
workload_count
integer
created_at
string format: date-time
Example
{
"agents": [
{
"status": "active"
}
]
}