Envelope
The Infrastructure API returns:Always branch on the HTTP status code. Field names inside the body may
evolve; status codes are stable.
Status codes
What to retry
Backoff sketch
Common errors
401 Unauthorized
403 Forbidden
429 Too Many Requests
The response includes a Retry-After header with seconds to wait. Pause for
at least that long before retrying.
503 Service Unavailable
The mesh or an upstream dependency is degraded. The Coordination API is
designed to keep operating in this state — telemetry ingestion will buffer
locally on the edge and retry. Idempotent client requests should retry with
backoff.
Reporting an error
If you hit a reproducible failure that does not match this reference, open an issue in the docs repository with:- HTTP method, path, and status code
- Request ID (
X-Request-Idresponse header) if present - A redacted copy of the request body
- The full response body