You can retrieve the status of a file-level tiering operation using the CLI and REST API. For information on volume-level tiering operation, see Retrieving the Status of a Volume-level Tiering Operation.
file tierjobstatus
for more information. For example:maprcli file tierjobstatus -name <file_name> -json
curl -k -X GET 'https://<host>:8443/rest/file/tierstatus?name<file_name>' --user mapr:mapr
file tierstatus for
more information. For example:maprcli file tierstatus -name <file_name>
curl -k -X GET 'https://<host>:8443/rest/file/tierstatus?name=<file_name>' --user mapr:mapr