* List all allocated VIPs: GET /clusters//network_configuration/vips/ [ { ... VIP A ... }, { ... VIP B ... } ] * Allocate a new VIP: POST /clusters//network_configuration/vips/ { ... VIP C ... } * Retrieve VIP C: GET /clusters//network_configuration/vips/ { ... VIP C ... } * Change VIP C: PUT /clusters//network_configuration/vips/ { ... VIP C ... }