Retrieving Status of File-level Tiering Operation and File Data

About this task

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.

Retrieving the Status of a Running Tiering Operation

Procedure

Run the maprcli command or send a request of type GET to check the status of an active or completed offload, abort, and/or recall operation.
See 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
See Output for more information.

Retrieving Status of File Data

Procedure

Run the maprcli command or send a request of type GET to determine the status of file data.
See 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
See Output for more information.