Vaultのリスト
OCI Vaultサービスで作成されたボールト・リソースのリスト。
コマンド・プロンプトを開き、
oci kms management vault change-compartment
を実行して、ボールトを同じテナンシ内の別のコンパートメントに移動します。oci kms management vault change-compartment --vault-id <target_vault_id> --compartment-id <new_compartment_id>
例:
コマンド・プロンプトを開き、
oci kms management vault get
を実行してボールトの構成の詳細を表示します。oci kms management vault get --vault-id <target_vault_id>
例:
oci kms management vault get --vault-id ocid1.vault.region1.sea.exampleaaacu2.examplesrcvbtqe5wgrxn2jua3olmeausn5fauxseubwu5my5tf3w3j33edq
CLIコマンドのパラメータおよび値の完全なリストは、KMS CLIコマンド・リファレンスを参照してください。
KMSVAULT APIエンドポイントを使用して、GetVault操作を実行します。
Note
Each region use the KMSVAULT API endpoint for create, update, and list operations for vault. This endpoint is referred to as the control plane URL or vault management endpoint. Each region also has a unique endpoint for operations related to retrieving vault details. This endpoint is known as the data plane URL or the secret retrieval endpoint. For regional endpoints, see the API Documentation.APIの使用およびリクエストの署名の詳細は、REST APIのドキュメントおよびセキュリティ資格証明を参照してください。SDKの詳細は、SDKおよびCLIを参照してください。