mc admin account info
Lists account information for a specified account.
Syntax
- CLI
-
mc admin account info - list the info of an account USAGE: mc admin account info TARGET account [ domain=<domain_name> ] account: The account whose info needs to be fetched and displayed FLAGS: --json enable JSON lines formatted output --debug enable debug output --insecure disable SSL certificate verification --help, -h show help
Parameters
Parameter | Description |
---|---|
TARGET |
The alias of a configured HPE Ezmeral Object Store on which the account exists. This parameter is mandatory. |
account |
The account for which to retrieve the information. This parameter is mandatory. |
domain |
The name of the domain under which the account exists. |
json |
Enables JSON formatted output. |
debug |
Enables output for debugging. |
insecure |
Disables SSL verification. |
help |
Shows this help. |
Examples
Display information for the account sales under the domain north_america
in the Object Store deployment with alias salesobject:
- CLI
-
/opt/mapr/bin/mc admin account info salesobject sales domain=north_america -json