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

Create or update a ALBnetworkprofile

If a ALBnetworkprofile with the alb-networkprofile-id is not already present,
create a new ALBnetworkprofile. If it already exists, update the
ALBnetworkprofile. 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-network-profiles/<alb-networkprofile-id>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
ALBNetworkProfile+

Example Request:

{ "connection_mirror": false, "description": "This is a network profile.", "name": "test-network-profile", "profile": { "tcp_proxy_profile": { "aggressive_congestion_avoidance": false, "auto_window_growth": true, "automatic": true, "cc_algo": "CC_ALGO_NEW_RENO", "congestion_recovery_scaling_factor": 2, "idle_connection_timeout": 600, "idle_connection_type": "KEEP_ALIVE", "ignore_time_wait": false, "ip_dscp": 0, "keepalive_in_halfclose_state": true, "max_retransmissions": 8, "max_syn_retransmissions": 8, "nagles_algorithm": false, "reassembly_queue_size": 0, "receive_window": 64, "slow_start_scaling_factor": 1, "time_wait_delay": 2000, "use_interface_mtu": true }, "type": "PROTOCOL_TYPE_TCP_PROXY" } }

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: