Getting HSM Cluster DNS Name

Get DNS name for the HSM cluster in the "Activation Required" state.

    1. Open the Oracle Cloud Console navigation menu and click Identity & Security. Under Key Management & Secret Management, click Dedicated Key Management.
    2. In the Dedicated KMS page, from the list of clusters, click a cluster name to open its details page.
    3. The HSM Cluster Information section display the DNS Name of the HSM cluster.
  • Open a command prompt and run hsm-cluster get to get HSM partition DNS name.

    oci kms kms-hsm-cluster hsm-cluster get --cluster-id 

    For example:

    oci kms kms-hsm-cluster hsm-cluster get hsm-cluster-id ocid1.hsmcluster-1.oc1..example1example25qrlpo4agcmothkbgqgmuz2zzum45ibplooqtabwk3zz

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

  • Run the GetHsmCluster operation that uses the KMSHSMCLUSTER API endpoint.

    Note

    Each region uses the KMSHSMCLUSTER API endpoint for HSM cluster operations. For regional endpoints, see the API Endpoints.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.