Check cache service status

View as Markdown
Check if cache service is initialized and working.

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.

Response

Successful Response
enabledboolean
Whether cache service is enabled
cache_ttlinteger or nullOptional
Cache TTL in seconds
dcim_connectedboolean or nullOptional
Whether the selected DCIM client is available
messagestring or nullOptional
Status message if disabled
nautobot_connectedboolean or nullOptional

Legacy alias for dcim_connected

redis_connectedboolean or nullOptional
Whether Redis is connected