Editing a VIP
Explains how to modify the Virtual IP (VIP) range using either the Control System or the CLI.
Editing a VIP Using the Control System
Procedure
Editing a VIP Using the CLI and REST API
About this task
- CLI
- The basic command to modify a VIP range is:
maprcli virtualip edit -netmask <netmask> -virtualip <virtualip> - REST
- Send a request of type POST. For example:
curl -X POST 'https://<host>:8443/rest/virtualip/edit?netmast<netmask>&virtualip=<vip>' --user <username>:<password>
For the complete list of required and optional parameters, see
virtualip edit.