EOIHealthResponse
eyesonit-typescript-sdk / EOIHealthResponse
Class: EOIHealthResponse
Response wrapper for health.
Extends
Constructors
Constructor
new EOIHealthResponse(
eoiResponse):EOIHealthResponse
Parameters
eoiResponse
Raw API response.
Returns
EOIHealthResponse
Overrides
Properties
success
success:
boolean
Indicates whether the API call completed successfully.
Inherited from
message?
optionalmessage:string
Optional human-readable message returned by the API.
Inherited from
data
data:
any
Raw health payload returned by the server.
gpus
gpus:
EOIGpu[]
Per-GPU health metrics.
system?
optionalsystem:EOISystemHealth
Host system health metrics.