Listing the Nodes in an OCI Cache Cluster

View the nodes contained in an OCI Cache cluster.

    1. On the Clusters list page, select the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. On the cluster's details page, select Cluster nodes under Resources.
    The Cluster nodes list opens. Each node assigned to the cluster is listed, along with its private endpoint. You can copy the private endpoint by selecting Copy private endpoint from the node's Actions menu.
  • 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.