Le traduzioni sono generate tramite traduzione automatica. In caso di conflitto tra il contenuto di una traduzione e la versione originale in Inglese, quest'ultima prevarrà.
Elenca i token del quorum utilizzando Cloud HSM CLI
Usa il quorum token-sign list comando in Cloud HSM CLI per elencare tutti i token quorum con firma a token presenti nel tuo cluster. AWS CloudHSM
Tipo di utente
Gli utenti seguenti possono eseguire questo comando.
-
Admin
-
Crypto user (CU)
Sintassi
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
Esempio
Questo comando elencherà tutti i token con segno di token presenti nel cluster. 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" } ] } }