NSX-T Data Center REST API
Create or update a ALBVsVip
If a ALBVsVip with the alb-VsVip-id is notalready 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": "Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    ALBVsVip+
  