Getting HSM Partition Details

Get information about an HSM partition's details.

    1. Open the navigation menu, click Identity & Security. Under Key Management & Secret Management, click Dedicated Key Management.
    2. In the Dedicated Key Management page, from the list of clusters, click a cluster name to open its details page.
    The HSM Partitions section displays the following information:
    • 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.
  • Open a command prompt and run hsm-partition get 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 KMS CLI Command Reference.

  • Run the GetHsmPartition 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.