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,377 @@
|
|
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="Log.DestinationSplunk"
|
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="Common.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
</xsd:schema>
|
32
|
+
</types>
|
33
|
+
|
34
|
+
<!-- message -->
|
35
|
+
|
36
|
+
<message name="Log.DestinationSplunk.get_listRequest">
|
37
|
+
</message>
|
38
|
+
<message name="Log.DestinationSplunk.get_listResponse">
|
39
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
40
|
+
</message>
|
41
|
+
|
42
|
+
<message name="Log.DestinationSplunk.createRequest">
|
43
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
44
|
+
<part name="forwarding_destinations" type="tns:Common.StringSequence"/>
|
45
|
+
</message>
|
46
|
+
<message name="Log.DestinationSplunk.createResponse">
|
47
|
+
</message>
|
48
|
+
|
49
|
+
<message name="Log.DestinationSplunk.delete_splunk_destinationRequest">
|
50
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
51
|
+
</message>
|
52
|
+
<message name="Log.DestinationSplunk.delete_splunk_destinationResponse">
|
53
|
+
</message>
|
54
|
+
|
55
|
+
<message name="Log.DestinationSplunk.delete_all_splunk_destinationsRequest">
|
56
|
+
</message>
|
57
|
+
<message name="Log.DestinationSplunk.delete_all_splunk_destinationsResponse">
|
58
|
+
</message>
|
59
|
+
|
60
|
+
<message name="Log.DestinationSplunk.set_forwarding_destinationRequest">
|
61
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
62
|
+
<part name="forwarding_destinations" type="tns:Common.StringSequence"/>
|
63
|
+
</message>
|
64
|
+
<message name="Log.DestinationSplunk.set_forwarding_destinationResponse">
|
65
|
+
</message>
|
66
|
+
|
67
|
+
<message name="Log.DestinationSplunk.get_forwarding_destinationRequest">
|
68
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
69
|
+
</message>
|
70
|
+
<message name="Log.DestinationSplunk.get_forwarding_destinationResponse">
|
71
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
|
74
|
+
<message name="Log.DestinationSplunk.set_descriptionRequest">
|
75
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
76
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
77
|
+
</message>
|
78
|
+
<message name="Log.DestinationSplunk.set_descriptionResponse">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="Log.DestinationSplunk.get_descriptionRequest">
|
82
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
83
|
+
</message>
|
84
|
+
<message name="Log.DestinationSplunk.get_descriptionResponse">
|
85
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Log.DestinationSplunk.get_versionRequest">
|
89
|
+
</message>
|
90
|
+
<message name="Log.DestinationSplunk.get_versionResponse">
|
91
|
+
<part name="return" type="xsd:string"/>
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<!-- portType -->
|
95
|
+
|
96
|
+
<portType name="Log.DestinationSplunkPortType">
|
97
|
+
<operation name="get_list">
|
98
|
+
<documentation>
|
99
|
+
Gets the list of Splunk destinations.
|
100
|
+
|
101
|
+
</documentation>
|
102
|
+
<input message="tns:Log.DestinationSplunk.get_listRequest"/>
|
103
|
+
<output message="tns:Log.DestinationSplunk.get_listResponse"/>
|
104
|
+
</operation>
|
105
|
+
<operation name="create">
|
106
|
+
<documentation>
|
107
|
+
Creates a Splunk destination.
|
108
|
+
|
109
|
+
</documentation>
|
110
|
+
<input message="tns:Log.DestinationSplunk.createRequest"/>
|
111
|
+
<output message="tns:Log.DestinationSplunk.createResponse"/>
|
112
|
+
</operation>
|
113
|
+
<operation name="delete_splunk_destination">
|
114
|
+
<documentation>
|
115
|
+
Deletes the specified Splunk log destinations.
|
116
|
+
|
117
|
+
</documentation>
|
118
|
+
<input message="tns:Log.DestinationSplunk.delete_splunk_destinationRequest"/>
|
119
|
+
<output message="tns:Log.DestinationSplunk.delete_splunk_destinationResponse"/>
|
120
|
+
</operation>
|
121
|
+
<operation name="delete_all_splunk_destinations">
|
122
|
+
<documentation>
|
123
|
+
Deletes all Splunk log destinations.
|
124
|
+
|
125
|
+
</documentation>
|
126
|
+
<input message="tns:Log.DestinationSplunk.delete_all_splunk_destinationsRequest"/>
|
127
|
+
<output message="tns:Log.DestinationSplunk.delete_all_splunk_destinationsResponse"/>
|
128
|
+
</operation>
|
129
|
+
<operation name="set_forwarding_destination">
|
130
|
+
<documentation>
|
131
|
+
Sets the destination that will forward Splunk formatted messages.
|
132
|
+
The destination must be a database, remote HSL, local Syslog,
|
133
|
+
or remote Syslog destination.
|
134
|
+
|
135
|
+
</documentation>
|
136
|
+
<input message="tns:Log.DestinationSplunk.set_forwarding_destinationRequest"/>
|
137
|
+
<output message="tns:Log.DestinationSplunk.set_forwarding_destinationResponse"/>
|
138
|
+
</operation>
|
139
|
+
<operation name="get_forwarding_destination">
|
140
|
+
<documentation>
|
141
|
+
Gets the destination that will forward Splunk formatted messages.
|
142
|
+
|
143
|
+
</documentation>
|
144
|
+
<input message="tns:Log.DestinationSplunk.get_forwarding_destinationRequest"/>
|
145
|
+
<output message="tns:Log.DestinationSplunk.get_forwarding_destinationResponse"/>
|
146
|
+
</operation>
|
147
|
+
<operation name="set_description">
|
148
|
+
<documentation>
|
149
|
+
Sets the description for the specified Splunk log destinations.
|
150
|
+
|
151
|
+
This is an arbitrary field which can be used for any purpose.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Log.DestinationSplunk.set_descriptionRequest"/>
|
155
|
+
<output message="tns:Log.DestinationSplunk.set_descriptionResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="get_description">
|
158
|
+
<documentation>
|
159
|
+
Gets the description for the specified Splunk log destinations.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Log.DestinationSplunk.get_descriptionRequest"/>
|
163
|
+
<output message="tns:Log.DestinationSplunk.get_descriptionResponse"/>
|
164
|
+
</operation>
|
165
|
+
<operation name="get_version">
|
166
|
+
<documentation>
|
167
|
+
Gets the version information for this interface.
|
168
|
+
|
169
|
+
</documentation>
|
170
|
+
<input message="tns:Log.DestinationSplunk.get_versionRequest"/>
|
171
|
+
<output message="tns:Log.DestinationSplunk.get_versionResponse"/>
|
172
|
+
</operation>
|
173
|
+
</portType>
|
174
|
+
|
175
|
+
<!-- binding -->
|
176
|
+
|
177
|
+
<binding name="Log.DestinationSplunkBinding" type="tns:Log.DestinationSplunkPortType">
|
178
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
179
|
+
<operation name="get_list">
|
180
|
+
<documentation>
|
181
|
+
Gets the list of Splunk destinations.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
185
|
+
<input>
|
186
|
+
<soap:body
|
187
|
+
use="encoded"
|
188
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
190
|
+
</input>
|
191
|
+
<output>
|
192
|
+
<soap:body
|
193
|
+
use="encoded"
|
194
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
195
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
196
|
+
</output>
|
197
|
+
</operation>
|
198
|
+
|
199
|
+
<operation name="create">
|
200
|
+
<documentation>
|
201
|
+
Creates a Splunk destination.
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
205
|
+
<input>
|
206
|
+
<soap:body
|
207
|
+
use="encoded"
|
208
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
209
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
210
|
+
</input>
|
211
|
+
<output>
|
212
|
+
<soap:body
|
213
|
+
use="encoded"
|
214
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
215
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
216
|
+
</output>
|
217
|
+
</operation>
|
218
|
+
|
219
|
+
<operation name="delete_splunk_destination">
|
220
|
+
<documentation>
|
221
|
+
Deletes the specified Splunk log destinations.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
225
|
+
<input>
|
226
|
+
<soap:body
|
227
|
+
use="encoded"
|
228
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
230
|
+
</input>
|
231
|
+
<output>
|
232
|
+
<soap:body
|
233
|
+
use="encoded"
|
234
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
235
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
236
|
+
</output>
|
237
|
+
</operation>
|
238
|
+
|
239
|
+
<operation name="delete_all_splunk_destinations">
|
240
|
+
<documentation>
|
241
|
+
Deletes all Splunk log destinations.
|
242
|
+
|
243
|
+
</documentation>
|
244
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
245
|
+
<input>
|
246
|
+
<soap:body
|
247
|
+
use="encoded"
|
248
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
250
|
+
</input>
|
251
|
+
<output>
|
252
|
+
<soap:body
|
253
|
+
use="encoded"
|
254
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
255
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
256
|
+
</output>
|
257
|
+
</operation>
|
258
|
+
|
259
|
+
<operation name="set_forwarding_destination">
|
260
|
+
<documentation>
|
261
|
+
Sets the destination that will forward Splunk formatted messages.
|
262
|
+
The destination must be a database, remote HSL, local Syslog,
|
263
|
+
or remote Syslog destination.
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
267
|
+
<input>
|
268
|
+
<soap:body
|
269
|
+
use="encoded"
|
270
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
271
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
272
|
+
</input>
|
273
|
+
<output>
|
274
|
+
<soap:body
|
275
|
+
use="encoded"
|
276
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
278
|
+
</output>
|
279
|
+
</operation>
|
280
|
+
|
281
|
+
<operation name="get_forwarding_destination">
|
282
|
+
<documentation>
|
283
|
+
Gets the destination that will forward Splunk formatted messages.
|
284
|
+
|
285
|
+
</documentation>
|
286
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
287
|
+
<input>
|
288
|
+
<soap:body
|
289
|
+
use="encoded"
|
290
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
291
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
292
|
+
</input>
|
293
|
+
<output>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
297
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
298
|
+
</output>
|
299
|
+
</operation>
|
300
|
+
|
301
|
+
<operation name="set_description">
|
302
|
+
<documentation>
|
303
|
+
Sets the description for the specified Splunk log destinations.
|
304
|
+
|
305
|
+
This is an arbitrary field which can be used for any purpose.
|
306
|
+
|
307
|
+
</documentation>
|
308
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
309
|
+
<input>
|
310
|
+
<soap:body
|
311
|
+
use="encoded"
|
312
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
313
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
314
|
+
</input>
|
315
|
+
<output>
|
316
|
+
<soap:body
|
317
|
+
use="encoded"
|
318
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
319
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
320
|
+
</output>
|
321
|
+
</operation>
|
322
|
+
|
323
|
+
<operation name="get_description">
|
324
|
+
<documentation>
|
325
|
+
Gets the description for the specified Splunk log destinations.
|
326
|
+
|
327
|
+
</documentation>
|
328
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
329
|
+
<input>
|
330
|
+
<soap:body
|
331
|
+
use="encoded"
|
332
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
333
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
334
|
+
</input>
|
335
|
+
<output>
|
336
|
+
<soap:body
|
337
|
+
use="encoded"
|
338
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
339
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
340
|
+
</output>
|
341
|
+
</operation>
|
342
|
+
|
343
|
+
<operation name="get_version">
|
344
|
+
<documentation>
|
345
|
+
Gets the version information for this interface.
|
346
|
+
|
347
|
+
</documentation>
|
348
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationSplunk"/>
|
349
|
+
<input>
|
350
|
+
<soap:body
|
351
|
+
use="encoded"
|
352
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
+
</input>
|
355
|
+
<output>
|
356
|
+
<soap:body
|
357
|
+
use="encoded"
|
358
|
+
namespace="urn:iControl:Log/DestinationSplunk"
|
359
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
360
|
+
</output>
|
361
|
+
</operation>
|
362
|
+
</binding>
|
363
|
+
|
364
|
+
<!-- service -->
|
365
|
+
|
366
|
+
<service name="Log.DestinationSplunk">
|
367
|
+
<documentation>
|
368
|
+
The Splunk destination interface enables you to format messages in the
|
369
|
+
Splunk format then pass them to a destination that will deliver the
|
370
|
+
message.
|
371
|
+
|
372
|
+
</documentation>
|
373
|
+
<port name="Log.DestinationSplunkPort" binding="tns:Log.DestinationSplunkBinding">
|
374
|
+
<soap:address location="https://url_to_service"/>
|
375
|
+
</port>
|
376
|
+
</service>
|
377
|
+
</definitions>
|
@@ -0,0 +1,1175 @@
|
|
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="Log.Filter"
|
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="Common.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:simpleType name="Log.Filter.Source">
|
32
|
+
<xsd:restriction base="xsd:string">
|
33
|
+
<xsd:enumeration value="LOG_SOURCE_UNKNOWN">
|
34
|
+
<xsd:annotation>
|
35
|
+
<xsd:documentation>LOG_SOURCE_UNKNOWN</xsd:documentation>
|
36
|
+
</xsd:annotation>
|
37
|
+
</xsd:enumeration>
|
38
|
+
<xsd:enumeration value="LOG_SOURCE_ALL">
|
39
|
+
<xsd:annotation>
|
40
|
+
<xsd:documentation>LOG_SOURCE_ALL</xsd:documentation>
|
41
|
+
</xsd:annotation>
|
42
|
+
</xsd:enumeration>
|
43
|
+
<xsd:enumeration value="LOG_SOURCE_ACCESSCONTROL">
|
44
|
+
<xsd:annotation>
|
45
|
+
<xsd:documentation>LOG_SOURCE_ACCESSCONTROL</xsd:documentation>
|
46
|
+
</xsd:annotation>
|
47
|
+
</xsd:enumeration>
|
48
|
+
<xsd:enumeration value="LOG_SOURCE_ADAPT">
|
49
|
+
<xsd:annotation>
|
50
|
+
<xsd:documentation>LOG_SOURCE_ADAPT</xsd:documentation>
|
51
|
+
</xsd:annotation>
|
52
|
+
</xsd:enumeration>
|
53
|
+
<xsd:enumeration value="LOG_SOURCE_ALERTD">
|
54
|
+
<xsd:annotation>
|
55
|
+
<xsd:documentation>LOG_SOURCE_ALERTD</xsd:documentation>
|
56
|
+
</xsd:annotation>
|
57
|
+
</xsd:enumeration>
|
58
|
+
<xsd:enumeration value="LOG_SOURCE_APMACL">
|
59
|
+
<xsd:annotation>
|
60
|
+
<xsd:documentation>LOG_SOURCE_APMACL</xsd:documentation>
|
61
|
+
</xsd:annotation>
|
62
|
+
</xsd:enumeration>
|
63
|
+
<xsd:enumeration value="LOG_SOURCE_ARP">
|
64
|
+
<xsd:annotation>
|
65
|
+
<xsd:documentation>LOG_SOURCE_ARP</xsd:documentation>
|
66
|
+
</xsd:annotation>
|
67
|
+
</xsd:enumeration>
|
68
|
+
<xsd:enumeration value="LOG_SOURCE_AVR">
|
69
|
+
<xsd:annotation>
|
70
|
+
<xsd:documentation>LOG_SOURCE_AVR</xsd:documentation>
|
71
|
+
</xsd:annotation>
|
72
|
+
</xsd:enumeration>
|
73
|
+
<xsd:enumeration value="LOG_SOURCE_BASED">
|
74
|
+
<xsd:annotation>
|
75
|
+
<xsd:documentation>LOG_SOURCE_BASED</xsd:documentation>
|
76
|
+
</xsd:annotation>
|
77
|
+
</xsd:enumeration>
|
78
|
+
<xsd:enumeration value="LOG_SOURCE_BCM56XXD">
|
79
|
+
<xsd:annotation>
|
80
|
+
<xsd:documentation>LOG_SOURCE_BCM56XXD</xsd:documentation>
|
81
|
+
</xsd:annotation>
|
82
|
+
</xsd:enumeration>
|
83
|
+
<xsd:enumeration value="LOG_SOURCE_BIG3D">
|
84
|
+
<xsd:annotation>
|
85
|
+
<xsd:documentation>LOG_SOURCE_BIG3D</xsd:documentation>
|
86
|
+
</xsd:annotation>
|
87
|
+
</xsd:enumeration>
|
88
|
+
<xsd:enumeration value="LOG_SOURCE_BIG3DSHIM">
|
89
|
+
<xsd:annotation>
|
90
|
+
<xsd:documentation>LOG_SOURCE_BIG3DSHIM</xsd:documentation>
|
91
|
+
</xsd:annotation>
|
92
|
+
</xsd:enumeration>
|
93
|
+
<xsd:enumeration value="LOG_SOURCE_BIGD">
|
94
|
+
<xsd:annotation>
|
95
|
+
<xsd:documentation>LOG_SOURCE_BIGD</xsd:documentation>
|
96
|
+
</xsd:annotation>
|
97
|
+
</xsd:enumeration>
|
98
|
+
<xsd:enumeration value="LOG_SOURCE_BIGDB">
|
99
|
+
<xsd:annotation>
|
100
|
+
<xsd:documentation>LOG_SOURCE_BIGDB</xsd:documentation>
|
101
|
+
</xsd:annotation>
|
102
|
+
</xsd:enumeration>
|
103
|
+
<xsd:enumeration value="LOG_SOURCE_BIGDBD">
|
104
|
+
<xsd:annotation>
|
105
|
+
<xsd:documentation>LOG_SOURCE_BIGDBD</xsd:documentation>
|
106
|
+
</xsd:annotation>
|
107
|
+
</xsd:enumeration>
|
108
|
+
<xsd:enumeration value="LOG_SOURCE_BIGPIPE">
|
109
|
+
<xsd:annotation>
|
110
|
+
<xsd:documentation>LOG_SOURCE_BIGPIPE</xsd:documentation>
|
111
|
+
</xsd:annotation>
|
112
|
+
</xsd:enumeration>
|
113
|
+
<xsd:enumeration value="LOG_SOURCE_BIGSTART">
|
114
|
+
<xsd:annotation>
|
115
|
+
<xsd:documentation>LOG_SOURCE_BIGSTART</xsd:documentation>
|
116
|
+
</xsd:annotation>
|
117
|
+
</xsd:enumeration>
|
118
|
+
<xsd:enumeration value="LOG_SOURCE_BP">
|
119
|
+
<xsd:annotation>
|
120
|
+
<xsd:documentation>LOG_SOURCE_BP</xsd:documentation>
|
121
|
+
</xsd:annotation>
|
122
|
+
</xsd:enumeration>
|
123
|
+
<xsd:enumeration value="LOG_SOURCE_CHECKCERT">
|
124
|
+
<xsd:annotation>
|
125
|
+
<xsd:documentation>LOG_SOURCE_CHECKCERT</xsd:documentation>
|
126
|
+
</xsd:annotation>
|
127
|
+
</xsd:enumeration>
|
128
|
+
<xsd:enumeration value="LOG_SOURCE_CHMAND">
|
129
|
+
<xsd:annotation>
|
130
|
+
<xsd:documentation>LOG_SOURCE_CHMAND</xsd:documentation>
|
131
|
+
</xsd:annotation>
|
132
|
+
</xsd:enumeration>
|
133
|
+
<xsd:enumeration value="LOG_SOURCE_CIFS">
|
134
|
+
<xsd:annotation>
|
135
|
+
<xsd:documentation>LOG_SOURCE_CIFS</xsd:documentation>
|
136
|
+
</xsd:annotation>
|
137
|
+
</xsd:enumeration>
|
138
|
+
<xsd:enumeration value="LOG_SOURCE_CLUSTERD">
|
139
|
+
<xsd:annotation>
|
140
|
+
<xsd:documentation>LOG_SOURCE_CLUSTERD</xsd:documentation>
|
141
|
+
</xsd:annotation>
|
142
|
+
</xsd:enumeration>
|
143
|
+
<xsd:enumeration value="LOG_SOURCE_COAPI">
|
144
|
+
<xsd:annotation>
|
145
|
+
<xsd:documentation>LOG_SOURCE_COAPI</xsd:documentation>
|
146
|
+
</xsd:annotation>
|
147
|
+
</xsd:enumeration>
|
148
|
+
<xsd:enumeration value="LOG_SOURCE_BIGIP_COMMON">
|
149
|
+
<xsd:annotation>
|
150
|
+
<xsd:documentation>LOG_SOURCE_BIGIP_COMMON</xsd:documentation>
|
151
|
+
</xsd:annotation>
|
152
|
+
</xsd:enumeration>
|
153
|
+
<xsd:enumeration value="LOG_SOURCE_CONFIG_DB">
|
154
|
+
<xsd:annotation>
|
155
|
+
<xsd:documentation>LOG_SOURCE_CONFIG_DB</xsd:documentation>
|
156
|
+
</xsd:annotation>
|
157
|
+
</xsd:enumeration>
|
158
|
+
<xsd:enumeration value="LOG_SOURCE_CONNAPI">
|
159
|
+
<xsd:annotation>
|
160
|
+
<xsd:documentation>LOG_SOURCE_CONNAPI</xsd:documentation>
|
161
|
+
</xsd:annotation>
|
162
|
+
</xsd:enumeration>
|
163
|
+
<xsd:enumeration value="LOG_SOURCE_CS">
|
164
|
+
<xsd:annotation>
|
165
|
+
<xsd:documentation>LOG_SOURCE_CS</xsd:documentation>
|
166
|
+
</xsd:annotation>
|
167
|
+
</xsd:enumeration>
|
168
|
+
<xsd:enumeration value="LOG_SOURCE_CSSD">
|
169
|
+
<xsd:annotation>
|
170
|
+
<xsd:documentation>LOG_SOURCE_CSSD</xsd:documentation>
|
171
|
+
</xsd:annotation>
|
172
|
+
</xsd:enumeration>
|
173
|
+
<xsd:enumeration value="LOG_SOURCE_CSYNCD">
|
174
|
+
<xsd:annotation>
|
175
|
+
<xsd:documentation>LOG_SOURCE_CSYNCD</xsd:documentation>
|
176
|
+
</xsd:annotation>
|
177
|
+
</xsd:enumeration>
|
178
|
+
<xsd:enumeration value="LOG_SOURCE_DAEMON">
|
179
|
+
<xsd:annotation>
|
180
|
+
<xsd:documentation>LOG_SOURCE_DAEMON</xsd:documentation>
|
181
|
+
</xsd:annotation>
|
182
|
+
</xsd:enumeration>
|
183
|
+
<xsd:enumeration value="LOG_SOURCE_DEFLATE">
|
184
|
+
<xsd:annotation>
|
185
|
+
<xsd:documentation>LOG_SOURCE_DEFLATE</xsd:documentation>
|
186
|
+
</xsd:annotation>
|
187
|
+
</xsd:enumeration>
|
188
|
+
<xsd:enumeration value="LOG_SOURCE_DEVMGMTD">
|
189
|
+
<xsd:annotation>
|
190
|
+
<xsd:documentation>LOG_SOURCE_DEVMGMTD</xsd:documentation>
|
191
|
+
</xsd:annotation>
|
192
|
+
</xsd:enumeration>
|
193
|
+
<xsd:enumeration value="LOG_SOURCE_DIAMETER">
|
194
|
+
<xsd:annotation>
|
195
|
+
<xsd:documentation>LOG_SOURCE_DIAMETER</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
</xsd:enumeration>
|
198
|
+
<xsd:enumeration value="LOG_SOURCE_DMON">
|
199
|
+
<xsd:annotation>
|
200
|
+
<xsd:documentation>LOG_SOURCE_DMON</xsd:documentation>
|
201
|
+
</xsd:annotation>
|
202
|
+
</xsd:enumeration>
|
203
|
+
<xsd:enumeration value="LOG_SOURCE_DOSPROTECT">
|
204
|
+
<xsd:annotation>
|
205
|
+
<xsd:documentation>LOG_SOURCE_DOSPROTECT</xsd:documentation>
|
206
|
+
</xsd:annotation>
|
207
|
+
</xsd:enumeration>
|
208
|
+
<xsd:enumeration value="LOG_SOURCE_DUMMY">
|
209
|
+
<xsd:annotation>
|
210
|
+
<xsd:documentation>LOG_SOURCE_DUMMY</xsd:documentation>
|
211
|
+
</xsd:annotation>
|
212
|
+
</xsd:enumeration>
|
213
|
+
<xsd:enumeration value="LOG_SOURCE_ECA">
|
214
|
+
<xsd:annotation>
|
215
|
+
<xsd:documentation>LOG_SOURCE_ECA</xsd:documentation>
|
216
|
+
</xsd:annotation>
|
217
|
+
</xsd:enumeration>
|
218
|
+
<xsd:enumeration value="LOG_SOURCE_EVENTD">
|
219
|
+
<xsd:annotation>
|
220
|
+
<xsd:documentation>LOG_SOURCE_EVENTD</xsd:documentation>
|
221
|
+
</xsd:annotation>
|
222
|
+
</xsd:enumeration>
|
223
|
+
<xsd:enumeration value="LOG_SOURCE_EVROUTED">
|
224
|
+
<xsd:annotation>
|
225
|
+
<xsd:documentation>LOG_SOURCE_EVROUTED</xsd:documentation>
|
226
|
+
</xsd:annotation>
|
227
|
+
</xsd:enumeration>
|
228
|
+
<xsd:enumeration value="LOG_SOURCE_FFLAG">
|
229
|
+
<xsd:annotation>
|
230
|
+
<xsd:documentation>LOG_SOURCE_FFLAG</xsd:documentation>
|
231
|
+
</xsd:annotation>
|
232
|
+
</xsd:enumeration>
|
233
|
+
<xsd:enumeration value="LOG_SOURCE_GET_DOSSIER">
|
234
|
+
<xsd:annotation>
|
235
|
+
<xsd:documentation>LOG_SOURCE_GET_DOSSIER</xsd:documentation>
|
236
|
+
</xsd:annotation>
|
237
|
+
</xsd:enumeration>
|
238
|
+
<xsd:enumeration value="LOG_SOURCE_GTMD">
|
239
|
+
<xsd:annotation>
|
240
|
+
<xsd:documentation>LOG_SOURCE_GTMD</xsd:documentation>
|
241
|
+
</xsd:annotation>
|
242
|
+
</xsd:enumeration>
|
243
|
+
<xsd:enumeration value="LOG_SOURCE_HA">
|
244
|
+
<xsd:annotation>
|
245
|
+
<xsd:documentation>LOG_SOURCE_HA</xsd:documentation>
|
246
|
+
</xsd:annotation>
|
247
|
+
</xsd:enumeration>
|
248
|
+
<xsd:enumeration value="LOG_SOURCE_HALMSG">
|
249
|
+
<xsd:annotation>
|
250
|
+
<xsd:documentation>LOG_SOURCE_HALMSG</xsd:documentation>
|
251
|
+
</xsd:annotation>
|
252
|
+
</xsd:enumeration>
|
253
|
+
<xsd:enumeration value="LOG_SOURCE_HA_TABLE">
|
254
|
+
<xsd:annotation>
|
255
|
+
<xsd:documentation>LOG_SOURCE_HA_TABLE</xsd:documentation>
|
256
|
+
</xsd:annotation>
|
257
|
+
</xsd:enumeration>
|
258
|
+
<xsd:enumeration value="LOG_SOURCE_HTTP">
|
259
|
+
<xsd:annotation>
|
260
|
+
<xsd:documentation>LOG_SOURCE_HTTP</xsd:documentation>
|
261
|
+
</xsd:annotation>
|
262
|
+
</xsd:enumeration>
|
263
|
+
<xsd:enumeration value="LOG_SOURCE_HWCTL">
|
264
|
+
<xsd:annotation>
|
265
|
+
<xsd:documentation>LOG_SOURCE_HWCTL</xsd:documentation>
|
266
|
+
</xsd:annotation>
|
267
|
+
</xsd:enumeration>
|
268
|
+
<xsd:enumeration value="LOG_SOURCE_IP">
|
269
|
+
<xsd:annotation>
|
270
|
+
<xsd:documentation>LOG_SOURCE_IP</xsd:documentation>
|
271
|
+
</xsd:annotation>
|
272
|
+
</xsd:enumeration>
|
273
|
+
<xsd:enumeration value="LOG_SOURCE_IPREPD">
|
274
|
+
<xsd:annotation>
|
275
|
+
<xsd:documentation>LOG_SOURCE_IPREPD</xsd:documentation>
|
276
|
+
</xsd:annotation>
|
277
|
+
</xsd:enumeration>
|
278
|
+
<xsd:enumeration value="LOG_SOURCE_ISESSION">
|
279
|
+
<xsd:annotation>
|
280
|
+
<xsd:documentation>LOG_SOURCE_ISESSION</xsd:documentation>
|
281
|
+
</xsd:annotation>
|
282
|
+
</xsd:enumeration>
|
283
|
+
<xsd:enumeration value="LOG_SOURCE_ISTATSD">
|
284
|
+
<xsd:annotation>
|
285
|
+
<xsd:documentation>LOG_SOURCE_ISTATSD</xsd:documentation>
|
286
|
+
</xsd:annotation>
|
287
|
+
</xsd:enumeration>
|
288
|
+
<xsd:enumeration value="LOG_SOURCE_LACPD">
|
289
|
+
<xsd:annotation>
|
290
|
+
<xsd:documentation>LOG_SOURCE_LACPD</xsd:documentation>
|
291
|
+
</xsd:annotation>
|
292
|
+
</xsd:enumeration>
|
293
|
+
<xsd:enumeration value="LOG_SOURCE_LAYER4">
|
294
|
+
<xsd:annotation>
|
295
|
+
<xsd:documentation>LOG_SOURCE_LAYER4</xsd:documentation>
|
296
|
+
</xsd:annotation>
|
297
|
+
</xsd:enumeration>
|
298
|
+
<xsd:enumeration value="LOG_SOURCE_LIBHAL">
|
299
|
+
<xsd:annotation>
|
300
|
+
<xsd:documentation>LOG_SOURCE_LIBHAL</xsd:documentation>
|
301
|
+
</xsd:annotation>
|
302
|
+
</xsd:enumeration>
|
303
|
+
<xsd:enumeration value="LOG_SOURCE_LIND">
|
304
|
+
<xsd:annotation>
|
305
|
+
<xsd:documentation>LOG_SOURCE_LIND</xsd:documentation>
|
306
|
+
</xsd:annotation>
|
307
|
+
</xsd:enumeration>
|
308
|
+
<xsd:enumeration value="LOG_SOURCE_LLDPD">
|
309
|
+
<xsd:annotation>
|
310
|
+
<xsd:documentation>LOG_SOURCE_LLDPD</xsd:documentation>
|
311
|
+
</xsd:annotation>
|
312
|
+
</xsd:enumeration>
|
313
|
+
<xsd:enumeration value="LOG_SOURCE_MAPI">
|
314
|
+
<xsd:annotation>
|
315
|
+
<xsd:documentation>LOG_SOURCE_MAPI</xsd:documentation>
|
316
|
+
</xsd:annotation>
|
317
|
+
</xsd:enumeration>
|
318
|
+
<xsd:enumeration value="LOG_SOURCE_MCP">
|
319
|
+
<xsd:annotation>
|
320
|
+
<xsd:documentation>LOG_SOURCE_MCP</xsd:documentation>
|
321
|
+
</xsd:annotation>
|
322
|
+
</xsd:enumeration>
|
323
|
+
<xsd:enumeration value="LOG_SOURCE_MCPD">
|
324
|
+
<xsd:annotation>
|
325
|
+
<xsd:documentation>LOG_SOURCE_MCPD</xsd:documentation>
|
326
|
+
</xsd:annotation>
|
327
|
+
</xsd:enumeration>
|
328
|
+
<xsd:enumeration value="LOG_SOURCE_MGMT_ACLD">
|
329
|
+
<xsd:annotation>
|
330
|
+
<xsd:documentation>LOG_SOURCE_MGMT_ACLD</xsd:documentation>
|
331
|
+
</xsd:annotation>
|
332
|
+
</xsd:enumeration>
|
333
|
+
<xsd:enumeration value="LOG_SOURCE_MYSQLHAD">
|
334
|
+
<xsd:annotation>
|
335
|
+
<xsd:documentation>LOG_SOURCE_MYSQLHAD</xsd:documentation>
|
336
|
+
</xsd:annotation>
|
337
|
+
</xsd:enumeration>
|
338
|
+
<xsd:enumeration value="LOG_SOURCE_NET">
|
339
|
+
<xsd:annotation>
|
340
|
+
<xsd:documentation>LOG_SOURCE_NET</xsd:documentation>
|
341
|
+
</xsd:annotation>
|
342
|
+
</xsd:enumeration>
|
343
|
+
<xsd:enumeration value="LOG_SOURCE_NETWORK">
|
344
|
+
<xsd:annotation>
|
345
|
+
<xsd:documentation>LOG_SOURCE_NETWORK</xsd:documentation>
|
346
|
+
</xsd:annotation>
|
347
|
+
</xsd:enumeration>
|
348
|
+
<xsd:enumeration value="LOG_SOURCE_PACKET_FILTER">
|
349
|
+
<xsd:annotation>
|
350
|
+
<xsd:documentation>LOG_SOURCE_PACKET_FILTER</xsd:documentation>
|
351
|
+
</xsd:annotation>
|
352
|
+
</xsd:enumeration>
|
353
|
+
<xsd:enumeration value="LOG_SOURCE_PCCD">
|
354
|
+
<xsd:annotation>
|
355
|
+
<xsd:documentation>LOG_SOURCE_PCCD</xsd:documentation>
|
356
|
+
</xsd:annotation>
|
357
|
+
</xsd:enumeration>
|
358
|
+
<xsd:enumeration value="LOG_SOURCE_PFMAND">
|
359
|
+
<xsd:annotation>
|
360
|
+
<xsd:documentation>LOG_SOURCE_PFMAND</xsd:documentation>
|
361
|
+
</xsd:annotation>
|
362
|
+
</xsd:enumeration>
|
363
|
+
<xsd:enumeration value="LOG_SOURCE_PKTCLASS">
|
364
|
+
<xsd:annotation>
|
365
|
+
<xsd:documentation>LOG_SOURCE_PKTCLASS</xsd:documentation>
|
366
|
+
</xsd:annotation>
|
367
|
+
</xsd:enumeration>
|
368
|
+
<xsd:enumeration value="LOG_SOURCE_PLUGIN">
|
369
|
+
<xsd:annotation>
|
370
|
+
<xsd:documentation>LOG_SOURCE_PLUGIN</xsd:documentation>
|
371
|
+
</xsd:annotation>
|
372
|
+
</xsd:enumeration>
|
373
|
+
<xsd:enumeration value="LOG_SOURCE_PROBE_PLUSPLUS">
|
374
|
+
<xsd:annotation>
|
375
|
+
<xsd:documentation>LOG_SOURCE_PROBE_PLUSPLUS</xsd:documentation>
|
376
|
+
</xsd:annotation>
|
377
|
+
</xsd:enumeration>
|
378
|
+
<xsd:enumeration value="LOG_SOURCE_PROMPTSTATUSD">
|
379
|
+
<xsd:annotation>
|
380
|
+
<xsd:documentation>LOG_SOURCE_PROMPTSTATUSD</xsd:documentation>
|
381
|
+
</xsd:annotation>
|
382
|
+
</xsd:enumeration>
|
383
|
+
<xsd:enumeration value="LOG_SOURCE_PVA">
|
384
|
+
<xsd:annotation>
|
385
|
+
<xsd:documentation>LOG_SOURCE_PVA</xsd:documentation>
|
386
|
+
</xsd:annotation>
|
387
|
+
</xsd:enumeration>
|
388
|
+
<xsd:enumeration value="LOG_SOURCE_PVAD">
|
389
|
+
<xsd:annotation>
|
390
|
+
<xsd:documentation>LOG_SOURCE_PVAD</xsd:documentation>
|
391
|
+
</xsd:annotation>
|
392
|
+
</xsd:enumeration>
|
393
|
+
<xsd:enumeration value="LOG_SOURCE_RADIUS">
|
394
|
+
<xsd:annotation>
|
395
|
+
<xsd:documentation>LOG_SOURCE_RADIUS</xsd:documentation>
|
396
|
+
</xsd:annotation>
|
397
|
+
</xsd:enumeration>
|
398
|
+
<xsd:enumeration value="LOG_SOURCE_RAMCACHE">
|
399
|
+
<xsd:annotation>
|
400
|
+
<xsd:documentation>LOG_SOURCE_RAMCACHE</xsd:documentation>
|
401
|
+
</xsd:annotation>
|
402
|
+
</xsd:enumeration>
|
403
|
+
<xsd:enumeration value="LOG_SOURCE_RBA">
|
404
|
+
<xsd:annotation>
|
405
|
+
<xsd:documentation>LOG_SOURCE_RBA</xsd:documentation>
|
406
|
+
</xsd:annotation>
|
407
|
+
</xsd:enumeration>
|
408
|
+
<xsd:enumeration value="LOG_SOURCE_RTSP">
|
409
|
+
<xsd:annotation>
|
410
|
+
<xsd:documentation>LOG_SOURCE_RTSP</xsd:documentation>
|
411
|
+
</xsd:annotation>
|
412
|
+
</xsd:enumeration>
|
413
|
+
<xsd:enumeration value="LOG_SOURCE_RULES">
|
414
|
+
<xsd:annotation>
|
415
|
+
<xsd:documentation>LOG_SOURCE_RULES</xsd:documentation>
|
416
|
+
</xsd:annotation>
|
417
|
+
</xsd:enumeration>
|
418
|
+
<xsd:enumeration value="LOG_SOURCE_SASPD">
|
419
|
+
<xsd:annotation>
|
420
|
+
<xsd:documentation>LOG_SOURCE_SASPD</xsd:documentation>
|
421
|
+
</xsd:annotation>
|
422
|
+
</xsd:enumeration>
|
423
|
+
<xsd:enumeration value="LOG_SOURCE_SCRIPTD">
|
424
|
+
<xsd:annotation>
|
425
|
+
<xsd:documentation>LOG_SOURCE_SCRIPTD</xsd:documentation>
|
426
|
+
</xsd:annotation>
|
427
|
+
</xsd:enumeration>
|
428
|
+
<xsd:enumeration value="LOG_SOURCE_SHELL">
|
429
|
+
<xsd:annotation>
|
430
|
+
<xsd:documentation>LOG_SOURCE_SHELL</xsd:documentation>
|
431
|
+
</xsd:annotation>
|
432
|
+
</xsd:enumeration>
|
433
|
+
<xsd:enumeration value="LOG_SOURCE_SNMP">
|
434
|
+
<xsd:annotation>
|
435
|
+
<xsd:documentation>LOG_SOURCE_SNMP</xsd:documentation>
|
436
|
+
</xsd:annotation>
|
437
|
+
</xsd:enumeration>
|
438
|
+
<xsd:enumeration value="LOG_SOURCE_SOD">
|
439
|
+
<xsd:annotation>
|
440
|
+
<xsd:documentation>LOG_SOURCE_SOD</xsd:documentation>
|
441
|
+
</xsd:annotation>
|
442
|
+
</xsd:enumeration>
|
443
|
+
<xsd:enumeration value="LOG_SOURCE_SSL">
|
444
|
+
<xsd:annotation>
|
445
|
+
<xsd:documentation>LOG_SOURCE_SSL</xsd:documentation>
|
446
|
+
</xsd:annotation>
|
447
|
+
</xsd:enumeration>
|
448
|
+
<xsd:enumeration value="LOG_SOURCE_SSO">
|
449
|
+
<xsd:annotation>
|
450
|
+
<xsd:documentation>LOG_SOURCE_SSO</xsd:documentation>
|
451
|
+
</xsd:annotation>
|
452
|
+
</xsd:enumeration>
|
453
|
+
<xsd:enumeration value="LOG_SOURCE_STATSD">
|
454
|
+
<xsd:annotation>
|
455
|
+
<xsd:documentation>LOG_SOURCE_STATSD</xsd:documentation>
|
456
|
+
</xsd:annotation>
|
457
|
+
</xsd:enumeration>
|
458
|
+
<xsd:enumeration value="LOG_SOURCE_STPD">
|
459
|
+
<xsd:annotation>
|
460
|
+
<xsd:documentation>LOG_SOURCE_STPD</xsd:documentation>
|
461
|
+
</xsd:annotation>
|
462
|
+
</xsd:enumeration>
|
463
|
+
<xsd:enumeration value="LOG_SOURCE_SUBAGENTS">
|
464
|
+
<xsd:annotation>
|
465
|
+
<xsd:documentation>LOG_SOURCE_SUBAGENTS</xsd:documentation>
|
466
|
+
</xsd:annotation>
|
467
|
+
</xsd:enumeration>
|
468
|
+
<xsd:enumeration value="LOG_SOURCE_SYSCALL">
|
469
|
+
<xsd:annotation>
|
470
|
+
<xsd:documentation>LOG_SOURCE_SYSCALL</xsd:documentation>
|
471
|
+
</xsd:annotation>
|
472
|
+
</xsd:enumeration>
|
473
|
+
<xsd:enumeration value="LOG_SOURCE_SYSTEM_CHECK">
|
474
|
+
<xsd:annotation>
|
475
|
+
<xsd:documentation>LOG_SOURCE_SYSTEM_CHECK</xsd:documentation>
|
476
|
+
</xsd:annotation>
|
477
|
+
</xsd:enumeration>
|
478
|
+
<xsd:enumeration value="LOG_SOURCE_TAMD">
|
479
|
+
<xsd:annotation>
|
480
|
+
<xsd:documentation>LOG_SOURCE_TAMD</xsd:documentation>
|
481
|
+
</xsd:annotation>
|
482
|
+
</xsd:enumeration>
|
483
|
+
<xsd:enumeration value="LOG_SOURCE_TCL_CHECKER">
|
484
|
+
<xsd:annotation>
|
485
|
+
<xsd:documentation>LOG_SOURCE_TCL_CHECKER</xsd:documentation>
|
486
|
+
</xsd:annotation>
|
487
|
+
</xsd:enumeration>
|
488
|
+
<xsd:enumeration value="LOG_SOURCE_TCPDUMP">
|
489
|
+
<xsd:annotation>
|
490
|
+
<xsd:documentation>LOG_SOURCE_TCPDUMP</xsd:documentation>
|
491
|
+
</xsd:annotation>
|
492
|
+
</xsd:enumeration>
|
493
|
+
<xsd:enumeration value="LOG_SOURCE_TMM">
|
494
|
+
<xsd:annotation>
|
495
|
+
<xsd:documentation>LOG_SOURCE_TMM</xsd:documentation>
|
496
|
+
</xsd:annotation>
|
497
|
+
</xsd:enumeration>
|
498
|
+
<xsd:enumeration value="LOG_SOURCE_TMSH">
|
499
|
+
<xsd:annotation>
|
500
|
+
<xsd:documentation>LOG_SOURCE_TMSH</xsd:documentation>
|
501
|
+
</xsd:annotation>
|
502
|
+
</xsd:enumeration>
|
503
|
+
<xsd:enumeration value="LOG_SOURCE_TS">
|
504
|
+
<xsd:annotation>
|
505
|
+
<xsd:documentation>LOG_SOURCE_TS</xsd:documentation>
|
506
|
+
</xsd:annotation>
|
507
|
+
</xsd:enumeration>
|
508
|
+
<xsd:enumeration value="LOG_SOURCE_VCMPD">
|
509
|
+
<xsd:annotation>
|
510
|
+
<xsd:documentation>LOG_SOURCE_VCMPD</xsd:documentation>
|
511
|
+
</xsd:annotation>
|
512
|
+
</xsd:enumeration>
|
513
|
+
<xsd:enumeration value="LOG_SOURCE_PORTAL_ACCESS">
|
514
|
+
<xsd:annotation>
|
515
|
+
<xsd:documentation>LOG_SOURCE_PORTAL_ACCESS</xsd:documentation>
|
516
|
+
</xsd:annotation>
|
517
|
+
</xsd:enumeration>
|
518
|
+
<xsd:enumeration value="LOG_SOURCE_WEBSSO">
|
519
|
+
<xsd:annotation>
|
520
|
+
<xsd:documentation>LOG_SOURCE_WEBSSO</xsd:documentation>
|
521
|
+
</xsd:annotation>
|
522
|
+
</xsd:enumeration>
|
523
|
+
<xsd:enumeration value="LOG_SOURCE_WOC_PLUGIN">
|
524
|
+
<xsd:annotation>
|
525
|
+
<xsd:documentation>LOG_SOURCE_WOC_PLUGIN</xsd:documentation>
|
526
|
+
</xsd:annotation>
|
527
|
+
</xsd:enumeration>
|
528
|
+
<xsd:enumeration value="LOG_SOURCE_XCONFIG">
|
529
|
+
<xsd:annotation>
|
530
|
+
<xsd:documentation>LOG_SOURCE_XCONFIG</xsd:documentation>
|
531
|
+
</xsd:annotation>
|
532
|
+
</xsd:enumeration>
|
533
|
+
<xsd:enumeration value="LOG_SOURCE_XDB">
|
534
|
+
<xsd:annotation>
|
535
|
+
<xsd:documentation>LOG_SOURCE_XDB</xsd:documentation>
|
536
|
+
</xsd:annotation>
|
537
|
+
</xsd:enumeration>
|
538
|
+
<xsd:enumeration value="LOG_SOURCE_ZFD">
|
539
|
+
<xsd:annotation>
|
540
|
+
<xsd:documentation>LOG_SOURCE_ZFD</xsd:documentation>
|
541
|
+
</xsd:annotation>
|
542
|
+
</xsd:enumeration>
|
543
|
+
<xsd:enumeration value="LOG_SOURCE_ZXFRD">
|
544
|
+
<xsd:annotation>
|
545
|
+
<xsd:documentation>LOG_SOURCE_ZXFRD</xsd:documentation>
|
546
|
+
</xsd:annotation>
|
547
|
+
</xsd:enumeration>
|
548
|
+
<xsd:enumeration value="LOG_SOURCE_COMMON_F5LOGGING">
|
549
|
+
<xsd:annotation>
|
550
|
+
<xsd:documentation>LOG_SOURCE_COMMON_F5LOGGING</xsd:documentation>
|
551
|
+
</xsd:annotation>
|
552
|
+
</xsd:enumeration>
|
553
|
+
<xsd:enumeration value="LOG_SOURCE_COMMON_FPDD">
|
554
|
+
<xsd:annotation>
|
555
|
+
<xsd:documentation>LOG_SOURCE_COMMON_FPDD</xsd:documentation>
|
556
|
+
</xsd:annotation>
|
557
|
+
</xsd:enumeration>
|
558
|
+
<xsd:enumeration value="LOG_SOURCE_EM_ADMIN">
|
559
|
+
<xsd:annotation>
|
560
|
+
<xsd:documentation>LOG_SOURCE_EM_ADMIN</xsd:documentation>
|
561
|
+
</xsd:annotation>
|
562
|
+
</xsd:enumeration>
|
563
|
+
<xsd:enumeration value="LOG_SOURCE_EM_ALERT">
|
564
|
+
<xsd:annotation>
|
565
|
+
<xsd:documentation>LOG_SOURCE_EM_ALERT</xsd:documentation>
|
566
|
+
</xsd:annotation>
|
567
|
+
</xsd:enumeration>
|
568
|
+
<xsd:enumeration value="LOG_SOURCE_EM_CLIENTLIB">
|
569
|
+
<xsd:annotation>
|
570
|
+
<xsd:documentation>LOG_SOURCE_EM_CLIENTLIB</xsd:documentation>
|
571
|
+
</xsd:annotation>
|
572
|
+
</xsd:enumeration>
|
573
|
+
<xsd:enumeration value="LOG_SOURCE_EM_COMMON">
|
574
|
+
<xsd:annotation>
|
575
|
+
<xsd:documentation>LOG_SOURCE_EM_COMMON</xsd:documentation>
|
576
|
+
</xsd:annotation>
|
577
|
+
</xsd:enumeration>
|
578
|
+
<xsd:enumeration value="LOG_SOURCE_EM_DEVICE">
|
579
|
+
<xsd:annotation>
|
580
|
+
<xsd:documentation>LOG_SOURCE_EM_DEVICE</xsd:documentation>
|
581
|
+
</xsd:annotation>
|
582
|
+
</xsd:enumeration>
|
583
|
+
<xsd:enumeration value="LOG_SOURCE_EM_DISCOVERY">
|
584
|
+
<xsd:annotation>
|
585
|
+
<xsd:documentation>LOG_SOURCE_EM_DISCOVERY</xsd:documentation>
|
586
|
+
</xsd:annotation>
|
587
|
+
</xsd:enumeration>
|
588
|
+
<xsd:enumeration value="LOG_SOURCE_EM_FILE">
|
589
|
+
<xsd:annotation>
|
590
|
+
<xsd:documentation>LOG_SOURCE_EM_FILE</xsd:documentation>
|
591
|
+
</xsd:annotation>
|
592
|
+
</xsd:enumeration>
|
593
|
+
<xsd:enumeration value="LOG_SOURCE_EM_LIB">
|
594
|
+
<xsd:annotation>
|
595
|
+
<xsd:documentation>LOG_SOURCE_EM_LIB</xsd:documentation>
|
596
|
+
</xsd:annotation>
|
597
|
+
</xsd:enumeration>
|
598
|
+
<xsd:enumeration value="LOG_SOURCE_EM_REPORT">
|
599
|
+
<xsd:annotation>
|
600
|
+
<xsd:documentation>LOG_SOURCE_EM_REPORT</xsd:documentation>
|
601
|
+
</xsd:annotation>
|
602
|
+
</xsd:enumeration>
|
603
|
+
<xsd:enumeration value="LOG_SOURCE_EM_STATS">
|
604
|
+
<xsd:annotation>
|
605
|
+
<xsd:documentation>LOG_SOURCE_EM_STATS</xsd:documentation>
|
606
|
+
</xsd:annotation>
|
607
|
+
</xsd:enumeration>
|
608
|
+
<xsd:enumeration value="LOG_SOURCE_EM_SWIM">
|
609
|
+
<xsd:annotation>
|
610
|
+
<xsd:documentation>LOG_SOURCE_EM_SWIM</xsd:documentation>
|
611
|
+
</xsd:annotation>
|
612
|
+
</xsd:enumeration>
|
613
|
+
<xsd:enumeration value="LOG_SOURCE_NONE">
|
614
|
+
<xsd:annotation>
|
615
|
+
<xsd:documentation>LOG_SOURCE_NONE</xsd:documentation>
|
616
|
+
</xsd:annotation>
|
617
|
+
</xsd:enumeration>
|
618
|
+
</xsd:restriction>
|
619
|
+
</xsd:simpleType>
|
620
|
+
<xsd:simpleType name="Log.SyslogLevel">
|
621
|
+
<xsd:restriction base="xsd:string">
|
622
|
+
<xsd:enumeration value="LOG_LEVEL_UNKNOWN">
|
623
|
+
<xsd:annotation>
|
624
|
+
<xsd:documentation>LOG_LEVEL_UNKNOWN</xsd:documentation>
|
625
|
+
</xsd:annotation>
|
626
|
+
</xsd:enumeration>
|
627
|
+
<xsd:enumeration value="LOG_LEVEL_EMERG">
|
628
|
+
<xsd:annotation>
|
629
|
+
<xsd:documentation>LOG_LEVEL_EMERG</xsd:documentation>
|
630
|
+
</xsd:annotation>
|
631
|
+
</xsd:enumeration>
|
632
|
+
<xsd:enumeration value="LOG_LEVEL_ALERT">
|
633
|
+
<xsd:annotation>
|
634
|
+
<xsd:documentation>LOG_LEVEL_ALERT</xsd:documentation>
|
635
|
+
</xsd:annotation>
|
636
|
+
</xsd:enumeration>
|
637
|
+
<xsd:enumeration value="LOG_LEVEL_CRIT">
|
638
|
+
<xsd:annotation>
|
639
|
+
<xsd:documentation>LOG_LEVEL_CRIT</xsd:documentation>
|
640
|
+
</xsd:annotation>
|
641
|
+
</xsd:enumeration>
|
642
|
+
<xsd:enumeration value="LOG_LEVEL_ERR">
|
643
|
+
<xsd:annotation>
|
644
|
+
<xsd:documentation>LOG_LEVEL_ERR</xsd:documentation>
|
645
|
+
</xsd:annotation>
|
646
|
+
</xsd:enumeration>
|
647
|
+
<xsd:enumeration value="LOG_LEVEL_WARNING">
|
648
|
+
<xsd:annotation>
|
649
|
+
<xsd:documentation>LOG_LEVEL_WARNING</xsd:documentation>
|
650
|
+
</xsd:annotation>
|
651
|
+
</xsd:enumeration>
|
652
|
+
<xsd:enumeration value="LOG_LEVEL_NOTICE">
|
653
|
+
<xsd:annotation>
|
654
|
+
<xsd:documentation>LOG_LEVEL_NOTICE</xsd:documentation>
|
655
|
+
</xsd:annotation>
|
656
|
+
</xsd:enumeration>
|
657
|
+
<xsd:enumeration value="LOG_LEVEL_INFO">
|
658
|
+
<xsd:annotation>
|
659
|
+
<xsd:documentation>LOG_LEVEL_INFO</xsd:documentation>
|
660
|
+
</xsd:annotation>
|
661
|
+
</xsd:enumeration>
|
662
|
+
<xsd:enumeration value="LOG_LEVEL_DEBUG">
|
663
|
+
<xsd:annotation>
|
664
|
+
<xsd:documentation>LOG_LEVEL_DEBUG</xsd:documentation>
|
665
|
+
</xsd:annotation>
|
666
|
+
</xsd:enumeration>
|
667
|
+
</xsd:restriction>
|
668
|
+
</xsd:simpleType>
|
669
|
+
<xsd:complexType name="Log.SyslogLevelSequence">
|
670
|
+
<xsd:complexContent>
|
671
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
672
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Log.SyslogLevel[]'/>
|
673
|
+
</xsd:restriction>
|
674
|
+
</xsd:complexContent>
|
675
|
+
</xsd:complexType>
|
676
|
+
<xsd:complexType name="Log.Filter.SourceSequence">
|
677
|
+
<xsd:complexContent>
|
678
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
679
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Log.Filter.Source[]'/>
|
680
|
+
</xsd:restriction>
|
681
|
+
</xsd:complexContent>
|
682
|
+
</xsd:complexType>
|
683
|
+
</xsd:schema>
|
684
|
+
</types>
|
685
|
+
|
686
|
+
<!-- message -->
|
687
|
+
|
688
|
+
<message name="Log.Filter.get_listRequest">
|
689
|
+
</message>
|
690
|
+
<message name="Log.Filter.get_listResponse">
|
691
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
692
|
+
</message>
|
693
|
+
|
694
|
+
<message name="Log.Filter.createRequest">
|
695
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
696
|
+
<part name="sources" type="tns:Log.Filter.SourceSequence"/>
|
697
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
698
|
+
</message>
|
699
|
+
<message name="Log.Filter.createResponse">
|
700
|
+
</message>
|
701
|
+
|
702
|
+
<message name="Log.Filter.delete_filterRequest">
|
703
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
704
|
+
</message>
|
705
|
+
<message name="Log.Filter.delete_filterResponse">
|
706
|
+
</message>
|
707
|
+
|
708
|
+
<message name="Log.Filter.delete_all_filtersRequest">
|
709
|
+
</message>
|
710
|
+
<message name="Log.Filter.delete_all_filtersResponse">
|
711
|
+
</message>
|
712
|
+
|
713
|
+
<message name="Log.Filter.set_sourceRequest">
|
714
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
715
|
+
<part name="sources" type="tns:Log.Filter.SourceSequence"/>
|
716
|
+
</message>
|
717
|
+
<message name="Log.Filter.set_sourceResponse">
|
718
|
+
</message>
|
719
|
+
|
720
|
+
<message name="Log.Filter.get_sourceRequest">
|
721
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
722
|
+
</message>
|
723
|
+
<message name="Log.Filter.get_sourceResponse">
|
724
|
+
<part name="return" type="tns:Log.Filter.SourceSequence"/>
|
725
|
+
</message>
|
726
|
+
|
727
|
+
<message name="Log.Filter.set_levelRequest">
|
728
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
729
|
+
<part name="levels" type="tns:Log.SyslogLevelSequence"/>
|
730
|
+
</message>
|
731
|
+
<message name="Log.Filter.set_levelResponse">
|
732
|
+
</message>
|
733
|
+
|
734
|
+
<message name="Log.Filter.get_levelRequest">
|
735
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
736
|
+
</message>
|
737
|
+
<message name="Log.Filter.get_levelResponse">
|
738
|
+
<part name="return" type="tns:Log.SyslogLevelSequence"/>
|
739
|
+
</message>
|
740
|
+
|
741
|
+
<message name="Log.Filter.set_publisherRequest">
|
742
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
743
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
744
|
+
</message>
|
745
|
+
<message name="Log.Filter.set_publisherResponse">
|
746
|
+
</message>
|
747
|
+
|
748
|
+
<message name="Log.Filter.get_publisherRequest">
|
749
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
750
|
+
</message>
|
751
|
+
<message name="Log.Filter.get_publisherResponse">
|
752
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
753
|
+
</message>
|
754
|
+
|
755
|
+
<message name="Log.Filter.set_descriptionRequest">
|
756
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
757
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
758
|
+
</message>
|
759
|
+
<message name="Log.Filter.set_descriptionResponse">
|
760
|
+
</message>
|
761
|
+
|
762
|
+
<message name="Log.Filter.get_descriptionRequest">
|
763
|
+
<part name="filters" type="tns:Common.StringSequence"/>
|
764
|
+
</message>
|
765
|
+
<message name="Log.Filter.get_descriptionResponse">
|
766
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
767
|
+
</message>
|
768
|
+
|
769
|
+
<message name="Log.Filter.get_versionRequest">
|
770
|
+
</message>
|
771
|
+
<message name="Log.Filter.get_versionResponse">
|
772
|
+
<part name="return" type="xsd:string"/>
|
773
|
+
</message>
|
774
|
+
|
775
|
+
<!-- portType -->
|
776
|
+
|
777
|
+
<portType name="Log.FilterPortType">
|
778
|
+
<operation name="get_list">
|
779
|
+
<documentation>
|
780
|
+
Gets the list of log filters.
|
781
|
+
|
782
|
+
</documentation>
|
783
|
+
<input message="tns:Log.Filter.get_listRequest"/>
|
784
|
+
<output message="tns:Log.Filter.get_listResponse"/>
|
785
|
+
</operation>
|
786
|
+
<operation name="create">
|
787
|
+
<documentation>
|
788
|
+
Creates a log filter.
|
789
|
+
|
790
|
+
</documentation>
|
791
|
+
<input message="tns:Log.Filter.createRequest"/>
|
792
|
+
<output message="tns:Log.Filter.createResponse"/>
|
793
|
+
</operation>
|
794
|
+
<operation name="delete_filter">
|
795
|
+
<documentation>
|
796
|
+
Deletes the specified log filters.
|
797
|
+
|
798
|
+
</documentation>
|
799
|
+
<input message="tns:Log.Filter.delete_filterRequest"/>
|
800
|
+
<output message="tns:Log.Filter.delete_filterResponse"/>
|
801
|
+
</operation>
|
802
|
+
<operation name="delete_all_filters">
|
803
|
+
<documentation>
|
804
|
+
Deletes all log filters.
|
805
|
+
|
806
|
+
</documentation>
|
807
|
+
<input message="tns:Log.Filter.delete_all_filtersRequest"/>
|
808
|
+
<output message="tns:Log.Filter.delete_all_filtersResponse"/>
|
809
|
+
</operation>
|
810
|
+
<operation name="set_source">
|
811
|
+
<documentation>
|
812
|
+
Sets the source of messages for the specified filters. If no source
|
813
|
+
is specified, all sources will be filtered.
|
814
|
+
|
815
|
+
</documentation>
|
816
|
+
<input message="tns:Log.Filter.set_sourceRequest"/>
|
817
|
+
<output message="tns:Log.Filter.set_sourceResponse"/>
|
818
|
+
</operation>
|
819
|
+
<operation name="get_source">
|
820
|
+
<documentation>
|
821
|
+
Gets the source of messages for the specified log filters.
|
822
|
+
|
823
|
+
</documentation>
|
824
|
+
<input message="tns:Log.Filter.get_sourceRequest"/>
|
825
|
+
<output message="tns:Log.Filter.get_sourceResponse"/>
|
826
|
+
</operation>
|
827
|
+
<operation name="set_level">
|
828
|
+
<documentation>
|
829
|
+
Gets the lowest severity level of a message that will be matched by
|
830
|
+
the specified log filters.
|
831
|
+
|
832
|
+
</documentation>
|
833
|
+
<input message="tns:Log.Filter.set_levelRequest"/>
|
834
|
+
<output message="tns:Log.Filter.set_levelResponse"/>
|
835
|
+
</operation>
|
836
|
+
<operation name="get_level">
|
837
|
+
<documentation>
|
838
|
+
Gets the lowest severity level of a message that will be matched by
|
839
|
+
the specified log filters.
|
840
|
+
|
841
|
+
</documentation>
|
842
|
+
<input message="tns:Log.Filter.get_levelRequest"/>
|
843
|
+
<output message="tns:Log.Filter.get_levelResponse"/>
|
844
|
+
</operation>
|
845
|
+
<operation name="set_publisher">
|
846
|
+
<documentation>
|
847
|
+
Sets the log publisher which will send out messages chosen by the
|
848
|
+
specified log filters.
|
849
|
+
|
850
|
+
</documentation>
|
851
|
+
<input message="tns:Log.Filter.set_publisherRequest"/>
|
852
|
+
<output message="tns:Log.Filter.set_publisherResponse"/>
|
853
|
+
</operation>
|
854
|
+
<operation name="get_publisher">
|
855
|
+
<documentation>
|
856
|
+
Gets the log publisher which will send out messages chosen by the
|
857
|
+
specified log filters.
|
858
|
+
|
859
|
+
</documentation>
|
860
|
+
<input message="tns:Log.Filter.get_publisherRequest"/>
|
861
|
+
<output message="tns:Log.Filter.get_publisherResponse"/>
|
862
|
+
</operation>
|
863
|
+
<operation name="set_description">
|
864
|
+
<documentation>
|
865
|
+
Sets the description for the specified log filters.
|
866
|
+
|
867
|
+
This is an arbitrary field which can be used for any purpose.
|
868
|
+
|
869
|
+
</documentation>
|
870
|
+
<input message="tns:Log.Filter.set_descriptionRequest"/>
|
871
|
+
<output message="tns:Log.Filter.set_descriptionResponse"/>
|
872
|
+
</operation>
|
873
|
+
<operation name="get_description">
|
874
|
+
<documentation>
|
875
|
+
Gets the descriptions for the specified log filters.
|
876
|
+
|
877
|
+
</documentation>
|
878
|
+
<input message="tns:Log.Filter.get_descriptionRequest"/>
|
879
|
+
<output message="tns:Log.Filter.get_descriptionResponse"/>
|
880
|
+
</operation>
|
881
|
+
<operation name="get_version">
|
882
|
+
<documentation>
|
883
|
+
Gets the version information for this interface.
|
884
|
+
|
885
|
+
</documentation>
|
886
|
+
<input message="tns:Log.Filter.get_versionRequest"/>
|
887
|
+
<output message="tns:Log.Filter.get_versionResponse"/>
|
888
|
+
</operation>
|
889
|
+
</portType>
|
890
|
+
|
891
|
+
<!-- binding -->
|
892
|
+
|
893
|
+
<binding name="Log.FilterBinding" type="tns:Log.FilterPortType">
|
894
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
895
|
+
<operation name="get_list">
|
896
|
+
<documentation>
|
897
|
+
Gets the list of log filters.
|
898
|
+
|
899
|
+
</documentation>
|
900
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
901
|
+
<input>
|
902
|
+
<soap:body
|
903
|
+
use="encoded"
|
904
|
+
namespace="urn:iControl:Log/Filter"
|
905
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
906
|
+
</input>
|
907
|
+
<output>
|
908
|
+
<soap:body
|
909
|
+
use="encoded"
|
910
|
+
namespace="urn:iControl:Log/Filter"
|
911
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
912
|
+
</output>
|
913
|
+
</operation>
|
914
|
+
|
915
|
+
<operation name="create">
|
916
|
+
<documentation>
|
917
|
+
Creates a log filter.
|
918
|
+
|
919
|
+
</documentation>
|
920
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
921
|
+
<input>
|
922
|
+
<soap:body
|
923
|
+
use="encoded"
|
924
|
+
namespace="urn:iControl:Log/Filter"
|
925
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
926
|
+
</input>
|
927
|
+
<output>
|
928
|
+
<soap:body
|
929
|
+
use="encoded"
|
930
|
+
namespace="urn:iControl:Log/Filter"
|
931
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
932
|
+
</output>
|
933
|
+
</operation>
|
934
|
+
|
935
|
+
<operation name="delete_filter">
|
936
|
+
<documentation>
|
937
|
+
Deletes the specified log filters.
|
938
|
+
|
939
|
+
</documentation>
|
940
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
941
|
+
<input>
|
942
|
+
<soap:body
|
943
|
+
use="encoded"
|
944
|
+
namespace="urn:iControl:Log/Filter"
|
945
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
946
|
+
</input>
|
947
|
+
<output>
|
948
|
+
<soap:body
|
949
|
+
use="encoded"
|
950
|
+
namespace="urn:iControl:Log/Filter"
|
951
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
952
|
+
</output>
|
953
|
+
</operation>
|
954
|
+
|
955
|
+
<operation name="delete_all_filters">
|
956
|
+
<documentation>
|
957
|
+
Deletes all log filters.
|
958
|
+
|
959
|
+
</documentation>
|
960
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
961
|
+
<input>
|
962
|
+
<soap:body
|
963
|
+
use="encoded"
|
964
|
+
namespace="urn:iControl:Log/Filter"
|
965
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
966
|
+
</input>
|
967
|
+
<output>
|
968
|
+
<soap:body
|
969
|
+
use="encoded"
|
970
|
+
namespace="urn:iControl:Log/Filter"
|
971
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
972
|
+
</output>
|
973
|
+
</operation>
|
974
|
+
|
975
|
+
<operation name="set_source">
|
976
|
+
<documentation>
|
977
|
+
Sets the source of messages for the specified filters. If no source
|
978
|
+
is specified, all sources will be filtered.
|
979
|
+
|
980
|
+
</documentation>
|
981
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
982
|
+
<input>
|
983
|
+
<soap:body
|
984
|
+
use="encoded"
|
985
|
+
namespace="urn:iControl:Log/Filter"
|
986
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
987
|
+
</input>
|
988
|
+
<output>
|
989
|
+
<soap:body
|
990
|
+
use="encoded"
|
991
|
+
namespace="urn:iControl:Log/Filter"
|
992
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
993
|
+
</output>
|
994
|
+
</operation>
|
995
|
+
|
996
|
+
<operation name="get_source">
|
997
|
+
<documentation>
|
998
|
+
Gets the source of messages for the specified log filters.
|
999
|
+
|
1000
|
+
</documentation>
|
1001
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1002
|
+
<input>
|
1003
|
+
<soap:body
|
1004
|
+
use="encoded"
|
1005
|
+
namespace="urn:iControl:Log/Filter"
|
1006
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1007
|
+
</input>
|
1008
|
+
<output>
|
1009
|
+
<soap:body
|
1010
|
+
use="encoded"
|
1011
|
+
namespace="urn:iControl:Log/Filter"
|
1012
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1013
|
+
</output>
|
1014
|
+
</operation>
|
1015
|
+
|
1016
|
+
<operation name="set_level">
|
1017
|
+
<documentation>
|
1018
|
+
Gets the lowest severity level of a message that will be matched by
|
1019
|
+
the specified log filters.
|
1020
|
+
|
1021
|
+
</documentation>
|
1022
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1023
|
+
<input>
|
1024
|
+
<soap:body
|
1025
|
+
use="encoded"
|
1026
|
+
namespace="urn:iControl:Log/Filter"
|
1027
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1028
|
+
</input>
|
1029
|
+
<output>
|
1030
|
+
<soap:body
|
1031
|
+
use="encoded"
|
1032
|
+
namespace="urn:iControl:Log/Filter"
|
1033
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1034
|
+
</output>
|
1035
|
+
</operation>
|
1036
|
+
|
1037
|
+
<operation name="get_level">
|
1038
|
+
<documentation>
|
1039
|
+
Gets the lowest severity level of a message that will be matched by
|
1040
|
+
the specified log filters.
|
1041
|
+
|
1042
|
+
</documentation>
|
1043
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1044
|
+
<input>
|
1045
|
+
<soap:body
|
1046
|
+
use="encoded"
|
1047
|
+
namespace="urn:iControl:Log/Filter"
|
1048
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1049
|
+
</input>
|
1050
|
+
<output>
|
1051
|
+
<soap:body
|
1052
|
+
use="encoded"
|
1053
|
+
namespace="urn:iControl:Log/Filter"
|
1054
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1055
|
+
</output>
|
1056
|
+
</operation>
|
1057
|
+
|
1058
|
+
<operation name="set_publisher">
|
1059
|
+
<documentation>
|
1060
|
+
Sets the log publisher which will send out messages chosen by the
|
1061
|
+
specified log filters.
|
1062
|
+
|
1063
|
+
</documentation>
|
1064
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1065
|
+
<input>
|
1066
|
+
<soap:body
|
1067
|
+
use="encoded"
|
1068
|
+
namespace="urn:iControl:Log/Filter"
|
1069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1070
|
+
</input>
|
1071
|
+
<output>
|
1072
|
+
<soap:body
|
1073
|
+
use="encoded"
|
1074
|
+
namespace="urn:iControl:Log/Filter"
|
1075
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1076
|
+
</output>
|
1077
|
+
</operation>
|
1078
|
+
|
1079
|
+
<operation name="get_publisher">
|
1080
|
+
<documentation>
|
1081
|
+
Gets the log publisher which will send out messages chosen by the
|
1082
|
+
specified log filters.
|
1083
|
+
|
1084
|
+
</documentation>
|
1085
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1086
|
+
<input>
|
1087
|
+
<soap:body
|
1088
|
+
use="encoded"
|
1089
|
+
namespace="urn:iControl:Log/Filter"
|
1090
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1091
|
+
</input>
|
1092
|
+
<output>
|
1093
|
+
<soap:body
|
1094
|
+
use="encoded"
|
1095
|
+
namespace="urn:iControl:Log/Filter"
|
1096
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1097
|
+
</output>
|
1098
|
+
</operation>
|
1099
|
+
|
1100
|
+
<operation name="set_description">
|
1101
|
+
<documentation>
|
1102
|
+
Sets the description for the specified log filters.
|
1103
|
+
|
1104
|
+
This is an arbitrary field which can be used for any purpose.
|
1105
|
+
|
1106
|
+
</documentation>
|
1107
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1108
|
+
<input>
|
1109
|
+
<soap:body
|
1110
|
+
use="encoded"
|
1111
|
+
namespace="urn:iControl:Log/Filter"
|
1112
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1113
|
+
</input>
|
1114
|
+
<output>
|
1115
|
+
<soap:body
|
1116
|
+
use="encoded"
|
1117
|
+
namespace="urn:iControl:Log/Filter"
|
1118
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1119
|
+
</output>
|
1120
|
+
</operation>
|
1121
|
+
|
1122
|
+
<operation name="get_description">
|
1123
|
+
<documentation>
|
1124
|
+
Gets the descriptions for the specified log filters.
|
1125
|
+
|
1126
|
+
</documentation>
|
1127
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1128
|
+
<input>
|
1129
|
+
<soap:body
|
1130
|
+
use="encoded"
|
1131
|
+
namespace="urn:iControl:Log/Filter"
|
1132
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1133
|
+
</input>
|
1134
|
+
<output>
|
1135
|
+
<soap:body
|
1136
|
+
use="encoded"
|
1137
|
+
namespace="urn:iControl:Log/Filter"
|
1138
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1139
|
+
</output>
|
1140
|
+
</operation>
|
1141
|
+
|
1142
|
+
<operation name="get_version">
|
1143
|
+
<documentation>
|
1144
|
+
Gets the version information for this interface.
|
1145
|
+
|
1146
|
+
</documentation>
|
1147
|
+
<soap:operation soapAction="urn:iControl:Log/Filter"/>
|
1148
|
+
<input>
|
1149
|
+
<soap:body
|
1150
|
+
use="encoded"
|
1151
|
+
namespace="urn:iControl:Log/Filter"
|
1152
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1153
|
+
</input>
|
1154
|
+
<output>
|
1155
|
+
<soap:body
|
1156
|
+
use="encoded"
|
1157
|
+
namespace="urn:iControl:Log/Filter"
|
1158
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1159
|
+
</output>
|
1160
|
+
</operation>
|
1161
|
+
</binding>
|
1162
|
+
|
1163
|
+
<!-- service -->
|
1164
|
+
|
1165
|
+
<service name="Log.Filter">
|
1166
|
+
<documentation>
|
1167
|
+
The filter interface enables you to create and modify filters which
|
1168
|
+
are used to select messages for processing by a log publisher.
|
1169
|
+
|
1170
|
+
</documentation>
|
1171
|
+
<port name="Log.FilterPort" binding="tns:Log.FilterBinding">
|
1172
|
+
<soap:address location="https://url_to_service"/>
|
1173
|
+
</port>
|
1174
|
+
</service>
|
1175
|
+
</definitions>
|