f5-icontrol 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +18 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE +9 -0
- data/LICENSE.txt +22 -0
- data/README.md +55 -0
- data/Rakefile +7 -0
- data/bin/f5 +6 -0
- data/f5-icontrol.gemspec +30 -0
- data/lib/f5/cli/application.rb +102 -0
- data/lib/f5/cli/config.rb +21 -0
- data/lib/f5/icontrol.rb +40 -0
- data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
- data/lib/f5/icontrol/local_lb/pool.rb +27 -0
- data/lib/f5/icontrol/system/system_info.rb +27 -0
- data/lib/f5/icontrol/version.rb +5 -0
- data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
- data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
- data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
- data/lib/wsdl/ASM.Policy.wsdl +3504 -0
- data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
- data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
- data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
- data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
- data/lib/wsdl/Classification.Application.wsdl +517 -0
- data/lib/wsdl/Classification.Category.wsdl +519 -0
- data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
- data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
- data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
- data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
- data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
- data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
- data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
- data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
- data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
- data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
- data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
- data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
- data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
- data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
- data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
- data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
- data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
- data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
- data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
- data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
- data/lib/wsdl/LTConfig.Class.wsdl +656 -0
- data/lib/wsdl/LTConfig.Field.wsdl +679 -0
- data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
- data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
- data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
- data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
- data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
- data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
- data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
- data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
- data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
- data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
- data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
- data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
- data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
- data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
- data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
- data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
- data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
- data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
- data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
- data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
- data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
- data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
- data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
- data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
- data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
- data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
- data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
- data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
- data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
- data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
- data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
- data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
- data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
- data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
- data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
- data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
- data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
- data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
- data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
- data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
- data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
- data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
- data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
- data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
- data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
- data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
- data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
- data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
- data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
- data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
- data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
- data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
- data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
- data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
- data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
- data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
- data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
- data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
- data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
- data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
- data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
- data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
- data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
- data/lib/wsdl/Log.Filter.wsdl +1175 -0
- data/lib/wsdl/Log.Publisher.wsdl +448 -0
- data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
- data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
- data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
- data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
- data/lib/wsdl/Management.CLIScript.wsdl +684 -0
- data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
- data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
- data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
- data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
- data/lib/wsdl/Management.DBVariable.wsdl +352 -0
- data/lib/wsdl/Management.Device.wsdl +1697 -0
- data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
- data/lib/wsdl/Management.EM.wsdl +456 -0
- data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
- data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
- data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
- data/lib/wsdl/Management.Folder.wsdl +635 -0
- data/lib/wsdl/Management.Globals.wsdl +166 -0
- data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
- data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
- data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
- data/lib/wsdl/Management.Named.wsdl +740 -0
- data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
- data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
- data/lib/wsdl/Management.Partition.wsdl +545 -0
- data/lib/wsdl/Management.Provision.wsdl +743 -0
- data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
- data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
- data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
- data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
- data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
- data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
- data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
- data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
- data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
- data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
- data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
- data/lib/wsdl/Management.Trust.wsdl +703 -0
- data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
- data/lib/wsdl/Management.View.wsdl +381 -0
- data/lib/wsdl/Management.Zone.wsdl +528 -0
- data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
- data/lib/wsdl/Networking.ARP.wsdl +776 -0
- data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
- data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
- data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
- data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
- data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
- data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
- data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
- data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
- data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
- data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
- data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
- data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
- data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
- data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
- data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
- data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
- data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
- data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
- data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
- data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
- data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
- data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
- data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
- data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
- data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
- data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
- data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
- data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
- data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
- data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
- data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
- data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
- data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
- data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
- data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
- data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
- data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
- data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
- data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
- data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
- data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
- data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
- data/lib/wsdl/PEM.Listener.wsdl +495 -0
- data/lib/wsdl/PEM.Policy.wsdl +4097 -0
- data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
- data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
- data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
- data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
- data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
- data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
- data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
- data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
- data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
- data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
- data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
- data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
- data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
- data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
- data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
- data/lib/wsdl/System.Cluster.wsdl +956 -0
- data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
- data/lib/wsdl/System.Connections.wsdl +497 -0
- data/lib/wsdl/System.Disk.wsdl +1442 -0
- data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
- data/lib/wsdl/System.Failover.wsdl +539 -0
- data/lib/wsdl/System.GeoIP.wsdl +181 -0
- data/lib/wsdl/System.HAGroup.wsdl +1983 -0
- data/lib/wsdl/System.HAStatus.wsdl +695 -0
- data/lib/wsdl/System.Inet.wsdl +438 -0
- data/lib/wsdl/System.Internal.wsdl +279 -0
- data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
- data/lib/wsdl/System.Services.wsdl +1054 -0
- data/lib/wsdl/System.Session.wsdl +1023 -0
- data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
- data/lib/wsdl/System.Statistics.wsdl +9469 -0
- data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
- data/lib/wsdl/System.VCMP.wsdl +7766 -0
- data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
- data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
- data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
- data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
- data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
- data/lib/wsdl/iCall.Script.wsdl +372 -0
- data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
- data/metadata +323 -0
- data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
- data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
- data/spec/models/local_lb/pool_spec.rb +26 -0
- data/spec/models/system/system_info_spec.rb +31 -0
- data/spec/spec_helper.rb +13 -0
- metadata +415 -0
@@ -0,0 +1,2042 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
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.
|
6
|
+
|
7
|
+
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.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="LocalLB.ProfileRequestLogging"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="LocalLB.ProfileEnabledState">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="value" type="tns:Common.EnabledState"/>
|
27
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:complexType name="LocalLB.ProfileRequestLogging.ProfileProtocol">
|
31
|
+
<xsd:sequence>
|
32
|
+
<xsd:element name="value" type="tns:LocalLB.ProfileRequestLogging.Protocol"/>
|
33
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
34
|
+
</xsd:sequence>
|
35
|
+
</xsd:complexType>
|
36
|
+
<xsd:complexType name="LocalLB.ProfileStringSequence">
|
37
|
+
<xsd:complexContent>
|
38
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
39
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileString[]'/>
|
40
|
+
</xsd:restriction>
|
41
|
+
</xsd:complexContent>
|
42
|
+
</xsd:complexType>
|
43
|
+
<xsd:simpleType name="Common.EnabledState">
|
44
|
+
<xsd:restriction base="xsd:string">
|
45
|
+
<xsd:enumeration value="STATE_DISABLED">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
<xsd:enumeration value="STATE_ENABLED">
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
53
|
+
</xsd:annotation>
|
54
|
+
</xsd:enumeration>
|
55
|
+
</xsd:restriction>
|
56
|
+
</xsd:simpleType>
|
57
|
+
<xsd:complexType name="Common.StringSequence">
|
58
|
+
<xsd:complexContent>
|
59
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
60
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
61
|
+
</xsd:restriction>
|
62
|
+
</xsd:complexContent>
|
63
|
+
</xsd:complexType>
|
64
|
+
<xsd:complexType name="Common.BooleanSequence">
|
65
|
+
<xsd:complexContent>
|
66
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
67
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
68
|
+
</xsd:restriction>
|
69
|
+
</xsd:complexContent>
|
70
|
+
</xsd:complexType>
|
71
|
+
<xsd:complexType name="LocalLB.ProfileString">
|
72
|
+
<xsd:sequence>
|
73
|
+
<xsd:element name="value" type="xsd:string"/>
|
74
|
+
<xsd:element name="default_flag" type="xsd:boolean"/>
|
75
|
+
</xsd:sequence>
|
76
|
+
</xsd:complexType>
|
77
|
+
<xsd:complexType name="LocalLB.ProfileRequestLogging.ProfileProtocolSequence">
|
78
|
+
<xsd:complexContent>
|
79
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
80
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileRequestLogging.ProfileProtocol[]'/>
|
81
|
+
</xsd:restriction>
|
82
|
+
</xsd:complexContent>
|
83
|
+
</xsd:complexType>
|
84
|
+
<xsd:simpleType name="LocalLB.ProfileRequestLogging.Protocol">
|
85
|
+
<xsd:restriction base="xsd:string">
|
86
|
+
<xsd:enumeration value="PROTOCOL_UNKNOWN">
|
87
|
+
<xsd:annotation>
|
88
|
+
<xsd:documentation>PROTOCOL_UNKNOWN</xsd:documentation>
|
89
|
+
</xsd:annotation>
|
90
|
+
</xsd:enumeration>
|
91
|
+
<xsd:enumeration value="PROTOCOL_TCP">
|
92
|
+
<xsd:annotation>
|
93
|
+
<xsd:documentation>PROTOCOL_TCP</xsd:documentation>
|
94
|
+
</xsd:annotation>
|
95
|
+
</xsd:enumeration>
|
96
|
+
<xsd:enumeration value="PROTOCOL_UDP">
|
97
|
+
<xsd:annotation>
|
98
|
+
<xsd:documentation>PROTOCOL_UDP</xsd:documentation>
|
99
|
+
</xsd:annotation>
|
100
|
+
</xsd:enumeration>
|
101
|
+
</xsd:restriction>
|
102
|
+
</xsd:simpleType>
|
103
|
+
<xsd:complexType name="LocalLB.ProfileEnabledStateSequence">
|
104
|
+
<xsd:complexContent>
|
105
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
106
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:LocalLB.ProfileEnabledState[]'/>
|
107
|
+
</xsd:restriction>
|
108
|
+
</xsd:complexContent>
|
109
|
+
</xsd:complexType>
|
110
|
+
</xsd:schema>
|
111
|
+
</types>
|
112
|
+
|
113
|
+
<!-- message -->
|
114
|
+
|
115
|
+
<message name="LocalLB.ProfileRequestLogging.get_listRequest">
|
116
|
+
</message>
|
117
|
+
<message name="LocalLB.ProfileRequestLogging.get_listResponse">
|
118
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
119
|
+
</message>
|
120
|
+
|
121
|
+
<message name="LocalLB.ProfileRequestLogging.createRequest">
|
122
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
123
|
+
</message>
|
124
|
+
<message name="LocalLB.ProfileRequestLogging.createResponse">
|
125
|
+
</message>
|
126
|
+
|
127
|
+
<message name="LocalLB.ProfileRequestLogging.delete_profileRequest">
|
128
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
129
|
+
</message>
|
130
|
+
<message name="LocalLB.ProfileRequestLogging.delete_profileResponse">
|
131
|
+
</message>
|
132
|
+
|
133
|
+
<message name="LocalLB.ProfileRequestLogging.delete_all_profilesRequest">
|
134
|
+
</message>
|
135
|
+
<message name="LocalLB.ProfileRequestLogging.delete_all_profilesResponse">
|
136
|
+
</message>
|
137
|
+
|
138
|
+
<message name="LocalLB.ProfileRequestLogging.set_descriptionRequest">
|
139
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
140
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
141
|
+
</message>
|
142
|
+
<message name="LocalLB.ProfileRequestLogging.set_descriptionResponse">
|
143
|
+
</message>
|
144
|
+
|
145
|
+
<message name="LocalLB.ProfileRequestLogging.get_descriptionRequest">
|
146
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
147
|
+
</message>
|
148
|
+
<message name="LocalLB.ProfileRequestLogging.get_descriptionResponse">
|
149
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
150
|
+
</message>
|
151
|
+
|
152
|
+
<message name="LocalLB.ProfileRequestLogging.set_default_profileRequest">
|
153
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
154
|
+
<part name="defaults" type="tns:Common.StringSequence"/>
|
155
|
+
</message>
|
156
|
+
<message name="LocalLB.ProfileRequestLogging.set_default_profileResponse">
|
157
|
+
</message>
|
158
|
+
|
159
|
+
<message name="LocalLB.ProfileRequestLogging.get_default_profileRequest">
|
160
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
161
|
+
</message>
|
162
|
+
<message name="LocalLB.ProfileRequestLogging.get_default_profileResponse">
|
163
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
164
|
+
</message>
|
165
|
+
|
166
|
+
<message name="LocalLB.ProfileRequestLogging.is_base_profileRequest">
|
167
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="LocalLB.ProfileRequestLogging.is_base_profileResponse">
|
170
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
171
|
+
</message>
|
172
|
+
|
173
|
+
<message name="LocalLB.ProfileRequestLogging.is_system_profileRequest">
|
174
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
175
|
+
</message>
|
176
|
+
<message name="LocalLB.ProfileRequestLogging.is_system_profileResponse">
|
177
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
178
|
+
</message>
|
179
|
+
|
180
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_log_by_default_stateRequest">
|
181
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
182
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
183
|
+
</message>
|
184
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_log_by_default_stateResponse">
|
185
|
+
</message>
|
186
|
+
|
187
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_log_by_default_stateRequest">
|
188
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
189
|
+
</message>
|
190
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_log_by_default_stateResponse">
|
191
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
192
|
+
</message>
|
193
|
+
|
194
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_poolRequest">
|
195
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
196
|
+
<part name="pools" type="tns:LocalLB.ProfileStringSequence"/>
|
197
|
+
</message>
|
198
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_poolResponse">
|
199
|
+
</message>
|
200
|
+
|
201
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_poolRequest">
|
202
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
203
|
+
</message>
|
204
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_poolResponse">
|
205
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
206
|
+
</message>
|
207
|
+
|
208
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_protocolRequest">
|
209
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
210
|
+
<part name="protocols" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
211
|
+
</message>
|
212
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_protocolResponse">
|
213
|
+
</message>
|
214
|
+
|
215
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_protocolRequest">
|
216
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
217
|
+
</message>
|
218
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_protocolResponse">
|
219
|
+
<part name="return" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
220
|
+
</message>
|
221
|
+
|
222
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_poolRequest">
|
223
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
224
|
+
<part name="pools" type="tns:LocalLB.ProfileStringSequence"/>
|
225
|
+
</message>
|
226
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_poolResponse">
|
227
|
+
</message>
|
228
|
+
|
229
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_poolRequest">
|
230
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
231
|
+
</message>
|
232
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_poolResponse">
|
233
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
234
|
+
</message>
|
235
|
+
|
236
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_protocolRequest">
|
237
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
238
|
+
<part name="protocols" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
239
|
+
</message>
|
240
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_protocolResponse">
|
241
|
+
</message>
|
242
|
+
|
243
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_protocolRequest">
|
244
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
245
|
+
</message>
|
246
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_protocolResponse">
|
247
|
+
<part name="return" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
248
|
+
</message>
|
249
|
+
|
250
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_stateRequest">
|
251
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
252
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
253
|
+
</message>
|
254
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_stateResponse">
|
255
|
+
</message>
|
256
|
+
|
257
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_stateRequest">
|
258
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
259
|
+
</message>
|
260
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_stateResponse">
|
261
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
262
|
+
</message>
|
263
|
+
|
264
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_templateRequest">
|
265
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
266
|
+
<part name="templates" type="tns:LocalLB.ProfileStringSequence"/>
|
267
|
+
</message>
|
268
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_secondary_templateResponse">
|
269
|
+
</message>
|
270
|
+
|
271
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_templateRequest">
|
272
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
273
|
+
</message>
|
274
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_secondary_templateResponse">
|
275
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
276
|
+
</message>
|
277
|
+
|
278
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_stateRequest">
|
279
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
280
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
281
|
+
</message>
|
282
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_stateResponse">
|
283
|
+
</message>
|
284
|
+
|
285
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_stateRequest">
|
286
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
287
|
+
</message>
|
288
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_stateResponse">
|
289
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
290
|
+
</message>
|
291
|
+
|
292
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_templateRequest">
|
293
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
294
|
+
<part name="templates" type="tns:LocalLB.ProfileStringSequence"/>
|
295
|
+
</message>
|
296
|
+
<message name="LocalLB.ProfileRequestLogging.set_response_templateResponse">
|
297
|
+
</message>
|
298
|
+
|
299
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_templateRequest">
|
300
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
301
|
+
</message>
|
302
|
+
<message name="LocalLB.ProfileRequestLogging.get_response_templateResponse">
|
303
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
304
|
+
</message>
|
305
|
+
|
306
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_close_stateRequest">
|
307
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
308
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
309
|
+
</message>
|
310
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_close_stateResponse">
|
311
|
+
</message>
|
312
|
+
|
313
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_close_stateRequest">
|
314
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
315
|
+
</message>
|
316
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_close_stateResponse">
|
317
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
318
|
+
</message>
|
319
|
+
|
320
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_responseRequest">
|
321
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
322
|
+
<part name="responses" type="tns:LocalLB.ProfileStringSequence"/>
|
323
|
+
</message>
|
324
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_responseResponse">
|
325
|
+
</message>
|
326
|
+
|
327
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_responseRequest">
|
328
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
329
|
+
</message>
|
330
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_responseResponse">
|
331
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
332
|
+
</message>
|
333
|
+
|
334
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_response_stateRequest">
|
335
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
336
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
337
|
+
</message>
|
338
|
+
<message name="LocalLB.ProfileRequestLogging.set_proxy_response_stateResponse">
|
339
|
+
</message>
|
340
|
+
|
341
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_response_stateRequest">
|
342
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
343
|
+
</message>
|
344
|
+
<message name="LocalLB.ProfileRequestLogging.get_proxy_response_stateResponse">
|
345
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
346
|
+
</message>
|
347
|
+
|
348
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_poolRequest">
|
349
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
350
|
+
<part name="pools" type="tns:LocalLB.ProfileStringSequence"/>
|
351
|
+
</message>
|
352
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_poolResponse">
|
353
|
+
</message>
|
354
|
+
|
355
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_poolRequest">
|
356
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
357
|
+
</message>
|
358
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_poolResponse">
|
359
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
360
|
+
</message>
|
361
|
+
|
362
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_protocolRequest">
|
363
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
364
|
+
<part name="protocols" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
365
|
+
</message>
|
366
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_protocolResponse">
|
367
|
+
</message>
|
368
|
+
|
369
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_protocolRequest">
|
370
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
371
|
+
</message>
|
372
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_protocolResponse">
|
373
|
+
<part name="return" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
374
|
+
</message>
|
375
|
+
|
376
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_poolRequest">
|
377
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
378
|
+
<part name="pools" type="tns:LocalLB.ProfileStringSequence"/>
|
379
|
+
</message>
|
380
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_poolResponse">
|
381
|
+
</message>
|
382
|
+
|
383
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_poolRequest">
|
384
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
385
|
+
</message>
|
386
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_poolResponse">
|
387
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
388
|
+
</message>
|
389
|
+
|
390
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_protocolRequest">
|
391
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
392
|
+
<part name="protocols" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
393
|
+
</message>
|
394
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_protocolResponse">
|
395
|
+
</message>
|
396
|
+
|
397
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_protocolRequest">
|
398
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
399
|
+
</message>
|
400
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_protocolResponse">
|
401
|
+
<part name="return" type="tns:LocalLB.ProfileRequestLogging.ProfileProtocolSequence"/>
|
402
|
+
</message>
|
403
|
+
|
404
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_stateRequest">
|
405
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
406
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
407
|
+
</message>
|
408
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_stateResponse">
|
409
|
+
</message>
|
410
|
+
|
411
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_stateRequest">
|
412
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
413
|
+
</message>
|
414
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_stateResponse">
|
415
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
416
|
+
</message>
|
417
|
+
|
418
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_templateRequest">
|
419
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
420
|
+
<part name="templates" type="tns:LocalLB.ProfileStringSequence"/>
|
421
|
+
</message>
|
422
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_secondary_templateResponse">
|
423
|
+
</message>
|
424
|
+
|
425
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_templateRequest">
|
426
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
427
|
+
</message>
|
428
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_secondary_templateResponse">
|
429
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
430
|
+
</message>
|
431
|
+
|
432
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_stateRequest">
|
433
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
434
|
+
<part name="states" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
435
|
+
</message>
|
436
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_stateResponse">
|
437
|
+
</message>
|
438
|
+
|
439
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_stateRequest">
|
440
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
441
|
+
</message>
|
442
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_stateResponse">
|
443
|
+
<part name="return" type="tns:LocalLB.ProfileEnabledStateSequence"/>
|
444
|
+
</message>
|
445
|
+
|
446
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_templateRequest">
|
447
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
448
|
+
<part name="templates" type="tns:LocalLB.ProfileStringSequence"/>
|
449
|
+
</message>
|
450
|
+
<message name="LocalLB.ProfileRequestLogging.set_request_templateResponse">
|
451
|
+
</message>
|
452
|
+
|
453
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_templateRequest">
|
454
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
455
|
+
</message>
|
456
|
+
<message name="LocalLB.ProfileRequestLogging.get_request_templateResponse">
|
457
|
+
<part name="return" type="tns:LocalLB.ProfileStringSequence"/>
|
458
|
+
</message>
|
459
|
+
|
460
|
+
<message name="LocalLB.ProfileRequestLogging.get_versionRequest">
|
461
|
+
</message>
|
462
|
+
<message name="LocalLB.ProfileRequestLogging.get_versionResponse">
|
463
|
+
<part name="return" type="xsd:string"/>
|
464
|
+
</message>
|
465
|
+
|
466
|
+
<!-- portType -->
|
467
|
+
|
468
|
+
<portType name="LocalLB.ProfileRequestLoggingPortType">
|
469
|
+
<operation name="get_list">
|
470
|
+
<documentation>
|
471
|
+
Gets the names of all request logging profiles.
|
472
|
+
|
473
|
+
</documentation>
|
474
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_listRequest"/>
|
475
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_listResponse"/>
|
476
|
+
</operation>
|
477
|
+
<operation name="create">
|
478
|
+
<documentation>
|
479
|
+
Creates a set of request logging profiles.
|
480
|
+
|
481
|
+
</documentation>
|
482
|
+
<input message="tns:LocalLB.ProfileRequestLogging.createRequest"/>
|
483
|
+
<output message="tns:LocalLB.ProfileRequestLogging.createResponse"/>
|
484
|
+
</operation>
|
485
|
+
<operation name="delete_profile">
|
486
|
+
<documentation>
|
487
|
+
Deletes a set of request logging profiles.
|
488
|
+
|
489
|
+
</documentation>
|
490
|
+
<input message="tns:LocalLB.ProfileRequestLogging.delete_profileRequest"/>
|
491
|
+
<output message="tns:LocalLB.ProfileRequestLogging.delete_profileResponse"/>
|
492
|
+
</operation>
|
493
|
+
<operation name="delete_all_profiles">
|
494
|
+
<documentation>
|
495
|
+
Deletes all request logging profiles.
|
496
|
+
|
497
|
+
</documentation>
|
498
|
+
<input message="tns:LocalLB.ProfileRequestLogging.delete_all_profilesRequest"/>
|
499
|
+
<output message="tns:LocalLB.ProfileRequestLogging.delete_all_profilesResponse"/>
|
500
|
+
</operation>
|
501
|
+
<operation name="set_description">
|
502
|
+
<documentation>
|
503
|
+
Sets the description for a set of request logging profiles. This is
|
504
|
+
an arbitrary field which can be used for any purpose.
|
505
|
+
|
506
|
+
</documentation>
|
507
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_descriptionRequest"/>
|
508
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_descriptionResponse"/>
|
509
|
+
</operation>
|
510
|
+
<operation name="get_description">
|
511
|
+
<documentation>
|
512
|
+
Gets the description for a set of request logging profiles.
|
513
|
+
|
514
|
+
</documentation>
|
515
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_descriptionRequest"/>
|
516
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_descriptionResponse"/>
|
517
|
+
</operation>
|
518
|
+
<operation name="set_default_profile">
|
519
|
+
<documentation>
|
520
|
+
Sets the name of the profile from which this profile inherits its
|
521
|
+
values for a set of request logging profiles.
|
522
|
+
|
523
|
+
</documentation>
|
524
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_default_profileRequest"/>
|
525
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_default_profileResponse"/>
|
526
|
+
</operation>
|
527
|
+
<operation name="get_default_profile">
|
528
|
+
<documentation>
|
529
|
+
Gets the name of the profile from which this profile inherits its
|
530
|
+
values for a set of request logging profiles.
|
531
|
+
|
532
|
+
</documentation>
|
533
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_default_profileRequest"/>
|
534
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_default_profileResponse"/>
|
535
|
+
</operation>
|
536
|
+
<operation name="is_base_profile">
|
537
|
+
<documentation>
|
538
|
+
Determines whether the specified request logging profiles are base
|
539
|
+
profiles. A base profile sits at the base of the profile's
|
540
|
+
inheritance tree, supplying the defaults for every profile derived
|
541
|
+
from it. (See also is_system_profile).
|
542
|
+
|
543
|
+
</documentation>
|
544
|
+
<input message="tns:LocalLB.ProfileRequestLogging.is_base_profileRequest"/>
|
545
|
+
<output message="tns:LocalLB.ProfileRequestLogging.is_base_profileResponse"/>
|
546
|
+
</operation>
|
547
|
+
<operation name="is_system_profile">
|
548
|
+
<documentation>
|
549
|
+
Determines whether the specified request logging profiles are
|
550
|
+
system profiles. A system profile is a profile pre-configured on
|
551
|
+
the system, ready for use. Non-system profiles are profiles
|
552
|
+
created or modified by a user. Note that if a system profile is
|
553
|
+
modified, it is no longer considered a system profile. (See also
|
554
|
+
is_base_profile).
|
555
|
+
|
556
|
+
</documentation>
|
557
|
+
<input message="tns:LocalLB.ProfileRequestLogging.is_system_profileRequest"/>
|
558
|
+
<output message="tns:LocalLB.ProfileRequestLogging.is_system_profileResponse"/>
|
559
|
+
</operation>
|
560
|
+
<operation name="set_response_log_by_default_state">
|
561
|
+
<documentation>
|
562
|
+
Sets the state to log a post-request entry by default for a set of
|
563
|
+
request logging profiles. If set, each request is logged after
|
564
|
+
processing unless it is suppressed by a filter or iRule. If not
|
565
|
+
set, a request is logged after processing only if requested by a
|
566
|
+
filter or iRule.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_log_by_default_stateRequest"/>
|
570
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_log_by_default_stateResponse"/>
|
571
|
+
</operation>
|
572
|
+
<operation name="get_response_log_by_default_state">
|
573
|
+
<documentation>
|
574
|
+
Gets the state to log a post-request entry by default for a set of
|
575
|
+
request logging profiles.
|
576
|
+
|
577
|
+
</documentation>
|
578
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_log_by_default_stateRequest"/>
|
579
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_log_by_default_stateResponse"/>
|
580
|
+
</operation>
|
581
|
+
<operation name="set_response_pool">
|
582
|
+
<documentation>
|
583
|
+
Sets the pool holding the post-request primary log servers for a
|
584
|
+
set of request logging profiles.
|
585
|
+
|
586
|
+
</documentation>
|
587
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_poolRequest"/>
|
588
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_poolResponse"/>
|
589
|
+
</operation>
|
590
|
+
<operation name="get_response_pool">
|
591
|
+
<documentation>
|
592
|
+
Gets the pool holding the post-request primary log servers for a
|
593
|
+
set of request logging profiles.
|
594
|
+
|
595
|
+
</documentation>
|
596
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_poolRequest"/>
|
597
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_poolResponse"/>
|
598
|
+
</operation>
|
599
|
+
<operation name="set_response_protocol">
|
600
|
+
<documentation>
|
601
|
+
Sets the protocol for sending post-request entries to the primary
|
602
|
+
log servers for a set of request logging profiles.
|
603
|
+
|
604
|
+
</documentation>
|
605
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_protocolRequest"/>
|
606
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_protocolResponse"/>
|
607
|
+
</operation>
|
608
|
+
<operation name="get_response_protocol">
|
609
|
+
<documentation>
|
610
|
+
Gets the protocol for sending post-request entries to the primary
|
611
|
+
log servers for a set of request logging profiles.
|
612
|
+
|
613
|
+
</documentation>
|
614
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_protocolRequest"/>
|
615
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_protocolResponse"/>
|
616
|
+
</operation>
|
617
|
+
<operation name="set_response_secondary_pool">
|
618
|
+
<documentation>
|
619
|
+
Sets the pool holding the post-request secondary log servers for a
|
620
|
+
set of request logging profiles.
|
621
|
+
|
622
|
+
</documentation>
|
623
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_poolRequest"/>
|
624
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_poolResponse"/>
|
625
|
+
</operation>
|
626
|
+
<operation name="get_response_secondary_pool">
|
627
|
+
<documentation>
|
628
|
+
Gets the pool holding the post-request secondary log servers for a
|
629
|
+
set of request logging profiles.
|
630
|
+
|
631
|
+
</documentation>
|
632
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_poolRequest"/>
|
633
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_poolResponse"/>
|
634
|
+
</operation>
|
635
|
+
<operation name="set_response_secondary_protocol">
|
636
|
+
<documentation>
|
637
|
+
Sets the protocol for sending post-request entries to the secondary
|
638
|
+
log servers for a set of request logging profiles.
|
639
|
+
|
640
|
+
</documentation>
|
641
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_protocolRequest"/>
|
642
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_protocolResponse"/>
|
643
|
+
</operation>
|
644
|
+
<operation name="get_response_secondary_protocol">
|
645
|
+
<documentation>
|
646
|
+
Gets the protocol for sending post-request entries to the secondary
|
647
|
+
log servers for a set of request logging profiles.
|
648
|
+
|
649
|
+
</documentation>
|
650
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_protocolRequest"/>
|
651
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_protocolResponse"/>
|
652
|
+
</operation>
|
653
|
+
<operation name="set_response_secondary_state">
|
654
|
+
<documentation>
|
655
|
+
Sets the state to log post-request logging errors to the secondary
|
656
|
+
log server pool for a set of request logging profiles.
|
657
|
+
|
658
|
+
</documentation>
|
659
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_stateRequest"/>
|
660
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_stateResponse"/>
|
661
|
+
</operation>
|
662
|
+
<operation name="get_response_secondary_state">
|
663
|
+
<documentation>
|
664
|
+
Gets the state to log post-request logging errors to the secondary
|
665
|
+
log server pool for a set of request logging profiles.
|
666
|
+
|
667
|
+
</documentation>
|
668
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_stateRequest"/>
|
669
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_stateResponse"/>
|
670
|
+
</operation>
|
671
|
+
<operation name="set_response_secondary_template">
|
672
|
+
<documentation>
|
673
|
+
Sets the template used to format post-request secondary log entries
|
674
|
+
for a set of request logging profiles.
|
675
|
+
|
676
|
+
</documentation>
|
677
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_templateRequest"/>
|
678
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_secondary_templateResponse"/>
|
679
|
+
</operation>
|
680
|
+
<operation name="get_response_secondary_template">
|
681
|
+
<documentation>
|
682
|
+
Gets the template used to format post-request secondary log entries
|
683
|
+
for a set of request logging profiles.
|
684
|
+
|
685
|
+
</documentation>
|
686
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_templateRequest"/>
|
687
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_secondary_templateResponse"/>
|
688
|
+
</operation>
|
689
|
+
<operation name="set_response_state">
|
690
|
+
<documentation>
|
691
|
+
Sets the state to log an entry to the primary logging servers after
|
692
|
+
each request is processed for a set of request logging profiles.
|
693
|
+
|
694
|
+
</documentation>
|
695
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_stateRequest"/>
|
696
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_stateResponse"/>
|
697
|
+
</operation>
|
698
|
+
<operation name="get_response_state">
|
699
|
+
<documentation>
|
700
|
+
Gets the state to log an entry to the primary logging servers after
|
701
|
+
each request is processed for a set of request logging profiles.
|
702
|
+
|
703
|
+
</documentation>
|
704
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_stateRequest"/>
|
705
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_stateResponse"/>
|
706
|
+
</operation>
|
707
|
+
<operation name="set_response_template">
|
708
|
+
<documentation>
|
709
|
+
Sets the template used to format post-request log entries for a set
|
710
|
+
of request logging profiles.
|
711
|
+
|
712
|
+
</documentation>
|
713
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_response_templateRequest"/>
|
714
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_response_templateResponse"/>
|
715
|
+
</operation>
|
716
|
+
<operation name="get_response_template">
|
717
|
+
<documentation>
|
718
|
+
Gets the template used to format post-request log entries for a set
|
719
|
+
of request logging profiles.
|
720
|
+
|
721
|
+
</documentation>
|
722
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_response_templateRequest"/>
|
723
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_response_templateResponse"/>
|
724
|
+
</operation>
|
725
|
+
<operation name="set_proxy_close_state">
|
726
|
+
<documentation>
|
727
|
+
Sets the state to close the client connection after sending the
|
728
|
+
specified response to the client after a pre-request logging error
|
729
|
+
for a set of request logging profiles.
|
730
|
+
|
731
|
+
</documentation>
|
732
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_proxy_close_stateRequest"/>
|
733
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_proxy_close_stateResponse"/>
|
734
|
+
</operation>
|
735
|
+
<operation name="get_proxy_close_state">
|
736
|
+
<documentation>
|
737
|
+
Gets the state to close the client connection after sending the
|
738
|
+
specified response to the client after a pre-request logging error
|
739
|
+
for a set of request logging profiles.
|
740
|
+
|
741
|
+
</documentation>
|
742
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_proxy_close_stateRequest"/>
|
743
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_proxy_close_stateResponse"/>
|
744
|
+
</operation>
|
745
|
+
<operation name="set_proxy_response">
|
746
|
+
<documentation>
|
747
|
+
Sets the response to send to the client on behalf of the server
|
748
|
+
after a pre-request logging error for a set of request logging
|
749
|
+
profiles.
|
750
|
+
|
751
|
+
</documentation>
|
752
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_proxy_responseRequest"/>
|
753
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_proxy_responseResponse"/>
|
754
|
+
</operation>
|
755
|
+
<operation name="get_proxy_response">
|
756
|
+
<documentation>
|
757
|
+
Gets the response to send to the client on behalf of the server
|
758
|
+
after a pre-request logging error for a set of request logging
|
759
|
+
profiles.
|
760
|
+
|
761
|
+
</documentation>
|
762
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_proxy_responseRequest"/>
|
763
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_proxy_responseResponse"/>
|
764
|
+
</operation>
|
765
|
+
<operation name="set_proxy_response_state">
|
766
|
+
<documentation>
|
767
|
+
Sets the state to respond on behalf of the server if an error
|
768
|
+
occurs while logging a pre-request entry for a set of request
|
769
|
+
logging profiles.
|
770
|
+
|
771
|
+
</documentation>
|
772
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_proxy_response_stateRequest"/>
|
773
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_proxy_response_stateResponse"/>
|
774
|
+
</operation>
|
775
|
+
<operation name="get_proxy_response_state">
|
776
|
+
<documentation>
|
777
|
+
Gets the state to respond on behalf of the server if an error
|
778
|
+
occurs while logging a pre-request entry for a set of request
|
779
|
+
logging profiles.
|
780
|
+
|
781
|
+
</documentation>
|
782
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_proxy_response_stateRequest"/>
|
783
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_proxy_response_stateResponse"/>
|
784
|
+
</operation>
|
785
|
+
<operation name="set_request_pool">
|
786
|
+
<documentation>
|
787
|
+
Sets the pre-request pool for a set of request logging profiles.
|
788
|
+
|
789
|
+
</documentation>
|
790
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_poolRequest"/>
|
791
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_poolResponse"/>
|
792
|
+
</operation>
|
793
|
+
<operation name="get_request_pool">
|
794
|
+
<documentation>
|
795
|
+
Gets the pre-request pool for a set of request logging profiles.
|
796
|
+
|
797
|
+
</documentation>
|
798
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_poolRequest"/>
|
799
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_poolResponse"/>
|
800
|
+
</operation>
|
801
|
+
<operation name="set_request_protocol">
|
802
|
+
<documentation>
|
803
|
+
Sets the protocol for sending pre-request log entries to the
|
804
|
+
primary log servers for a set of request logging profiles.
|
805
|
+
|
806
|
+
</documentation>
|
807
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_protocolRequest"/>
|
808
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_protocolResponse"/>
|
809
|
+
</operation>
|
810
|
+
<operation name="get_request_protocol">
|
811
|
+
<documentation>
|
812
|
+
Gets the protocol for sending pre-request log entries to the
|
813
|
+
primary log servers for a set of request logging profiles.
|
814
|
+
|
815
|
+
</documentation>
|
816
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_protocolRequest"/>
|
817
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_protocolResponse"/>
|
818
|
+
</operation>
|
819
|
+
<operation name="set_request_secondary_pool">
|
820
|
+
<documentation>
|
821
|
+
Sets the pre-request secondary pool for a set of request logging
|
822
|
+
profiles.
|
823
|
+
|
824
|
+
</documentation>
|
825
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_poolRequest"/>
|
826
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_poolResponse"/>
|
827
|
+
</operation>
|
828
|
+
<operation name="get_request_secondary_pool">
|
829
|
+
<documentation>
|
830
|
+
Gets the pre-request secondary pool for a set of request logging
|
831
|
+
profiles.
|
832
|
+
|
833
|
+
</documentation>
|
834
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_poolRequest"/>
|
835
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_poolResponse"/>
|
836
|
+
</operation>
|
837
|
+
<operation name="set_request_secondary_protocol">
|
838
|
+
<documentation>
|
839
|
+
Sets the protocol for sending pre-request entries to the secondary
|
840
|
+
log servers for a set of request logging profiles.
|
841
|
+
|
842
|
+
</documentation>
|
843
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_protocolRequest"/>
|
844
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_protocolResponse"/>
|
845
|
+
</operation>
|
846
|
+
<operation name="get_request_secondary_protocol">
|
847
|
+
<documentation>
|
848
|
+
Gets the protocol for sending pre-request entries to the secondary
|
849
|
+
log servers for a set of request logging profiles.
|
850
|
+
|
851
|
+
</documentation>
|
852
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_protocolRequest"/>
|
853
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_protocolResponse"/>
|
854
|
+
</operation>
|
855
|
+
<operation name="set_request_secondary_state">
|
856
|
+
<documentation>
|
857
|
+
Sets the state to log pre-request logging errors to a secondary log
|
858
|
+
server pool for a set of request logging profiles.
|
859
|
+
|
860
|
+
</documentation>
|
861
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_stateRequest"/>
|
862
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_stateResponse"/>
|
863
|
+
</operation>
|
864
|
+
<operation name="get_request_secondary_state">
|
865
|
+
<documentation>
|
866
|
+
Gets the state to log pre-request logging errors to a secondary log
|
867
|
+
server pool for a set of request logging profiles.
|
868
|
+
|
869
|
+
</documentation>
|
870
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_stateRequest"/>
|
871
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_stateResponse"/>
|
872
|
+
</operation>
|
873
|
+
<operation name="set_request_secondary_template">
|
874
|
+
<documentation>
|
875
|
+
Sets the template used to format pre-request secondary log entries
|
876
|
+
for a set of request logging profiles.
|
877
|
+
|
878
|
+
</documentation>
|
879
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_templateRequest"/>
|
880
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_secondary_templateResponse"/>
|
881
|
+
</operation>
|
882
|
+
<operation name="get_request_secondary_template">
|
883
|
+
<documentation>
|
884
|
+
Gets the template used to format pre-request secondary log entries
|
885
|
+
for a set of request logging profiles.
|
886
|
+
|
887
|
+
</documentation>
|
888
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_templateRequest"/>
|
889
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_secondary_templateResponse"/>
|
890
|
+
</operation>
|
891
|
+
<operation name="set_request_state">
|
892
|
+
<documentation>
|
893
|
+
Sets the state to log an entry before each request is processed for
|
894
|
+
a set of request logging profiles.
|
895
|
+
|
896
|
+
</documentation>
|
897
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_stateRequest"/>
|
898
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_stateResponse"/>
|
899
|
+
</operation>
|
900
|
+
<operation name="get_request_state">
|
901
|
+
<documentation>
|
902
|
+
Gets the state to log an entry before each request is processed for
|
903
|
+
a set of request logging profiles.
|
904
|
+
|
905
|
+
</documentation>
|
906
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_stateRequest"/>
|
907
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_stateResponse"/>
|
908
|
+
</operation>
|
909
|
+
<operation name="set_request_template">
|
910
|
+
<documentation>
|
911
|
+
Sets the template used for format entries for pre-request log
|
912
|
+
entries for a set of request logging profiles.
|
913
|
+
|
914
|
+
</documentation>
|
915
|
+
<input message="tns:LocalLB.ProfileRequestLogging.set_request_templateRequest"/>
|
916
|
+
<output message="tns:LocalLB.ProfileRequestLogging.set_request_templateResponse"/>
|
917
|
+
</operation>
|
918
|
+
<operation name="get_request_template">
|
919
|
+
<documentation>
|
920
|
+
Gets the template used for format entries for pre-request log
|
921
|
+
entries for a set of request logging profiles.
|
922
|
+
|
923
|
+
</documentation>
|
924
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_request_templateRequest"/>
|
925
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_request_templateResponse"/>
|
926
|
+
</operation>
|
927
|
+
<operation name="get_version">
|
928
|
+
<documentation>
|
929
|
+
Gets the version information for this interface.
|
930
|
+
|
931
|
+
</documentation>
|
932
|
+
<input message="tns:LocalLB.ProfileRequestLogging.get_versionRequest"/>
|
933
|
+
<output message="tns:LocalLB.ProfileRequestLogging.get_versionResponse"/>
|
934
|
+
</operation>
|
935
|
+
</portType>
|
936
|
+
|
937
|
+
<!-- binding -->
|
938
|
+
|
939
|
+
<binding name="LocalLB.ProfileRequestLoggingBinding" type="tns:LocalLB.ProfileRequestLoggingPortType">
|
940
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
941
|
+
<operation name="get_list">
|
942
|
+
<documentation>
|
943
|
+
Gets the names of all request logging profiles.
|
944
|
+
|
945
|
+
</documentation>
|
946
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
947
|
+
<input>
|
948
|
+
<soap:body
|
949
|
+
use="encoded"
|
950
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
951
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
952
|
+
</input>
|
953
|
+
<output>
|
954
|
+
<soap:body
|
955
|
+
use="encoded"
|
956
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
957
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
958
|
+
</output>
|
959
|
+
</operation>
|
960
|
+
|
961
|
+
<operation name="create">
|
962
|
+
<documentation>
|
963
|
+
Creates a set of request logging profiles.
|
964
|
+
|
965
|
+
</documentation>
|
966
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
967
|
+
<input>
|
968
|
+
<soap:body
|
969
|
+
use="encoded"
|
970
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
971
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
972
|
+
</input>
|
973
|
+
<output>
|
974
|
+
<soap:body
|
975
|
+
use="encoded"
|
976
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
977
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
978
|
+
</output>
|
979
|
+
</operation>
|
980
|
+
|
981
|
+
<operation name="delete_profile">
|
982
|
+
<documentation>
|
983
|
+
Deletes a set of request logging profiles.
|
984
|
+
|
985
|
+
</documentation>
|
986
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
987
|
+
<input>
|
988
|
+
<soap:body
|
989
|
+
use="encoded"
|
990
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
991
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
992
|
+
</input>
|
993
|
+
<output>
|
994
|
+
<soap:body
|
995
|
+
use="encoded"
|
996
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
997
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
998
|
+
</output>
|
999
|
+
</operation>
|
1000
|
+
|
1001
|
+
<operation name="delete_all_profiles">
|
1002
|
+
<documentation>
|
1003
|
+
Deletes all request logging profiles.
|
1004
|
+
|
1005
|
+
</documentation>
|
1006
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1007
|
+
<input>
|
1008
|
+
<soap:body
|
1009
|
+
use="encoded"
|
1010
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1011
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1012
|
+
</input>
|
1013
|
+
<output>
|
1014
|
+
<soap:body
|
1015
|
+
use="encoded"
|
1016
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1017
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1018
|
+
</output>
|
1019
|
+
</operation>
|
1020
|
+
|
1021
|
+
<operation name="set_description">
|
1022
|
+
<documentation>
|
1023
|
+
Sets the description for a set of request logging profiles. This is
|
1024
|
+
an arbitrary field which can be used for any purpose.
|
1025
|
+
|
1026
|
+
</documentation>
|
1027
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1028
|
+
<input>
|
1029
|
+
<soap:body
|
1030
|
+
use="encoded"
|
1031
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1032
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1033
|
+
</input>
|
1034
|
+
<output>
|
1035
|
+
<soap:body
|
1036
|
+
use="encoded"
|
1037
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1038
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1039
|
+
</output>
|
1040
|
+
</operation>
|
1041
|
+
|
1042
|
+
<operation name="get_description">
|
1043
|
+
<documentation>
|
1044
|
+
Gets the description for a set of request logging profiles.
|
1045
|
+
|
1046
|
+
</documentation>
|
1047
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1048
|
+
<input>
|
1049
|
+
<soap:body
|
1050
|
+
use="encoded"
|
1051
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1052
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1053
|
+
</input>
|
1054
|
+
<output>
|
1055
|
+
<soap:body
|
1056
|
+
use="encoded"
|
1057
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1058
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1059
|
+
</output>
|
1060
|
+
</operation>
|
1061
|
+
|
1062
|
+
<operation name="set_default_profile">
|
1063
|
+
<documentation>
|
1064
|
+
Sets the name of the profile from which this profile inherits its
|
1065
|
+
values for a set of request logging profiles.
|
1066
|
+
|
1067
|
+
</documentation>
|
1068
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1069
|
+
<input>
|
1070
|
+
<soap:body
|
1071
|
+
use="encoded"
|
1072
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1073
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1074
|
+
</input>
|
1075
|
+
<output>
|
1076
|
+
<soap:body
|
1077
|
+
use="encoded"
|
1078
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1079
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1080
|
+
</output>
|
1081
|
+
</operation>
|
1082
|
+
|
1083
|
+
<operation name="get_default_profile">
|
1084
|
+
<documentation>
|
1085
|
+
Gets the name of the profile from which this profile inherits its
|
1086
|
+
values for a set of request logging profiles.
|
1087
|
+
|
1088
|
+
</documentation>
|
1089
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1090
|
+
<input>
|
1091
|
+
<soap:body
|
1092
|
+
use="encoded"
|
1093
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1094
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1095
|
+
</input>
|
1096
|
+
<output>
|
1097
|
+
<soap:body
|
1098
|
+
use="encoded"
|
1099
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1100
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1101
|
+
</output>
|
1102
|
+
</operation>
|
1103
|
+
|
1104
|
+
<operation name="is_base_profile">
|
1105
|
+
<documentation>
|
1106
|
+
Determines whether the specified request logging profiles are base
|
1107
|
+
profiles. A base profile sits at the base of the profile's
|
1108
|
+
inheritance tree, supplying the defaults for every profile derived
|
1109
|
+
from it. (See also is_system_profile).
|
1110
|
+
|
1111
|
+
</documentation>
|
1112
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1113
|
+
<input>
|
1114
|
+
<soap:body
|
1115
|
+
use="encoded"
|
1116
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1117
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1118
|
+
</input>
|
1119
|
+
<output>
|
1120
|
+
<soap:body
|
1121
|
+
use="encoded"
|
1122
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1123
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1124
|
+
</output>
|
1125
|
+
</operation>
|
1126
|
+
|
1127
|
+
<operation name="is_system_profile">
|
1128
|
+
<documentation>
|
1129
|
+
Determines whether the specified request logging profiles are
|
1130
|
+
system profiles. A system profile is a profile pre-configured on
|
1131
|
+
the system, ready for use. Non-system profiles are profiles
|
1132
|
+
created or modified by a user. Note that if a system profile is
|
1133
|
+
modified, it is no longer considered a system profile. (See also
|
1134
|
+
is_base_profile).
|
1135
|
+
|
1136
|
+
</documentation>
|
1137
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1138
|
+
<input>
|
1139
|
+
<soap:body
|
1140
|
+
use="encoded"
|
1141
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1142
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1143
|
+
</input>
|
1144
|
+
<output>
|
1145
|
+
<soap:body
|
1146
|
+
use="encoded"
|
1147
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1148
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1149
|
+
</output>
|
1150
|
+
</operation>
|
1151
|
+
|
1152
|
+
<operation name="set_response_log_by_default_state">
|
1153
|
+
<documentation>
|
1154
|
+
Sets the state to log a post-request entry by default for a set of
|
1155
|
+
request logging profiles. If set, each request is logged after
|
1156
|
+
processing unless it is suppressed by a filter or iRule. If not
|
1157
|
+
set, a request is logged after processing only if requested by a
|
1158
|
+
filter or iRule.
|
1159
|
+
|
1160
|
+
</documentation>
|
1161
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1162
|
+
<input>
|
1163
|
+
<soap:body
|
1164
|
+
use="encoded"
|
1165
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1166
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1167
|
+
</input>
|
1168
|
+
<output>
|
1169
|
+
<soap:body
|
1170
|
+
use="encoded"
|
1171
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1172
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1173
|
+
</output>
|
1174
|
+
</operation>
|
1175
|
+
|
1176
|
+
<operation name="get_response_log_by_default_state">
|
1177
|
+
<documentation>
|
1178
|
+
Gets the state to log a post-request entry by default for a set of
|
1179
|
+
request logging profiles.
|
1180
|
+
|
1181
|
+
</documentation>
|
1182
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1183
|
+
<input>
|
1184
|
+
<soap:body
|
1185
|
+
use="encoded"
|
1186
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1187
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1188
|
+
</input>
|
1189
|
+
<output>
|
1190
|
+
<soap:body
|
1191
|
+
use="encoded"
|
1192
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1193
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1194
|
+
</output>
|
1195
|
+
</operation>
|
1196
|
+
|
1197
|
+
<operation name="set_response_pool">
|
1198
|
+
<documentation>
|
1199
|
+
Sets the pool holding the post-request primary log servers for a
|
1200
|
+
set of request logging profiles.
|
1201
|
+
|
1202
|
+
</documentation>
|
1203
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1204
|
+
<input>
|
1205
|
+
<soap:body
|
1206
|
+
use="encoded"
|
1207
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1208
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1209
|
+
</input>
|
1210
|
+
<output>
|
1211
|
+
<soap:body
|
1212
|
+
use="encoded"
|
1213
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1214
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1215
|
+
</output>
|
1216
|
+
</operation>
|
1217
|
+
|
1218
|
+
<operation name="get_response_pool">
|
1219
|
+
<documentation>
|
1220
|
+
Gets the pool holding the post-request primary log servers for a
|
1221
|
+
set of request logging profiles.
|
1222
|
+
|
1223
|
+
</documentation>
|
1224
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1225
|
+
<input>
|
1226
|
+
<soap:body
|
1227
|
+
use="encoded"
|
1228
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1230
|
+
</input>
|
1231
|
+
<output>
|
1232
|
+
<soap:body
|
1233
|
+
use="encoded"
|
1234
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1235
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1236
|
+
</output>
|
1237
|
+
</operation>
|
1238
|
+
|
1239
|
+
<operation name="set_response_protocol">
|
1240
|
+
<documentation>
|
1241
|
+
Sets the protocol for sending post-request entries to the primary
|
1242
|
+
log servers for a set of request logging profiles.
|
1243
|
+
|
1244
|
+
</documentation>
|
1245
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1246
|
+
<input>
|
1247
|
+
<soap:body
|
1248
|
+
use="encoded"
|
1249
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1250
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1251
|
+
</input>
|
1252
|
+
<output>
|
1253
|
+
<soap:body
|
1254
|
+
use="encoded"
|
1255
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1256
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1257
|
+
</output>
|
1258
|
+
</operation>
|
1259
|
+
|
1260
|
+
<operation name="get_response_protocol">
|
1261
|
+
<documentation>
|
1262
|
+
Gets the protocol for sending post-request entries to the primary
|
1263
|
+
log servers for a set of request logging profiles.
|
1264
|
+
|
1265
|
+
</documentation>
|
1266
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1267
|
+
<input>
|
1268
|
+
<soap:body
|
1269
|
+
use="encoded"
|
1270
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1271
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1272
|
+
</input>
|
1273
|
+
<output>
|
1274
|
+
<soap:body
|
1275
|
+
use="encoded"
|
1276
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1278
|
+
</output>
|
1279
|
+
</operation>
|
1280
|
+
|
1281
|
+
<operation name="set_response_secondary_pool">
|
1282
|
+
<documentation>
|
1283
|
+
Sets the pool holding the post-request secondary log servers for a
|
1284
|
+
set of request logging profiles.
|
1285
|
+
|
1286
|
+
</documentation>
|
1287
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1288
|
+
<input>
|
1289
|
+
<soap:body
|
1290
|
+
use="encoded"
|
1291
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1292
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1293
|
+
</input>
|
1294
|
+
<output>
|
1295
|
+
<soap:body
|
1296
|
+
use="encoded"
|
1297
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1298
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1299
|
+
</output>
|
1300
|
+
</operation>
|
1301
|
+
|
1302
|
+
<operation name="get_response_secondary_pool">
|
1303
|
+
<documentation>
|
1304
|
+
Gets the pool holding the post-request secondary log servers for a
|
1305
|
+
set of request logging profiles.
|
1306
|
+
|
1307
|
+
</documentation>
|
1308
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1309
|
+
<input>
|
1310
|
+
<soap:body
|
1311
|
+
use="encoded"
|
1312
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1313
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1314
|
+
</input>
|
1315
|
+
<output>
|
1316
|
+
<soap:body
|
1317
|
+
use="encoded"
|
1318
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1319
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1320
|
+
</output>
|
1321
|
+
</operation>
|
1322
|
+
|
1323
|
+
<operation name="set_response_secondary_protocol">
|
1324
|
+
<documentation>
|
1325
|
+
Sets the protocol for sending post-request entries to the secondary
|
1326
|
+
log servers for a set of request logging profiles.
|
1327
|
+
|
1328
|
+
</documentation>
|
1329
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1330
|
+
<input>
|
1331
|
+
<soap:body
|
1332
|
+
use="encoded"
|
1333
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1334
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1335
|
+
</input>
|
1336
|
+
<output>
|
1337
|
+
<soap:body
|
1338
|
+
use="encoded"
|
1339
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1341
|
+
</output>
|
1342
|
+
</operation>
|
1343
|
+
|
1344
|
+
<operation name="get_response_secondary_protocol">
|
1345
|
+
<documentation>
|
1346
|
+
Gets the protocol for sending post-request entries to the secondary
|
1347
|
+
log servers for a set of request logging profiles.
|
1348
|
+
|
1349
|
+
</documentation>
|
1350
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1351
|
+
<input>
|
1352
|
+
<soap:body
|
1353
|
+
use="encoded"
|
1354
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1355
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1356
|
+
</input>
|
1357
|
+
<output>
|
1358
|
+
<soap:body
|
1359
|
+
use="encoded"
|
1360
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1361
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1362
|
+
</output>
|
1363
|
+
</operation>
|
1364
|
+
|
1365
|
+
<operation name="set_response_secondary_state">
|
1366
|
+
<documentation>
|
1367
|
+
Sets the state to log post-request logging errors to the secondary
|
1368
|
+
log server pool for a set of request logging profiles.
|
1369
|
+
|
1370
|
+
</documentation>
|
1371
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1372
|
+
<input>
|
1373
|
+
<soap:body
|
1374
|
+
use="encoded"
|
1375
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1376
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1377
|
+
</input>
|
1378
|
+
<output>
|
1379
|
+
<soap:body
|
1380
|
+
use="encoded"
|
1381
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1382
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1383
|
+
</output>
|
1384
|
+
</operation>
|
1385
|
+
|
1386
|
+
<operation name="get_response_secondary_state">
|
1387
|
+
<documentation>
|
1388
|
+
Gets the state to log post-request logging errors to the secondary
|
1389
|
+
log server pool for a set of request logging profiles.
|
1390
|
+
|
1391
|
+
</documentation>
|
1392
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1393
|
+
<input>
|
1394
|
+
<soap:body
|
1395
|
+
use="encoded"
|
1396
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1397
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1398
|
+
</input>
|
1399
|
+
<output>
|
1400
|
+
<soap:body
|
1401
|
+
use="encoded"
|
1402
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1403
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1404
|
+
</output>
|
1405
|
+
</operation>
|
1406
|
+
|
1407
|
+
<operation name="set_response_secondary_template">
|
1408
|
+
<documentation>
|
1409
|
+
Sets the template used to format post-request secondary log entries
|
1410
|
+
for a set of request logging profiles.
|
1411
|
+
|
1412
|
+
</documentation>
|
1413
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1414
|
+
<input>
|
1415
|
+
<soap:body
|
1416
|
+
use="encoded"
|
1417
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1418
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1419
|
+
</input>
|
1420
|
+
<output>
|
1421
|
+
<soap:body
|
1422
|
+
use="encoded"
|
1423
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1424
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1425
|
+
</output>
|
1426
|
+
</operation>
|
1427
|
+
|
1428
|
+
<operation name="get_response_secondary_template">
|
1429
|
+
<documentation>
|
1430
|
+
Gets the template used to format post-request secondary log entries
|
1431
|
+
for a set of request logging profiles.
|
1432
|
+
|
1433
|
+
</documentation>
|
1434
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1435
|
+
<input>
|
1436
|
+
<soap:body
|
1437
|
+
use="encoded"
|
1438
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1439
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1440
|
+
</input>
|
1441
|
+
<output>
|
1442
|
+
<soap:body
|
1443
|
+
use="encoded"
|
1444
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1445
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1446
|
+
</output>
|
1447
|
+
</operation>
|
1448
|
+
|
1449
|
+
<operation name="set_response_state">
|
1450
|
+
<documentation>
|
1451
|
+
Sets the state to log an entry to the primary logging servers after
|
1452
|
+
each request is processed for a set of request logging profiles.
|
1453
|
+
|
1454
|
+
</documentation>
|
1455
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1456
|
+
<input>
|
1457
|
+
<soap:body
|
1458
|
+
use="encoded"
|
1459
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1461
|
+
</input>
|
1462
|
+
<output>
|
1463
|
+
<soap:body
|
1464
|
+
use="encoded"
|
1465
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1466
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1467
|
+
</output>
|
1468
|
+
</operation>
|
1469
|
+
|
1470
|
+
<operation name="get_response_state">
|
1471
|
+
<documentation>
|
1472
|
+
Gets the state to log an entry to the primary logging servers after
|
1473
|
+
each request is processed for a set of request logging profiles.
|
1474
|
+
|
1475
|
+
</documentation>
|
1476
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1477
|
+
<input>
|
1478
|
+
<soap:body
|
1479
|
+
use="encoded"
|
1480
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1481
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1482
|
+
</input>
|
1483
|
+
<output>
|
1484
|
+
<soap:body
|
1485
|
+
use="encoded"
|
1486
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1488
|
+
</output>
|
1489
|
+
</operation>
|
1490
|
+
|
1491
|
+
<operation name="set_response_template">
|
1492
|
+
<documentation>
|
1493
|
+
Sets the template used to format post-request log entries for a set
|
1494
|
+
of request logging profiles.
|
1495
|
+
|
1496
|
+
</documentation>
|
1497
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1498
|
+
<input>
|
1499
|
+
<soap:body
|
1500
|
+
use="encoded"
|
1501
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1502
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1503
|
+
</input>
|
1504
|
+
<output>
|
1505
|
+
<soap:body
|
1506
|
+
use="encoded"
|
1507
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1508
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1509
|
+
</output>
|
1510
|
+
</operation>
|
1511
|
+
|
1512
|
+
<operation name="get_response_template">
|
1513
|
+
<documentation>
|
1514
|
+
Gets the template used to format post-request log entries for a set
|
1515
|
+
of request logging profiles.
|
1516
|
+
|
1517
|
+
</documentation>
|
1518
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1519
|
+
<input>
|
1520
|
+
<soap:body
|
1521
|
+
use="encoded"
|
1522
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1524
|
+
</input>
|
1525
|
+
<output>
|
1526
|
+
<soap:body
|
1527
|
+
use="encoded"
|
1528
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1529
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1530
|
+
</output>
|
1531
|
+
</operation>
|
1532
|
+
|
1533
|
+
<operation name="set_proxy_close_state">
|
1534
|
+
<documentation>
|
1535
|
+
Sets the state to close the client connection after sending the
|
1536
|
+
specified response to the client after a pre-request logging error
|
1537
|
+
for a set of request logging profiles.
|
1538
|
+
|
1539
|
+
</documentation>
|
1540
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1541
|
+
<input>
|
1542
|
+
<soap:body
|
1543
|
+
use="encoded"
|
1544
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1545
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1546
|
+
</input>
|
1547
|
+
<output>
|
1548
|
+
<soap:body
|
1549
|
+
use="encoded"
|
1550
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1551
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1552
|
+
</output>
|
1553
|
+
</operation>
|
1554
|
+
|
1555
|
+
<operation name="get_proxy_close_state">
|
1556
|
+
<documentation>
|
1557
|
+
Gets the state to close the client connection after sending the
|
1558
|
+
specified response to the client after a pre-request logging error
|
1559
|
+
for a set of request logging profiles.
|
1560
|
+
|
1561
|
+
</documentation>
|
1562
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1563
|
+
<input>
|
1564
|
+
<soap:body
|
1565
|
+
use="encoded"
|
1566
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1567
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1568
|
+
</input>
|
1569
|
+
<output>
|
1570
|
+
<soap:body
|
1571
|
+
use="encoded"
|
1572
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1573
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1574
|
+
</output>
|
1575
|
+
</operation>
|
1576
|
+
|
1577
|
+
<operation name="set_proxy_response">
|
1578
|
+
<documentation>
|
1579
|
+
Sets the response to send to the client on behalf of the server
|
1580
|
+
after a pre-request logging error for a set of request logging
|
1581
|
+
profiles.
|
1582
|
+
|
1583
|
+
</documentation>
|
1584
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1585
|
+
<input>
|
1586
|
+
<soap:body
|
1587
|
+
use="encoded"
|
1588
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1589
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1590
|
+
</input>
|
1591
|
+
<output>
|
1592
|
+
<soap:body
|
1593
|
+
use="encoded"
|
1594
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1595
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1596
|
+
</output>
|
1597
|
+
</operation>
|
1598
|
+
|
1599
|
+
<operation name="get_proxy_response">
|
1600
|
+
<documentation>
|
1601
|
+
Gets the response to send to the client on behalf of the server
|
1602
|
+
after a pre-request logging error for a set of request logging
|
1603
|
+
profiles.
|
1604
|
+
|
1605
|
+
</documentation>
|
1606
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1607
|
+
<input>
|
1608
|
+
<soap:body
|
1609
|
+
use="encoded"
|
1610
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1611
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1612
|
+
</input>
|
1613
|
+
<output>
|
1614
|
+
<soap:body
|
1615
|
+
use="encoded"
|
1616
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1617
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1618
|
+
</output>
|
1619
|
+
</operation>
|
1620
|
+
|
1621
|
+
<operation name="set_proxy_response_state">
|
1622
|
+
<documentation>
|
1623
|
+
Sets the state to respond on behalf of the server if an error
|
1624
|
+
occurs while logging a pre-request entry for a set of request
|
1625
|
+
logging profiles.
|
1626
|
+
|
1627
|
+
</documentation>
|
1628
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1629
|
+
<input>
|
1630
|
+
<soap:body
|
1631
|
+
use="encoded"
|
1632
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1634
|
+
</input>
|
1635
|
+
<output>
|
1636
|
+
<soap:body
|
1637
|
+
use="encoded"
|
1638
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1640
|
+
</output>
|
1641
|
+
</operation>
|
1642
|
+
|
1643
|
+
<operation name="get_proxy_response_state">
|
1644
|
+
<documentation>
|
1645
|
+
Gets the state to respond on behalf of the server if an error
|
1646
|
+
occurs while logging a pre-request entry for a set of request
|
1647
|
+
logging profiles.
|
1648
|
+
|
1649
|
+
</documentation>
|
1650
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1651
|
+
<input>
|
1652
|
+
<soap:body
|
1653
|
+
use="encoded"
|
1654
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1655
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1656
|
+
</input>
|
1657
|
+
<output>
|
1658
|
+
<soap:body
|
1659
|
+
use="encoded"
|
1660
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1661
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1662
|
+
</output>
|
1663
|
+
</operation>
|
1664
|
+
|
1665
|
+
<operation name="set_request_pool">
|
1666
|
+
<documentation>
|
1667
|
+
Sets the pre-request pool for a set of request logging profiles.
|
1668
|
+
|
1669
|
+
</documentation>
|
1670
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1671
|
+
<input>
|
1672
|
+
<soap:body
|
1673
|
+
use="encoded"
|
1674
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1675
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1676
|
+
</input>
|
1677
|
+
<output>
|
1678
|
+
<soap:body
|
1679
|
+
use="encoded"
|
1680
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1681
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1682
|
+
</output>
|
1683
|
+
</operation>
|
1684
|
+
|
1685
|
+
<operation name="get_request_pool">
|
1686
|
+
<documentation>
|
1687
|
+
Gets the pre-request pool for a set of request logging profiles.
|
1688
|
+
|
1689
|
+
</documentation>
|
1690
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1691
|
+
<input>
|
1692
|
+
<soap:body
|
1693
|
+
use="encoded"
|
1694
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1695
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1696
|
+
</input>
|
1697
|
+
<output>
|
1698
|
+
<soap:body
|
1699
|
+
use="encoded"
|
1700
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1701
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1702
|
+
</output>
|
1703
|
+
</operation>
|
1704
|
+
|
1705
|
+
<operation name="set_request_protocol">
|
1706
|
+
<documentation>
|
1707
|
+
Sets the protocol for sending pre-request log entries to the
|
1708
|
+
primary log servers for a set of request logging profiles.
|
1709
|
+
|
1710
|
+
</documentation>
|
1711
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1712
|
+
<input>
|
1713
|
+
<soap:body
|
1714
|
+
use="encoded"
|
1715
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1716
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1717
|
+
</input>
|
1718
|
+
<output>
|
1719
|
+
<soap:body
|
1720
|
+
use="encoded"
|
1721
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1722
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1723
|
+
</output>
|
1724
|
+
</operation>
|
1725
|
+
|
1726
|
+
<operation name="get_request_protocol">
|
1727
|
+
<documentation>
|
1728
|
+
Gets the protocol for sending pre-request log entries to the
|
1729
|
+
primary log servers for a set of request logging profiles.
|
1730
|
+
|
1731
|
+
</documentation>
|
1732
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1733
|
+
<input>
|
1734
|
+
<soap:body
|
1735
|
+
use="encoded"
|
1736
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1737
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1738
|
+
</input>
|
1739
|
+
<output>
|
1740
|
+
<soap:body
|
1741
|
+
use="encoded"
|
1742
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1744
|
+
</output>
|
1745
|
+
</operation>
|
1746
|
+
|
1747
|
+
<operation name="set_request_secondary_pool">
|
1748
|
+
<documentation>
|
1749
|
+
Sets the pre-request secondary pool for a set of request logging
|
1750
|
+
profiles.
|
1751
|
+
|
1752
|
+
</documentation>
|
1753
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1754
|
+
<input>
|
1755
|
+
<soap:body
|
1756
|
+
use="encoded"
|
1757
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1758
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1759
|
+
</input>
|
1760
|
+
<output>
|
1761
|
+
<soap:body
|
1762
|
+
use="encoded"
|
1763
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1764
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1765
|
+
</output>
|
1766
|
+
</operation>
|
1767
|
+
|
1768
|
+
<operation name="get_request_secondary_pool">
|
1769
|
+
<documentation>
|
1770
|
+
Gets the pre-request secondary pool for a set of request logging
|
1771
|
+
profiles.
|
1772
|
+
|
1773
|
+
</documentation>
|
1774
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1775
|
+
<input>
|
1776
|
+
<soap:body
|
1777
|
+
use="encoded"
|
1778
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1779
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1780
|
+
</input>
|
1781
|
+
<output>
|
1782
|
+
<soap:body
|
1783
|
+
use="encoded"
|
1784
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1785
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1786
|
+
</output>
|
1787
|
+
</operation>
|
1788
|
+
|
1789
|
+
<operation name="set_request_secondary_protocol">
|
1790
|
+
<documentation>
|
1791
|
+
Sets the protocol for sending pre-request entries to the secondary
|
1792
|
+
log servers for a set of request logging profiles.
|
1793
|
+
|
1794
|
+
</documentation>
|
1795
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1796
|
+
<input>
|
1797
|
+
<soap:body
|
1798
|
+
use="encoded"
|
1799
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1800
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1801
|
+
</input>
|
1802
|
+
<output>
|
1803
|
+
<soap:body
|
1804
|
+
use="encoded"
|
1805
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1806
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1807
|
+
</output>
|
1808
|
+
</operation>
|
1809
|
+
|
1810
|
+
<operation name="get_request_secondary_protocol">
|
1811
|
+
<documentation>
|
1812
|
+
Gets the protocol for sending pre-request entries to the secondary
|
1813
|
+
log servers for a set of request logging profiles.
|
1814
|
+
|
1815
|
+
</documentation>
|
1816
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1817
|
+
<input>
|
1818
|
+
<soap:body
|
1819
|
+
use="encoded"
|
1820
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1821
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1822
|
+
</input>
|
1823
|
+
<output>
|
1824
|
+
<soap:body
|
1825
|
+
use="encoded"
|
1826
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1827
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1828
|
+
</output>
|
1829
|
+
</operation>
|
1830
|
+
|
1831
|
+
<operation name="set_request_secondary_state">
|
1832
|
+
<documentation>
|
1833
|
+
Sets the state to log pre-request logging errors to a secondary log
|
1834
|
+
server pool for a set of request logging profiles.
|
1835
|
+
|
1836
|
+
</documentation>
|
1837
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1838
|
+
<input>
|
1839
|
+
<soap:body
|
1840
|
+
use="encoded"
|
1841
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1842
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1843
|
+
</input>
|
1844
|
+
<output>
|
1845
|
+
<soap:body
|
1846
|
+
use="encoded"
|
1847
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1848
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1849
|
+
</output>
|
1850
|
+
</operation>
|
1851
|
+
|
1852
|
+
<operation name="get_request_secondary_state">
|
1853
|
+
<documentation>
|
1854
|
+
Gets the state to log pre-request logging errors to a secondary log
|
1855
|
+
server pool for a set of request logging profiles.
|
1856
|
+
|
1857
|
+
</documentation>
|
1858
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1859
|
+
<input>
|
1860
|
+
<soap:body
|
1861
|
+
use="encoded"
|
1862
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1863
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1864
|
+
</input>
|
1865
|
+
<output>
|
1866
|
+
<soap:body
|
1867
|
+
use="encoded"
|
1868
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1869
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1870
|
+
</output>
|
1871
|
+
</operation>
|
1872
|
+
|
1873
|
+
<operation name="set_request_secondary_template">
|
1874
|
+
<documentation>
|
1875
|
+
Sets the template used to format pre-request secondary log entries
|
1876
|
+
for a set of request logging profiles.
|
1877
|
+
|
1878
|
+
</documentation>
|
1879
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1880
|
+
<input>
|
1881
|
+
<soap:body
|
1882
|
+
use="encoded"
|
1883
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1884
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1885
|
+
</input>
|
1886
|
+
<output>
|
1887
|
+
<soap:body
|
1888
|
+
use="encoded"
|
1889
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1890
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1891
|
+
</output>
|
1892
|
+
</operation>
|
1893
|
+
|
1894
|
+
<operation name="get_request_secondary_template">
|
1895
|
+
<documentation>
|
1896
|
+
Gets the template used to format pre-request secondary log entries
|
1897
|
+
for a set of request logging profiles.
|
1898
|
+
|
1899
|
+
</documentation>
|
1900
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1901
|
+
<input>
|
1902
|
+
<soap:body
|
1903
|
+
use="encoded"
|
1904
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1905
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1906
|
+
</input>
|
1907
|
+
<output>
|
1908
|
+
<soap:body
|
1909
|
+
use="encoded"
|
1910
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1911
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1912
|
+
</output>
|
1913
|
+
</operation>
|
1914
|
+
|
1915
|
+
<operation name="set_request_state">
|
1916
|
+
<documentation>
|
1917
|
+
Sets the state to log an entry before each request is processed for
|
1918
|
+
a set of request logging profiles.
|
1919
|
+
|
1920
|
+
</documentation>
|
1921
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1922
|
+
<input>
|
1923
|
+
<soap:body
|
1924
|
+
use="encoded"
|
1925
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1926
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1927
|
+
</input>
|
1928
|
+
<output>
|
1929
|
+
<soap:body
|
1930
|
+
use="encoded"
|
1931
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1932
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1933
|
+
</output>
|
1934
|
+
</operation>
|
1935
|
+
|
1936
|
+
<operation name="get_request_state">
|
1937
|
+
<documentation>
|
1938
|
+
Gets the state to log an entry before each request is processed for
|
1939
|
+
a set of request logging profiles.
|
1940
|
+
|
1941
|
+
</documentation>
|
1942
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1943
|
+
<input>
|
1944
|
+
<soap:body
|
1945
|
+
use="encoded"
|
1946
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1947
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1948
|
+
</input>
|
1949
|
+
<output>
|
1950
|
+
<soap:body
|
1951
|
+
use="encoded"
|
1952
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1953
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1954
|
+
</output>
|
1955
|
+
</operation>
|
1956
|
+
|
1957
|
+
<operation name="set_request_template">
|
1958
|
+
<documentation>
|
1959
|
+
Sets the template used for format entries for pre-request log
|
1960
|
+
entries for a set of request logging profiles.
|
1961
|
+
|
1962
|
+
</documentation>
|
1963
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1964
|
+
<input>
|
1965
|
+
<soap:body
|
1966
|
+
use="encoded"
|
1967
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1968
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1969
|
+
</input>
|
1970
|
+
<output>
|
1971
|
+
<soap:body
|
1972
|
+
use="encoded"
|
1973
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1974
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1975
|
+
</output>
|
1976
|
+
</operation>
|
1977
|
+
|
1978
|
+
<operation name="get_request_template">
|
1979
|
+
<documentation>
|
1980
|
+
Gets the template used for format entries for pre-request log
|
1981
|
+
entries for a set of request logging profiles.
|
1982
|
+
|
1983
|
+
</documentation>
|
1984
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
1985
|
+
<input>
|
1986
|
+
<soap:body
|
1987
|
+
use="encoded"
|
1988
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1989
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1990
|
+
</input>
|
1991
|
+
<output>
|
1992
|
+
<soap:body
|
1993
|
+
use="encoded"
|
1994
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
1995
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1996
|
+
</output>
|
1997
|
+
</operation>
|
1998
|
+
|
1999
|
+
<operation name="get_version">
|
2000
|
+
<documentation>
|
2001
|
+
Gets the version information for this interface.
|
2002
|
+
|
2003
|
+
</documentation>
|
2004
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileRequestLogging"/>
|
2005
|
+
<input>
|
2006
|
+
<soap:body
|
2007
|
+
use="encoded"
|
2008
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
2009
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2010
|
+
</input>
|
2011
|
+
<output>
|
2012
|
+
<soap:body
|
2013
|
+
use="encoded"
|
2014
|
+
namespace="urn:iControl:LocalLB/ProfileRequestLogging"
|
2015
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2016
|
+
</output>
|
2017
|
+
</operation>
|
2018
|
+
</binding>
|
2019
|
+
|
2020
|
+
<!-- service -->
|
2021
|
+
|
2022
|
+
<service name="LocalLB.ProfileRequestLogging">
|
2023
|
+
<documentation>
|
2024
|
+
The request logging profile configures the high-speed logging of L7
|
2025
|
+
requests. The logging can be performed both before and after the
|
2026
|
+
request is processed (or connection is made). The logging can also be
|
2027
|
+
re-directed if an error has occurred when logging. Thus configuration
|
2028
|
+
exists to control five independent different cases. request logs a
|
2029
|
+
request before its processing to the primary log servers.
|
2030
|
+
request_secondary logs error messages to secondary log servers if
|
2031
|
+
pre-request logging fails. proxy sends an alternate response to the
|
2032
|
+
client if pre-request logging fails. response logs the response after
|
2033
|
+
its processing to the primary log servers. response_secondary logs
|
2034
|
+
error messages to secondary log servers if response logging fails. Each
|
2035
|
+
case can be configured separately.
|
2036
|
+
|
2037
|
+
</documentation>
|
2038
|
+
<port name="LocalLB.ProfileRequestLoggingPort" binding="tns:LocalLB.ProfileRequestLoggingBinding">
|
2039
|
+
<soap:address location="https://url_to_service"/>
|
2040
|
+
</port>
|
2041
|
+
</service>
|
2042
|
+
</definitions>
|