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

Example Response:

{ "_create_time": 1598507777085, "_create_user": "admin", "_last_modified_time": 1598507777092, "_last_modified_user": "admin", "_protection": "NOT_PROTECTED", "_revision": 0, "_system_owned": false, "connection_mirror": false, "description": "This is a network profile.", "display_name": "test-network-profile", "id": "test-network-profile", "marked_for_delete": false, "name": "test-network-profile", "overridden": false, "parent_path": "/infra", "path": "/infra/alb-network-profiles/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" }, "relative_path": "test-network-profile", "resource_type": "ALBNetworkProfile", "unique_id": "14eba9dc-476f-47dc-a531-0109044c0c46" }

Required Permissions:

crud

Feature:

policy_lb

Additional Errors: