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,776 @@
|
|
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="Management.SFlowDataSource"
|
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:complexType name="Common.BooleanSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.ULongSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
</xsd:schema>
|
46
|
+
</types>
|
47
|
+
|
48
|
+
<!-- message -->
|
49
|
+
|
50
|
+
<message name="Management.SFlowDataSource.get_system_listRequest">
|
51
|
+
</message>
|
52
|
+
<message name="Management.SFlowDataSource.get_system_listResponse">
|
53
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
54
|
+
</message>
|
55
|
+
|
56
|
+
<message name="Management.SFlowDataSource.get_system_poll_interval_effectiveRequest">
|
57
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
58
|
+
</message>
|
59
|
+
<message name="Management.SFlowDataSource.get_system_poll_interval_effectiveResponse">
|
60
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
61
|
+
</message>
|
62
|
+
|
63
|
+
<message name="Management.SFlowDataSource.get_system_is_activeRequest">
|
64
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
65
|
+
</message>
|
66
|
+
<message name="Management.SFlowDataSource.get_system_is_activeResponse">
|
67
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Management.SFlowDataSource.get_system_subagent_idRequest">
|
71
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
<message name="Management.SFlowDataSource.get_system_subagent_idResponse">
|
74
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Management.SFlowDataSource.get_interface_listRequest">
|
78
|
+
</message>
|
79
|
+
<message name="Management.SFlowDataSource.get_interface_listResponse">
|
80
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
81
|
+
</message>
|
82
|
+
|
83
|
+
<message name="Management.SFlowDataSource.get_interface_poll_interval_effectiveRequest">
|
84
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
85
|
+
</message>
|
86
|
+
<message name="Management.SFlowDataSource.get_interface_poll_interval_effectiveResponse">
|
87
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
88
|
+
</message>
|
89
|
+
|
90
|
+
<message name="Management.SFlowDataSource.get_interface_is_activeRequest">
|
91
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
92
|
+
</message>
|
93
|
+
<message name="Management.SFlowDataSource.get_interface_is_activeResponse">
|
94
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
95
|
+
</message>
|
96
|
+
|
97
|
+
<message name="Management.SFlowDataSource.get_interface_subagent_idRequest">
|
98
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
99
|
+
</message>
|
100
|
+
<message name="Management.SFlowDataSource.get_interface_subagent_idResponse">
|
101
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
102
|
+
</message>
|
103
|
+
|
104
|
+
<message name="Management.SFlowDataSource.get_vlan_listRequest">
|
105
|
+
</message>
|
106
|
+
<message name="Management.SFlowDataSource.get_vlan_listResponse">
|
107
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
108
|
+
</message>
|
109
|
+
|
110
|
+
<message name="Management.SFlowDataSource.get_vlan_poll_interval_effectiveRequest">
|
111
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Management.SFlowDataSource.get_vlan_poll_interval_effectiveResponse">
|
114
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
115
|
+
</message>
|
116
|
+
|
117
|
+
<message name="Management.SFlowDataSource.get_vlan_sampling_rate_effectiveRequest">
|
118
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
119
|
+
</message>
|
120
|
+
<message name="Management.SFlowDataSource.get_vlan_sampling_rate_effectiveResponse">
|
121
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
122
|
+
</message>
|
123
|
+
|
124
|
+
<message name="Management.SFlowDataSource.get_vlan_is_activeRequest">
|
125
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Management.SFlowDataSource.get_vlan_is_activeResponse">
|
128
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
129
|
+
</message>
|
130
|
+
|
131
|
+
<message name="Management.SFlowDataSource.get_vlan_subagent_idRequest">
|
132
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
133
|
+
</message>
|
134
|
+
<message name="Management.SFlowDataSource.get_vlan_subagent_idResponse">
|
135
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
136
|
+
</message>
|
137
|
+
|
138
|
+
<message name="Management.SFlowDataSource.get_http_listRequest">
|
139
|
+
</message>
|
140
|
+
<message name="Management.SFlowDataSource.get_http_listResponse">
|
141
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.SFlowDataSource.get_http_poll_interval_effectiveRequest">
|
145
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.SFlowDataSource.get_http_poll_interval_effectiveResponse">
|
148
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.SFlowDataSource.get_http_sampling_rate_effectiveRequest">
|
152
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
153
|
+
</message>
|
154
|
+
<message name="Management.SFlowDataSource.get_http_sampling_rate_effectiveResponse">
|
155
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Management.SFlowDataSource.get_http_is_activeRequest">
|
159
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.SFlowDataSource.get_http_is_activeResponse">
|
162
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Management.SFlowDataSource.get_http_subagent_idRequest">
|
166
|
+
<part name="data_sources" type="tns:Common.StringSequence"/>
|
167
|
+
</message>
|
168
|
+
<message name="Management.SFlowDataSource.get_http_subagent_idResponse">
|
169
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Management.SFlowDataSource.get_versionRequest">
|
173
|
+
</message>
|
174
|
+
<message name="Management.SFlowDataSource.get_versionResponse">
|
175
|
+
<part name="return" type="xsd:string"/>
|
176
|
+
</message>
|
177
|
+
|
178
|
+
<!-- portType -->
|
179
|
+
|
180
|
+
<portType name="Management.SFlowDataSourcePortType">
|
181
|
+
<operation name="get_system_list">
|
182
|
+
<documentation>
|
183
|
+
Gets a list of names for all system sFlow data sources. System
|
184
|
+
data sources provide CPU utilization and memory statistics.
|
185
|
+
|
186
|
+
</documentation>
|
187
|
+
<input message="tns:Management.SFlowDataSource.get_system_listRequest"/>
|
188
|
+
<output message="tns:Management.SFlowDataSource.get_system_listResponse"/>
|
189
|
+
</operation>
|
190
|
+
<operation name="get_system_poll_interval_effective">
|
191
|
+
<documentation>
|
192
|
+
Gets the effective poll intervals for the specified system
|
193
|
+
sFlow data sources.
|
194
|
+
|
195
|
+
</documentation>
|
196
|
+
<input message="tns:Management.SFlowDataSource.get_system_poll_interval_effectiveRequest"/>
|
197
|
+
<output message="tns:Management.SFlowDataSource.get_system_poll_interval_effectiveResponse"/>
|
198
|
+
</operation>
|
199
|
+
<operation name="get_system_is_active">
|
200
|
+
<documentation>
|
201
|
+
Gets the active states indicating whether the specified system
|
202
|
+
sFlow data sources are active or not. The sFlow samples are
|
203
|
+
generated for the active data sources only.
|
204
|
+
|
205
|
+
</documentation>
|
206
|
+
<input message="tns:Management.SFlowDataSource.get_system_is_activeRequest"/>
|
207
|
+
<output message="tns:Management.SFlowDataSource.get_system_is_activeResponse"/>
|
208
|
+
</operation>
|
209
|
+
<operation name="get_system_subagent_id">
|
210
|
+
<documentation>
|
211
|
+
Gets the subagent IDs for the specified system sFlow data
|
212
|
+
sources.
|
213
|
+
|
214
|
+
</documentation>
|
215
|
+
<input message="tns:Management.SFlowDataSource.get_system_subagent_idRequest"/>
|
216
|
+
<output message="tns:Management.SFlowDataSource.get_system_subagent_idResponse"/>
|
217
|
+
</operation>
|
218
|
+
<operation name="get_interface_list">
|
219
|
+
<documentation>
|
220
|
+
Gets a list of names for all interface sFlow data sources.
|
221
|
+
|
222
|
+
</documentation>
|
223
|
+
<input message="tns:Management.SFlowDataSource.get_interface_listRequest"/>
|
224
|
+
<output message="tns:Management.SFlowDataSource.get_interface_listResponse"/>
|
225
|
+
</operation>
|
226
|
+
<operation name="get_interface_poll_interval_effective">
|
227
|
+
<documentation>
|
228
|
+
Gets the effective poll intervals for the specified interface
|
229
|
+
sFlow data sources.
|
230
|
+
|
231
|
+
</documentation>
|
232
|
+
<input message="tns:Management.SFlowDataSource.get_interface_poll_interval_effectiveRequest"/>
|
233
|
+
<output message="tns:Management.SFlowDataSource.get_interface_poll_interval_effectiveResponse"/>
|
234
|
+
</operation>
|
235
|
+
<operation name="get_interface_is_active">
|
236
|
+
<documentation>
|
237
|
+
Gets the active states indicating whether the specified
|
238
|
+
interface sFlow data sources are active or not. The sFlow
|
239
|
+
samples are generated for the active data sources only.
|
240
|
+
|
241
|
+
</documentation>
|
242
|
+
<input message="tns:Management.SFlowDataSource.get_interface_is_activeRequest"/>
|
243
|
+
<output message="tns:Management.SFlowDataSource.get_interface_is_activeResponse"/>
|
244
|
+
</operation>
|
245
|
+
<operation name="get_interface_subagent_id">
|
246
|
+
<documentation>
|
247
|
+
Gets the subagent IDs for the specified interface sFlow data
|
248
|
+
sources.
|
249
|
+
|
250
|
+
</documentation>
|
251
|
+
<input message="tns:Management.SFlowDataSource.get_interface_subagent_idRequest"/>
|
252
|
+
<output message="tns:Management.SFlowDataSource.get_interface_subagent_idResponse"/>
|
253
|
+
</operation>
|
254
|
+
<operation name="get_vlan_list">
|
255
|
+
<documentation>
|
256
|
+
Gets a list of names for all VLAN sFlow data sources.
|
257
|
+
|
258
|
+
</documentation>
|
259
|
+
<input message="tns:Management.SFlowDataSource.get_vlan_listRequest"/>
|
260
|
+
<output message="tns:Management.SFlowDataSource.get_vlan_listResponse"/>
|
261
|
+
</operation>
|
262
|
+
<operation name="get_vlan_poll_interval_effective">
|
263
|
+
<documentation>
|
264
|
+
Gets the effective poll intervals for the specified VLAN
|
265
|
+
sFlow data sources.
|
266
|
+
|
267
|
+
</documentation>
|
268
|
+
<input message="tns:Management.SFlowDataSource.get_vlan_poll_interval_effectiveRequest"/>
|
269
|
+
<output message="tns:Management.SFlowDataSource.get_vlan_poll_interval_effectiveResponse"/>
|
270
|
+
</operation>
|
271
|
+
<operation name="get_vlan_sampling_rate_effective">
|
272
|
+
<documentation>
|
273
|
+
Gets the effective sampling rates for the specified VLAN
|
274
|
+
sFlow data sources.
|
275
|
+
|
276
|
+
</documentation>
|
277
|
+
<input message="tns:Management.SFlowDataSource.get_vlan_sampling_rate_effectiveRequest"/>
|
278
|
+
<output message="tns:Management.SFlowDataSource.get_vlan_sampling_rate_effectiveResponse"/>
|
279
|
+
</operation>
|
280
|
+
<operation name="get_vlan_is_active">
|
281
|
+
<documentation>
|
282
|
+
Gets the active states indicating whether the specified VLAN
|
283
|
+
sFlow data sources are active or not. The sFlow samples are
|
284
|
+
generated for the active data sources only.
|
285
|
+
|
286
|
+
</documentation>
|
287
|
+
<input message="tns:Management.SFlowDataSource.get_vlan_is_activeRequest"/>
|
288
|
+
<output message="tns:Management.SFlowDataSource.get_vlan_is_activeResponse"/>
|
289
|
+
</operation>
|
290
|
+
<operation name="get_vlan_subagent_id">
|
291
|
+
<documentation>
|
292
|
+
Gets the subagent IDs for the specified VLAN sFlow data
|
293
|
+
sources.
|
294
|
+
|
295
|
+
</documentation>
|
296
|
+
<input message="tns:Management.SFlowDataSource.get_vlan_subagent_idRequest"/>
|
297
|
+
<output message="tns:Management.SFlowDataSource.get_vlan_subagent_idResponse"/>
|
298
|
+
</operation>
|
299
|
+
<operation name="get_http_list">
|
300
|
+
<documentation>
|
301
|
+
Gets a list of names for all HTTP virtual server sFlow
|
302
|
+
data sources.
|
303
|
+
|
304
|
+
</documentation>
|
305
|
+
<input message="tns:Management.SFlowDataSource.get_http_listRequest"/>
|
306
|
+
<output message="tns:Management.SFlowDataSource.get_http_listResponse"/>
|
307
|
+
</operation>
|
308
|
+
<operation name="get_http_poll_interval_effective">
|
309
|
+
<documentation>
|
310
|
+
Gets the effective poll intervals for the specified HTTP
|
311
|
+
virtual server sFlow data sources.
|
312
|
+
|
313
|
+
</documentation>
|
314
|
+
<input message="tns:Management.SFlowDataSource.get_http_poll_interval_effectiveRequest"/>
|
315
|
+
<output message="tns:Management.SFlowDataSource.get_http_poll_interval_effectiveResponse"/>
|
316
|
+
</operation>
|
317
|
+
<operation name="get_http_sampling_rate_effective">
|
318
|
+
<documentation>
|
319
|
+
Gets the effective sampling rates for the specified HTTP
|
320
|
+
virtual server sFlow data sources.
|
321
|
+
|
322
|
+
</documentation>
|
323
|
+
<input message="tns:Management.SFlowDataSource.get_http_sampling_rate_effectiveRequest"/>
|
324
|
+
<output message="tns:Management.SFlowDataSource.get_http_sampling_rate_effectiveResponse"/>
|
325
|
+
</operation>
|
326
|
+
<operation name="get_http_is_active">
|
327
|
+
<documentation>
|
328
|
+
Gets the active states indicating whether the specified HTTP
|
329
|
+
virtual server sFlow data sources are active or not. The sFlow
|
330
|
+
samples are generated for the active data sources only.
|
331
|
+
|
332
|
+
</documentation>
|
333
|
+
<input message="tns:Management.SFlowDataSource.get_http_is_activeRequest"/>
|
334
|
+
<output message="tns:Management.SFlowDataSource.get_http_is_activeResponse"/>
|
335
|
+
</operation>
|
336
|
+
<operation name="get_http_subagent_id">
|
337
|
+
<documentation>
|
338
|
+
Gets the subagent IDs for the specified HTTP virtual server
|
339
|
+
sFlow data sources.
|
340
|
+
|
341
|
+
</documentation>
|
342
|
+
<input message="tns:Management.SFlowDataSource.get_http_subagent_idRequest"/>
|
343
|
+
<output message="tns:Management.SFlowDataSource.get_http_subagent_idResponse"/>
|
344
|
+
</operation>
|
345
|
+
<operation name="get_version">
|
346
|
+
<documentation>
|
347
|
+
Gets the version information for this interface.
|
348
|
+
|
349
|
+
</documentation>
|
350
|
+
<input message="tns:Management.SFlowDataSource.get_versionRequest"/>
|
351
|
+
<output message="tns:Management.SFlowDataSource.get_versionResponse"/>
|
352
|
+
</operation>
|
353
|
+
</portType>
|
354
|
+
|
355
|
+
<!-- binding -->
|
356
|
+
|
357
|
+
<binding name="Management.SFlowDataSourceBinding" type="tns:Management.SFlowDataSourcePortType">
|
358
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
359
|
+
<operation name="get_system_list">
|
360
|
+
<documentation>
|
361
|
+
Gets a list of names for all system sFlow data sources. System
|
362
|
+
data sources provide CPU utilization and memory statistics.
|
363
|
+
|
364
|
+
</documentation>
|
365
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
366
|
+
<input>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</input>
|
372
|
+
<output>
|
373
|
+
<soap:body
|
374
|
+
use="encoded"
|
375
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
376
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
377
|
+
</output>
|
378
|
+
</operation>
|
379
|
+
|
380
|
+
<operation name="get_system_poll_interval_effective">
|
381
|
+
<documentation>
|
382
|
+
Gets the effective poll intervals for the specified system
|
383
|
+
sFlow data sources.
|
384
|
+
|
385
|
+
</documentation>
|
386
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
387
|
+
<input>
|
388
|
+
<soap:body
|
389
|
+
use="encoded"
|
390
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
391
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
392
|
+
</input>
|
393
|
+
<output>
|
394
|
+
<soap:body
|
395
|
+
use="encoded"
|
396
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
397
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
398
|
+
</output>
|
399
|
+
</operation>
|
400
|
+
|
401
|
+
<operation name="get_system_is_active">
|
402
|
+
<documentation>
|
403
|
+
Gets the active states indicating whether the specified system
|
404
|
+
sFlow data sources are active or not. The sFlow samples are
|
405
|
+
generated for the active data sources only.
|
406
|
+
|
407
|
+
</documentation>
|
408
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
409
|
+
<input>
|
410
|
+
<soap:body
|
411
|
+
use="encoded"
|
412
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
413
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
414
|
+
</input>
|
415
|
+
<output>
|
416
|
+
<soap:body
|
417
|
+
use="encoded"
|
418
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
419
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
420
|
+
</output>
|
421
|
+
</operation>
|
422
|
+
|
423
|
+
<operation name="get_system_subagent_id">
|
424
|
+
<documentation>
|
425
|
+
Gets the subagent IDs for the specified system sFlow data
|
426
|
+
sources.
|
427
|
+
|
428
|
+
</documentation>
|
429
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
430
|
+
<input>
|
431
|
+
<soap:body
|
432
|
+
use="encoded"
|
433
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
434
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
435
|
+
</input>
|
436
|
+
<output>
|
437
|
+
<soap:body
|
438
|
+
use="encoded"
|
439
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
441
|
+
</output>
|
442
|
+
</operation>
|
443
|
+
|
444
|
+
<operation name="get_interface_list">
|
445
|
+
<documentation>
|
446
|
+
Gets a list of names for all interface sFlow data sources.
|
447
|
+
|
448
|
+
</documentation>
|
449
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
450
|
+
<input>
|
451
|
+
<soap:body
|
452
|
+
use="encoded"
|
453
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
455
|
+
</input>
|
456
|
+
<output>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</output>
|
462
|
+
</operation>
|
463
|
+
|
464
|
+
<operation name="get_interface_poll_interval_effective">
|
465
|
+
<documentation>
|
466
|
+
Gets the effective poll intervals for the specified interface
|
467
|
+
sFlow data sources.
|
468
|
+
|
469
|
+
</documentation>
|
470
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
471
|
+
<input>
|
472
|
+
<soap:body
|
473
|
+
use="encoded"
|
474
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
476
|
+
</input>
|
477
|
+
<output>
|
478
|
+
<soap:body
|
479
|
+
use="encoded"
|
480
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
481
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
482
|
+
</output>
|
483
|
+
</operation>
|
484
|
+
|
485
|
+
<operation name="get_interface_is_active">
|
486
|
+
<documentation>
|
487
|
+
Gets the active states indicating whether the specified
|
488
|
+
interface sFlow data sources are active or not. The sFlow
|
489
|
+
samples are generated for the active data sources only.
|
490
|
+
|
491
|
+
</documentation>
|
492
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
493
|
+
<input>
|
494
|
+
<soap:body
|
495
|
+
use="encoded"
|
496
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
497
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
498
|
+
</input>
|
499
|
+
<output>
|
500
|
+
<soap:body
|
501
|
+
use="encoded"
|
502
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
503
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
504
|
+
</output>
|
505
|
+
</operation>
|
506
|
+
|
507
|
+
<operation name="get_interface_subagent_id">
|
508
|
+
<documentation>
|
509
|
+
Gets the subagent IDs for the specified interface sFlow data
|
510
|
+
sources.
|
511
|
+
|
512
|
+
</documentation>
|
513
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
514
|
+
<input>
|
515
|
+
<soap:body
|
516
|
+
use="encoded"
|
517
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
518
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
519
|
+
</input>
|
520
|
+
<output>
|
521
|
+
<soap:body
|
522
|
+
use="encoded"
|
523
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
524
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
525
|
+
</output>
|
526
|
+
</operation>
|
527
|
+
|
528
|
+
<operation name="get_vlan_list">
|
529
|
+
<documentation>
|
530
|
+
Gets a list of names for all VLAN sFlow data sources.
|
531
|
+
|
532
|
+
</documentation>
|
533
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
534
|
+
<input>
|
535
|
+
<soap:body
|
536
|
+
use="encoded"
|
537
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
538
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
539
|
+
</input>
|
540
|
+
<output>
|
541
|
+
<soap:body
|
542
|
+
use="encoded"
|
543
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
544
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
545
|
+
</output>
|
546
|
+
</operation>
|
547
|
+
|
548
|
+
<operation name="get_vlan_poll_interval_effective">
|
549
|
+
<documentation>
|
550
|
+
Gets the effective poll intervals for the specified VLAN
|
551
|
+
sFlow data sources.
|
552
|
+
|
553
|
+
</documentation>
|
554
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
555
|
+
<input>
|
556
|
+
<soap:body
|
557
|
+
use="encoded"
|
558
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
559
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
560
|
+
</input>
|
561
|
+
<output>
|
562
|
+
<soap:body
|
563
|
+
use="encoded"
|
564
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
565
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
566
|
+
</output>
|
567
|
+
</operation>
|
568
|
+
|
569
|
+
<operation name="get_vlan_sampling_rate_effective">
|
570
|
+
<documentation>
|
571
|
+
Gets the effective sampling rates for the specified VLAN
|
572
|
+
sFlow data sources.
|
573
|
+
|
574
|
+
</documentation>
|
575
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
576
|
+
<input>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</input>
|
582
|
+
<output>
|
583
|
+
<soap:body
|
584
|
+
use="encoded"
|
585
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
586
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
587
|
+
</output>
|
588
|
+
</operation>
|
589
|
+
|
590
|
+
<operation name="get_vlan_is_active">
|
591
|
+
<documentation>
|
592
|
+
Gets the active states indicating whether the specified VLAN
|
593
|
+
sFlow data sources are active or not. The sFlow samples are
|
594
|
+
generated for the active data sources only.
|
595
|
+
|
596
|
+
</documentation>
|
597
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
598
|
+
<input>
|
599
|
+
<soap:body
|
600
|
+
use="encoded"
|
601
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
602
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
603
|
+
</input>
|
604
|
+
<output>
|
605
|
+
<soap:body
|
606
|
+
use="encoded"
|
607
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
608
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
609
|
+
</output>
|
610
|
+
</operation>
|
611
|
+
|
612
|
+
<operation name="get_vlan_subagent_id">
|
613
|
+
<documentation>
|
614
|
+
Gets the subagent IDs for the specified VLAN sFlow data
|
615
|
+
sources.
|
616
|
+
|
617
|
+
</documentation>
|
618
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
619
|
+
<input>
|
620
|
+
<soap:body
|
621
|
+
use="encoded"
|
622
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
623
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
624
|
+
</input>
|
625
|
+
<output>
|
626
|
+
<soap:body
|
627
|
+
use="encoded"
|
628
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
629
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
630
|
+
</output>
|
631
|
+
</operation>
|
632
|
+
|
633
|
+
<operation name="get_http_list">
|
634
|
+
<documentation>
|
635
|
+
Gets a list of names for all HTTP virtual server sFlow
|
636
|
+
data sources.
|
637
|
+
|
638
|
+
</documentation>
|
639
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
640
|
+
<input>
|
641
|
+
<soap:body
|
642
|
+
use="encoded"
|
643
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
644
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
645
|
+
</input>
|
646
|
+
<output>
|
647
|
+
<soap:body
|
648
|
+
use="encoded"
|
649
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
650
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
651
|
+
</output>
|
652
|
+
</operation>
|
653
|
+
|
654
|
+
<operation name="get_http_poll_interval_effective">
|
655
|
+
<documentation>
|
656
|
+
Gets the effective poll intervals for the specified HTTP
|
657
|
+
virtual server sFlow data sources.
|
658
|
+
|
659
|
+
</documentation>
|
660
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
661
|
+
<input>
|
662
|
+
<soap:body
|
663
|
+
use="encoded"
|
664
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
665
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
666
|
+
</input>
|
667
|
+
<output>
|
668
|
+
<soap:body
|
669
|
+
use="encoded"
|
670
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
671
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
672
|
+
</output>
|
673
|
+
</operation>
|
674
|
+
|
675
|
+
<operation name="get_http_sampling_rate_effective">
|
676
|
+
<documentation>
|
677
|
+
Gets the effective sampling rates for the specified HTTP
|
678
|
+
virtual server sFlow data sources.
|
679
|
+
|
680
|
+
</documentation>
|
681
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
682
|
+
<input>
|
683
|
+
<soap:body
|
684
|
+
use="encoded"
|
685
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
686
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
687
|
+
</input>
|
688
|
+
<output>
|
689
|
+
<soap:body
|
690
|
+
use="encoded"
|
691
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
692
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
693
|
+
</output>
|
694
|
+
</operation>
|
695
|
+
|
696
|
+
<operation name="get_http_is_active">
|
697
|
+
<documentation>
|
698
|
+
Gets the active states indicating whether the specified HTTP
|
699
|
+
virtual server sFlow data sources are active or not. The sFlow
|
700
|
+
samples are generated for the active data sources only.
|
701
|
+
|
702
|
+
</documentation>
|
703
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
704
|
+
<input>
|
705
|
+
<soap:body
|
706
|
+
use="encoded"
|
707
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
708
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
709
|
+
</input>
|
710
|
+
<output>
|
711
|
+
<soap:body
|
712
|
+
use="encoded"
|
713
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
714
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
715
|
+
</output>
|
716
|
+
</operation>
|
717
|
+
|
718
|
+
<operation name="get_http_subagent_id">
|
719
|
+
<documentation>
|
720
|
+
Gets the subagent IDs for the specified HTTP virtual server
|
721
|
+
sFlow data sources.
|
722
|
+
|
723
|
+
</documentation>
|
724
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
725
|
+
<input>
|
726
|
+
<soap:body
|
727
|
+
use="encoded"
|
728
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
729
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
730
|
+
</input>
|
731
|
+
<output>
|
732
|
+
<soap:body
|
733
|
+
use="encoded"
|
734
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
735
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
736
|
+
</output>
|
737
|
+
</operation>
|
738
|
+
|
739
|
+
<operation name="get_version">
|
740
|
+
<documentation>
|
741
|
+
Gets the version information for this interface.
|
742
|
+
|
743
|
+
</documentation>
|
744
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowDataSource"/>
|
745
|
+
<input>
|
746
|
+
<soap:body
|
747
|
+
use="encoded"
|
748
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
749
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
750
|
+
</input>
|
751
|
+
<output>
|
752
|
+
<soap:body
|
753
|
+
use="encoded"
|
754
|
+
namespace="urn:iControl:Management/SFlowDataSource"
|
755
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
756
|
+
</output>
|
757
|
+
</operation>
|
758
|
+
</binding>
|
759
|
+
|
760
|
+
<!-- service -->
|
761
|
+
|
762
|
+
<service name="Management.SFlowDataSource">
|
763
|
+
<documentation>
|
764
|
+
The SFlowDataSource interface contains the methods for retrieving the
|
765
|
+
current status information of the sFlow data sources.
|
766
|
+
|
767
|
+
A data source refers to a location within a BIG-IP system that can make
|
768
|
+
traffic measurements. Data sources may correspond to interfaces, VLANs,
|
769
|
+
HTTP virtual servers or other entities within the BIG-IP system.
|
770
|
+
|
771
|
+
</documentation>
|
772
|
+
<port name="Management.SFlowDataSourcePort" binding="tns:Management.SFlowDataSourceBinding">
|
773
|
+
<soap:address location="https://url_to_service"/>
|
774
|
+
</port>
|
775
|
+
</service>
|
776
|
+
</definitions>
|