ClusterNodeInfo interface
Snapshot of a cluster slot returned from listClusterNodes.
active is true when the worker’s gRPC stream is currently connected. When inactive, listenAddress / listenPort / hardware reflect the last known values (or are empty/zero if the worker has never registered).
Signature:
export interface ClusterNodeInfo
Properties
| Property | Type | Description |
|---|---|---|
boolean |
||
string |
||
number |
||
string |
||
string |
Pool this slot is assigned to. Stamped into nodeMetadata.tags["pool"] at raise-Online time, used by AutoManager for placement filtering. Empty string = unassigned (no placement). Mutable at runtime via |
|
string |