CloudHSM CLI でクォーラム値を表示する
CloudHSM CLI の quorum token-sign list-quorum-values コマンドを使用して、AWS CloudHSM クラスターに設定されているクォーラム値を一覧表示します。
ユーザーのタイプ
このコマンドは、次のユーザーが実行できます。
-
すべてのユーザー。このコマンドは、ログインしていなくても実行できます。
Syntax
aws-cloudhsm >
help quorum token-sign list-quorum-values
List current quorum values Usage: quorum token-sign list-quorum-values Options: --cluster-id
<CLUSTER_ID>
Unique Id to choose which of the clusters in the config file to run the operation against. If not provided, will fall back to the value provided when interactive mode was started, or error -h, --help Print help
例
このコマンドは、AWS CloudHSM クラスターに設定されている各サービスのクォーラム値を一覧表示します。
hsm1.medium:
aws-cloudhsm >
quorum token-sign list-quorum-values
{ "error_code": 0, "data": { "user": 1, "quorum": 1 } }
hsm2m.medium:
aws-cloudhsm >
quorum token-sign list-quorum-values
{ "error_code": 0, "data": { "user": 1, "quorum": 1, "cluster": 1 } }