Documentation

mc ilm tier check

The mc ilm tier check command displays the configuration for remote tier on a deployment.

The command has the following syntax:

The following example displays the configuration for an existing remote tier called WARM-TIER on the myminio deployment.

 mc ilm tier check myminio WARM-TIER

The command has the following syntax:

mc ilm tier add TARGET TIER_NAME
  • Brackets [] indicate optional parameters.

  • Parameters sharing a line are mutually dependent.

  • Parameters separated using the pipe | operator are mutually exclusive.

Copy the example to a text editor and modify as-needed before running the command in the terminal/shell.

The command accepts the following arguments:

Required

The alias of a configured MinIO deployment on which the desired tier exists.

Required

The name of an existing remote tier to display.

You must specify the tier in all-caps, e.g. WARM_TIER.

This command supports any of the global flags.

The following example displays the configuration of the tier WARM-TIER on the myminio deployment.

mc ilm tier check myminio WARM-TIER

The mc commandline tool is built for compatibility with the AWS S3 API and is tested with MinIO and AWS S3 for expected functionality and behavior.

MinIO provides no guarantees for other S3-compatible services, as their S3 API implementation is unknown and therefore unsupported. While mc commands may work as documented, any such usage is at your own risk.

For permissions required to review a tier, refer to the required permissions on the parent command.