LocalLB::ProfileAnalytics¶
Methods¶
Structures¶
Structure
Description
A structure that specifies a logging facility in profile attributes.
ProfileSessionCookieSecurityMode
A structure that specifies a session cookie security mode in profile attributes.
A structure that specifies a user session collection timeout in profile attributes.
Enumerations¶
Enumeration | Description |
AnalyticsAlertGranularity | Analytics alert granularity - Specifies a granularity level on which the alert is defined. |
AnalyticsAlertMetric | Analytics alert metric - Specifies a metric on which the alert is defined. |
AnalyticsAlertThresholdRelation | Analytics alert threshold relation. The enum value specifies whether the threshold value must be below or above the metric value. |
CapturedProtocol | Captured protocol - defines which application layer protocols will be captured when capturing is turned on in an Analytics profile. |
LoggingFacility | Analytics system logging facility. This enumeration is used when configurating an external logging server. It is used to determine which logging facility will be used. |
SessionCookieSecurityMode | Session cookie security mode - specifies the condition for adding a secure attribute to session cookies. |
SessionTimeout | Session timeout - defines the timeout for collecting user session data. |
TransactionPart | 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). |
Aliases¶
Alias | Type | Description |
AnalyticsAlertGranularitySequence | AnalyticsAlertGranularity [] | A sequence of analytics alert granularities. |
AnalyticsAlertGranularitySequenceSequence | AnalyticsAlertGranularity [] [] | A sequence of a sequence of analytics alert granularities. |
AnalyticsAlertMetricSequence | AnalyticsAlertMetric [] | A sequence of analytics alert metrics. |
AnalyticsAlertMetricSequenceSequence | AnalyticsAlertMetric [] [] | A sequence of a sequence of analytics alert metrics. |
AnalyticsAlertThresholdRelationSequence | AnalyticsAlertThresholdRelation [] | A sequence of analytics alert threshold relations. |
AnalyticsAlertThresholdRelationSequenceSequence | AnalyticsAlertThresholdRelation [] [] | A sequence of a sequence of analytics alert threshold relations. |
CapturedProtocolSequence | CapturedProtocol [] | A sequence of captured protocols. |
CapturedProtocolSequenceSequence | CapturedProtocol [] [] | A sequence of a sequence of captured protocols. |
LoggingFacilitySequence | LoggingFacility [] | A sequence of logging facility definitions. |
ProfileLoggingFacilitySequence | ProfileLoggingFacility [] | A sequence of profile logging facility definitions. |
ProfileSessionCookieSecurityModeSequence | ProfileSessionCookieSecurityMode [] | A sequence of profile session cookie security modes. |
ProfileSessionTimeoutSequence | ProfileSessionTimeout [] | A sequence of profile user session collection timeout definitions. |
SessionCookieSecurityModeSequence | SessionCookieSecurityMode [] | A sequence of session cookie security modes. |
SessionTimeoutSequence | SessionTimeout [] | A sequence of session timeouts. |
TransactionPartSequence | TransactionPart [] | A sequence of transaction parts. |
TransactionPartSequenceSequence | TransactionPart [] [] | A sequence of a sequence of transaction parts. |
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.