Editing a Tier
Describes how to modify a cold tier using the Control System, the CLI and the REST API.
About this task
For a primer on Data Tiering, see Data Tiering.
You cannot modify a warm tier. You can modify a cold tier (referred to as Remote Target in the Control System) using the Control System, the CLI, and REST API.
Modifying a Remote Target Using the Control System
Procedure
- Log in to the Control System and go to the Remote Target tab under .
- Click the name of the remote target (cold tier) to display the Edit Remote Target window.
- Make necessary changes to the CREDENTIALS.
- Click Save Changes to save the changes.
Modifying a Cold Tier Using the CLI and REST API
About this task
Run the following command to modify a cold tier:
$maprcli tier modify -name <tier_name> -credential <credentials_file_path>
Send a request of type POST. For example:
curl -X POST 'https://abc.sj.us:8443/rest/tier/modify?name=<tier_name>&credential_str=<JSON>' --user <username>:<password>
tier modify
.