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.DestinationArcSight"
|
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.DestinationArcSight.get_listRequest">
|
37
|
+
</message>
|
38
|
+
<message name="Log.DestinationArcSight.get_listResponse">
|
39
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
40
|
+
</message>
|
41
|
+
|
42
|
+
<message name="Log.DestinationArcSight.createRequest">
|
43
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
44
|
+
<part name="forwarding_destinations" type="tns:Common.StringSequence"/>
|
45
|
+
</message>
|
46
|
+
<message name="Log.DestinationArcSight.createResponse">
|
47
|
+
</message>
|
48
|
+
|
49
|
+
<message name="Log.DestinationArcSight.delete_arcsight_destinationRequest">
|
50
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
51
|
+
</message>
|
52
|
+
<message name="Log.DestinationArcSight.delete_arcsight_destinationResponse">
|
53
|
+
</message>
|
54
|
+
|
55
|
+
<message name="Log.DestinationArcSight.delete_all_arcsight_destinationsRequest">
|
56
|
+
</message>
|
57
|
+
<message name="Log.DestinationArcSight.delete_all_arcsight_destinationsResponse">
|
58
|
+
</message>
|
59
|
+
|
60
|
+
<message name="Log.DestinationArcSight.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.DestinationArcSight.set_forwarding_destinationResponse">
|
65
|
+
</message>
|
66
|
+
|
67
|
+
<message name="Log.DestinationArcSight.get_forwarding_destinationRequest">
|
68
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
69
|
+
</message>
|
70
|
+
<message name="Log.DestinationArcSight.get_forwarding_destinationResponse">
|
71
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
|
74
|
+
<message name="Log.DestinationArcSight.set_descriptionRequest">
|
75
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
76
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
77
|
+
</message>
|
78
|
+
<message name="Log.DestinationArcSight.set_descriptionResponse">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="Log.DestinationArcSight.get_descriptionRequest">
|
82
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
83
|
+
</message>
|
84
|
+
<message name="Log.DestinationArcSight.get_descriptionResponse">
|
85
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Log.DestinationArcSight.get_versionRequest">
|
89
|
+
</message>
|
90
|
+
<message name="Log.DestinationArcSight.get_versionResponse">
|
91
|
+
<part name="return" type="xsd:string"/>
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<!-- portType -->
|
95
|
+
|
96
|
+
<portType name="Log.DestinationArcSightPortType">
|
97
|
+
<operation name="get_list">
|
98
|
+
<documentation>
|
99
|
+
Gets the list of ArcSight destinations.
|
100
|
+
|
101
|
+
</documentation>
|
102
|
+
<input message="tns:Log.DestinationArcSight.get_listRequest"/>
|
103
|
+
<output message="tns:Log.DestinationArcSight.get_listResponse"/>
|
104
|
+
</operation>
|
105
|
+
<operation name="create">
|
106
|
+
<documentation>
|
107
|
+
Creates new ArcSight destinations.
|
108
|
+
|
109
|
+
</documentation>
|
110
|
+
<input message="tns:Log.DestinationArcSight.createRequest"/>
|
111
|
+
<output message="tns:Log.DestinationArcSight.createResponse"/>
|
112
|
+
</operation>
|
113
|
+
<operation name="delete_arcsight_destination">
|
114
|
+
<documentation>
|
115
|
+
Deletes the specified ArcSight destinations.
|
116
|
+
|
117
|
+
</documentation>
|
118
|
+
<input message="tns:Log.DestinationArcSight.delete_arcsight_destinationRequest"/>
|
119
|
+
<output message="tns:Log.DestinationArcSight.delete_arcsight_destinationResponse"/>
|
120
|
+
</operation>
|
121
|
+
<operation name="delete_all_arcsight_destinations">
|
122
|
+
<documentation>
|
123
|
+
Deletes all ArcSight destinations.
|
124
|
+
|
125
|
+
</documentation>
|
126
|
+
<input message="tns:Log.DestinationArcSight.delete_all_arcsight_destinationsRequest"/>
|
127
|
+
<output message="tns:Log.DestinationArcSight.delete_all_arcsight_destinationsResponse"/>
|
128
|
+
</operation>
|
129
|
+
<operation name="set_forwarding_destination">
|
130
|
+
<documentation>
|
131
|
+
Sets the log destination that will be used to forward ArcSight formatted
|
132
|
+
messages for the specified ArcSight destinations.
|
133
|
+
|
134
|
+
</documentation>
|
135
|
+
<input message="tns:Log.DestinationArcSight.set_forwarding_destinationRequest"/>
|
136
|
+
<output message="tns:Log.DestinationArcSight.set_forwarding_destinationResponse"/>
|
137
|
+
</operation>
|
138
|
+
<operation name="get_forwarding_destination">
|
139
|
+
<documentation>
|
140
|
+
Gets the forwarding destinations attached to the specified ArcSight
|
141
|
+
destinations.
|
142
|
+
|
143
|
+
</documentation>
|
144
|
+
<input message="tns:Log.DestinationArcSight.get_forwarding_destinationRequest"/>
|
145
|
+
<output message="tns:Log.DestinationArcSight.get_forwarding_destinationResponse"/>
|
146
|
+
</operation>
|
147
|
+
<operation name="set_description">
|
148
|
+
<documentation>
|
149
|
+
Sets the description for the specified ArcSight destinations.
|
150
|
+
|
151
|
+
This is an arbitrary field which can be used for any purpose.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Log.DestinationArcSight.set_descriptionRequest"/>
|
155
|
+
<output message="tns:Log.DestinationArcSight.set_descriptionResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="get_description">
|
158
|
+
<documentation>
|
159
|
+
Gets the description for the specified ArcSight destinations.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Log.DestinationArcSight.get_descriptionRequest"/>
|
163
|
+
<output message="tns:Log.DestinationArcSight.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.DestinationArcSight.get_versionRequest"/>
|
171
|
+
<output message="tns:Log.DestinationArcSight.get_versionResponse"/>
|
172
|
+
</operation>
|
173
|
+
</portType>
|
174
|
+
|
175
|
+
<!-- binding -->
|
176
|
+
|
177
|
+
<binding name="Log.DestinationArcSightBinding" type="tns:Log.DestinationArcSightPortType">
|
178
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
179
|
+
<operation name="get_list">
|
180
|
+
<documentation>
|
181
|
+
Gets the list of ArcSight destinations.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
185
|
+
<input>
|
186
|
+
<soap:body
|
187
|
+
use="encoded"
|
188
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
190
|
+
</input>
|
191
|
+
<output>
|
192
|
+
<soap:body
|
193
|
+
use="encoded"
|
194
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
195
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
196
|
+
</output>
|
197
|
+
</operation>
|
198
|
+
|
199
|
+
<operation name="create">
|
200
|
+
<documentation>
|
201
|
+
Creates new ArcSight destinations.
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
205
|
+
<input>
|
206
|
+
<soap:body
|
207
|
+
use="encoded"
|
208
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
209
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
210
|
+
</input>
|
211
|
+
<output>
|
212
|
+
<soap:body
|
213
|
+
use="encoded"
|
214
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
215
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
216
|
+
</output>
|
217
|
+
</operation>
|
218
|
+
|
219
|
+
<operation name="delete_arcsight_destination">
|
220
|
+
<documentation>
|
221
|
+
Deletes the specified ArcSight destinations.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
225
|
+
<input>
|
226
|
+
<soap:body
|
227
|
+
use="encoded"
|
228
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
230
|
+
</input>
|
231
|
+
<output>
|
232
|
+
<soap:body
|
233
|
+
use="encoded"
|
234
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
235
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
236
|
+
</output>
|
237
|
+
</operation>
|
238
|
+
|
239
|
+
<operation name="delete_all_arcsight_destinations">
|
240
|
+
<documentation>
|
241
|
+
Deletes all ArcSight destinations.
|
242
|
+
|
243
|
+
</documentation>
|
244
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
245
|
+
<input>
|
246
|
+
<soap:body
|
247
|
+
use="encoded"
|
248
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
250
|
+
</input>
|
251
|
+
<output>
|
252
|
+
<soap:body
|
253
|
+
use="encoded"
|
254
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
255
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
256
|
+
</output>
|
257
|
+
</operation>
|
258
|
+
|
259
|
+
<operation name="set_forwarding_destination">
|
260
|
+
<documentation>
|
261
|
+
Sets the log destination that will be used to forward ArcSight formatted
|
262
|
+
messages for the specified ArcSight destinations.
|
263
|
+
|
264
|
+
</documentation>
|
265
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
266
|
+
<input>
|
267
|
+
<soap:body
|
268
|
+
use="encoded"
|
269
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
270
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
271
|
+
</input>
|
272
|
+
<output>
|
273
|
+
<soap:body
|
274
|
+
use="encoded"
|
275
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
276
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
277
|
+
</output>
|
278
|
+
</operation>
|
279
|
+
|
280
|
+
<operation name="get_forwarding_destination">
|
281
|
+
<documentation>
|
282
|
+
Gets the forwarding destinations attached to the specified ArcSight
|
283
|
+
destinations.
|
284
|
+
|
285
|
+
</documentation>
|
286
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
287
|
+
<input>
|
288
|
+
<soap:body
|
289
|
+
use="encoded"
|
290
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
291
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
292
|
+
</input>
|
293
|
+
<output>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
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 ArcSight 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/DestinationArcSight"/>
|
309
|
+
<input>
|
310
|
+
<soap:body
|
311
|
+
use="encoded"
|
312
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
313
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
314
|
+
</input>
|
315
|
+
<output>
|
316
|
+
<soap:body
|
317
|
+
use="encoded"
|
318
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
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 ArcSight destinations.
|
326
|
+
|
327
|
+
</documentation>
|
328
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationArcSight"/>
|
329
|
+
<input>
|
330
|
+
<soap:body
|
331
|
+
use="encoded"
|
332
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
333
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
334
|
+
</input>
|
335
|
+
<output>
|
336
|
+
<soap:body
|
337
|
+
use="encoded"
|
338
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
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/DestinationArcSight"/>
|
349
|
+
<input>
|
350
|
+
<soap:body
|
351
|
+
use="encoded"
|
352
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
+
</input>
|
355
|
+
<output>
|
356
|
+
<soap:body
|
357
|
+
use="encoded"
|
358
|
+
namespace="urn:iControl:Log/DestinationArcSight"
|
359
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
360
|
+
</output>
|
361
|
+
</operation>
|
362
|
+
</binding>
|
363
|
+
|
364
|
+
<!-- service -->
|
365
|
+
|
366
|
+
<service name="Log.DestinationArcSight">
|
367
|
+
<documentation>
|
368
|
+
The DestinationArcSight interface enables you to format log messages
|
369
|
+
into ArcSight format and specify a destination to which to forward
|
370
|
+
those messages.
|
371
|
+
|
372
|
+
</documentation>
|
373
|
+
<port name="Log.DestinationArcSightPort" binding="tns:Log.DestinationArcSightBinding">
|
374
|
+
<soap:address location="https://url_to_service"/>
|
375
|
+
</port>
|
376
|
+
</service>
|
377
|
+
</definitions>
|
@@ -0,0 +1,469 @@
|
|
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.DestinationLocalSyslog"
|
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.SyslogLevel">
|
32
|
+
<xsd:restriction base="xsd:string">
|
33
|
+
<xsd:enumeration value="LOG_LEVEL_UNKNOWN">
|
34
|
+
<xsd:annotation>
|
35
|
+
<xsd:documentation>LOG_LEVEL_UNKNOWN</xsd:documentation>
|
36
|
+
</xsd:annotation>
|
37
|
+
</xsd:enumeration>
|
38
|
+
<xsd:enumeration value="LOG_LEVEL_EMERG">
|
39
|
+
<xsd:annotation>
|
40
|
+
<xsd:documentation>LOG_LEVEL_EMERG</xsd:documentation>
|
41
|
+
</xsd:annotation>
|
42
|
+
</xsd:enumeration>
|
43
|
+
<xsd:enumeration value="LOG_LEVEL_ALERT">
|
44
|
+
<xsd:annotation>
|
45
|
+
<xsd:documentation>LOG_LEVEL_ALERT</xsd:documentation>
|
46
|
+
</xsd:annotation>
|
47
|
+
</xsd:enumeration>
|
48
|
+
<xsd:enumeration value="LOG_LEVEL_CRIT">
|
49
|
+
<xsd:annotation>
|
50
|
+
<xsd:documentation>LOG_LEVEL_CRIT</xsd:documentation>
|
51
|
+
</xsd:annotation>
|
52
|
+
</xsd:enumeration>
|
53
|
+
<xsd:enumeration value="LOG_LEVEL_ERR">
|
54
|
+
<xsd:annotation>
|
55
|
+
<xsd:documentation>LOG_LEVEL_ERR</xsd:documentation>
|
56
|
+
</xsd:annotation>
|
57
|
+
</xsd:enumeration>
|
58
|
+
<xsd:enumeration value="LOG_LEVEL_WARNING">
|
59
|
+
<xsd:annotation>
|
60
|
+
<xsd:documentation>LOG_LEVEL_WARNING</xsd:documentation>
|
61
|
+
</xsd:annotation>
|
62
|
+
</xsd:enumeration>
|
63
|
+
<xsd:enumeration value="LOG_LEVEL_NOTICE">
|
64
|
+
<xsd:annotation>
|
65
|
+
<xsd:documentation>LOG_LEVEL_NOTICE</xsd:documentation>
|
66
|
+
</xsd:annotation>
|
67
|
+
</xsd:enumeration>
|
68
|
+
<xsd:enumeration value="LOG_LEVEL_INFO">
|
69
|
+
<xsd:annotation>
|
70
|
+
<xsd:documentation>LOG_LEVEL_INFO</xsd:documentation>
|
71
|
+
</xsd:annotation>
|
72
|
+
</xsd:enumeration>
|
73
|
+
<xsd:enumeration value="LOG_LEVEL_DEBUG">
|
74
|
+
<xsd:annotation>
|
75
|
+
<xsd:documentation>LOG_LEVEL_DEBUG</xsd:documentation>
|
76
|
+
</xsd:annotation>
|
77
|
+
</xsd:enumeration>
|
78
|
+
</xsd:restriction>
|
79
|
+
</xsd:simpleType>
|
80
|
+
<xsd:complexType name="Log.SyslogLevelSequence">
|
81
|
+
<xsd:complexContent>
|
82
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
83
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Log.SyslogLevel[]'/>
|
84
|
+
</xsd:restriction>
|
85
|
+
</xsd:complexContent>
|
86
|
+
</xsd:complexType>
|
87
|
+
<xsd:simpleType name="Log.SyslogFacility">
|
88
|
+
<xsd:restriction base="xsd:string">
|
89
|
+
<xsd:enumeration value="LOG_FACILITY_UNKNOWN">
|
90
|
+
<xsd:annotation>
|
91
|
+
<xsd:documentation>LOG_FACILITY_UNKNOWN</xsd:documentation>
|
92
|
+
</xsd:annotation>
|
93
|
+
</xsd:enumeration>
|
94
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL0">
|
95
|
+
<xsd:annotation>
|
96
|
+
<xsd:documentation>LOG_FACILITY_LOCAL0</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
</xsd:enumeration>
|
99
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL1">
|
100
|
+
<xsd:annotation>
|
101
|
+
<xsd:documentation>LOG_FACILITY_LOCAL1</xsd:documentation>
|
102
|
+
</xsd:annotation>
|
103
|
+
</xsd:enumeration>
|
104
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL2">
|
105
|
+
<xsd:annotation>
|
106
|
+
<xsd:documentation>LOG_FACILITY_LOCAL2</xsd:documentation>
|
107
|
+
</xsd:annotation>
|
108
|
+
</xsd:enumeration>
|
109
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL3">
|
110
|
+
<xsd:annotation>
|
111
|
+
<xsd:documentation>LOG_FACILITY_LOCAL3</xsd:documentation>
|
112
|
+
</xsd:annotation>
|
113
|
+
</xsd:enumeration>
|
114
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL4">
|
115
|
+
<xsd:annotation>
|
116
|
+
<xsd:documentation>LOG_FACILITY_LOCAL4</xsd:documentation>
|
117
|
+
</xsd:annotation>
|
118
|
+
</xsd:enumeration>
|
119
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL5">
|
120
|
+
<xsd:annotation>
|
121
|
+
<xsd:documentation>LOG_FACILITY_LOCAL5</xsd:documentation>
|
122
|
+
</xsd:annotation>
|
123
|
+
</xsd:enumeration>
|
124
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL6">
|
125
|
+
<xsd:annotation>
|
126
|
+
<xsd:documentation>LOG_FACILITY_LOCAL6</xsd:documentation>
|
127
|
+
</xsd:annotation>
|
128
|
+
</xsd:enumeration>
|
129
|
+
<xsd:enumeration value="LOG_FACILITY_LOCAL7">
|
130
|
+
<xsd:annotation>
|
131
|
+
<xsd:documentation>LOG_FACILITY_LOCAL7</xsd:documentation>
|
132
|
+
</xsd:annotation>
|
133
|
+
</xsd:enumeration>
|
134
|
+
</xsd:restriction>
|
135
|
+
</xsd:simpleType>
|
136
|
+
<xsd:complexType name="Log.SyslogFacilitySequence">
|
137
|
+
<xsd:complexContent>
|
138
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
139
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Log.SyslogFacility[]'/>
|
140
|
+
</xsd:restriction>
|
141
|
+
</xsd:complexContent>
|
142
|
+
</xsd:complexType>
|
143
|
+
</xsd:schema>
|
144
|
+
</types>
|
145
|
+
|
146
|
+
<!-- message -->
|
147
|
+
|
148
|
+
<message name="Log.DestinationLocalSyslog.get_listRequest">
|
149
|
+
</message>
|
150
|
+
<message name="Log.DestinationLocalSyslog.get_listResponse">
|
151
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
152
|
+
</message>
|
153
|
+
|
154
|
+
<message name="Log.DestinationLocalSyslog.set_default_facilityRequest">
|
155
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
156
|
+
<part name="facilities" type="tns:Log.SyslogFacilitySequence"/>
|
157
|
+
</message>
|
158
|
+
<message name="Log.DestinationLocalSyslog.set_default_facilityResponse">
|
159
|
+
</message>
|
160
|
+
|
161
|
+
<message name="Log.DestinationLocalSyslog.get_default_facilityRequest">
|
162
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
163
|
+
</message>
|
164
|
+
<message name="Log.DestinationLocalSyslog.get_default_facilityResponse">
|
165
|
+
<part name="return" type="tns:Log.SyslogFacilitySequence"/>
|
166
|
+
</message>
|
167
|
+
|
168
|
+
<message name="Log.DestinationLocalSyslog.set_default_severityRequest">
|
169
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
170
|
+
<part name="levels" type="tns:Log.SyslogLevelSequence"/>
|
171
|
+
</message>
|
172
|
+
<message name="Log.DestinationLocalSyslog.set_default_severityResponse">
|
173
|
+
</message>
|
174
|
+
|
175
|
+
<message name="Log.DestinationLocalSyslog.get_default_severityRequest">
|
176
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
177
|
+
</message>
|
178
|
+
<message name="Log.DestinationLocalSyslog.get_default_severityResponse">
|
179
|
+
<part name="return" type="tns:Log.SyslogLevelSequence"/>
|
180
|
+
</message>
|
181
|
+
|
182
|
+
<message name="Log.DestinationLocalSyslog.set_descriptionRequest">
|
183
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
184
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
185
|
+
</message>
|
186
|
+
<message name="Log.DestinationLocalSyslog.set_descriptionResponse">
|
187
|
+
</message>
|
188
|
+
|
189
|
+
<message name="Log.DestinationLocalSyslog.get_descriptionRequest">
|
190
|
+
<part name="destinations" type="tns:Common.StringSequence"/>
|
191
|
+
</message>
|
192
|
+
<message name="Log.DestinationLocalSyslog.get_descriptionResponse">
|
193
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
194
|
+
</message>
|
195
|
+
|
196
|
+
<message name="Log.DestinationLocalSyslog.get_versionRequest">
|
197
|
+
</message>
|
198
|
+
<message name="Log.DestinationLocalSyslog.get_versionResponse">
|
199
|
+
<part name="return" type="xsd:string"/>
|
200
|
+
</message>
|
201
|
+
|
202
|
+
<!-- portType -->
|
203
|
+
|
204
|
+
<portType name="Log.DestinationLocalSyslogPortType">
|
205
|
+
<operation name="get_list">
|
206
|
+
<documentation>
|
207
|
+
Gets the name of the local syslog destination. It is "local-syslog"
|
208
|
+
by default.
|
209
|
+
|
210
|
+
</documentation>
|
211
|
+
<input message="tns:Log.DestinationLocalSyslog.get_listRequest"/>
|
212
|
+
<output message="tns:Log.DestinationLocalSyslog.get_listResponse"/>
|
213
|
+
</operation>
|
214
|
+
<operation name="set_default_facility">
|
215
|
+
<documentation>
|
216
|
+
Sets the default facility for the specified local syslog
|
217
|
+
destination. Syslog messages that come in without a
|
218
|
+
facility specified are given the default facility. See
|
219
|
+
Log::SyslogFacility for more details.
|
220
|
+
|
221
|
+
</documentation>
|
222
|
+
<input message="tns:Log.DestinationLocalSyslog.set_default_facilityRequest"/>
|
223
|
+
<output message="tns:Log.DestinationLocalSyslog.set_default_facilityResponse"/>
|
224
|
+
</operation>
|
225
|
+
<operation name="get_default_facility">
|
226
|
+
<documentation>
|
227
|
+
Gets the default facility for the specified local syslog
|
228
|
+
destination.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<input message="tns:Log.DestinationLocalSyslog.get_default_facilityRequest"/>
|
232
|
+
<output message="tns:Log.DestinationLocalSyslog.get_default_facilityResponse"/>
|
233
|
+
</operation>
|
234
|
+
<operation name="set_default_severity">
|
235
|
+
<documentation>
|
236
|
+
Sets the default severity for messages sent to the local syslog
|
237
|
+
destinations. The default severity is the severity given to
|
238
|
+
syslog messages without a severity given.
|
239
|
+
|
240
|
+
</documentation>
|
241
|
+
<input message="tns:Log.DestinationLocalSyslog.set_default_severityRequest"/>
|
242
|
+
<output message="tns:Log.DestinationLocalSyslog.set_default_severityResponse"/>
|
243
|
+
</operation>
|
244
|
+
<operation name="get_default_severity">
|
245
|
+
<documentation>
|
246
|
+
Gets the default severity for the local syslog destination.
|
247
|
+
|
248
|
+
</documentation>
|
249
|
+
<input message="tns:Log.DestinationLocalSyslog.get_default_severityRequest"/>
|
250
|
+
<output message="tns:Log.DestinationLocalSyslog.get_default_severityResponse"/>
|
251
|
+
</operation>
|
252
|
+
<operation name="set_description">
|
253
|
+
<documentation>
|
254
|
+
Sets the description for the local syslog destination.
|
255
|
+
|
256
|
+
This is an arbitrary field which can be used for any purpose.
|
257
|
+
|
258
|
+
</documentation>
|
259
|
+
<input message="tns:Log.DestinationLocalSyslog.set_descriptionRequest"/>
|
260
|
+
<output message="tns:Log.DestinationLocalSyslog.set_descriptionResponse"/>
|
261
|
+
</operation>
|
262
|
+
<operation name="get_description">
|
263
|
+
<documentation>
|
264
|
+
Gets the descriptions for the specified local syslog destination.
|
265
|
+
|
266
|
+
</documentation>
|
267
|
+
<input message="tns:Log.DestinationLocalSyslog.get_descriptionRequest"/>
|
268
|
+
<output message="tns:Log.DestinationLocalSyslog.get_descriptionResponse"/>
|
269
|
+
</operation>
|
270
|
+
<operation name="get_version">
|
271
|
+
<documentation>
|
272
|
+
Gets the version information for this interface.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<input message="tns:Log.DestinationLocalSyslog.get_versionRequest"/>
|
276
|
+
<output message="tns:Log.DestinationLocalSyslog.get_versionResponse"/>
|
277
|
+
</operation>
|
278
|
+
</portType>
|
279
|
+
|
280
|
+
<!-- binding -->
|
281
|
+
|
282
|
+
<binding name="Log.DestinationLocalSyslogBinding" type="tns:Log.DestinationLocalSyslogPortType">
|
283
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
284
|
+
<operation name="get_list">
|
285
|
+
<documentation>
|
286
|
+
Gets the name of the local syslog destination. It is "local-syslog"
|
287
|
+
by default.
|
288
|
+
|
289
|
+
</documentation>
|
290
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
291
|
+
<input>
|
292
|
+
<soap:body
|
293
|
+
use="encoded"
|
294
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
295
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
296
|
+
</input>
|
297
|
+
<output>
|
298
|
+
<soap:body
|
299
|
+
use="encoded"
|
300
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
301
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
302
|
+
</output>
|
303
|
+
</operation>
|
304
|
+
|
305
|
+
<operation name="set_default_facility">
|
306
|
+
<documentation>
|
307
|
+
Sets the default facility for the specified local syslog
|
308
|
+
destination. Syslog messages that come in without a
|
309
|
+
facility specified are given the default facility. See
|
310
|
+
Log::SyslogFacility for more details.
|
311
|
+
|
312
|
+
</documentation>
|
313
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
314
|
+
<input>
|
315
|
+
<soap:body
|
316
|
+
use="encoded"
|
317
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
318
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
319
|
+
</input>
|
320
|
+
<output>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</output>
|
326
|
+
</operation>
|
327
|
+
|
328
|
+
<operation name="get_default_facility">
|
329
|
+
<documentation>
|
330
|
+
Gets the default facility for the specified local syslog
|
331
|
+
destination.
|
332
|
+
|
333
|
+
</documentation>
|
334
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
335
|
+
<input>
|
336
|
+
<soap:body
|
337
|
+
use="encoded"
|
338
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
339
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
340
|
+
</input>
|
341
|
+
<output>
|
342
|
+
<soap:body
|
343
|
+
use="encoded"
|
344
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
345
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
346
|
+
</output>
|
347
|
+
</operation>
|
348
|
+
|
349
|
+
<operation name="set_default_severity">
|
350
|
+
<documentation>
|
351
|
+
Sets the default severity for messages sent to the local syslog
|
352
|
+
destinations. The default severity is the severity given to
|
353
|
+
syslog messages without a severity given.
|
354
|
+
|
355
|
+
</documentation>
|
356
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
357
|
+
<input>
|
358
|
+
<soap:body
|
359
|
+
use="encoded"
|
360
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
361
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
362
|
+
</input>
|
363
|
+
<output>
|
364
|
+
<soap:body
|
365
|
+
use="encoded"
|
366
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
367
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
368
|
+
</output>
|
369
|
+
</operation>
|
370
|
+
|
371
|
+
<operation name="get_default_severity">
|
372
|
+
<documentation>
|
373
|
+
Gets the default severity for the local syslog destination.
|
374
|
+
|
375
|
+
</documentation>
|
376
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
377
|
+
<input>
|
378
|
+
<soap:body
|
379
|
+
use="encoded"
|
380
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
381
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
382
|
+
</input>
|
383
|
+
<output>
|
384
|
+
<soap:body
|
385
|
+
use="encoded"
|
386
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
387
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
388
|
+
</output>
|
389
|
+
</operation>
|
390
|
+
|
391
|
+
<operation name="set_description">
|
392
|
+
<documentation>
|
393
|
+
Sets the description for the local syslog destination.
|
394
|
+
|
395
|
+
This is an arbitrary field which can be used for any purpose.
|
396
|
+
|
397
|
+
</documentation>
|
398
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
399
|
+
<input>
|
400
|
+
<soap:body
|
401
|
+
use="encoded"
|
402
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
403
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
404
|
+
</input>
|
405
|
+
<output>
|
406
|
+
<soap:body
|
407
|
+
use="encoded"
|
408
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
410
|
+
</output>
|
411
|
+
</operation>
|
412
|
+
|
413
|
+
<operation name="get_description">
|
414
|
+
<documentation>
|
415
|
+
Gets the descriptions for the specified local syslog destination.
|
416
|
+
|
417
|
+
</documentation>
|
418
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
419
|
+
<input>
|
420
|
+
<soap:body
|
421
|
+
use="encoded"
|
422
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
423
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
424
|
+
</input>
|
425
|
+
<output>
|
426
|
+
<soap:body
|
427
|
+
use="encoded"
|
428
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
429
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
430
|
+
</output>
|
431
|
+
</operation>
|
432
|
+
|
433
|
+
<operation name="get_version">
|
434
|
+
<documentation>
|
435
|
+
Gets the version information for this interface.
|
436
|
+
|
437
|
+
</documentation>
|
438
|
+
<soap:operation soapAction="urn:iControl:Log/DestinationLocalSyslog"/>
|
439
|
+
<input>
|
440
|
+
<soap:body
|
441
|
+
use="encoded"
|
442
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
443
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
444
|
+
</input>
|
445
|
+
<output>
|
446
|
+
<soap:body
|
447
|
+
use="encoded"
|
448
|
+
namespace="urn:iControl:Log/DestinationLocalSyslog"
|
449
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
450
|
+
</output>
|
451
|
+
</operation>
|
452
|
+
</binding>
|
453
|
+
|
454
|
+
<!-- service -->
|
455
|
+
|
456
|
+
<service name="Log.DestinationLocalSyslog">
|
457
|
+
<documentation>
|
458
|
+
The DestinationLocalSyslog interface enables you to modify the local
|
459
|
+
syslog destination. This destination will format messages to be logged
|
460
|
+
on the system. There will be only one local syslog destination, and it
|
461
|
+
cannot be created or deleted. The local syslog destination is named
|
462
|
+
"local-syslog". Supply this key to the methods in the interface.
|
463
|
+
|
464
|
+
</documentation>
|
465
|
+
<port name="Log.DestinationLocalSyslogPort" binding="tns:Log.DestinationLocalSyslogBinding">
|
466
|
+
<soap:address location="https://url_to_service"/>
|
467
|
+
</port>
|
468
|
+
</service>
|
469
|
+
</definitions>
|