An API object that represents a node in the cluster.

NameType/ValueDescription
uidintegerCluster unique ID of node (read-only)
accept_serversboolean (default: true)The node only accepts new shards if accept_servers is true
addrstringInternal IP address of node
architecturestringHardware architecture (read-only)
bigredis_storage_pathstringFlash storage path (read-only)
bigstore_driver‘ibm-capi-ga1’
‘ibm-capi-ga2’
‘ibm-capi-ga4’
‘speedb’
‘rocksdb’
Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the cluster object’s bigstore_driver instead)
bigstore_sizeintegerStorage size of bigstore storage (read-only)
coresintegerTotal number of CPU cores (read-only)
ephemeral_storage_pathstringEphemeral storage path (read-only)
ephemeral_storage_sizenumberEphemeral storage size (bytes) (read-only)
external_addrcomplex objectExternal IP addresses of node. GET /jsonschema to retrieve the object’s structure.
max_listenersintegerMaximum number of listeners on the node
max_redis_serversintegerMaximum number of shards on the node
os_family‘rhel’
‘ubuntu’
‘amzn’
Operating system family (read-only)
os_namestringOperating system name (read-only)
os_semantic_versionstringFull version number (read-only)
os_versionstringInstalled OS version (human-readable) (read-only)
persistent_storage_pathstringPersistent storage path (read-only)
persistent_storage_sizenumberPersistent storage size (bytes) (read- only)
public_addrstringPublic IP address of node (deprecated as of Redis Enterprise v4.3.3, use external_addr instead)
rack_idstringRack ID where node is installed
recovery_pathstringRecovery files path
shard_countintegerNumber of shards on the node (read-only)
shard_listarray of integersCluster unique IDs of all node shards
software_versionstringInstalled Redis Enterprise cluster software version (read-only)
status‘active’
‘decommissioning’
‘down’
‘provisioning’
Node status (read-only)
supported_database_versions

[{
  "db_type": string,
  "version": string
}, ...]
Versions of open source databases supported by Redis Enterprise Software on the node (read-only)
db_type: Type of database
version: Version of database
system_timestringSystem time (UTC) (read-only)
total_memoryintegerTotal memory of node (bytes) (read-only)
uptimeintegerSystem uptime (seconds) (read-only)
use_internal_ipv6boolean (default: false)Node uses IPv6 for internal communication. Value is taken from bootstrap identity (read-only)