Skip to main content

HealthzPingResponse

Datalayer Core


Datalayer Core / HealthzPingResponse

Interface: HealthzPingResponse

Defined in: src/models/Common.ts:16

Standard health check response used by all services. HealthzPingResponse

Properties

message

message: string

Defined in: src/models/Common.ts:20

Response message from the server


status?

optional status?: string

Defined in: src/models/Common.ts:22

Service status indicator (e.g., "OK")


success

success: boolean

Defined in: src/models/Common.ts:18

Whether the request was successful


version?

optional version?: string

Defined in: src/models/Common.ts:24

API version