{
  "id": "node",
  "title": "Node object",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/objects/node/",
  "summary": "An object that represents a node in the cluster",
  "content": "\nAn API object that represents a node in the cluster.\n\n| Name | Type/Value | Description |\n|------|------------|-------------|\n| uid | integer | Cluster unique ID of node (read-only) |\n| accept_servers | boolean (default:\u0026nbsp;true) | The node only accepts new shards if `accept_servers` is `true` |\n| addr | string | Internal IP address of node |\n| architecture | string | Hardware architecture (read-only) |\n| bigredis_storage_path | string | Flash storage path (read-only) |\n| bigstore_driver | 'ibm-capi-ga1'\u003cbr /\u003e'ibm-capi-ga2'\u003cbr /\u003e'ibm-capi-ga4'\u003cbr /\u003e'speedb'\u003cbr /\u003e'rocksdb' | Bigstore driver name or none (deprecated as of Redis Enterprise v7.2, use the [cluster object]()'s `bigstore_driver` instead) |\n| bigstore_enabled | boolean | If `true`, then flash storage is enabled on this node for [Auto Tiering]() databases. Configurable during [bootstrapping](). After bootstrapping, it is read-only. |\n| bigstore_size | integer | Storage size of bigstore storage (read-only) |\n| cores | integer | Total number of CPU cores (read-only) |\n| ephemeral_storage_path | string | Ephemeral storage path (read-only) |\n| ephemeral_storage_size | number | Ephemeral storage size (bytes) (read-only) |\n| external_addr | complex object | External IP addresses of node. `GET`\u0026nbsp;`/jsonschema` to retrieve the object's structure. |\n| max_listeners | integer | Maximum number of listeners on the node |\n| max_redis_servers | integer | Maximum number of shards on the node |\n| os_family | 'rhel'\u003cbr /\u003e'ubuntu'\u003cbr /\u003e'amzn' | Operating system family (read-only) |\n| os_name | string | Operating system name (read-only) |\n| os_semantic_version | string | Full version number (read-only) |\n| os_version | string | Installed OS version (human-readable) (read-only) |\n| persistent_storage_path | string | Persistent storage path (read-only) |\n| persistent_storage_size | number | Persistent storage size (bytes) (read- only) |\n| public_addr | string | Public IP address of node (deprecated as of Redis Enterprise v4.3.3, use external_addr instead) |\n| rack_id | string | Rack ID where node is installed |\n| recovery_path | string | Recovery files path |\n| shard_count | integer | Number of shards on the node (read-only) |\n| shard_list | array of integers | Cluster unique IDs of all node shards |\n| software_version | string | Installed Redis Enterprise cluster software version (read-only) |\n| status | 'active'\u003cbr /\u003e'decommissioning'\u003cbr /\u003e'down'\u003cbr /\u003e'provisioning' | Node status (read-only) |\n| supported_database_versions | \n[{\n  \"db_type\": string,\n  \"version\": string\n}, ...]\n | Versions of Redis Open Source databases supported by Redis Enterprise Software on the node (read-only)\u003cbr /\u003e**db_type**: Type of database\u003cbr /\u003e**version**: Version of database |\n| system_time | string | System time (UTC) (read-only) |\n| total_memory | integer | Total memory of node (bytes) (read-only) |\n| uptime | integer | System uptime (seconds) (read-only) |\n| use_internal_ipv6 | boolean (default:\u0026nbsp;false) | Node uses IPv6 for internal communication. Value is taken from bootstrap identity (read-only) |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

