Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 610 Bytes

File metadata and controls

17 lines (15 loc) · 610 Bytes

BridgeClusterStatus

Properties

Name Type Description Notes
lastUpdateTimestamp Long Timestamp when the data was last updated; unset if data source has never updated the data. [optional]
health HealthEnum The health status of the cluster [optional]
clusterId String The id of the cluster [optional]

Enum: HealthEnum

Name Value
UP "UP"
DOWN "DOWN"
DEGRADED "DEGRADED"
UNKNOWN "UNKNOWN"