CloudHSM CLI를 사용하여 쿼럼 토큰 나열 - AWS CloudHSM

CloudHSM CLI를 사용하여 쿼럼 토큰 나열

CloudHSM CLI의 quorum token-sign list 명령을 사용하여 AWS CloudHSM 클러스터에 있는 모든 토큰 서명 쿼럼 토큰을 나열합니다.

사용자 유형

다음 사용자가 이 명령을 실행할 수 있습니다.

  • 관리자

  • CU(Crypto User)

구문

aws-cloudhsm > help quorum token-sign list List the token-sign tokens in your cluster Usage: quorum token-sign list 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 클러스터에 있는 모든 토큰-서명 토큰을 나열합니다.

aws-cloudhsm > quorum token-sign list { "error_code": 0, "data": { "tokens": [ { "username": "admin", "service": "quorum", "approvals-required": 2 "number-of-approvals": 0 "token-timeout-seconds": 397 "cluster-coverage": "full" }, { "username": "admin", "service": "user", "approvals-required": 2 "number-of-approvals": 2 "token-timeout-seconds": 588 "cluster-coverage": "full" } ] } }

관련 주제