quorum token-sign list-timeouts - AWS CloudHSM

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

quorum token-sign list-timeouts

使用 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 } }

输出包括以下内容:

  • 已生成:批准已生成令牌的超时期限(以秒为单位)。

  • 已批准:执行仲裁授权操作的已批准令牌的超时期限(以秒为单位)。

相关 主题