Test cache lookup for a device

View as Markdown
Test if a specific device can be found in cache.

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Path parameters

device_uuidstringRequiredformat: "uuid"

Response

Successful Response
CacheTestFoundResponseobject
Cache test response when device is found.
OR
CacheTestNotFoundResponseobject
Cache test response when device is not found.
OR
CacheTestErrorResponseobject
Cache test response when there's an error.

Errors

422
Unprocessable Entity Error