쿼럼 토큰-서명 목록 - AWS CloudHSM

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

쿼럼 토큰-서명 목록

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" } ] } }

관련 주제