GlobalLB::WideIP::LBDecisionLogVerbosity

Introduced : BIG-IP_v11.3.0
An enum describing load balancing log verbosity. If a sequence of LBDecisionLogVerbosity contains duplicates (eg. [&aposLB_DECISION_PM_SELECTION&apos, &aposLB_DECISION_PM_SELECTION&apos]), they will be deduplicated. Note: If you set LB_DECISION_LOG_NONE or LB_DECISION_LOG_ALL, that must be the only specification.

Members

Member

Value

Description

LB_DECISION_LOG_UNKNOWN

0

The verbosity is unknown or unsupported by iControl.

LB_DECISION_LOG_NONE

1

Logging is disabled.

LB_DECISION_POOL_SELECTION

2

Log will contain pool load-balancing algorithm details.

LB_DECISION_POOL_TRAVERSAL

3

Log will contain details of all pools traversed during load-balancing.

LB_DECISION_PM_SELECTION

4

Log will contain pool member load-balancing algorithm details.

LB_DECISION_PM_TRAVERSAL

5

Log will contain details of all pool members traversed during load-balancing.

LB_DECISION_LOG_ALL

6

Both pool and pool member related load-balancing details are logged. Note: LB_DECISION_LOG_ALL is a convenient way to set multiple verbosities and will not be returned in a query (they will be returned separately).


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.