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:

{ "cloud_name": "nsxt_cloud_overlay", "display_name": "vsvip_http_vip1", "tier1_path": "/infra/tier-1s/London_Tier1Gateway1", "vip": [ { "ip_address": { "addr": "", "type": "V4" }, "vip_id": 0 } ] }

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: