LocalLB::ProfileAnalytics::TransactionPart

Introduced : BIG-IP_v11.1.0
Transaction part - defines a specific part of a transaction. This enum is used whithin the context of traffic capture to specify what to do with a specific part of a transaction (e.g. what part of a transaction to capture, what part to filter).

Members

Member

Value

Description

TRANSACTION_PART_UNKNOWN

0

Transaction part is unknown (or is unsupported by iControl).

TRANSACTION_PART_NONE

1

An empty part of a transaction.

TRANSACTION_PART_HEADERS

2

The headers of a transaction.

TRANSACTION_PART_BODY

3

The body of a transaction.

TRANSACTION_PART_REQUEST

4

The request part of a transaction.

TRANSACTION_PART_URI

5

The URI part of a transaction.

TRANSACTION_PART_ALL

6

All of the transaction.


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.