<?xml version=“1.0” ?> <!– Copyright © 1996-2016, F5
Networks, Inc., Seattle, Washington. All rights reserved.
F5
, F5
Networks, the F5
logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5
Networks, Inc., in the U.S. and certain other countries.
All other trademarks mentioned in this document are the property of their respective owners. F5
Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5
.
–> <definitions name=“LocalLB.ProfileAnalytics”
targetNamespace="urn:iControl" xmlns:tns="urn:iControl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<!– types –>
<types>
<xsd:schema targetNamespace='urn:iControl' xmlns='http://www.w3.org/2001/XMLSchema' xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertMetricSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertMetric[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileEnabledState"> <xsd:sequence> <xsd:element name="value" type="tns:Common.EnabledState"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileStringArray"> <xsd:sequence> <xsd:element name="values" type="tns:Common.StringSequence"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileIPAddressSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileIPAddress[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.ULongSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULongSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.TransactionPartSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.TransactionPart[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileStringSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileString[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileIPAddress"> <xsd:sequence> <xsd:element name="value" type="xsd:string"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:simpleType name="Common.EnabledState"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="STATE_DISABLED"> <xsd:annotation> <xsd:documentation>STATE_DISABLED</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="STATE_ENABLED"> <xsd:annotation> <xsd:documentation>STATE_ENABLED</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileSessionCookieSecurityMode"> <xsd:sequence> <xsd:element name="value" type="tns:LocalLB.ProfileAnalytics.SessionCookieSecurityMode"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertGranularitySequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertGranularitySequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileLoggingFacilitySequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.ProfileLoggingFacility[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.StringSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.AnalyticsAlertGranularity"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ANALYTICS_ALERT_GRANULARITY_UNKNOWN"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_GRANULARITY_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_GRANULARITY_APPLICATION"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_GRANULARITY_APPLICATION</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_GRANULARITY_VS"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_GRANULARITY_VS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_GRANULARITY_MEMBER"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_GRANULARITY_MEMBER</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelationSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelation[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.IPAddressSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPAddressSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.IPAddressSequenceSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPAddressSequenceSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileSessionCookieSecurityModeSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.ProfileSessionCookieSecurityMode[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.BooleanSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.ULongSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.StringSequenceSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequenceSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileULong"> <xsd:sequence> <xsd:element name="value" type="xsd:long"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileULongSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileULong[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelation"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ANALYTICS_ALERT_THRESHOLD_RELATION_UNKNOWN"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_THRESHOLD_RELATION_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_THRESHOLD_RELATION_BELOW"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_THRESHOLD_RELATION_BELOW</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_THRESHOLD_RELATION_ABOVE"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_THRESHOLD_RELATION_ABOVE</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="Common.ULongSequenceSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULongSequenceSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.AnalyticsAlertMetric"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_UNKNOWN"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_AVG_TPS"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_AVG_TPS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_MAX_TPS"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_MAX_TPS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_AVG_SERVER_LAT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_AVG_SERVER_LAT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_AVG_CLIENT_LAT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_AVG_CLIENT_LAT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_MAX_SERVER_LAT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_MAX_SERVER_LAT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_MAX_CLIENT_LAT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_MAX_CLIENT_LAT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_AVG_REQUEST_THROUGHPUT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_AVG_REQUEST_THROUGHPUT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_AVG_RESPONSE_THROUGHPUT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_AVG_RESPONSE_THROUGHPUT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_MAX_REQUEST_THROUGHPUT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_MAX_REQUEST_THROUGHPUT</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="ANALYTICS_ALERT_METRIC_MAX_RESPONSE_THROUGHPUT"> <xsd:annotation> <xsd:documentation>ANALYTICS_ALERT_METRIC_MAX_RESPONSE_THROUGHPUT</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileString"> <xsd:sequence> <xsd:element name="value" type="xsd:string"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertGranularitySequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertGranularity[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileSessionTimeoutSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.ProfileSessionTimeout[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.CapturedProtocol"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="CAPTURED_PROTOCOL_UNKNOWN"> <xsd:annotation> <xsd:documentation>CAPTURED_PROTOCOL_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CAPTURED_PROTOCOL_HTTP"> <xsd:annotation> <xsd:documentation>CAPTURED_PROTOCOL_HTTP</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CAPTURED_PROTOCOL_HTTPS"> <xsd:annotation> <xsd:documentation>CAPTURED_PROTOCOL_HTTPS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="CAPTURED_PROTOCOL_ALL"> <xsd:annotation> <xsd:documentation>CAPTURED_PROTOCOL_ALL</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="Common.StringSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.LoggingFacility"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="UNKNOWN"> <xsd:annotation> <xsd:documentation>UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL0"> <xsd:annotation> <xsd:documentation>LOCAL0</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL1"> <xsd:annotation> <xsd:documentation>LOCAL1</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL2"> <xsd:annotation> <xsd:documentation>LOCAL2</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL3"> <xsd:annotation> <xsd:documentation>LOCAL3</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL4"> <xsd:annotation> <xsd:documentation>LOCAL4</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL5"> <xsd:annotation> <xsd:documentation>LOCAL5</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL6"> <xsd:annotation> <xsd:documentation>LOCAL6</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="LOCAL7"> <xsd:annotation> <xsd:documentation>LOCAL7</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileSessionTimeout"> <xsd:sequence> <xsd:element name="value" type="tns:LocalLB.ProfileAnalytics.SessionTimeout"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.CapturedProtocolSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.CapturedProtocol[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileStringArraySequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileStringArray[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Common.IPAddressSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.SessionTimeout"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="SESSION_TIMEOUT_UNKNOWN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_5_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_5_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_10_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_10_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_15_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_15_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_20_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_20_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_25_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_25_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_30_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_30_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_35_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_35_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_40_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_40_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_45_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_45_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_50_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_50_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_55_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_55_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_TIMEOUT_60_MIN"> <xsd:annotation> <xsd:documentation>SESSION_TIMEOUT_60_MIN</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.TransactionPartSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:simpleType name="LocalLB.ProfileAnalytics.SessionCookieSecurityMode"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="SESSION_COOKIE_SECURITY_MODE_UNKNOWN"> <xsd:annotation> <xsd:documentation>SESSION_COOKIE_SECURITY_MODE_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_COOKIE_SECURITY_MODE_ALWAYS"> <xsd:annotation> <xsd:documentation>SESSION_COOKIE_SECURITY_MODE_ALWAYS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_COOKIE_SECURITY_MODE_NEVER"> <xsd:annotation> <xsd:documentation>SESSION_COOKIE_SECURITY_MODE_NEVER</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="SESSION_COOKIE_SECURITY_MODE_SSL_ONLY"> <xsd:annotation> <xsd:documentation>SESSION_COOKIE_SECURITY_MODE_SSL_ONLY</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="LocalLB.ProfileAnalytics.TransactionPart"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="TRANSACTION_PART_UNKNOWN"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_UNKNOWN</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_NONE"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_NONE</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_HEADERS"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_HEADERS</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_BODY"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_BODY</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_REQUEST"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_REQUEST</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_URI"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_URI</xsd:documentation> </xsd:annotation> </xsd:enumeration> <xsd:enumeration value="TRANSACTION_PART_ALL"> <xsd:annotation> <xsd:documentation>TRANSACTION_PART_ALL</xsd:documentation> </xsd:annotation> </xsd:enumeration> </xsd:restriction> </xsd:simpleType> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertMetricSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertMetricSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.CapturedProtocolSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.CapturedProtocolSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileEnabledStateSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileEnabledState[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfilePortNumber"> <xsd:sequence> <xsd:element name="value" type="xsd:long"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.ProfileLoggingFacility"> <xsd:sequence> <xsd:element name="value" type="tns:LocalLB.ProfileAnalytics.LoggingFacility"/> <xsd:element name="default_flag" type="xsd:boolean"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="LocalLB.ProfilePortNumberSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfilePortNumber[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelationSequenceSequence"> <xsd:complexContent> <xsd:restriction base='SOAP-ENC:Array'> <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelationSequence[]'/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> </xsd:schema>
</types>
<!– message –>
<message name=“LocalLB.ProfileAnalytics.get_listRequest”> </message> <message name=“LocalLB.ProfileAnalytics.get_listResponse”>
<part name="return" type="tns:Common.StringSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.createRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.createResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.delete_profileRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.delete_profileResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.delete_all_profilesRequest”> </message> <message name=“LocalLB.ProfileAnalytics.delete_all_profilesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.is_base_profileRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.is_base_profileResponse”>
<part name="return" type="tns:Common.BooleanSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.is_system_profileRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.is_system_profileResponse”>
<part name="return" type="tns:Common.BooleanSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_default_profileRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="defaults" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_default_profileResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_default_profileRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_default_profileResponse”>
<part name="return" type="tns:Common.StringSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collected_stats_internal_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collected_stats_internal_logging_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collected_stats_internal_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collected_stats_internal_logging_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collected_stats_external_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collected_stats_external_logging_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collected_stats_external_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collected_stats_external_logging_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_captured_traffic_internal_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_captured_traffic_internal_logging_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_captured_traffic_internal_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_captured_traffic_internal_logging_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_captured_traffic_external_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_captured_traffic_external_logging_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_captured_traffic_external_logging_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_captured_traffic_external_logging_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_remote_server_ipRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="addresses" type="tns:LocalLB.ProfileIPAddressSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_remote_server_ipResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_remote_server_ipRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_remote_server_ipResponse”>
<part name="return" type="tns:LocalLB.ProfileIPAddressSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_remote_server_portRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="ports" type="tns:LocalLB.ProfilePortNumberSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_remote_server_portResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_remote_server_portRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_remote_server_portResponse”>
<part name="return" type="tns:LocalLB.ProfilePortNumberSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_remote_server_syslog_facilityRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="facilities" type="tns:LocalLB.ProfileAnalytics.ProfileLoggingFacilitySequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_remote_server_syslog_facilityResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_remote_server_syslog_facilityRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_remote_server_syslog_facilityResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.ProfileLoggingFacilitySequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_external_logging_publisherRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="publishers" type="tns:LocalLB.ProfileStringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_external_logging_publisherResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_external_logging_publisherRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_external_logging_publisherResponse”>
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_notification_by_syslog_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_notification_by_syslog_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_notification_by_syslog_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_notification_by_syslog_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_notification_by_snmp_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_notification_by_snmp_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_notification_by_snmp_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_notification_by_snmp_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_notification_by_email_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_notification_by_email_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_notification_by_email_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_notification_by_email_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.get_notification_by_email_addressesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_notification_by_email_addressesResponse”>
<part name="return" type="tns:LocalLB.ProfileStringArraySequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_notification_by_email_addressesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="email_addresses" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_notification_by_email_addressesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_notification_by_email_addressesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="email_addresses" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_notification_by_email_addressesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_notification_by_email_addressesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_notification_by_email_addressesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_default_notification_by_email_addressesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_default_notification_by_email_addressesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_trust_xff_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_trust_xff_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_trust_xff_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_trust_xff_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_server_latency_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_server_latency_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_server_latency_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_server_latency_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_page_load_time_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_page_load_time_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_page_load_time_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_page_load_time_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_http_throughput_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_http_throughput_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_http_throughput_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_http_throughput_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_user_sessions_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_user_sessions_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_user_sessions_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_user_sessions_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_user_sessions_timeoutRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="timeouts" type="tns:LocalLB.ProfileAnalytics.ProfileSessionTimeoutSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_user_sessions_timeoutResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_user_sessions_timeoutRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_user_sessions_timeoutResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.ProfileSessionTimeoutSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_url_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_url_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_url_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_url_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_countries_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_countries_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_countries_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_countries_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_client_ip_addresses_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_client_ip_addresses_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_client_ip_addresses_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_client_ip_addresses_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_response_codes_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_response_codes_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_response_codes_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_response_codes_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_user_agents_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_user_agents_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_user_agents_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_user_agents_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_maximum_tps_and_throughput_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_maximum_tps_and_throughput_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_maximum_tps_and_throughput_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_maximum_tps_and_throughput_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_methods_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_methods_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_methods_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_methods_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_publish_irule_statistics_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_publish_irule_statistics_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_publish_irule_statistics_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_publish_irule_statistics_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_collect_subnets_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_collect_subnets_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_collect_subnets_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_collect_subnets_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_sampling_ratioRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="ratios" type="tns:LocalLB.ProfileULongSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_sampling_ratioResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_sampling_ratioRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_sampling_ratioResponse”>
<part name="return" type="tns:LocalLB.ProfileULongSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_sampling_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_sampling_stateResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_sampling_stateRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_sampling_stateResponse”>
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_session_cookie_security_modeRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="modes" type="tns:LocalLB.ProfileAnalytics.ProfileSessionCookieSecurityModeSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_session_cookie_security_modeResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_session_cookie_security_modeRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_session_cookie_security_modeResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.ProfileSessionCookieSecurityModeSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_smtp_configurationRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="configs" type="tns:LocalLB.ProfileStringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_smtp_configurationResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_smtp_configurationRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_smtp_configurationResponse”>
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.get_alertRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alertResponse”>
<part name="return" type="tns:Common.StringSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_alertRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_alertResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_alertRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_alertResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_alertsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_alertsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_alert_threshold_relationRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/> <part name="relations" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelationSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_alert_threshold_relationResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_alert_threshold_relationRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alert_threshold_relationResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertThresholdRelationSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_alert_granularityRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/> <part name="granularities" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertGranularitySequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_alert_granularityResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_alert_granularityRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alert_granularityResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertGranularitySequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_alert_metricRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/> <part name="metrics" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertMetricSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_alert_metricResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_alert_metricRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alert_metricResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.AnalyticsAlertMetricSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_alert_sample_periodRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/> <part name="values" type="tns:Common.ULongSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_alert_sample_periodResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_alert_sample_periodRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alert_sample_periodResponse”>
<part name="return" type="tns:Common.ULongSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_alert_thresholdRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/> <part name="values" type="tns:Common.ULongSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_alert_thresholdResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_alert_thresholdRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="alerts" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_alert_thresholdResponse”>
<part name="return" type="tns:Common.ULongSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_captureRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_captureResponse”>
<part name="return" type="tns:Common.StringSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_captureRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_captureResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_captureRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_captureResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_captureRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_captureResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_request_captured_partsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="transaction_parts" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_request_captured_partsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_request_captured_partsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_request_captured_partsResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_response_captured_partsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="transaction_parts" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_response_captured_partsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_response_captured_partsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_response_captured_partsResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_request_content_filter_search_partRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="transaction_parts" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_request_content_filter_search_partResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_request_content_filter_search_partRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_request_content_filter_search_partResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_request_content_filter_search_stringRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="filter_strings" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_request_content_filter_search_stringResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_request_content_filter_search_stringRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_request_content_filter_search_stringResponse”>
<part name="return" type="tns:Common.StringSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_response_content_filter_search_partRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="transaction_parts" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_response_content_filter_search_partResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_response_content_filter_search_partRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_response_content_filter_search_partResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.TransactionPartSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_response_content_filter_search_stringRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="filter_strings" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_response_content_filter_search_stringResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_response_content_filter_search_stringRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_response_content_filter_search_stringResponse”>
<part name="return" type="tns:Common.StringSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_captured_protocolRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="captured_protocols" type="tns:LocalLB.ProfileAnalytics.CapturedProtocolSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_captured_protocolResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_captured_protocolRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_captured_protocolResponse”>
<part name="return" type="tns:LocalLB.ProfileAnalytics.CapturedProtocolSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_traffic_capture_client_ipsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="ip_addresses" type="tns:Common.IPAddressSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_traffic_capture_client_ipsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_client_ipsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_client_ipsResponse”>
<part name="return" type="tns:Common.IPAddressSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_client_ipsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="ip_addresses" type="tns:Common.IPAddressSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_client_ipsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_client_ipsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="ip_addresses" type="tns:Common.IPAddressSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_client_ipsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_client_ipsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_client_ipsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_traffic_capture_methodsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="methods" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_traffic_capture_methodsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_methodsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_methodsResponse”>
<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_methodsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="methods" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_methodsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_methodsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="methods" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_methodsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_methodsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_methodsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_traffic_capture_response_codesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="response_codes" type="tns:Common.ULongSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_traffic_capture_response_codesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_response_codesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_response_codesResponse”>
<part name="return" type="tns:Common.ULongSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_response_codesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="response_codes" type="tns:Common.ULongSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_response_codesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_response_codesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="response_codes" type="tns:Common.ULongSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_response_codesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_response_codesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_response_codesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_traffic_capture_url_path_prefixesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="url_path_prefixes" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_traffic_capture_url_path_prefixesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_url_path_prefixesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_url_path_prefixesResponse”>
<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_url_path_prefixesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="url_path_prefixes" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_url_path_prefixesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_url_path_prefixesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="url_path_prefixes" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_url_path_prefixesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_url_path_prefixesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_url_path_prefixesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_traffic_capture_user_agent_substringsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="user_agent_substrings" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_traffic_capture_user_agent_substringsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_user_agent_substringsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_user_agent_substringsResponse”>
<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_user_agent_substringsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="user_agent_substrings" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_user_agent_substringsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_user_agent_substringsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="user_agent_substrings" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_user_agent_substringsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_user_agent_substringsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_user_agent_substringsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_nodesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_nodesResponse”>
<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_nodesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="nodes" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_nodesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_nodesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="nodes" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_nodesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_nodesRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_nodesResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_traffic_capture_virtual_serversRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_traffic_capture_virtual_serversResponse”>
<part name="return" type="tns:Common.StringSequenceSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_traffic_capture_virtual_serversRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="virtual_server_names" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_traffic_capture_virtual_serversResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_virtual_serversRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/> <part name="virtual_server_names" type="tns:Common.StringSequenceSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_traffic_capture_virtual_serversResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_virtual_serversRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="traffic_capture_names" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_traffic_capture_virtual_serversResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_subnetRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_subnetResponse”>
<part name="return" type="tns:Common.StringSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.add_subnetRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="subnets" type="tns:Common.StringSequenceSequence"/> <part name="addresses" type="tns:Common.IPAddressSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.add_subnetResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_subnetRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="subnets" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_subnetResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.remove_all_subnetsRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.remove_all_subnetsResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.set_subnet_addressRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="subnets" type="tns:Common.StringSequenceSequence"/> <part name="addresses" type="tns:Common.IPAddressSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_subnet_addressResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_subnet_addressRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="subnets" type="tns:Common.StringSequenceSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_subnet_addressResponse”>
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.set_descriptionRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/> <part name="descriptions" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.set_descriptionResponse”> </message>
<message name=“LocalLB.ProfileAnalytics.get_descriptionRequest”>
<part name="profile_names" type="tns:Common.StringSequence"/>
</message> <message name=“LocalLB.ProfileAnalytics.get_descriptionResponse”>
<part name="return" type="tns:Common.StringSequence"/>
</message>
<message name=“LocalLB.ProfileAnalytics.get_versionRequest”> </message> <message name=“LocalLB.ProfileAnalytics.get_versionResponse”>
<part name="return" type="xsd:string"/>
</message>
<!– portType –>
<portType name=“LocalLB.ProfileAnalyticsPortType”>
<operation name="get_list"> <documentation> Gets a list of all Analytics profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_listRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_listResponse"/> </operation> <operation name="create"> <documentation> Creates the specified Analytics profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.createRequest"/> <output message="tns:LocalLB.ProfileAnalytics.createResponse"/> </operation> <operation name="delete_profile"> <documentation> Deletes specified Analytics profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.delete_profileRequest"/> <output message="tns:LocalLB.ProfileAnalytics.delete_profileResponse"/> </operation> <operation name="delete_all_profiles"> <documentation> Deletes all Analytics profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.delete_all_profilesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.delete_all_profilesResponse"/> </operation> <operation name="is_base_profile"> <documentation> Determines whether the specified analytics profiles are base profiles. A base profile sits at the base of the profile's inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). </documentation> <input message="tns:LocalLB.ProfileAnalytics.is_base_profileRequest"/> <output message="tns:LocalLB.ProfileAnalytics.is_base_profileResponse"/> </operation> <operation name="is_system_profile"> <documentation> Determines whether the specified analytics profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). </documentation> <input message="tns:LocalLB.ProfileAnalytics.is_system_profileRequest"/> <output message="tns:LocalLB.ProfileAnalytics.is_system_profileResponse"/> </operation> <operation name="set_default_profile"> <documentation> Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_default_profileRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_default_profileResponse"/> </operation> <operation name="get_default_profile"> <documentation> Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_default_profileRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_default_profileResponse"/> </operation> <operation name="set_collected_stats_internal_logging_state"> <documentation> Sets the internal (local machine) logging flag for collected stats. Enables or disables the internal logging of the collected statistics. Once turned on, statistics will be gathered on the local machine. This flag, combined with the different measure flags will trigger statistics gathering for different measures on the local machine. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collected_stats_internal_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collected_stats_internal_logging_stateResponse"/> </operation> <operation name="get_collected_stats_internal_logging_state"> <documentation> Gets the internal (local machine) logging flag for collected stats. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collected_stats_internal_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collected_stats_internal_logging_stateResponse"/> </operation> <operation name="set_collected_stats_external_logging_state"> <documentation> Sets the external (remote machine) logging flag for collected statistics. Enables or disables the external logging of the collected statistics. The external logging is done using the Syslog protocol. See also: set_remote_server_ip. set_remote_server_port. set_remote_server_logging_facility. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collected_stats_external_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collected_stats_external_logging_stateResponse"/> </operation> <operation name="get_collected_stats_external_logging_state"> <documentation> Gets the external (remote machine) logging flag for collected statistics. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collected_stats_external_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collected_stats_external_logging_stateResponse"/> </operation> <operation name="set_captured_traffic_internal_logging_state"> <documentation> Sets the internal (local machine) logging flag for traffic capture. Enables or disables the internal logging of captured traffic. Once this flag is enabled traffic is captured and stored according to the added traffic capture definition. see also: add_traffic_capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_captured_traffic_internal_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_captured_traffic_internal_logging_stateResponse"/> </operation> <operation name="get_captured_traffic_internal_logging_state"> <documentation> Gets the internal (local machine) logging flag for traffic capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_captured_traffic_internal_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_captured_traffic_internal_logging_stateResponse"/> </operation> <operation name="set_captured_traffic_external_logging_state"> <documentation> Sets the external (remote machine) logging flag for traffic capture. Enables or disables the external logging of captured traffic. The external logging is done using the Syslog protocol. See also: set_external_logging_publisher. Also, the following methods have been deprecated: set_remote_server_ip, set_remote_server_port, set_remote_server_logging_facility. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_captured_traffic_external_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_captured_traffic_external_logging_stateResponse"/> </operation> <operation name="get_captured_traffic_external_logging_state"> <documentation> Gets the external (remote machine) logging flag for traffic capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_captured_traffic_external_logging_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_captured_traffic_external_logging_stateResponse"/> </operation> <operation name="set_remote_server_ip"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the IP address of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is on for either traffic or statistics capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_remote_server_ipRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_remote_server_ipResponse"/> </operation> <operation name="get_remote_server_ip"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the IP address of a remote server to which the external logging mechanism sends messages using Syslog. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_remote_server_ipRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_remote_server_ipResponse"/> </operation> <operation name="set_remote_server_port"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the port number of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is either on for traffic or statistics capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_remote_server_portRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_remote_server_portResponse"/> </operation> <operation name="get_remote_server_port"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the port number of a remote server to which the the external logging mechanism sends messages using Syslog. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_remote_server_portRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_remote_server_portResponse"/> </operation> <operation name="set_remote_server_syslog_facility"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the logging facility name of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is either on for traffic or statistics capture. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_remote_server_syslog_facilityRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_remote_server_syslog_facilityResponse"/> </operation> <operation name="get_remote_server_syslog_facility"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the logging facility name of a remote server to which the external logging mechanism sends messages using Syslog. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_remote_server_syslog_facilityRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_remote_server_syslog_facilityResponse"/> </operation> <operation name="set_external_logging_publisher"> <documentation> Sets the logging publisher for the analytics profile. The logging publisher is used as a wrapper for external logging configuration. Please see the Publisher interface in the Log module for more information. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_external_logging_publisherRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_external_logging_publisherResponse"/> </operation> <operation name="get_external_logging_publisher"> <documentation> Gets the logging publisher for the analytics profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_external_logging_publisherRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_external_logging_publisherResponse"/> </operation> <operation name="set_notification_by_syslog_state"> <documentation> Sets the alerts notification by syslog flag. Enables or disables logging of the analytics alerts into the LTM system log which resides under /var/log/ltm. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_notification_by_syslog_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_notification_by_syslog_stateResponse"/> </operation> <operation name="get_notification_by_syslog_state"> <documentation> Gets the alerts notification by syslog flag. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_notification_by_syslog_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_notification_by_syslog_stateResponse"/> </operation> <operation name="set_notification_by_snmp_state"> <documentation> Sets the alerts notification by SNMP flag. Enables or disables sending the analytics alerts by SNMP traps. The notification_by_syslog flag must also be enabled in order to turn this flag on. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_notification_by_snmp_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_notification_by_snmp_stateResponse"/> </operation> <operation name="get_notification_by_snmp_state"> <documentation> Gets the alerts notification by SNMP flag. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_notification_by_snmp_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_notification_by_snmp_stateResponse"/> </operation> <operation name="set_notification_by_email_state"> <documentation> Sets the alerts notification by eMail flag. Enables or disables sending the analytics alerts by email. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_notification_by_email_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_notification_by_email_stateResponse"/> </operation> <operation name="get_notification_by_email_state"> <documentation> Gets the alerts notification by eMail flag. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_notification_by_email_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_notification_by_email_stateResponse"/> </operation> <operation name="get_notification_by_email_addresses"> <documentation> Gets the list of eMail addresses that will receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_notification_by_email_addressesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_notification_by_email_addressesResponse"/> </operation> <operation name="add_notification_by_email_addresses"> <documentation> Adds a list of eMail addresses that will receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_notification_by_email_addressesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_notification_by_email_addressesResponse"/> </operation> <operation name="remove_notification_by_email_addresses"> <documentation> Removes a list of eMail addresses that will no longer receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_notification_by_email_addressesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_notification_by_email_addressesResponse"/> </operation> <operation name="remove_all_notification_by_email_addresses"> <documentation> Removes all eMail addresses that are configured to receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_notification_by_email_addressesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_notification_by_email_addressesResponse"/> </operation> <operation name="set_default_notification_by_email_addresses"> <documentation> Resets the eMail addresses that are configured to receieve an alert to parent defaults. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_default_notification_by_email_addressesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_default_notification_by_email_addressesResponse"/> </operation> <operation name="set_trust_xff_state"> <documentation> This method has been deprecated. Please use LocalLB::ProfileHttp::set_accept_xff_state instead. Also notice that the modified HTTP profile should be associated with the same virtual server as the analytics profile. Sets the trust XFF flag for specific profiles. If true - trust XFF is on for the matching profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_trust_xff_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_trust_xff_stateResponse"/> </operation> <operation name="get_trust_xff_state"> <documentation> This method has been deprecated. Please use LocalLB::ProfileHttp::get_accept_xff_state instead. Gets the trust XFF flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_trust_xff_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_trust_xff_stateResponse"/> </operation> <operation name="set_collect_server_latency_state"> <documentation> This method has been deprecated. As of v11.3.0, server latency is always collected. Sets the collect server latency flag. If true - server latency is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_server_latency_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_server_latency_stateResponse"/> </operation> <operation name="get_collect_server_latency_state"> <documentation> This method has been deprecated. As of v11.3.0, server latency is always collected. Gets the collect server latency flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_server_latency_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_server_latency_stateResponse"/> </operation> <operation name="set_collect_page_load_time_state"> <documentation> Sets the collect page load time flag. If true - the client browsers' page load time is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_page_load_time_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_page_load_time_stateResponse"/> </operation> <operation name="get_collect_page_load_time_state"> <documentation> Gets the collect page load time flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_page_load_time_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_page_load_time_stateResponse"/> </operation> <operation name="set_collect_http_throughput_state"> <documentation> This method has been deprecated. As of v11.3.0, HTTP throughput is always collected. Sets the collect HTTP throughput flag. If true - HTTP throughput is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_http_throughput_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_http_throughput_stateResponse"/> </operation> <operation name="get_collect_http_throughput_state"> <documentation> This method has been deprecated. As of v11.3.0, HTTP throughput is always collected. Gets the collect HTTP throughput flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_http_throughput_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_http_throughput_stateResponse"/> </operation> <operation name="set_collect_user_sessions_state"> <documentation> Sets the collect user sessions flag. If true - the number of open user sessions is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_user_sessions_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_user_sessions_stateResponse"/> </operation> <operation name="get_collect_user_sessions_state"> <documentation> Gets the collect user sessions flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_user_sessions_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_user_sessions_stateResponse"/> </operation> <operation name="set_user_sessions_timeout"> <documentation> Sets the timeout for user sessions collection for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_user_sessions_timeoutRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_user_sessions_timeoutResponse"/> </operation> <operation name="get_user_sessions_timeout"> <documentation> Gets the timeout for the user sessions collection for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_user_sessions_timeoutRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_user_sessions_timeoutResponse"/> </operation> <operation name="set_collect_url_state"> <documentation> Sets the collect URL sessions flag. If true - URL traffic is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_url_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_url_stateResponse"/> </operation> <operation name="get_collect_url_state"> <documentation> Gets the collect URL flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_url_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_url_stateResponse"/> </operation> <operation name="set_collect_countries_state"> <documentation> Sets the collect countries flag for specified profiles. If true - client countries are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_countries_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_countries_stateResponse"/> </operation> <operation name="get_collect_countries_state"> <documentation> Gets the collect countries flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_countries_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_countries_stateResponse"/> </operation> <operation name="set_collect_client_ip_addresses_state"> <documentation> Sets the collect client IP addresses flag. If true - client IP addresses are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_client_ip_addresses_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_client_ip_addresses_stateResponse"/> </operation> <operation name="get_collect_client_ip_addresses_state"> <documentation> Gets the collect client IP addresses flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_client_ip_addresses_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_client_ip_addresses_stateResponse"/> </operation> <operation name="set_collect_response_codes_state"> <documentation> Sets the collect response codes flag. If true - HTTP server response codes are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_response_codes_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_response_codes_stateResponse"/> </operation> <operation name="get_collect_response_codes_state"> <documentation> Gets the collect response codes flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_response_codes_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_response_codes_stateResponse"/> </operation> <operation name="set_collect_user_agents_state"> <documentation> Sets the collect user agents flag. If true - user agents are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_user_agents_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_user_agents_stateResponse"/> </operation> <operation name="get_collect_user_agents_state"> <documentation> Gets the collect user agents flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_user_agents_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_user_agents_stateResponse"/> </operation> <operation name="set_collect_maximum_tps_and_throughput_state"> <documentation> Sets the collect maximum TPS and throughput flag. If enabled - maximum TPS and throughput are collected and displayed in the HTTP analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_maximum_tps_and_throughput_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_maximum_tps_and_throughput_stateResponse"/> </operation> <operation name="get_collect_maximum_tps_and_throughput_state"> <documentation> Gets the collect maximum TPS and throughput flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_maximum_tps_and_throughput_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_maximum_tps_and_throughput_stateResponse"/> </operation> <operation name="set_collect_methods_state"> <documentation> Sets the collect HTTP methods flag. If true - HTTP methods (such as GET,POST,PUT,etc.) are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_methods_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_methods_stateResponse"/> </operation> <operation name="get_collect_methods_state"> <documentation> Gets the collect methods flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_methods_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_methods_stateResponse"/> </operation> <operation name="set_publish_irule_statistics_state"> <documentation> Sets the publish iRule statistics flag. If enabled - collected statistics are published to iRules. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_publish_irule_statistics_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_publish_irule_statistics_stateResponse"/> </operation> <operation name="get_publish_irule_statistics_state"> <documentation> Gets the publish iRule statistics flag for specific profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_publish_irule_statistics_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_publish_irule_statistics_stateResponse"/> </operation> <operation name="set_collect_subnets_state"> <documentation> Sets the collect subnets state for analytics. If enabled, statistics are gathered for client subnets. The default setting is disabled. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_collect_subnets_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_collect_subnets_stateResponse"/> </operation> <operation name="get_collect_subnets_state"> <documentation> Gets the collect subnets state for analytics. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_collect_subnets_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_collect_subnets_stateResponse"/> </operation> <operation name="set_sampling_ratio"> <documentation> This method has been deprecated. Please use set_sampling_state instead. Sets the sampling ratio for analytics. Specifies that every sampling-ratio transaction is sampled. Setting this attribute mainly affects performance - A high sampling ratio can improve analytics performance, but will also lower analytics accuracy. Note: the sampling ratio attribute can currently be set only for the analytics system profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_sampling_ratioRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_sampling_ratioResponse"/> </operation> <operation name="get_sampling_ratio"> <documentation> This method has been deprecated. Please use get_sampling_state instead. Get the sampling ratio for analytics. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_sampling_ratioRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_sampling_ratioResponse"/> </operation> <operation name="set_sampling_state"> <documentation> Sets the transaction sampling state for analytics. The default setting is enabled. Note: the sampling attribute can currently be set only for the analytics system profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_sampling_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_sampling_stateResponse"/> </operation> <operation name="get_sampling_state"> <documentation> Gets the transaction sampling state for analytics. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_sampling_stateRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_sampling_stateResponse"/> </operation> <operation name="set_session_cookie_security_mode"> <documentation> Sets the session cookie security mode for analytics. Setting this mode specifies the condition in which a secure attribute is added to a session cookie. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_session_cookie_security_modeRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_session_cookie_security_modeResponse"/> </operation> <operation name="get_session_cookie_security_mode"> <documentation> Gets the session cookie security mode for analytics. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_session_cookie_security_modeRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_session_cookie_security_modeResponse"/> </operation> <operation name="set_smtp_configuration"> <documentation> Set the SMTP configuration object used with the analytics profile. The SMTP configuration associated with the analytics profile will be used for: 1. Exporting analytics reports to eMail. 2. Sending out analtyics alerts. This attribute must be set in order to eMail items to be sent out for analytics. Note: the SMTP configuration attribute can currently be set only for the analytics system profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_smtp_configurationRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_smtp_configurationResponse"/> </operation> <operation name="get_smtp_configuration"> <documentation> Get the SMTP configuration object used with the analytics profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_smtp_configurationRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_smtp_configurationResponse"/> </operation> <operation name="get_alert"> <documentation> Gets a list of alerts for a list of given profile names. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alertRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alertResponse"/> </operation> <operation name="add_alert"> <documentation> Add a list of alert configurations to given profiles. The alert configuration is given default values which can be set by the following methods later: set_alert_threshold_relation. set_alert_granularity. set_alert_metric. set_alert_sample_period. set_alert_threshold. A best practice for adding new alerts would be doing so by starting an iControl transaction which would be closed only after an alert is fully configured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_alertRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_alertResponse"/> </operation> <operation name="remove_alert"> <documentation> Removes specific alert configurations from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_alertRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_alertResponse"/> </operation> <operation name="remove_all_alerts"> <documentation> Removes all of the alert configurations from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_alertsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_alertsResponse"/> </operation> <operation name="set_alert_threshold_relation"> <documentation> Set the threshold relation for an alert - specifies whether the threshold value must be below or above the metric value. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_alert_threshold_relationRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_alert_threshold_relationResponse"/> </operation> <operation name="get_alert_threshold_relation"> <documentation> Get the threshold relation for an alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alert_threshold_relationRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alert_threshold_relationResponse"/> </operation> <operation name="set_alert_granularity"> <documentation> Set the granularity level on which the alert is defined. There are 3 granularity levels available: Virtual Server. Pool Member. Application. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_alert_granularityRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_alert_granularityResponse"/> </operation> <operation name="get_alert_granularity"> <documentation> Get the granularity level on which the alert is defined. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alert_granularityRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alert_granularityResponse"/> </operation> <operation name="set_alert_metric"> <documentation> Set the metric on which the alert is defined. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_alert_metricRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_alert_metricResponse"/> </operation> <operation name="get_alert_metric"> <documentation> Get the metric on which the alert is defined. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alert_metricRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alert_metricResponse"/> </operation> <operation name="set_alert_sample_period"> <documentation> Sets the sample period for the alert. The sample period specifies that the alert metric is triggered when the conditions that trigger the alert last a defined amount of time, measured in seconds. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_alert_sample_periodRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_alert_sample_periodResponse"/> </operation> <operation name="get_alert_sample_period"> <documentation> Get the sample period for the alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alert_sample_periodRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alert_sample_periodResponse"/> </operation> <operation name="set_alert_threshold"> <documentation> Sets the threshold value for the alert which specifies the threshold that must be breached in order for the system to generate alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_alert_thresholdRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_alert_thresholdResponse"/> </operation> <operation name="get_alert_threshold"> <documentation> Gets the threshold value for the alert which specifies the threshold that must be breached in order for the system to generate alert. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_alert_thresholdRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_alert_thresholdResponse"/> </operation> <operation name="get_traffic_capture"> <documentation> Gets the list of traffic capture definitions for a list of given profile names. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_captureRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_captureResponse"/> </operation> <operation name="add_traffic_capture"> <documentation> Add a list of traffic capture definitions to given profiles. Note: only one traffic capture definition can exist per profile. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_captureRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_captureResponse"/> </operation> <operation name="remove_traffic_capture"> <documentation> Removes specific traffic capture definitions from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_captureRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_captureResponse"/> </operation> <operation name="remove_all_traffic_capture"> <documentation> Removes all of the traffic capture definitions from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_captureRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_captureResponse"/> </operation> <operation name="set_request_captured_parts"> <documentation> Set what parts of the request data the system captures. The available parts are mentioned under the TransactionPart enumeration. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_request_captured_partsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_request_captured_partsResponse"/> </operation> <operation name="get_request_captured_parts"> <documentation> Gets what parts of the request data the system captures. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_request_captured_partsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_request_captured_partsResponse"/> </operation> <operation name="set_response_captured_parts"> <documentation> Set what parts of the response data the system captures. The available parts are mentioned under the TransactionPart enumeration. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_response_captured_partsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_response_captured_partsResponse"/> </operation> <operation name="get_response_captured_parts"> <documentation> Gets what parts of the response data the system captures. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_response_captured_partsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_response_captured_partsResponse"/> </operation> <operation name="set_request_content_filter_search_part"> <documentation> Sets which transaction part of the request is filtered by a specific string. The available parts are mentioned under the TransactionPart enumeration. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_request_content_filter_search_partRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_request_content_filter_search_partResponse"/> </operation> <operation name="get_request_content_filter_search_part"> <documentation> Gets which transaction part of the request is filtered by a specific string. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_request_content_filter_search_partRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_request_content_filter_search_partResponse"/> </operation> <operation name="set_request_content_filter_search_string"> <documentation> Sets the string by which a request data is filtered. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_request_content_filter_search_stringRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_request_content_filter_search_stringResponse"/> </operation> <operation name="get_request_content_filter_search_string"> <documentation> Gets the string by which a request data is filtered. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_request_content_filter_search_stringRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_request_content_filter_search_stringResponse"/> </operation> <operation name="set_response_content_filter_search_part"> <documentation> Sets which transaction part of the response is filtered by a specific string. The available parts are mentioned under the TransactionPart enumeration. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_response_content_filter_search_partRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_response_content_filter_search_partResponse"/> </operation> <operation name="get_response_content_filter_search_part"> <documentation> Gets which transaction part of the response is filtered by a specific string. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_response_content_filter_search_partRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_response_content_filter_search_partResponse"/> </operation> <operation name="set_response_content_filter_search_string"> <documentation> Sets the string by which a response data is filtered. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_response_content_filter_search_stringRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_response_content_filter_search_stringResponse"/> </operation> <operation name="get_response_content_filter_search_string"> <documentation> Gets the string by which a response data is filtered. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_response_content_filter_search_stringRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_response_content_filter_search_stringResponse"/> </operation> <operation name="set_captured_protocol"> <documentation> Sets the type of protocol that is used when the system captures traffic data. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_captured_protocolRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_captured_protocolResponse"/> </operation> <operation name="get_captured_protocol"> <documentation> Gets the type of protocol that is used when the system captures traffic data. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_captured_protocolRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_captured_protocolResponse"/> </operation> <operation name="set_traffic_capture_client_ips"> <documentation> Sets the list of client IP addresses to filter into the traffic capture logging. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_client_ipsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_client_ipsResponse"/> </operation> <operation name="get_traffic_capture_client_ips"> <documentation> Gets the list of client IP addresses which are filtered into the traffic capture logging. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_client_ipsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_client_ipsResponse"/> </operation> <operation name="add_traffic_capture_client_ips"> <documentation> Add IP addresses to the list of client IP addresses to filter into the traffic capture logging. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_client_ipsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_client_ipsResponse"/> </operation> <operation name="remove_traffic_capture_client_ips"> <documentation> Removes IP addresses from the list of client IP addresses to filter into the traffic capture logging. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_client_ipsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_client_ipsResponse"/> </operation> <operation name="remove_all_traffic_capture_client_ips"> <documentation> Removes All IP addresses from the list of client IP addresses to filter into the traffic capture logging. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_client_ipsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_client_ipsResponse"/> </operation> <operation name="set_traffic_capture_methods"> <documentation> Sets the list of HTTP methods used to send requests from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_methodsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_methodsResponse"/> </operation> <operation name="get_traffic_capture_methods"> <documentation> Gets the list of HTTP methods used to send requests from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_methodsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_methodsResponse"/> </operation> <operation name="add_traffic_capture_methods"> <documentation> Add a list of HTTP methods used to send requests from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_methodsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_methodsResponse"/> </operation> <operation name="remove_traffic_capture_methods"> <documentation> Removes a list of HTTP methods used to send requests from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_methodsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_methodsResponse"/> </operation> <operation name="remove_all_traffic_capture_methods"> <documentation> Removes all HTTP methods used to send requests from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_methodsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_methodsResponse"/> </operation> <operation name="set_traffic_capture_response_codes"> <documentation> Sets the list of HTTP response codes from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_response_codesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_response_codesResponse"/> </operation> <operation name="get_traffic_capture_response_codes"> <documentation> Gets the list of HTTP response codes from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_response_codesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_response_codesResponse"/> </operation> <operation name="add_traffic_capture_response_codes"> <documentation> Adds a list of HTTP response codes from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_response_codesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_response_codesResponse"/> </operation> <operation name="remove_traffic_capture_response_codes"> <documentation> Removes a list of HTTP response codes from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_response_codesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_response_codesResponse"/> </operation> <operation name="remove_all_traffic_capture_response_codes"> <documentation> Removes all HTTP response codes from which traffic is captured. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_response_codesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_response_codesResponse"/> </operation> <operation name="set_traffic_capture_url_path_prefixes"> <documentation> Sets the set of URL path prefixes of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_url_path_prefixesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_url_path_prefixesResponse"/> </operation> <operation name="get_traffic_capture_url_path_prefixes"> <documentation> Gets the set of URL path prefixes of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_url_path_prefixesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_url_path_prefixesResponse"/> </operation> <operation name="add_traffic_capture_url_path_prefixes"> <documentation> Adds a set of URL path prefixes of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_url_path_prefixesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_url_path_prefixesResponse"/> </operation> <operation name="remove_traffic_capture_url_path_prefixes"> <documentation> Removes a set of URL path prefixes of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_url_path_prefixesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_url_path_prefixesResponse"/> </operation> <operation name="remove_all_traffic_capture_url_path_prefixes"> <documentation> Removes all URL path prefixes of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_url_path_prefixesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_url_path_prefixesResponse"/> </operation> <operation name="set_traffic_capture_user_agent_substrings"> <documentation> Sets the set of user agent substrings of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_user_agent_substringsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_traffic_capture_user_agent_substringsResponse"/> </operation> <operation name="get_traffic_capture_user_agent_substrings"> <documentation> Gets the set of user agent substrings of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_user_agent_substringsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_user_agent_substringsResponse"/> </operation> <operation name="add_traffic_capture_user_agent_substrings"> <documentation> Add a set of user agent substrings of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_user_agent_substringsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_user_agent_substringsResponse"/> </operation> <operation name="remove_traffic_capture_user_agent_substrings"> <documentation> Removes a set of user agent substrings of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_user_agent_substringsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_user_agent_substringsResponse"/> </operation> <operation name="remove_all_traffic_capture_user_agent_substrings"> <documentation> Removes all of the user agent substrings of which to capture traffic. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_user_agent_substringsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_user_agent_substringsResponse"/> </operation> <operation name="get_traffic_capture_nodes"> <documentation> Gets the list of all traffic capture nodes. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_nodesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_nodesResponse"/> </operation> <operation name="add_traffic_capture_nodes"> <documentation> Add a list of traffic capture nodes. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_nodesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_nodesResponse"/> </operation> <operation name="remove_traffic_capture_nodes"> <documentation> Removes traffic capture nodes. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_nodesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_nodesResponse"/> </operation> <operation name="remove_all_traffic_capture_nodes"> <documentation> Removes all traffic capture nodes from a traffic capture description. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_nodesRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_nodesResponse"/> </operation> <operation name="get_traffic_capture_virtual_servers"> <documentation> Gets the list of all traffic capture virtual server names. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_virtual_serversRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_traffic_capture_virtual_serversResponse"/> </operation> <operation name="add_traffic_capture_virtual_servers"> <documentation> Add a list of all traffic capture virtual servers. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_virtual_serversRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_traffic_capture_virtual_serversResponse"/> </operation> <operation name="remove_traffic_capture_virtual_servers"> <documentation> Removes traffic capture virtual servers. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_virtual_serversRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_traffic_capture_virtual_serversResponse"/> </operation> <operation name="remove_all_traffic_capture_virtual_servers"> <documentation> Removes all traffic capture virtual servers from a traffic capture description. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_virtual_serversRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_traffic_capture_virtual_serversResponse"/> </operation> <operation name="get_subnet"> <documentation> Gets a list of predefined subnets for a list of given profile names. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_subnetRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_subnetResponse"/> </operation> <operation name="add_subnet"> <documentation> Add a list of predefined subnets to given profiles. Each added subnet defines a mapping between the subnet mask address and the subnet logical name. </documentation> <input message="tns:LocalLB.ProfileAnalytics.add_subnetRequest"/> <output message="tns:LocalLB.ProfileAnalytics.add_subnetResponse"/> </operation> <operation name="remove_subnet"> <documentation> Removes specific predefined subnets from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_subnetRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_subnetResponse"/> </operation> <operation name="remove_all_subnets"> <documentation> Removes all predefined subnets from the specified profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.remove_all_subnetsRequest"/> <output message="tns:LocalLB.ProfileAnalytics.remove_all_subnetsResponse"/> </operation> <operation name="set_subnet_address"> <documentation> Set the subnet address for a predefined subnet. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_subnet_addressRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_subnet_addressResponse"/> </operation> <operation name="get_subnet_address"> <documentation> Get the subnet address for a predefined subnet. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_subnet_addressRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_subnet_addressResponse"/> </operation> <operation name="set_description"> <documentation> Sets the description for a set of Analytics profiles. This is an arbitrary field which can be used for any purpose. </documentation> <input message="tns:LocalLB.ProfileAnalytics.set_descriptionRequest"/> <output message="tns:LocalLB.ProfileAnalytics.set_descriptionResponse"/> </operation> <operation name="get_description"> <documentation> Gets the descriptions for a set of Analytics profiles. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_descriptionRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_descriptionResponse"/> </operation> <operation name="get_version"> <documentation> Gets the version information for this interface. </documentation> <input message="tns:LocalLB.ProfileAnalytics.get_versionRequest"/> <output message="tns:LocalLB.ProfileAnalytics.get_versionResponse"/> </operation>
</portType>
<!– binding –>
<binding name=“LocalLB.ProfileAnalyticsBinding” type=“tns:LocalLB.ProfileAnalyticsPortType”>
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="get_list"> <documentation> Gets a list of all Analytics profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="create"> <documentation> Creates the specified Analytics profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="delete_profile"> <documentation> Deletes specified Analytics profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="delete_all_profiles"> <documentation> Deletes all Analytics profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="is_base_profile"> <documentation> Determines whether the specified analytics profiles are base profiles. A base profile sits at the base of the profile's inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="is_system_profile"> <documentation> Determines whether the specified analytics profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_default_profile"> <documentation> Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_default_profile"> <documentation> Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collected_stats_internal_logging_state"> <documentation> Sets the internal (local machine) logging flag for collected stats. Enables or disables the internal logging of the collected statistics. Once turned on, statistics will be gathered on the local machine. This flag, combined with the different measure flags will trigger statistics gathering for different measures on the local machine. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collected_stats_internal_logging_state"> <documentation> Gets the internal (local machine) logging flag for collected stats. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collected_stats_external_logging_state"> <documentation> Sets the external (remote machine) logging flag for collected statistics. Enables or disables the external logging of the collected statistics. The external logging is done using the Syslog protocol. See also: set_remote_server_ip. set_remote_server_port. set_remote_server_logging_facility. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collected_stats_external_logging_state"> <documentation> Gets the external (remote machine) logging flag for collected statistics. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_captured_traffic_internal_logging_state"> <documentation> Sets the internal (local machine) logging flag for traffic capture. Enables or disables the internal logging of captured traffic. Once this flag is enabled traffic is captured and stored according to the added traffic capture definition. see also: add_traffic_capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_captured_traffic_internal_logging_state"> <documentation> Gets the internal (local machine) logging flag for traffic capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_captured_traffic_external_logging_state"> <documentation> Sets the external (remote machine) logging flag for traffic capture. Enables or disables the external logging of captured traffic. The external logging is done using the Syslog protocol. See also: set_external_logging_publisher. Also, the following methods have been deprecated: set_remote_server_ip, set_remote_server_port, set_remote_server_logging_facility. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_captured_traffic_external_logging_state"> <documentation> Gets the external (remote machine) logging flag for traffic capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_remote_server_ip"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the IP address of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is on for either traffic or statistics capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_remote_server_ip"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the IP address of a remote server to which the external logging mechanism sends messages using Syslog. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_remote_server_port"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the port number of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is either on for traffic or statistics capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_remote_server_port"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the port number of a remote server to which the the external logging mechanism sends messages using Syslog. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_remote_server_syslog_facility"> <documentation> This method has been deprecated. Please use set_external_logging_publisher instead. Sets the logging facility name of a remote server to which the external logging mechanism sends messages using Syslog. This value only has a meaning if the external logging flag is either on for traffic or statistics capture. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_remote_server_syslog_facility"> <documentation> This method has been deprecated. Please use get_external_logging_publisher instead. Gets the logging facility name of a remote server to which the external logging mechanism sends messages using Syslog. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_external_logging_publisher"> <documentation> Sets the logging publisher for the analytics profile. The logging publisher is used as a wrapper for external logging configuration. Please see the Publisher interface in the Log module for more information. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_external_logging_publisher"> <documentation> Gets the logging publisher for the analytics profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_notification_by_syslog_state"> <documentation> Sets the alerts notification by syslog flag. Enables or disables logging of the analytics alerts into the LTM system log which resides under /var/log/ltm. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_notification_by_syslog_state"> <documentation> Gets the alerts notification by syslog flag. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_notification_by_snmp_state"> <documentation> Sets the alerts notification by SNMP flag. Enables or disables sending the analytics alerts by SNMP traps. The notification_by_syslog flag must also be enabled in order to turn this flag on. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_notification_by_snmp_state"> <documentation> Gets the alerts notification by SNMP flag. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_notification_by_email_state"> <documentation> Sets the alerts notification by eMail flag. Enables or disables sending the analytics alerts by email. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_notification_by_email_state"> <documentation> Gets the alerts notification by eMail flag. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_notification_by_email_addresses"> <documentation> Gets the list of eMail addresses that will receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_notification_by_email_addresses"> <documentation> Adds a list of eMail addresses that will receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_notification_by_email_addresses"> <documentation> Removes a list of eMail addresses that will no longer receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_notification_by_email_addresses"> <documentation> Removes all eMail addresses that are configured to receieve an alert in case of a threshold breach (or a met condition) on a defined alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_default_notification_by_email_addresses"> <documentation> Resets the eMail addresses that are configured to receieve an alert to parent defaults. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_trust_xff_state"> <documentation> This method has been deprecated. Please use LocalLB::ProfileHttp::set_accept_xff_state instead. Also notice that the modified HTTP profile should be associated with the same virtual server as the analytics profile. Sets the trust XFF flag for specific profiles. If true - trust XFF is on for the matching profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_trust_xff_state"> <documentation> This method has been deprecated. Please use LocalLB::ProfileHttp::get_accept_xff_state instead. Gets the trust XFF flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_server_latency_state"> <documentation> This method has been deprecated. As of v11.3.0, server latency is always collected. Sets the collect server latency flag. If true - server latency is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_server_latency_state"> <documentation> This method has been deprecated. As of v11.3.0, server latency is always collected. Gets the collect server latency flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_page_load_time_state"> <documentation> Sets the collect page load time flag. If true - the client browsers' page load time is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_page_load_time_state"> <documentation> Gets the collect page load time flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_http_throughput_state"> <documentation> This method has been deprecated. As of v11.3.0, HTTP throughput is always collected. Sets the collect HTTP throughput flag. If true - HTTP throughput is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_http_throughput_state"> <documentation> This method has been deprecated. As of v11.3.0, HTTP throughput is always collected. Gets the collect HTTP throughput flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_user_sessions_state"> <documentation> Sets the collect user sessions flag. If true - the number of open user sessions is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_user_sessions_state"> <documentation> Gets the collect user sessions flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_user_sessions_timeout"> <documentation> Sets the timeout for user sessions collection for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_user_sessions_timeout"> <documentation> Gets the timeout for the user sessions collection for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_url_state"> <documentation> Sets the collect URL sessions flag. If true - URL traffic is collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_url_state"> <documentation> Gets the collect URL flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_countries_state"> <documentation> Sets the collect countries flag for specified profiles. If true - client countries are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_countries_state"> <documentation> Gets the collect countries flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_client_ip_addresses_state"> <documentation> Sets the collect client IP addresses flag. If true - client IP addresses are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_client_ip_addresses_state"> <documentation> Gets the collect client IP addresses flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_response_codes_state"> <documentation> Sets the collect response codes flag. If true - HTTP server response codes are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_response_codes_state"> <documentation> Gets the collect response codes flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_user_agents_state"> <documentation> Sets the collect user agents flag. If true - user agents are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_user_agents_state"> <documentation> Gets the collect user agents flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_maximum_tps_and_throughput_state"> <documentation> Sets the collect maximum TPS and throughput flag. If enabled - maximum TPS and throughput are collected and displayed in the HTTP analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_maximum_tps_and_throughput_state"> <documentation> Gets the collect maximum TPS and throughput flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_methods_state"> <documentation> Sets the collect HTTP methods flag. If true - HTTP methods (such as GET,POST,PUT,etc.) are collected for given profiles and can be viewed later in the Analytics reports. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_methods_state"> <documentation> Gets the collect methods flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_publish_irule_statistics_state"> <documentation> Sets the publish iRule statistics flag. If enabled - collected statistics are published to iRules. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_publish_irule_statistics_state"> <documentation> Gets the publish iRule statistics flag for specific profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_collect_subnets_state"> <documentation> Sets the collect subnets state for analytics. If enabled, statistics are gathered for client subnets. The default setting is disabled. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_collect_subnets_state"> <documentation> Gets the collect subnets state for analytics. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_sampling_ratio"> <documentation> This method has been deprecated. Please use set_sampling_state instead. Sets the sampling ratio for analytics. Specifies that every sampling-ratio transaction is sampled. Setting this attribute mainly affects performance - A high sampling ratio can improve analytics performance, but will also lower analytics accuracy. Note: the sampling ratio attribute can currently be set only for the analytics system profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_sampling_ratio"> <documentation> This method has been deprecated. Please use get_sampling_state instead. Get the sampling ratio for analytics. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_sampling_state"> <documentation> Sets the transaction sampling state for analytics. The default setting is enabled. Note: the sampling attribute can currently be set only for the analytics system profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_sampling_state"> <documentation> Gets the transaction sampling state for analytics. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_session_cookie_security_mode"> <documentation> Sets the session cookie security mode for analytics. Setting this mode specifies the condition in which a secure attribute is added to a session cookie. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_session_cookie_security_mode"> <documentation> Gets the session cookie security mode for analytics. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_smtp_configuration"> <documentation> Set the SMTP configuration object used with the analytics profile. The SMTP configuration associated with the analytics profile will be used for: 1. Exporting analytics reports to eMail. 2. Sending out analtyics alerts. This attribute must be set in order to eMail items to be sent out for analytics. Note: the SMTP configuration attribute can currently be set only for the analytics system profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_smtp_configuration"> <documentation> Get the SMTP configuration object used with the analytics profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert"> <documentation> Gets a list of alerts for a list of given profile names. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_alert"> <documentation> Add a list of alert configurations to given profiles. The alert configuration is given default values which can be set by the following methods later: set_alert_threshold_relation. set_alert_granularity. set_alert_metric. set_alert_sample_period. set_alert_threshold. A best practice for adding new alerts would be doing so by starting an iControl transaction which would be closed only after an alert is fully configured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_alert"> <documentation> Removes specific alert configurations from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_alerts"> <documentation> Removes all of the alert configurations from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_alert_threshold_relation"> <documentation> Set the threshold relation for an alert - specifies whether the threshold value must be below or above the metric value. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert_threshold_relation"> <documentation> Get the threshold relation for an alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_alert_granularity"> <documentation> Set the granularity level on which the alert is defined. There are 3 granularity levels available: Virtual Server. Pool Member. Application. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert_granularity"> <documentation> Get the granularity level on which the alert is defined. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_alert_metric"> <documentation> Set the metric on which the alert is defined. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert_metric"> <documentation> Get the metric on which the alert is defined. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_alert_sample_period"> <documentation> Sets the sample period for the alert. The sample period specifies that the alert metric is triggered when the conditions that trigger the alert last a defined amount of time, measured in seconds. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert_sample_period"> <documentation> Get the sample period for the alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_alert_threshold"> <documentation> Sets the threshold value for the alert which specifies the threshold that must be breached in order for the system to generate alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_alert_threshold"> <documentation> Gets the threshold value for the alert which specifies the threshold that must be breached in order for the system to generate alert. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture"> <documentation> Gets the list of traffic capture definitions for a list of given profile names. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture"> <documentation> Add a list of traffic capture definitions to given profiles. Note: only one traffic capture definition can exist per profile. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture"> <documentation> Removes specific traffic capture definitions from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture"> <documentation> Removes all of the traffic capture definitions from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_request_captured_parts"> <documentation> Set what parts of the request data the system captures. The available parts are mentioned under the TransactionPart enumeration. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_request_captured_parts"> <documentation> Gets what parts of the request data the system captures. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_response_captured_parts"> <documentation> Set what parts of the response data the system captures. The available parts are mentioned under the TransactionPart enumeration. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_response_captured_parts"> <documentation> Gets what parts of the response data the system captures. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_request_content_filter_search_part"> <documentation> Sets which transaction part of the request is filtered by a specific string. The available parts are mentioned under the TransactionPart enumeration. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_request_content_filter_search_part"> <documentation> Gets which transaction part of the request is filtered by a specific string. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_request_content_filter_search_string"> <documentation> Sets the string by which a request data is filtered. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_request_content_filter_search_string"> <documentation> Gets the string by which a request data is filtered. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_response_content_filter_search_part"> <documentation> Sets which transaction part of the response is filtered by a specific string. The available parts are mentioned under the TransactionPart enumeration. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_response_content_filter_search_part"> <documentation> Gets which transaction part of the response is filtered by a specific string. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_response_content_filter_search_string"> <documentation> Sets the string by which a response data is filtered. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_response_content_filter_search_string"> <documentation> Gets the string by which a response data is filtered. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_captured_protocol"> <documentation> Sets the type of protocol that is used when the system captures traffic data. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_captured_protocol"> <documentation> Gets the type of protocol that is used when the system captures traffic data. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_traffic_capture_client_ips"> <documentation> Sets the list of client IP addresses to filter into the traffic capture logging. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_client_ips"> <documentation> Gets the list of client IP addresses which are filtered into the traffic capture logging. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_client_ips"> <documentation> Add IP addresses to the list of client IP addresses to filter into the traffic capture logging. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_client_ips"> <documentation> Removes IP addresses from the list of client IP addresses to filter into the traffic capture logging. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_client_ips"> <documentation> Removes All IP addresses from the list of client IP addresses to filter into the traffic capture logging. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_traffic_capture_methods"> <documentation> Sets the list of HTTP methods used to send requests from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_methods"> <documentation> Gets the list of HTTP methods used to send requests from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_methods"> <documentation> Add a list of HTTP methods used to send requests from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_methods"> <documentation> Removes a list of HTTP methods used to send requests from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_methods"> <documentation> Removes all HTTP methods used to send requests from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_traffic_capture_response_codes"> <documentation> Sets the list of HTTP response codes from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_response_codes"> <documentation> Gets the list of HTTP response codes from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_response_codes"> <documentation> Adds a list of HTTP response codes from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_response_codes"> <documentation> Removes a list of HTTP response codes from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_response_codes"> <documentation> Removes all HTTP response codes from which traffic is captured. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_traffic_capture_url_path_prefixes"> <documentation> Sets the set of URL path prefixes of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_url_path_prefixes"> <documentation> Gets the set of URL path prefixes of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_url_path_prefixes"> <documentation> Adds a set of URL path prefixes of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_url_path_prefixes"> <documentation> Removes a set of URL path prefixes of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_url_path_prefixes"> <documentation> Removes all URL path prefixes of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_traffic_capture_user_agent_substrings"> <documentation> Sets the set of user agent substrings of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_user_agent_substrings"> <documentation> Gets the set of user agent substrings of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_user_agent_substrings"> <documentation> Add a set of user agent substrings of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_user_agent_substrings"> <documentation> Removes a set of user agent substrings of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_user_agent_substrings"> <documentation> Removes all of the user agent substrings of which to capture traffic. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_nodes"> <documentation> Gets the list of all traffic capture nodes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_nodes"> <documentation> Add a list of traffic capture nodes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_nodes"> <documentation> Removes traffic capture nodes. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_nodes"> <documentation> Removes all traffic capture nodes from a traffic capture description. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_traffic_capture_virtual_servers"> <documentation> Gets the list of all traffic capture virtual server names. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_traffic_capture_virtual_servers"> <documentation> Add a list of all traffic capture virtual servers. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_traffic_capture_virtual_servers"> <documentation> Removes traffic capture virtual servers. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_traffic_capture_virtual_servers"> <documentation> Removes all traffic capture virtual servers from a traffic capture description. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_subnet"> <documentation> Gets a list of predefined subnets for a list of given profile names. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="add_subnet"> <documentation> Add a list of predefined subnets to given profiles. Each added subnet defines a mapping between the subnet mask address and the subnet logical name. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_subnet"> <documentation> Removes specific predefined subnets from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="remove_all_subnets"> <documentation> Removes all predefined subnets from the specified profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_subnet_address"> <documentation> Set the subnet address for a predefined subnet. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_subnet_address"> <documentation> Get the subnet address for a predefined subnet. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="set_description"> <documentation> Sets the description for a set of Analytics profiles. This is an arbitrary field which can be used for any purpose. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_description"> <documentation> Gets the descriptions for a set of Analytics profiles. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> <operation name="get_version"> <documentation> Gets the version information for this interface. </documentation> <soap:operation soapAction="urn:iControl:LocalLB/ProfileAnalytics"/> <input> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:iControl:LocalLB/ProfileAnalytics" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation>
</binding>
<!– service –>
<service name=“LocalLB.ProfileAnalytics”>
<documentation> The ProfileAnalytics interface enables you to manipulate a local load balancer's Analytics profile. Use the analytics profile interface to add, modify or remove an analytics profile. Modifying an analytics profile can include: - Setting flags which specify which metrics are collected. - Setting flags which specify notification targets for alerts. - Adding or removing references to profiled virtual servers. - Adding or removing configured alerts. - Adding or removing predefined subnets. - Adding or removing traffic capture. </documentation> <port name="LocalLB.ProfileAnalyticsPort" binding="tns:LocalLB.ProfileAnalyticsBinding"> <soap:address location="https://url_to_service"/> </port>
</service> </definitions>