NSX-T Data Center REST API

Create or update a ALBvsvip (Deprecated)

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 is a deprecated API. It is recommennded to use NSX Advanced Load Balancer (Avi) Controller UI or API directly instead of NSX-T ALB Policy UI and API.
This API is only available when using VMware NSX.

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: