Policy > Networking > Network Services > Advanced Load Balancing > Alb Virtual Services

Create or update a ALBvirtualservice

If a ALBvirtualservice with the alb-virtualservice-id is not already present,
create a new ALBvirtualservice. If it already exists, update the
ALBvirtualservice. 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-virtual-services/<alb-virtualservice-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBVirtualService+

Example Request:

{ "application_profile_path": "/infra/alb-application-profiles/https_ssl_pass_through_enable_src_ip", "close_client_conn_on_config_update": false, "cloud_name": "nsxt_cloud_overlay", "connections_rate_limit": { "action": { "type": "RL_ACTION_DROP_CONN" }, "rate_limiter": { "count": 123, "period": 1 } }, "display_name": "https_vip1", "east_west_placement": false, "enabled": false, "network_profile_path": "/infra/alb-network-profiles/System-TCP-Proxy", "performance_limits": { "max_concurrent_connections": 123 }, "pool_path": "/infra/alb-pools/https_pool_1", "se_group_name": null, "services": [ { "enable_ssl": false, "port": 9000 } ], "type": "VS_TYPE_NORMAL", "vsvip_path": "/infra/alb-vs-vips/vsvip_http_vip1" }

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: