ALBAppLearningParams (schema)

AppLearningParams

Advanced load balancer AppLearningParams object
Name Description Type Notes
enable_per_uri_learning Enable per uri learning

Learn the params per URI path.
Default value when not specified in API or module is
interpreted by ALB Controller as true.
boolean Default: "True"
max_params Max params

Maximum number of params to learn for an application.
Allowed values are 10-1000.
Default value when not specified in API or module is
interpreted by ALB Controller as 100.
integer Minimum: 10
Maximum: 1000
Default: "100"
max_uris Max uris

Maximum number of URI paths to learn for an application.
Allowed values are 10-10000.
Default value when not specified in API or module is
interpreted by ALB Controller as 500.
integer Minimum: 10
Maximum: 10000
Default: "500"
min_hits_to_learn Min hits to learn

Minimum number of occurances required for a Param to
qualify for learning.
Default value when not specified in API or module is
interpreted by ALB Controller as 10000.
integer Default: "10000"
sampling_percent Sampling percent

Percent of the requests subjected to Application learning.
Allowed values are 1-100.
Unit is PERCENT.
Default value when not specified in API or module is
interpreted by ALB Controller as 1.
integer Minimum: 1
Maximum: 100
Default: "1"
update_interval Update interval

Frequency with which SE publishes Application learning data
to controller.
Allowed values are 1-60.
Unit is MIN.
Default value when not specified in API or module is
interpreted by ALB Controller as 30.
integer Minimum: 1
Maximum: 60
Default: "30"