Policy > Networking > Network Services > Advanced Load Balancing > Alb Vs Vips

Create or update a ALBvsvip

If a ALBvsvip with the alb-vsvip-id is not already present,
create a new ALBvsvip. If it already exists, update the
ALBvsvip. This is a full replace.
This API is only available when using VMware NSX-T.

Request:

Method:
PATCH
URI Path(s):
/policy/api/v1/infra/alb-vs-vips/<alb-vsvip-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBVsVip+

Example Request:

{ "east_west_placement": false, "name": "testVsVip", "vip": [ { "auto_allocate_floating_ip": false, "auto_allocate_ip": false, "auto_allocate_ip_type": "V4_ONLY", "avi_allocated_fip": false, "avi_allocated_vip": false, "enabled": true, "ip_address": { "addr": "", "type": "V4" } } ] }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: