Listing the Nodes in an OCI Cache Cluster

View the nodes contained in an OCI Cache cluster.

    1. On the cluster's details page, select the Cluster nodes tab.
      The Cluster nodes list opens. Each node assigned to the cluster is listed, along with its private endpoint.
    2. To perform an action on a node directly from the list table, select an available option from the Actions menu (three dots) in the row for that cluster node:
      Copy private endpoint: Copy the private endpoint.
  • Use the oci redis redis-cluster node-summary list-redis-cluster-nodes command and required parameters to get the node details for a cluster:

    oci redis redis-cluster node-summary list-redis-cluster-nodes --redis-cluster-id <cluster_OCID> [OPTIONS]
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • Run the ListRedisClusterNodes operation to get the node details for a cluster.