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,694 @@
|
|
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.SFlowReceiver"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.PortSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
67
|
+
<xsd:complexContent>
|
68
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
69
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
70
|
+
</xsd:restriction>
|
71
|
+
</xsd:complexContent>
|
72
|
+
</xsd:complexType>
|
73
|
+
</xsd:schema>
|
74
|
+
</types>
|
75
|
+
|
76
|
+
<!-- message -->
|
77
|
+
|
78
|
+
<message name="Management.SFlowReceiver.get_listRequest">
|
79
|
+
</message>
|
80
|
+
<message name="Management.SFlowReceiver.get_listResponse">
|
81
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Management.SFlowReceiver.createRequest">
|
85
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
86
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
87
|
+
</message>
|
88
|
+
<message name="Management.SFlowReceiver.createResponse">
|
89
|
+
</message>
|
90
|
+
|
91
|
+
<message name="Management.SFlowReceiver.delete_sflow_receiverRequest">
|
92
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
93
|
+
</message>
|
94
|
+
<message name="Management.SFlowReceiver.delete_sflow_receiverResponse">
|
95
|
+
</message>
|
96
|
+
|
97
|
+
<message name="Management.SFlowReceiver.delete_all_sflow_receiversRequest">
|
98
|
+
</message>
|
99
|
+
<message name="Management.SFlowReceiver.delete_all_sflow_receiversResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Management.SFlowReceiver.set_addressRequest">
|
103
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
104
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
105
|
+
</message>
|
106
|
+
<message name="Management.SFlowReceiver.set_addressResponse">
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Management.SFlowReceiver.get_addressRequest">
|
110
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
111
|
+
</message>
|
112
|
+
<message name="Management.SFlowReceiver.get_addressResponse">
|
113
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Management.SFlowReceiver.set_portRequest">
|
117
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
118
|
+
<part name="ports" type="tns:Common.PortSequence"/>
|
119
|
+
</message>
|
120
|
+
<message name="Management.SFlowReceiver.set_portResponse">
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Management.SFlowReceiver.get_portRequest">
|
124
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Management.SFlowReceiver.get_portResponse">
|
127
|
+
<part name="return" type="tns:Common.PortSequence"/>
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Management.SFlowReceiver.set_maximum_datagram_sizeRequest">
|
131
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
132
|
+
<part name="sizes" type="tns:Common.ULongSequence"/>
|
133
|
+
</message>
|
134
|
+
<message name="Management.SFlowReceiver.set_maximum_datagram_sizeResponse">
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Management.SFlowReceiver.get_maximum_datagram_sizeRequest">
|
138
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Management.SFlowReceiver.get_maximum_datagram_sizeResponse">
|
141
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.SFlowReceiver.get_datagram_versionRequest">
|
145
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.SFlowReceiver.get_datagram_versionResponse">
|
148
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.SFlowReceiver.set_enabled_stateRequest">
|
152
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
153
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
154
|
+
</message>
|
155
|
+
<message name="Management.SFlowReceiver.set_enabled_stateResponse">
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Management.SFlowReceiver.get_enabled_stateRequest">
|
159
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.SFlowReceiver.get_enabled_stateResponse">
|
162
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Management.SFlowReceiver.set_descriptionRequest">
|
166
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
167
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="Management.SFlowReceiver.set_descriptionResponse">
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Management.SFlowReceiver.get_descriptionRequest">
|
173
|
+
<part name="receivers" type="tns:Common.StringSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="Management.SFlowReceiver.get_descriptionResponse">
|
176
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
177
|
+
</message>
|
178
|
+
|
179
|
+
<message name="Management.SFlowReceiver.get_versionRequest">
|
180
|
+
</message>
|
181
|
+
<message name="Management.SFlowReceiver.get_versionResponse">
|
182
|
+
<part name="return" type="xsd:string"/>
|
183
|
+
</message>
|
184
|
+
|
185
|
+
<!-- portType -->
|
186
|
+
|
187
|
+
<portType name="Management.SFlowReceiverPortType">
|
188
|
+
<operation name="get_list">
|
189
|
+
<documentation>
|
190
|
+
Gets a list of names for all sFlow receivers.
|
191
|
+
|
192
|
+
</documentation>
|
193
|
+
<input message="tns:Management.SFlowReceiver.get_listRequest"/>
|
194
|
+
<output message="tns:Management.SFlowReceiver.get_listResponse"/>
|
195
|
+
</operation>
|
196
|
+
<operation name="create">
|
197
|
+
<documentation>
|
198
|
+
Creates a set of sFlow receivers.
|
199
|
+
|
200
|
+
</documentation>
|
201
|
+
<input message="tns:Management.SFlowReceiver.createRequest"/>
|
202
|
+
<output message="tns:Management.SFlowReceiver.createResponse"/>
|
203
|
+
</operation>
|
204
|
+
<operation name="delete_sflow_receiver">
|
205
|
+
<documentation>
|
206
|
+
Deletes a set of sFlow receivers.
|
207
|
+
|
208
|
+
</documentation>
|
209
|
+
<input message="tns:Management.SFlowReceiver.delete_sflow_receiverRequest"/>
|
210
|
+
<output message="tns:Management.SFlowReceiver.delete_sflow_receiverResponse"/>
|
211
|
+
</operation>
|
212
|
+
<operation name="delete_all_sflow_receivers">
|
213
|
+
<documentation>
|
214
|
+
Deletes all sFlow receivers.
|
215
|
+
|
216
|
+
</documentation>
|
217
|
+
<input message="tns:Management.SFlowReceiver.delete_all_sflow_receiversRequest"/>
|
218
|
+
<output message="tns:Management.SFlowReceiver.delete_all_sflow_receiversResponse"/>
|
219
|
+
</operation>
|
220
|
+
<operation name="set_address">
|
221
|
+
<documentation>
|
222
|
+
Sets the IP addresses for the specified sFlow receivers. IP
|
223
|
+
addresses can be either IPv4 or IPv6.
|
224
|
+
|
225
|
+
</documentation>
|
226
|
+
<input message="tns:Management.SFlowReceiver.set_addressRequest"/>
|
227
|
+
<output message="tns:Management.SFlowReceiver.set_addressResponse"/>
|
228
|
+
</operation>
|
229
|
+
<operation name="get_address">
|
230
|
+
<documentation>
|
231
|
+
Gets the IP addresses for the specified sFlow receivers.
|
232
|
+
|
233
|
+
</documentation>
|
234
|
+
<input message="tns:Management.SFlowReceiver.get_addressRequest"/>
|
235
|
+
<output message="tns:Management.SFlowReceiver.get_addressResponse"/>
|
236
|
+
</operation>
|
237
|
+
<operation name="set_port">
|
238
|
+
<documentation>
|
239
|
+
Sets the listening port numbers for the specified sFlow
|
240
|
+
receivers. The default is the sFlow standard port 6343.
|
241
|
+
|
242
|
+
</documentation>
|
243
|
+
<input message="tns:Management.SFlowReceiver.set_portRequest"/>
|
244
|
+
<output message="tns:Management.SFlowReceiver.set_portResponse"/>
|
245
|
+
</operation>
|
246
|
+
<operation name="get_port">
|
247
|
+
<documentation>
|
248
|
+
Gets the listening port numbers for the specified sFlow
|
249
|
+
receivers.
|
250
|
+
|
251
|
+
</documentation>
|
252
|
+
<input message="tns:Management.SFlowReceiver.get_portRequest"/>
|
253
|
+
<output message="tns:Management.SFlowReceiver.get_portResponse"/>
|
254
|
+
</operation>
|
255
|
+
<operation name="set_maximum_datagram_size">
|
256
|
+
<documentation>
|
257
|
+
Sets the maximum datagram sizes allowed for the specified
|
258
|
+
sFlow receivers, from 512 to 1500 inclusive. The default
|
259
|
+
is 1400.
|
260
|
+
|
261
|
+
</documentation>
|
262
|
+
<input message="tns:Management.SFlowReceiver.set_maximum_datagram_sizeRequest"/>
|
263
|
+
<output message="tns:Management.SFlowReceiver.set_maximum_datagram_sizeResponse"/>
|
264
|
+
</operation>
|
265
|
+
<operation name="get_maximum_datagram_size">
|
266
|
+
<documentation>
|
267
|
+
Gets the maximum datagram sizes allowed for the specified
|
268
|
+
sFlow receivers.
|
269
|
+
|
270
|
+
</documentation>
|
271
|
+
<input message="tns:Management.SFlowReceiver.get_maximum_datagram_sizeRequest"/>
|
272
|
+
<output message="tns:Management.SFlowReceiver.get_maximum_datagram_sizeResponse"/>
|
273
|
+
</operation>
|
274
|
+
<operation name="get_datagram_version">
|
275
|
+
<documentation>
|
276
|
+
Gets the sFlow datagram versions used for the specified
|
277
|
+
sFlow receivers.
|
278
|
+
|
279
|
+
</documentation>
|
280
|
+
<input message="tns:Management.SFlowReceiver.get_datagram_versionRequest"/>
|
281
|
+
<output message="tns:Management.SFlowReceiver.get_datagram_versionResponse"/>
|
282
|
+
</operation>
|
283
|
+
<operation name="set_enabled_state">
|
284
|
+
<documentation>
|
285
|
+
Sets the states for the specified sFlow receivers to
|
286
|
+
enabled or disabled. The default is disabled.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<input message="tns:Management.SFlowReceiver.set_enabled_stateRequest"/>
|
290
|
+
<output message="tns:Management.SFlowReceiver.set_enabled_stateResponse"/>
|
291
|
+
</operation>
|
292
|
+
<operation name="get_enabled_state">
|
293
|
+
<documentation>
|
294
|
+
Gets the states for the specified sFlow receivers.
|
295
|
+
|
296
|
+
</documentation>
|
297
|
+
<input message="tns:Management.SFlowReceiver.get_enabled_stateRequest"/>
|
298
|
+
<output message="tns:Management.SFlowReceiver.get_enabled_stateResponse"/>
|
299
|
+
</operation>
|
300
|
+
<operation name="set_description">
|
301
|
+
<documentation>
|
302
|
+
Sets the descriptions for the specified sFlow receivers.
|
303
|
+
|
304
|
+
This is an arbitrary field which can be used for any purpose.
|
305
|
+
|
306
|
+
</documentation>
|
307
|
+
<input message="tns:Management.SFlowReceiver.set_descriptionRequest"/>
|
308
|
+
<output message="tns:Management.SFlowReceiver.set_descriptionResponse"/>
|
309
|
+
</operation>
|
310
|
+
<operation name="get_description">
|
311
|
+
<documentation>
|
312
|
+
Gets the descriptions for the specified sFlow receivers.
|
313
|
+
|
314
|
+
</documentation>
|
315
|
+
<input message="tns:Management.SFlowReceiver.get_descriptionRequest"/>
|
316
|
+
<output message="tns:Management.SFlowReceiver.get_descriptionResponse"/>
|
317
|
+
</operation>
|
318
|
+
<operation name="get_version">
|
319
|
+
<documentation>
|
320
|
+
Gets the version information for this interface.
|
321
|
+
|
322
|
+
</documentation>
|
323
|
+
<input message="tns:Management.SFlowReceiver.get_versionRequest"/>
|
324
|
+
<output message="tns:Management.SFlowReceiver.get_versionResponse"/>
|
325
|
+
</operation>
|
326
|
+
</portType>
|
327
|
+
|
328
|
+
<!-- binding -->
|
329
|
+
|
330
|
+
<binding name="Management.SFlowReceiverBinding" type="tns:Management.SFlowReceiverPortType">
|
331
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
332
|
+
<operation name="get_list">
|
333
|
+
<documentation>
|
334
|
+
Gets a list of names for all sFlow receivers.
|
335
|
+
|
336
|
+
</documentation>
|
337
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
338
|
+
<input>
|
339
|
+
<soap:body
|
340
|
+
use="encoded"
|
341
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
342
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
343
|
+
</input>
|
344
|
+
<output>
|
345
|
+
<soap:body
|
346
|
+
use="encoded"
|
347
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
348
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
349
|
+
</output>
|
350
|
+
</operation>
|
351
|
+
|
352
|
+
<operation name="create">
|
353
|
+
<documentation>
|
354
|
+
Creates a set of sFlow receivers.
|
355
|
+
|
356
|
+
</documentation>
|
357
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
358
|
+
<input>
|
359
|
+
<soap:body
|
360
|
+
use="encoded"
|
361
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
362
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
363
|
+
</input>
|
364
|
+
<output>
|
365
|
+
<soap:body
|
366
|
+
use="encoded"
|
367
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
368
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
369
|
+
</output>
|
370
|
+
</operation>
|
371
|
+
|
372
|
+
<operation name="delete_sflow_receiver">
|
373
|
+
<documentation>
|
374
|
+
Deletes a set of sFlow receivers.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
378
|
+
<input>
|
379
|
+
<soap:body
|
380
|
+
use="encoded"
|
381
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
382
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
383
|
+
</input>
|
384
|
+
<output>
|
385
|
+
<soap:body
|
386
|
+
use="encoded"
|
387
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
388
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
389
|
+
</output>
|
390
|
+
</operation>
|
391
|
+
|
392
|
+
<operation name="delete_all_sflow_receivers">
|
393
|
+
<documentation>
|
394
|
+
Deletes all sFlow receivers.
|
395
|
+
|
396
|
+
</documentation>
|
397
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
398
|
+
<input>
|
399
|
+
<soap:body
|
400
|
+
use="encoded"
|
401
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
402
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
403
|
+
</input>
|
404
|
+
<output>
|
405
|
+
<soap:body
|
406
|
+
use="encoded"
|
407
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
408
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
409
|
+
</output>
|
410
|
+
</operation>
|
411
|
+
|
412
|
+
<operation name="set_address">
|
413
|
+
<documentation>
|
414
|
+
Sets the IP addresses for the specified sFlow receivers. IP
|
415
|
+
addresses can be either IPv4 or IPv6.
|
416
|
+
|
417
|
+
</documentation>
|
418
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
419
|
+
<input>
|
420
|
+
<soap:body
|
421
|
+
use="encoded"
|
422
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
423
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
424
|
+
</input>
|
425
|
+
<output>
|
426
|
+
<soap:body
|
427
|
+
use="encoded"
|
428
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
429
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
430
|
+
</output>
|
431
|
+
</operation>
|
432
|
+
|
433
|
+
<operation name="get_address">
|
434
|
+
<documentation>
|
435
|
+
Gets the IP addresses for the specified sFlow receivers.
|
436
|
+
|
437
|
+
</documentation>
|
438
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
439
|
+
<input>
|
440
|
+
<soap:body
|
441
|
+
use="encoded"
|
442
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
443
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
444
|
+
</input>
|
445
|
+
<output>
|
446
|
+
<soap:body
|
447
|
+
use="encoded"
|
448
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
449
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
450
|
+
</output>
|
451
|
+
</operation>
|
452
|
+
|
453
|
+
<operation name="set_port">
|
454
|
+
<documentation>
|
455
|
+
Sets the listening port numbers for the specified sFlow
|
456
|
+
receivers. The default is the sFlow standard port 6343.
|
457
|
+
|
458
|
+
</documentation>
|
459
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
460
|
+
<input>
|
461
|
+
<soap:body
|
462
|
+
use="encoded"
|
463
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
465
|
+
</input>
|
466
|
+
<output>
|
467
|
+
<soap:body
|
468
|
+
use="encoded"
|
469
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
470
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
471
|
+
</output>
|
472
|
+
</operation>
|
473
|
+
|
474
|
+
<operation name="get_port">
|
475
|
+
<documentation>
|
476
|
+
Gets the listening port numbers for the specified sFlow
|
477
|
+
receivers.
|
478
|
+
|
479
|
+
</documentation>
|
480
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
481
|
+
<input>
|
482
|
+
<soap:body
|
483
|
+
use="encoded"
|
484
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
485
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
486
|
+
</input>
|
487
|
+
<output>
|
488
|
+
<soap:body
|
489
|
+
use="encoded"
|
490
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
491
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
492
|
+
</output>
|
493
|
+
</operation>
|
494
|
+
|
495
|
+
<operation name="set_maximum_datagram_size">
|
496
|
+
<documentation>
|
497
|
+
Sets the maximum datagram sizes allowed for the specified
|
498
|
+
sFlow receivers, from 512 to 1500 inclusive. The default
|
499
|
+
is 1400.
|
500
|
+
|
501
|
+
</documentation>
|
502
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
503
|
+
<input>
|
504
|
+
<soap:body
|
505
|
+
use="encoded"
|
506
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
507
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
508
|
+
</input>
|
509
|
+
<output>
|
510
|
+
<soap:body
|
511
|
+
use="encoded"
|
512
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
513
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
514
|
+
</output>
|
515
|
+
</operation>
|
516
|
+
|
517
|
+
<operation name="get_maximum_datagram_size">
|
518
|
+
<documentation>
|
519
|
+
Gets the maximum datagram sizes allowed for the specified
|
520
|
+
sFlow receivers.
|
521
|
+
|
522
|
+
</documentation>
|
523
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
524
|
+
<input>
|
525
|
+
<soap:body
|
526
|
+
use="encoded"
|
527
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
528
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
529
|
+
</input>
|
530
|
+
<output>
|
531
|
+
<soap:body
|
532
|
+
use="encoded"
|
533
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
534
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
535
|
+
</output>
|
536
|
+
</operation>
|
537
|
+
|
538
|
+
<operation name="get_datagram_version">
|
539
|
+
<documentation>
|
540
|
+
Gets the sFlow datagram versions used for the specified
|
541
|
+
sFlow receivers.
|
542
|
+
|
543
|
+
</documentation>
|
544
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
545
|
+
<input>
|
546
|
+
<soap:body
|
547
|
+
use="encoded"
|
548
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
550
|
+
</input>
|
551
|
+
<output>
|
552
|
+
<soap:body
|
553
|
+
use="encoded"
|
554
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
555
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
556
|
+
</output>
|
557
|
+
</operation>
|
558
|
+
|
559
|
+
<operation name="set_enabled_state">
|
560
|
+
<documentation>
|
561
|
+
Sets the states for the specified sFlow receivers to
|
562
|
+
enabled or disabled. The default is disabled.
|
563
|
+
|
564
|
+
</documentation>
|
565
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
566
|
+
<input>
|
567
|
+
<soap:body
|
568
|
+
use="encoded"
|
569
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
570
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
571
|
+
</input>
|
572
|
+
<output>
|
573
|
+
<soap:body
|
574
|
+
use="encoded"
|
575
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
576
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
577
|
+
</output>
|
578
|
+
</operation>
|
579
|
+
|
580
|
+
<operation name="get_enabled_state">
|
581
|
+
<documentation>
|
582
|
+
Gets the states for the specified sFlow receivers.
|
583
|
+
|
584
|
+
</documentation>
|
585
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
586
|
+
<input>
|
587
|
+
<soap:body
|
588
|
+
use="encoded"
|
589
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
590
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
591
|
+
</input>
|
592
|
+
<output>
|
593
|
+
<soap:body
|
594
|
+
use="encoded"
|
595
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
596
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
597
|
+
</output>
|
598
|
+
</operation>
|
599
|
+
|
600
|
+
<operation name="set_description">
|
601
|
+
<documentation>
|
602
|
+
Sets the descriptions for the specified sFlow receivers.
|
603
|
+
|
604
|
+
This is an arbitrary field which can be used for any purpose.
|
605
|
+
|
606
|
+
</documentation>
|
607
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
608
|
+
<input>
|
609
|
+
<soap:body
|
610
|
+
use="encoded"
|
611
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
612
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
613
|
+
</input>
|
614
|
+
<output>
|
615
|
+
<soap:body
|
616
|
+
use="encoded"
|
617
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
618
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
619
|
+
</output>
|
620
|
+
</operation>
|
621
|
+
|
622
|
+
<operation name="get_description">
|
623
|
+
<documentation>
|
624
|
+
Gets the descriptions for the specified sFlow receivers.
|
625
|
+
|
626
|
+
</documentation>
|
627
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
628
|
+
<input>
|
629
|
+
<soap:body
|
630
|
+
use="encoded"
|
631
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
632
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
633
|
+
</input>
|
634
|
+
<output>
|
635
|
+
<soap:body
|
636
|
+
use="encoded"
|
637
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
638
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
639
|
+
</output>
|
640
|
+
</operation>
|
641
|
+
|
642
|
+
<operation name="get_version">
|
643
|
+
<documentation>
|
644
|
+
Gets the version information for this interface.
|
645
|
+
|
646
|
+
</documentation>
|
647
|
+
<soap:operation soapAction="urn:iControl:Management/SFlowReceiver"/>
|
648
|
+
<input>
|
649
|
+
<soap:body
|
650
|
+
use="encoded"
|
651
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
652
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
653
|
+
</input>
|
654
|
+
<output>
|
655
|
+
<soap:body
|
656
|
+
use="encoded"
|
657
|
+
namespace="urn:iControl:Management/SFlowReceiver"
|
658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
659
|
+
</output>
|
660
|
+
</operation>
|
661
|
+
</binding>
|
662
|
+
|
663
|
+
<!-- service -->
|
664
|
+
|
665
|
+
<service name="Management.SFlowReceiver">
|
666
|
+
<documentation>
|
667
|
+
The SFlowReceiver interface contains the methods for creating and
|
668
|
+
manipulating the sFlow receiver. It allows you to configure one or
|
669
|
+
more sFlow receivers, by providing the IPv4 or IPv6 address and port
|
670
|
+
on which they are listening, along with the maximum datagram size
|
671
|
+
they support and their current state (enabled or disabled). One or
|
672
|
+
more data sources can be selected to monitor for counter/packet-flow
|
673
|
+
sampling. Data samples would start to flow to the offline receivers
|
674
|
+
after you enable them.
|
675
|
+
|
676
|
+
The sFlow monitoring standard has two major components: Packet Flow
|
677
|
+
Sampling, a random selection of a fraction of the Packet Flows
|
678
|
+
observed at a data source, and Counter Sampling, a periodic
|
679
|
+
sampling or polling of counters associated with a data source.
|
680
|
+
Data samples are sent out, as soon as they are taken, with at most
|
681
|
+
a second of intentional delay, to offline sFlow receivers, through
|
682
|
+
UDP datagrams. It is the responsibility of the receivers to maintain
|
683
|
+
the collected data, in any proprietary format. sFlow analyzers,
|
684
|
+
which understand the receivers or their storage format, could be
|
685
|
+
used to analyze the collected data, to represent network usage, over
|
686
|
+
a period of time. Thus, the collected data can be used to analyze
|
687
|
+
the BIG-IP system performance.
|
688
|
+
|
689
|
+
</documentation>
|
690
|
+
<port name="Management.SFlowReceiverPort" binding="tns:Management.SFlowReceiverBinding">
|
691
|
+
<soap:address location="https://url_to_service"/>
|
692
|
+
</port>
|
693
|
+
</service>
|
694
|
+
</definitions>
|