POST
/v1/system/conformanceEcho 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/jsonobject- unknown properties allowed
false
noncerequiredstringA caller-chosen value returned unchanged in the response.All of- minimum length
1
- maximum length
64
- minimum length
delayMillis- How long the server should hold the request before responding; omitted means no delay.Any of
integerAll of- maximum
5000 - minimum
0
null - maximum
Responses
200ConformanceResultapplication/json400The request path, headers, query, or JSON body did not satisfy the published schema401Unauthorizedapplication/jsonReusable schemas
ConformanceResultJsonEncoding
object- unknown properties allowed
false
noncerequiredstringThe caller-chosen value received by the conformance endpoint.requestIdrequiredstringThe request identifier used for logs and support.serviceVersionrequiredstringThe immutable version of the serving Control Plane revision.observedAtrequiredstringWhen the conformance request was observed, in UTC.- format
date-time
- format
UnauthorizedJsonEncoding
object- unknown properties allowed
false
_tagrequiredstringThe stable machine-readable error type.- allowed values
"Unauthorized"
- allowed values
reasonrequiredstringA safe explanation of why the credential was rejected.