CloudHSM CLI를 사용하여 토큰 제한 시간 가져오기
모든 토큰 유형에 대한 토큰 제한 시간(초)을 얻으려면 CloudHSM CLI에서 quorum token-sign list-timeouts 명령을 사용합니다.
사용자 유형
다음 사용자가 이 명령을 실행할 수 있습니다.
-
모든 사용자. 이 명령을 실행하기 위해 로그인할 필요는 없습니다.
구문
aws-cloudhsm >
help quorum token-sign list-timeouts
List timeout durations in seconds for token validity Usage: quorum token-sign list-timeouts 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 >
quorum token-sign list-timeouts
{ "error_code": 0, "data": { "generated": 600, "approved": 600 } }
출력에는 다음이 포함됩니다.
생성됨: 생성된 토큰이 승인되는 데 걸리는 제한 시간(초).
승인됨: 승인된 토큰을 사용하여 쿼럼 승인 작업을 실행하는 데 걸리는 제한 시간(초).