Modifying a Storage Tier Policy
Explains how to modify a storage tier policy using either the Control System, CLI, or the REST API.
About this task
If you modify a rule that is currently in use, the changes in the rule are only applied on future offloads; data offloaded using existing rule is not impacted by the change in the rule.
Modifying a Rule Using the Control System
Procedure
Modifying a Rule Using the CLI and the REST API
About this task
Run the following command to modify a storage policy:
$ maprcli tier rule modify -name <rule_name> -jsonSend a request of type POST. For example:
# curl -X POST 'https://server.sj.us:8443/rest/tier/rule/modify?name=sampleRule&expr=m:3d' --user <username>:<password>
{"timestamp":1523587392465,"timeofday":"2018-04-12 07:43:12.465 GMT-0700 PM","status":"OK","total":0,"data":[],"messages":["Successfully updated rule: 'sampleRule'"]}For more information, see tier rule modify.
) or remove (
) users and/or groups.