v1

latestOpenAPI 3.1.02026-07-17261633.4 KB

Calls SPIRE server `spire-server agent list` command

Display attested nodes

get/api/v1/spire/agents

Response

OK

Example response

{
  "agents": [
    {
      "id": {
        "path": "/ns/default",
        "trust_domain": "example.org"
      },
      "attestation_type": "k8s_psat",
      "selectors": [
        {
          "type": "k8s_psat",
          "value": "agent_ns:spire"
        }
      ]
    }
  ]
}