minkms stat
Print cluster status information. For each node, stat displays its ID, status (online/offline), cluster role (leader/follower), uptime, host and system information.
The following settings determine which remote Key Manager server the command runs against in order of priority:
- The
MINIO_KMS_SERVERenvironment variable. - The default value of
https://localhost:7373.
SYNTAX
minkms stat \
[-a | --api-key KEY] \
[-k | --insecure] \
[--json]
PARAMETERS
--api-key
Optional
Alias : -a
The API key of an identity the command uses to authenticate to the Key Manager cluster.
Defaults to the value of MINIO_KMS_API_KEY.
--insecure
Optional
Alias : -k
Skip server certificate verification.
--json
Optional
Print output in JSON format.
Permissions
Viewing cluster status requires SysAdmin privileges.