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:
PUT
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:
Content-type: application/json
Response Body:
ALBVsVip+

Example Response:

{ "_create_time": 1628086710542, "_create_user": "admin", "_last_modified_time": 1628086710542, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "cloud_name": "nsxt_cloud_overlay", "display_name": "vsvip_http_vip1", "east_west_placement": false, "id": "vsvip_http_vip1", "marked_for_delete": false, "overridden": false, "parent_path": "/infra", "path": "/infra/alb-vs-vips/vsvip_http_vip1", "realization_id": "d608d630-0b6e-4bf0-96bb-63103bd234bf", "relative_path": "vsvip_http_vip1", "resource_type": "ALBVsVip", "tier1_path": "/infra/tier-1s/London_Tier1Gateway1", "unique_id": "d608d630-0b6e-4bf0-96bb-63103bd234bf", "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" }, "prefix_length": 32, "vip_id": "0" } ] }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: