Calls SPIRE server `spire-server agent ban` command

Ban attested node given spiffeID so node is not able to re-attest

post/api/v1/spire/agents/ban

Request body

Example request

{
  "id": {
    "path": "/ns/default",
    "trust_domain": "example.org"
  }
}

Response

OK

string required

Example response

"SUCCESS"

Changes

Changed in 2 of the 4 revisions of this API.33

    • removed the request property path

      request-property-removed

    • removed the request property trust_domain

      request-property-removed

    • added the new optional request property id

      new-optional-request-property

  • fdb43e4a985312See the full diff
    • removed the request property id

      request-property-removed

    • added the new optional request property path

      new-optional-request-property

    • added the new optional request property trust_domain

      new-optional-request-property

    This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog