HealthzPingResponse
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?
optionalstatus?: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?
optionalversion?:string
Defined in: src/models/Common.ts:24
API version