mc admin pool info
The mc admin pool info command returns information about one server pool, identified by its index.
Syntax
The command has the following syntax:
mc admin pool info [FLAGS] TARGET
Flags
| Flag | Description |
|---|---|
--export |
Export command as JSON. |
--import value |
Import command as JSON. |
--poolIndex value |
The index of the pool being requested (default: 0). |
Global flags
This command supports any of the global flags.
Examples
Get pool info by index.
mc admin pool info [alias] --poolIndex 0
Display pool info from exported JSON file.
mc admin pool info --import pool-info.json
Behavior
S3 compatibility
This command uses a MinIO AIStor administrative API and does not work against other S3-compatible services.