Getting an OCI Cache Configuration's Details

View the details of an OCI Cache configuration.

  • On the Configurations list page (default or custom configuration type), select the configuration that you to want to view or work with. If you need help finding the list page or the configuration, see Listing OCI Cache Configurations.
    The configuration's details page opens and displays information about the configuration. Some items on the page are read-only, while others allow you to edit and update the configuration's parameters. Select the appropriate links to access the different resources related to the configuration.

    For default configurations, compartments are read-only resources that are owned and managed by OCI Cache and are therefore not displayed in the details page. However, if you have the OCI_CACHE_CONFIGSET_INSPECT  permission in that compartment, you can use the compartment OCID to retrieve a list of default configurations.

    The Clusters list displays all clusters associated with the configuration. Selecting a cluster name opens the cluster's details page.

  • Use the oci redis oci-cache-config-set oci-cache-config-set get or oci redis oci-cache-default-config-set oci-cache-default-config-set get commands and required parameters to view the details of an OCI Cache custom or default configuration:

    • View an OCI Cache custom configuration:
      oci redis oci-cache-config-set oci-cache-config-set get --oci-cache-config-set-id <config_set_OCID> [OPTIONS]
    • View an OCI Cache default configuration:
      oci redis oci-cache-default-config-set oci-cache-default-config-set get --compartment-id <compartment_OCID> --oci-cache-default-config-set-id <default_config_set_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the GetOciCacheConfigSet or GetOciCacheDefaultConfigSet operation to view the details of a custom or default OCI Cache configuration.