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
See Output for more information.
file tierjobstatus
for more information. For example:maprcli file tierjobstatus -name <file_name> -json
curl -X GET 'https://<host>:8443/rest/file/tierstatus?name<file_name>' --user <username>:<password>
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
See Output
for more information.
file tierstatus
for
more information. For example:maprcli file tierstatus -name <file_name>
curl -X GET 'https://<host>:8443/rest/file/tierstatus?name=<file_name>' --user <username>:<password>