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,852 @@
|
|
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.ProfileDNSLogging"
|
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:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
</xsd:schema>
|
53
|
+
</types>
|
54
|
+
|
55
|
+
<!-- message -->
|
56
|
+
|
57
|
+
<message name="LocalLB.ProfileDNSLogging.get_listRequest">
|
58
|
+
</message>
|
59
|
+
<message name="LocalLB.ProfileDNSLogging.get_listResponse">
|
60
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
61
|
+
</message>
|
62
|
+
|
63
|
+
<message name="LocalLB.ProfileDNSLogging.createRequest">
|
64
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
65
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
66
|
+
</message>
|
67
|
+
<message name="LocalLB.ProfileDNSLogging.createResponse">
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="LocalLB.ProfileDNSLogging.delete_profileRequest">
|
71
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
<message name="LocalLB.ProfileDNSLogging.delete_profileResponse">
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="LocalLB.ProfileDNSLogging.delete_all_profilesRequest">
|
77
|
+
</message>
|
78
|
+
<message name="LocalLB.ProfileDNSLogging.delete_all_profilesResponse">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="LocalLB.ProfileDNSLogging.set_query_logging_stateRequest">
|
82
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
83
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="LocalLB.ProfileDNSLogging.set_query_logging_stateResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="LocalLB.ProfileDNSLogging.get_query_logging_stateRequest">
|
89
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="LocalLB.ProfileDNSLogging.get_query_logging_stateResponse">
|
92
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="LocalLB.ProfileDNSLogging.set_response_logging_stateRequest">
|
96
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
97
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="LocalLB.ProfileDNSLogging.set_response_logging_stateResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="LocalLB.ProfileDNSLogging.get_response_logging_stateRequest">
|
103
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="LocalLB.ProfileDNSLogging.get_response_logging_stateResponse">
|
106
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="LocalLB.ProfileDNSLogging.set_dns_log_publisherRequest">
|
110
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
111
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="LocalLB.ProfileDNSLogging.set_dns_log_publisherResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="LocalLB.ProfileDNSLogging.get_dns_log_publisherRequest">
|
117
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="LocalLB.ProfileDNSLogging.get_dns_log_publisherResponse">
|
120
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="LocalLB.ProfileDNSLogging.set_query_id_enabled_stateRequest">
|
124
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
125
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="LocalLB.ProfileDNSLogging.set_query_id_enabled_stateResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="LocalLB.ProfileDNSLogging.get_query_id_enabled_stateRequest">
|
131
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="LocalLB.ProfileDNSLogging.get_query_id_enabled_stateResponse">
|
134
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="LocalLB.ProfileDNSLogging.set_source_enabled_stateRequest">
|
138
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
139
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="LocalLB.ProfileDNSLogging.set_source_enabled_stateResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="LocalLB.ProfileDNSLogging.get_source_enabled_stateRequest">
|
145
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="LocalLB.ProfileDNSLogging.get_source_enabled_stateResponse">
|
148
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="LocalLB.ProfileDNSLogging.set_timestamp_enabled_stateRequest">
|
152
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
153
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
154
|
+
</message>
|
155
|
+
<message name="LocalLB.ProfileDNSLogging.set_timestamp_enabled_stateResponse">
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="LocalLB.ProfileDNSLogging.get_timestamp_enabled_stateRequest">
|
159
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="LocalLB.ProfileDNSLogging.get_timestamp_enabled_stateResponse">
|
162
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="LocalLB.ProfileDNSLogging.set_view_enabled_stateRequest">
|
166
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
167
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="LocalLB.ProfileDNSLogging.set_view_enabled_stateResponse">
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="LocalLB.ProfileDNSLogging.get_view_enabled_stateRequest">
|
173
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="LocalLB.ProfileDNSLogging.get_view_enabled_stateResponse">
|
176
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
177
|
+
</message>
|
178
|
+
|
179
|
+
<message name="LocalLB.ProfileDNSLogging.set_complete_answer_enabled_stateRequest">
|
180
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
181
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
182
|
+
</message>
|
183
|
+
<message name="LocalLB.ProfileDNSLogging.set_complete_answer_enabled_stateResponse">
|
184
|
+
</message>
|
185
|
+
|
186
|
+
<message name="LocalLB.ProfileDNSLogging.get_complete_answer_enabled_stateRequest">
|
187
|
+
<part name="profile_names" type="tns:Common.StringSequence"/>
|
188
|
+
</message>
|
189
|
+
<message name="LocalLB.ProfileDNSLogging.get_complete_answer_enabled_stateResponse">
|
190
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
191
|
+
</message>
|
192
|
+
|
193
|
+
<message name="LocalLB.ProfileDNSLogging.get_versionRequest">
|
194
|
+
</message>
|
195
|
+
<message name="LocalLB.ProfileDNSLogging.get_versionResponse">
|
196
|
+
<part name="return" type="xsd:string"/>
|
197
|
+
</message>
|
198
|
+
|
199
|
+
<!-- portType -->
|
200
|
+
|
201
|
+
<portType name="LocalLB.ProfileDNSLoggingPortType">
|
202
|
+
<operation name="get_list">
|
203
|
+
<documentation>
|
204
|
+
Gets a list of DNS Logging profiles.
|
205
|
+
|
206
|
+
</documentation>
|
207
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_listRequest"/>
|
208
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_listResponse"/>
|
209
|
+
</operation>
|
210
|
+
<operation name="create">
|
211
|
+
<documentation>
|
212
|
+
Creates the specified DNS Logging profiles.
|
213
|
+
|
214
|
+
</documentation>
|
215
|
+
<input message="tns:LocalLB.ProfileDNSLogging.createRequest"/>
|
216
|
+
<output message="tns:LocalLB.ProfileDNSLogging.createResponse"/>
|
217
|
+
</operation>
|
218
|
+
<operation name="delete_profile">
|
219
|
+
<documentation>
|
220
|
+
Deletes the specified DNS Logging profiles.
|
221
|
+
|
222
|
+
</documentation>
|
223
|
+
<input message="tns:LocalLB.ProfileDNSLogging.delete_profileRequest"/>
|
224
|
+
<output message="tns:LocalLB.ProfileDNSLogging.delete_profileResponse"/>
|
225
|
+
</operation>
|
226
|
+
<operation name="delete_all_profiles">
|
227
|
+
<documentation>
|
228
|
+
Deletes all DNS Logging profiles.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<input message="tns:LocalLB.ProfileDNSLogging.delete_all_profilesRequest"/>
|
232
|
+
<output message="tns:LocalLB.ProfileDNSLogging.delete_all_profilesResponse"/>
|
233
|
+
</operation>
|
234
|
+
<operation name="set_query_logging_state">
|
235
|
+
<documentation>
|
236
|
+
Sets the query logging enabled state for a set of DNS Logging profiles.
|
237
|
+
|
238
|
+
If enabled on a DNS profile, it logs all the DNS queries provided
|
239
|
+
the DNS profile is configured with a DNS Logging profile. By default this
|
240
|
+
option is enabled.
|
241
|
+
|
242
|
+
</documentation>
|
243
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_query_logging_stateRequest"/>
|
244
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_query_logging_stateResponse"/>
|
245
|
+
</operation>
|
246
|
+
<operation name="get_query_logging_state">
|
247
|
+
<documentation>
|
248
|
+
Gets the query logging enabled state for a set of DNS Logging profiles.
|
249
|
+
|
250
|
+
</documentation>
|
251
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_query_logging_stateRequest"/>
|
252
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_query_logging_stateResponse"/>
|
253
|
+
</operation>
|
254
|
+
<operation name="set_response_logging_state">
|
255
|
+
<documentation>
|
256
|
+
Sets the response logging enabled state for a set of DNS Logging profiles.
|
257
|
+
|
258
|
+
If enabled on a DNS profile, it logs all the DNS responses provided
|
259
|
+
the DNS profile is configured with a logging profile. By default this
|
260
|
+
option is disabled.
|
261
|
+
|
262
|
+
</documentation>
|
263
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_response_logging_stateRequest"/>
|
264
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_response_logging_stateResponse"/>
|
265
|
+
</operation>
|
266
|
+
<operation name="get_response_logging_state">
|
267
|
+
<documentation>
|
268
|
+
Gets the response logging enabled state for a set of DNS Logging profiles.
|
269
|
+
|
270
|
+
</documentation>
|
271
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_response_logging_stateRequest"/>
|
272
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_response_logging_stateResponse"/>
|
273
|
+
</operation>
|
274
|
+
<operation name="set_dns_log_publisher">
|
275
|
+
<documentation>
|
276
|
+
Sets the Log Publishers for a set of DNS Logging profiles.
|
277
|
+
This is a mandatory attribute while creating a DNS Logging profile.
|
278
|
+
|
279
|
+
</documentation>
|
280
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_dns_log_publisherRequest"/>
|
281
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_dns_log_publisherResponse"/>
|
282
|
+
</operation>
|
283
|
+
<operation name="get_dns_log_publisher">
|
284
|
+
<documentation>
|
285
|
+
Gets the Log Publishers for a set of DNS Logging profiles.
|
286
|
+
|
287
|
+
</documentation>
|
288
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_dns_log_publisherRequest"/>
|
289
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_dns_log_publisherResponse"/>
|
290
|
+
</operation>
|
291
|
+
<operation name="set_query_id_enabled_state">
|
292
|
+
<documentation>
|
293
|
+
Sets query ID enabled state. Enabling this will include the query ID
|
294
|
+
field of queries and/or responses in the log.
|
295
|
+
By default, this option is disabled.
|
296
|
+
|
297
|
+
</documentation>
|
298
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_query_id_enabled_stateRequest"/>
|
299
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_query_id_enabled_stateResponse"/>
|
300
|
+
</operation>
|
301
|
+
<operation name="get_query_id_enabled_state">
|
302
|
+
<documentation>
|
303
|
+
Gets the query ID enabled state for a set of DNS Logging profiles.
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_query_id_enabled_stateRequest"/>
|
307
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_query_id_enabled_stateResponse"/>
|
308
|
+
</operation>
|
309
|
+
<operation name="set_source_enabled_state">
|
310
|
+
<documentation>
|
311
|
+
Sets source enabled state. Enabling this will include the source
|
312
|
+
field of queries and/or responses in the log.
|
313
|
+
By default, this option is enabled.
|
314
|
+
|
315
|
+
</documentation>
|
316
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_source_enabled_stateRequest"/>
|
317
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_source_enabled_stateResponse"/>
|
318
|
+
</operation>
|
319
|
+
<operation name="get_source_enabled_state">
|
320
|
+
<documentation>
|
321
|
+
Gets source enabled state for a set of DNS Logging profiles.
|
322
|
+
|
323
|
+
</documentation>
|
324
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_source_enabled_stateRequest"/>
|
325
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_source_enabled_stateResponse"/>
|
326
|
+
</operation>
|
327
|
+
<operation name="set_timestamp_enabled_state">
|
328
|
+
<documentation>
|
329
|
+
Sets timestamp enabled state. Enabling this will include the timestamp
|
330
|
+
field of queries and/or responses in the log.
|
331
|
+
By default, this option is enabled.
|
332
|
+
|
333
|
+
</documentation>
|
334
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_timestamp_enabled_stateRequest"/>
|
335
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_timestamp_enabled_stateResponse"/>
|
336
|
+
</operation>
|
337
|
+
<operation name="get_timestamp_enabled_state">
|
338
|
+
<documentation>
|
339
|
+
Gets timestamp enabled state for a set of DNS Logging profiles.
|
340
|
+
|
341
|
+
</documentation>
|
342
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_timestamp_enabled_stateRequest"/>
|
343
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_timestamp_enabled_stateResponse"/>
|
344
|
+
</operation>
|
345
|
+
<operation name="set_view_enabled_state">
|
346
|
+
<documentation>
|
347
|
+
Sets view enabled state. Enabling this will include the view
|
348
|
+
field of queries in the log.
|
349
|
+
By default, this option is enabled.
|
350
|
+
|
351
|
+
</documentation>
|
352
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_view_enabled_stateRequest"/>
|
353
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_view_enabled_stateResponse"/>
|
354
|
+
</operation>
|
355
|
+
<operation name="get_view_enabled_state">
|
356
|
+
<documentation>
|
357
|
+
Gets view enabled state for a set of DNS Logging profiles.
|
358
|
+
|
359
|
+
</documentation>
|
360
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_view_enabled_stateRequest"/>
|
361
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_view_enabled_stateResponse"/>
|
362
|
+
</operation>
|
363
|
+
<operation name="set_complete_answer_enabled_state">
|
364
|
+
<documentation>
|
365
|
+
Sets complete answer enabled state. By enabling this option, response log messages
|
366
|
+
will include all resource records in the the answer section.
|
367
|
+
By default this option is enabled.
|
368
|
+
|
369
|
+
</documentation>
|
370
|
+
<input message="tns:LocalLB.ProfileDNSLogging.set_complete_answer_enabled_stateRequest"/>
|
371
|
+
<output message="tns:LocalLB.ProfileDNSLogging.set_complete_answer_enabled_stateResponse"/>
|
372
|
+
</operation>
|
373
|
+
<operation name="get_complete_answer_enabled_state">
|
374
|
+
<documentation>
|
375
|
+
Gets complete answer enable state for a set of DNS Logging profiles.
|
376
|
+
|
377
|
+
</documentation>
|
378
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_complete_answer_enabled_stateRequest"/>
|
379
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_complete_answer_enabled_stateResponse"/>
|
380
|
+
</operation>
|
381
|
+
<operation name="get_version">
|
382
|
+
<documentation>
|
383
|
+
Get the version information for this interface.
|
384
|
+
|
385
|
+
</documentation>
|
386
|
+
<input message="tns:LocalLB.ProfileDNSLogging.get_versionRequest"/>
|
387
|
+
<output message="tns:LocalLB.ProfileDNSLogging.get_versionResponse"/>
|
388
|
+
</operation>
|
389
|
+
</portType>
|
390
|
+
|
391
|
+
<!-- binding -->
|
392
|
+
|
393
|
+
<binding name="LocalLB.ProfileDNSLoggingBinding" type="tns:LocalLB.ProfileDNSLoggingPortType">
|
394
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
395
|
+
<operation name="get_list">
|
396
|
+
<documentation>
|
397
|
+
Gets a list of DNS Logging profiles.
|
398
|
+
|
399
|
+
</documentation>
|
400
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
401
|
+
<input>
|
402
|
+
<soap:body
|
403
|
+
use="encoded"
|
404
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
405
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
406
|
+
</input>
|
407
|
+
<output>
|
408
|
+
<soap:body
|
409
|
+
use="encoded"
|
410
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
411
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
412
|
+
</output>
|
413
|
+
</operation>
|
414
|
+
|
415
|
+
<operation name="create">
|
416
|
+
<documentation>
|
417
|
+
Creates the specified DNS Logging profiles.
|
418
|
+
|
419
|
+
</documentation>
|
420
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
421
|
+
<input>
|
422
|
+
<soap:body
|
423
|
+
use="encoded"
|
424
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
426
|
+
</input>
|
427
|
+
<output>
|
428
|
+
<soap:body
|
429
|
+
use="encoded"
|
430
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
431
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
432
|
+
</output>
|
433
|
+
</operation>
|
434
|
+
|
435
|
+
<operation name="delete_profile">
|
436
|
+
<documentation>
|
437
|
+
Deletes the specified DNS Logging profiles.
|
438
|
+
|
439
|
+
</documentation>
|
440
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
441
|
+
<input>
|
442
|
+
<soap:body
|
443
|
+
use="encoded"
|
444
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
445
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
446
|
+
</input>
|
447
|
+
<output>
|
448
|
+
<soap:body
|
449
|
+
use="encoded"
|
450
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
451
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
452
|
+
</output>
|
453
|
+
</operation>
|
454
|
+
|
455
|
+
<operation name="delete_all_profiles">
|
456
|
+
<documentation>
|
457
|
+
Deletes all DNS Logging profiles.
|
458
|
+
|
459
|
+
</documentation>
|
460
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
461
|
+
<input>
|
462
|
+
<soap:body
|
463
|
+
use="encoded"
|
464
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
465
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
466
|
+
</input>
|
467
|
+
<output>
|
468
|
+
<soap:body
|
469
|
+
use="encoded"
|
470
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
471
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
472
|
+
</output>
|
473
|
+
</operation>
|
474
|
+
|
475
|
+
<operation name="set_query_logging_state">
|
476
|
+
<documentation>
|
477
|
+
Sets the query logging enabled state for a set of DNS Logging profiles.
|
478
|
+
|
479
|
+
If enabled on a DNS profile, it logs all the DNS queries provided
|
480
|
+
the DNS profile is configured with a DNS Logging profile. By default this
|
481
|
+
option is enabled.
|
482
|
+
|
483
|
+
</documentation>
|
484
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
485
|
+
<input>
|
486
|
+
<soap:body
|
487
|
+
use="encoded"
|
488
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
490
|
+
</input>
|
491
|
+
<output>
|
492
|
+
<soap:body
|
493
|
+
use="encoded"
|
494
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
496
|
+
</output>
|
497
|
+
</operation>
|
498
|
+
|
499
|
+
<operation name="get_query_logging_state">
|
500
|
+
<documentation>
|
501
|
+
Gets the query logging enabled state for a set of DNS Logging profiles.
|
502
|
+
|
503
|
+
</documentation>
|
504
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
505
|
+
<input>
|
506
|
+
<soap:body
|
507
|
+
use="encoded"
|
508
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
510
|
+
</input>
|
511
|
+
<output>
|
512
|
+
<soap:body
|
513
|
+
use="encoded"
|
514
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
515
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
516
|
+
</output>
|
517
|
+
</operation>
|
518
|
+
|
519
|
+
<operation name="set_response_logging_state">
|
520
|
+
<documentation>
|
521
|
+
Sets the response logging enabled state for a set of DNS Logging profiles.
|
522
|
+
|
523
|
+
If enabled on a DNS profile, it logs all the DNS responses provided
|
524
|
+
the DNS profile is configured with a logging profile. By default this
|
525
|
+
option is disabled.
|
526
|
+
|
527
|
+
</documentation>
|
528
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
529
|
+
<input>
|
530
|
+
<soap:body
|
531
|
+
use="encoded"
|
532
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
533
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
534
|
+
</input>
|
535
|
+
<output>
|
536
|
+
<soap:body
|
537
|
+
use="encoded"
|
538
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
539
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
540
|
+
</output>
|
541
|
+
</operation>
|
542
|
+
|
543
|
+
<operation name="get_response_logging_state">
|
544
|
+
<documentation>
|
545
|
+
Gets the response logging enabled state for a set of DNS Logging profiles.
|
546
|
+
|
547
|
+
</documentation>
|
548
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
549
|
+
<input>
|
550
|
+
<soap:body
|
551
|
+
use="encoded"
|
552
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
553
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
554
|
+
</input>
|
555
|
+
<output>
|
556
|
+
<soap:body
|
557
|
+
use="encoded"
|
558
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
559
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
560
|
+
</output>
|
561
|
+
</operation>
|
562
|
+
|
563
|
+
<operation name="set_dns_log_publisher">
|
564
|
+
<documentation>
|
565
|
+
Sets the Log Publishers for a set of DNS Logging profiles.
|
566
|
+
This is a mandatory attribute while creating a DNS Logging profile.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
570
|
+
<input>
|
571
|
+
<soap:body
|
572
|
+
use="encoded"
|
573
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
574
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
575
|
+
</input>
|
576
|
+
<output>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</output>
|
582
|
+
</operation>
|
583
|
+
|
584
|
+
<operation name="get_dns_log_publisher">
|
585
|
+
<documentation>
|
586
|
+
Gets the Log Publishers for a set of DNS Logging profiles.
|
587
|
+
|
588
|
+
</documentation>
|
589
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
590
|
+
<input>
|
591
|
+
<soap:body
|
592
|
+
use="encoded"
|
593
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
594
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
595
|
+
</input>
|
596
|
+
<output>
|
597
|
+
<soap:body
|
598
|
+
use="encoded"
|
599
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
600
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
601
|
+
</output>
|
602
|
+
</operation>
|
603
|
+
|
604
|
+
<operation name="set_query_id_enabled_state">
|
605
|
+
<documentation>
|
606
|
+
Sets query ID enabled state. Enabling this will include the query ID
|
607
|
+
field of queries and/or responses in the log.
|
608
|
+
By default, this option is disabled.
|
609
|
+
|
610
|
+
</documentation>
|
611
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
612
|
+
<input>
|
613
|
+
<soap:body
|
614
|
+
use="encoded"
|
615
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
616
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
617
|
+
</input>
|
618
|
+
<output>
|
619
|
+
<soap:body
|
620
|
+
use="encoded"
|
621
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
622
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
623
|
+
</output>
|
624
|
+
</operation>
|
625
|
+
|
626
|
+
<operation name="get_query_id_enabled_state">
|
627
|
+
<documentation>
|
628
|
+
Gets the query ID enabled state for a set of DNS Logging profiles.
|
629
|
+
|
630
|
+
</documentation>
|
631
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
632
|
+
<input>
|
633
|
+
<soap:body
|
634
|
+
use="encoded"
|
635
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
636
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
637
|
+
</input>
|
638
|
+
<output>
|
639
|
+
<soap:body
|
640
|
+
use="encoded"
|
641
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
642
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
643
|
+
</output>
|
644
|
+
</operation>
|
645
|
+
|
646
|
+
<operation name="set_source_enabled_state">
|
647
|
+
<documentation>
|
648
|
+
Sets source enabled state. Enabling this will include the source
|
649
|
+
field of queries and/or responses in the log.
|
650
|
+
By default, this option is enabled.
|
651
|
+
|
652
|
+
</documentation>
|
653
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
654
|
+
<input>
|
655
|
+
<soap:body
|
656
|
+
use="encoded"
|
657
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
659
|
+
</input>
|
660
|
+
<output>
|
661
|
+
<soap:body
|
662
|
+
use="encoded"
|
663
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
664
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
665
|
+
</output>
|
666
|
+
</operation>
|
667
|
+
|
668
|
+
<operation name="get_source_enabled_state">
|
669
|
+
<documentation>
|
670
|
+
Gets source enabled state for a set of DNS Logging profiles.
|
671
|
+
|
672
|
+
</documentation>
|
673
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
674
|
+
<input>
|
675
|
+
<soap:body
|
676
|
+
use="encoded"
|
677
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
678
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
679
|
+
</input>
|
680
|
+
<output>
|
681
|
+
<soap:body
|
682
|
+
use="encoded"
|
683
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
684
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
685
|
+
</output>
|
686
|
+
</operation>
|
687
|
+
|
688
|
+
<operation name="set_timestamp_enabled_state">
|
689
|
+
<documentation>
|
690
|
+
Sets timestamp enabled state. Enabling this will include the timestamp
|
691
|
+
field of queries and/or responses in the log.
|
692
|
+
By default, this option is enabled.
|
693
|
+
|
694
|
+
</documentation>
|
695
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
696
|
+
<input>
|
697
|
+
<soap:body
|
698
|
+
use="encoded"
|
699
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
700
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
701
|
+
</input>
|
702
|
+
<output>
|
703
|
+
<soap:body
|
704
|
+
use="encoded"
|
705
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
706
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
707
|
+
</output>
|
708
|
+
</operation>
|
709
|
+
|
710
|
+
<operation name="get_timestamp_enabled_state">
|
711
|
+
<documentation>
|
712
|
+
Gets timestamp enabled state for a set of DNS Logging profiles.
|
713
|
+
|
714
|
+
</documentation>
|
715
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
716
|
+
<input>
|
717
|
+
<soap:body
|
718
|
+
use="encoded"
|
719
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
720
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
721
|
+
</input>
|
722
|
+
<output>
|
723
|
+
<soap:body
|
724
|
+
use="encoded"
|
725
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
726
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
727
|
+
</output>
|
728
|
+
</operation>
|
729
|
+
|
730
|
+
<operation name="set_view_enabled_state">
|
731
|
+
<documentation>
|
732
|
+
Sets view enabled state. Enabling this will include the view
|
733
|
+
field of queries in the log.
|
734
|
+
By default, this option is enabled.
|
735
|
+
|
736
|
+
</documentation>
|
737
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
738
|
+
<input>
|
739
|
+
<soap:body
|
740
|
+
use="encoded"
|
741
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
742
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
743
|
+
</input>
|
744
|
+
<output>
|
745
|
+
<soap:body
|
746
|
+
use="encoded"
|
747
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
748
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
749
|
+
</output>
|
750
|
+
</operation>
|
751
|
+
|
752
|
+
<operation name="get_view_enabled_state">
|
753
|
+
<documentation>
|
754
|
+
Gets view enabled state for a set of DNS Logging profiles.
|
755
|
+
|
756
|
+
</documentation>
|
757
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
758
|
+
<input>
|
759
|
+
<soap:body
|
760
|
+
use="encoded"
|
761
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
762
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
763
|
+
</input>
|
764
|
+
<output>
|
765
|
+
<soap:body
|
766
|
+
use="encoded"
|
767
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
768
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
769
|
+
</output>
|
770
|
+
</operation>
|
771
|
+
|
772
|
+
<operation name="set_complete_answer_enabled_state">
|
773
|
+
<documentation>
|
774
|
+
Sets complete answer enabled state. By enabling this option, response log messages
|
775
|
+
will include all resource records in the the answer section.
|
776
|
+
By default this option is enabled.
|
777
|
+
|
778
|
+
</documentation>
|
779
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
780
|
+
<input>
|
781
|
+
<soap:body
|
782
|
+
use="encoded"
|
783
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
784
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
785
|
+
</input>
|
786
|
+
<output>
|
787
|
+
<soap:body
|
788
|
+
use="encoded"
|
789
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
790
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
791
|
+
</output>
|
792
|
+
</operation>
|
793
|
+
|
794
|
+
<operation name="get_complete_answer_enabled_state">
|
795
|
+
<documentation>
|
796
|
+
Gets complete answer enable state for a set of DNS Logging profiles.
|
797
|
+
|
798
|
+
</documentation>
|
799
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
800
|
+
<input>
|
801
|
+
<soap:body
|
802
|
+
use="encoded"
|
803
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
804
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
805
|
+
</input>
|
806
|
+
<output>
|
807
|
+
<soap:body
|
808
|
+
use="encoded"
|
809
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
810
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
811
|
+
</output>
|
812
|
+
</operation>
|
813
|
+
|
814
|
+
<operation name="get_version">
|
815
|
+
<documentation>
|
816
|
+
Get the version information for this interface.
|
817
|
+
|
818
|
+
</documentation>
|
819
|
+
<soap:operation soapAction="urn:iControl:LocalLB/ProfileDNSLogging"/>
|
820
|
+
<input>
|
821
|
+
<soap:body
|
822
|
+
use="encoded"
|
823
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
824
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
825
|
+
</input>
|
826
|
+
<output>
|
827
|
+
<soap:body
|
828
|
+
use="encoded"
|
829
|
+
namespace="urn:iControl:LocalLB/ProfileDNSLogging"
|
830
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
831
|
+
</output>
|
832
|
+
</operation>
|
833
|
+
</binding>
|
834
|
+
|
835
|
+
<!-- service -->
|
836
|
+
|
837
|
+
<service name="LocalLB.ProfileDNSLogging">
|
838
|
+
<documentation>
|
839
|
+
The DNS Logging interface allows you to manage DNS Logging profiles.
|
840
|
+
There are two components of DNS Logging profiles, Query Logging and Response
|
841
|
+
logging. You may configure a logging profile with either or both
|
842
|
+
of them enabled. The format of logs can be configured by enabling/disabling
|
843
|
+
log parameters.
|
844
|
+
Note: You attach a DNS Logging Profile to a DNS Profile, not to a
|
845
|
+
Virtual Server.
|
846
|
+
|
847
|
+
</documentation>
|
848
|
+
<port name="LocalLB.ProfileDNSLoggingPort" binding="tns:LocalLB.ProfileDNSLoggingBinding">
|
849
|
+
<soap:address location="https://url_to_service"/>
|
850
|
+
</port>
|
851
|
+
</service>
|
852
|
+
</definitions>
|