Getting a OCI Cache Cluster's Details
View an OCI Cache cluster's details.
- 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, displaying information about the cluster. For sharded clusters, you can view and note the discovery endpoint that provides a stable endpoint for topology discovery. A client can use this endpoint to connect directly with sharded nodes. On the Tags tab, you can view existing tags. Select the edit icon to modify a tag, or select Remove tag to delete it.
On the Security tab, you can view the security attributes associated with the cluster. Select the edit icon to modify a security attribute, or select Remove security attributes to delete it. You can also select Add Security Attributes from this tab to define additional attributes.
Some items on the page are read-only, and other items enable you to edit and update the cluster's configuration. Access various resources associated with the cluster by selecting their links or tabs.
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.