Skip to main content

HealthzPingResponse

Datalayer Core


Datalayer Core / HealthzPingResponse

Interface: HealthzPingResponse

Defined in: tech/datalayer/core/src/api/types/common.ts:16

Standard health check response used by all services. HealthzPingResponse

Properties

message

message: string

Defined in: tech/datalayer/core/src/api/types/common.ts:20

Response message from the server


status?

optional status: object

Defined in: tech/datalayer/core/src/api/types/common.ts:22

Service status information

status

status: string

Status indicator (e.g., "OK")


success

success: boolean

Defined in: tech/datalayer/core/src/api/types/common.ts:18

Whether the request was successful


version?

optional version: string

Defined in: tech/datalayer/core/src/api/types/common.ts:27

API version