mc admin cluster services
The mc admin cluster services command displays the configuration and current status of the services running on a deployment.
Syntax
The command has the following syntax:
mc admin cluster services [FLAGS] TARGET
Flags
| Flag | Description |
|---|---|
--export |
Export command as JSON. |
Global flags
This command supports any of the global flags.
Examples
Get services information for a MinIO deployment.
mc admin cluster services myminio
Get services information in JSON format.
mc admin cluster services myminio --json
Export services information to a JSON file.
mc admin cluster services myminio --export
Behavior
S3 compatibility
This command uses a MinIO AIStor administrative API and does not work against other S3-compatible services.