Getting an OCI Cache Cluster's Details

View an OCI Cache cluster's configuration, connection information, associated resources, backups, and cross-region replication details.

    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.

      The cluster's details page opens and displays general information, cluster configuration, and connection details. Some items on the page are read-only, while other items let you edit or update the cluster's configuration.

      For sharded clusters, the page displays the discovery endpoint, which provides a stable endpoint for topology discovery. A client can use this endpoint to connect directly to sharded nodes.

      For clusters participating in cross-region replication, the General information section displays the cluster role. For a secondary cluster, the Primary cluster name field identifies and links to the associated primary cluster, and the Primary cluster region field identifies the region that contains the primary cluster.

    2. On the cluster's details page, select the applicable tabs to view or manage resources associated with the cluster:

    The tabs and actions displayed depend on the cluster's configuration, role, lifecycle state, and the permissions assigned to you.

  • 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.