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

active

boolean

hardware

HardwareInfo

listenAddress

string

listenPort

number

nodeId

NodeId

nodeName

string

pool

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 setClusterNodePool.

token

string