Update Storage Hardware¶
Update Storage Hardware using CLI and Web Interface with specific name for capacity, type and cloud.
CLI
This is an example of a command line interface for the user to interact with the system.
# c3 hardware update --name <string> --type storage --capacity <number> --cloud <string>
# c3 hardware update --name myStorage --type storage --capacity 10000 --cloud myCloud
Web Interface(Mock-up)
Mock up web interface for the scenario.
REST
This is an example of the RESTful interface for the scenario.
hardware/update
| Name | Value | Description |
| name | string | name of the hardware resource |
| type | string | “storage” |
| capacity | number | in TBytes |
| cloud | string | name of the cloud |