ClusterStatus
The ClusterStatus object contains status information of an Imply cluster.
Properties
rootCertificate
byte[] read-only
Base64-encoded root certificate for validating SSL connections.
loadBalancers
LoadBalancer read-only
The public and private load balancers and their domain names.
servers
array[Server] read-only
List of servers that make up the cluster.
initialDruidPassword
String read-only
The initial Druid API password.
status
String read-only
Possible values: OK
, WARNING
, CRITICAL
Overall cluster status.
state
String read-only
Possible values: PENDING
, CREATING
, CREATED
, RUNNING
, STOPPING
, STOPPED
, TERMINATING
, TERMINATED
, UPDATING
, FAILED
, UNKNOWN
, STARTING
Overall cluster state.
updateState
UpdateState read-only
Information about the currently occurring update.
events
array[Event] read-only
A list of the last few notifications on the cluster.
resourceVersion
Integer read-only
A unique incrementing version number of the configuration of the cluster. Minimum value: 0
.