SPIRE · Example Payload

Spire Get Liveness Example

AuthenticationCloud NativeGraduatedIdentitySecurityZero Trust

Spire Get Liveness Example is an example object payload from SPIRE, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "http://localhost:80/live",
    "headers": {}
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "status": "ok"
    }
  }
}