Getting HSM Partition Details

Lean how to get HSM partition details for a specified HSM cluster in OCI Dedicated Key Management.

    1. On the HSM cluster list page, find the HSM cluster that you want to work with. If you need help finding the list page, see Listing HSM Clusters.
    2. Select a cluster name to open its details page, then select the HSM partitions tab to see a list of the cluster's partitions.
    The HSM partitions tab displays the following partition details:
    • OCID: The unique, Oracle-assigned ID of the partition.
    • Created: The date and time when you created the HSM partition.
    • Status: The lifecyle state for the HSM partition.
  • Use the oci kms kms-hsm-cluster hsm-partition get command and required parameters to get HSM partition details.

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

    For example:

    oci kms kms-hsm-cluster hsm-partition get --hsm-cluster-id ocid1.kmshsmcluster.region1.sea.example1.abzwkljsshsfywmfvqr2vxo3q75ifayb5yxbhj63czq47ft3fpi52zah5pdq 

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

  • Use the GetHsmPartition API with the KMSHSMCLUSTER endpoint to view the details of an HSM partition.

    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.