Getting a OCI Cache Cluster's Connection Details

View an OCI Cache cluster's primary, replica, and node endpoints.

    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. For the primary and replica nodes, the following fields on the cluster details page contain the endpoints to use when connecting to the cluster:
      • Primary endpoint
      • Replicas endpoint
    3. On the cluster's details page, select Cluster nodes.
    4. In the Cluster nodes section, select the node you want to connect with.
      This applies for the direct endpoint to individual cluster nodes, regardless of the node type.
    5. Select Show to display the full value for a field in the Console, and select Copy to copy the value.
  • Use the oci redis redis-cluster redis-cluster get command and required parameter to get the details for a cluster:

    oci redis redis-cluster redis-cluster get --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 GetRedisCluster operation to get a cluster's details.