Skip to main content

EOIHealthResponse

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIHealthResponse

Class: EOIHealthResponse

Response wrapper for health.

Extends

Constructors

Constructor

new EOIHealthResponse(eoiResponse): EOIHealthResponse

Parameters

eoiResponse

EOIResponse

Raw API response.

Returns

EOIHealthResponse

Overrides

EOIBaseOutputs.constructor

Properties

success

success: boolean

Indicates whether the API call completed successfully.

Inherited from

EOIBaseOutputs.success


message?

optional message: string

Optional human-readable message returned by the API.

Inherited from

EOIBaseOutputs.message


data

data: any

Raw health payload returned by the server.


gpus

gpus: EOIGpu[]

Per-GPU health metrics.


system?

optional system: EOISystemHealth

Host system health metrics.