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

Create or update a ALBanalyticsprofile

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

Example Request:

{ "apdex_response_threshold": 500, "apdex_response_tolerated_factor": 4.0, "apdex_rtt_threshold": 250, "apdex_rtt_tolerated_factor": 4.0, "apdex_rum_threshold": 5000, "apdex_rum_tolerated_factor": 4.0, "apdex_server_response_threshold": 400, "apdex_server_response_tolerated_factor": 4.0, "apdex_server_rtt_threshold": 125, "apdex_server_rtt_tolerated_factor": 4.0, "conn_lossy_ooo_threshold": 50, "conn_lossy_timeo_rexmt_threshold": 20, "conn_lossy_total_rexmt_threshold": 50, "conn_lossy_zero_win_size_event_threshold": 2, "conn_server_lossy_ooo_threshold": 50, "conn_server_lossy_timeo_rexmt_threshold": 20, "conn_server_lossy_total_rexmt_threshold": 50, "conn_server_lossy_zero_win_size_event_threshold": 2, "hs_performance_boost": 0, "name": "test-Analytics-Profiles" }

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: