Skip to content
POST
/v1/system/conformance

Echo a nonce back through the full request path, optionally holding the request open

Exercise authenticated request handling, optional cancellation delay, request identifiers, and server time without changing Product State.

Authentication

Send an API key as a Bearer token in the Authorization header.

Parameters

This operation has no path or query parameters.

Request body

Required.

application/json
object
  • unknown properties allowed false
noncerequired
stringA caller-chosen value returned unchanged in the response.
All of
  • minimum length 1
  • maximum length 64
delayMillis
How long the server should hold the request before responding; omitted means no delay.
Any of
integer
All of
  • maximum 5000
  • minimum 0
null

Responses

200ConformanceResult
400The request path, headers, query, or JSON body did not satisfy the published schema
401Unauthorized
application/json

Reusable schemas

ConformanceResultJsonEncoding

object
  • unknown properties allowed false
noncerequired
stringThe caller-chosen value received by the conformance endpoint.
requestIdrequired
stringThe request identifier used for logs and support.
serviceVersionrequired
stringThe immutable version of the serving Control Plane revision.
observedAtrequired
stringWhen the conformance request was observed, in UTC.
  • format date-time

UnauthorizedJsonEncoding

object
  • unknown properties allowed false
_tagrequired
stringThe stable machine-readable error type.
  • allowed values "Unauthorized"
reasonrequired
stringA safe explanation of why the credential was rejected.