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,309 @@
|
|
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.TMOSModule"
|
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.TMOSModuleSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TMOSModule[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:simpleType name="Common.TMOSModule">
|
39
|
+
<xsd:restriction base="xsd:string">
|
40
|
+
<xsd:enumeration value="TMOS_MODULE_ASM">
|
41
|
+
<xsd:annotation>
|
42
|
+
<xsd:documentation>TMOS_MODULE_ASM</xsd:documentation>
|
43
|
+
</xsd:annotation>
|
44
|
+
</xsd:enumeration>
|
45
|
+
<xsd:enumeration value="TMOS_MODULE_SAM">
|
46
|
+
<xsd:annotation>
|
47
|
+
<xsd:documentation>TMOS_MODULE_SAM</xsd:documentation>
|
48
|
+
</xsd:annotation>
|
49
|
+
</xsd:enumeration>
|
50
|
+
<xsd:enumeration value="TMOS_MODULE_WAM">
|
51
|
+
<xsd:annotation>
|
52
|
+
<xsd:documentation>TMOS_MODULE_WAM</xsd:documentation>
|
53
|
+
</xsd:annotation>
|
54
|
+
</xsd:enumeration>
|
55
|
+
<xsd:enumeration value="TMOS_MODULE_PSM">
|
56
|
+
<xsd:annotation>
|
57
|
+
<xsd:documentation>TMOS_MODULE_PSM</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
</xsd:enumeration>
|
60
|
+
<xsd:enumeration value="TMOS_MODULE_WOM">
|
61
|
+
<xsd:annotation>
|
62
|
+
<xsd:documentation>TMOS_MODULE_WOM</xsd:documentation>
|
63
|
+
</xsd:annotation>
|
64
|
+
</xsd:enumeration>
|
65
|
+
<xsd:enumeration value="TMOS_MODULE_LC">
|
66
|
+
<xsd:annotation>
|
67
|
+
<xsd:documentation>TMOS_MODULE_LC</xsd:documentation>
|
68
|
+
</xsd:annotation>
|
69
|
+
</xsd:enumeration>
|
70
|
+
<xsd:enumeration value="TMOS_MODULE_LTM">
|
71
|
+
<xsd:annotation>
|
72
|
+
<xsd:documentation>TMOS_MODULE_LTM</xsd:documentation>
|
73
|
+
</xsd:annotation>
|
74
|
+
</xsd:enumeration>
|
75
|
+
<xsd:enumeration value="TMOS_MODULE_GTM">
|
76
|
+
<xsd:annotation>
|
77
|
+
<xsd:documentation>TMOS_MODULE_GTM</xsd:documentation>
|
78
|
+
</xsd:annotation>
|
79
|
+
</xsd:enumeration>
|
80
|
+
<xsd:enumeration value="TMOS_MODULE_UNKNOWN">
|
81
|
+
<xsd:annotation>
|
82
|
+
<xsd:documentation>TMOS_MODULE_UNKNOWN</xsd:documentation>
|
83
|
+
</xsd:annotation>
|
84
|
+
</xsd:enumeration>
|
85
|
+
<xsd:enumeration value="TMOS_MODULE_WOML">
|
86
|
+
<xsd:annotation>
|
87
|
+
<xsd:documentation>TMOS_MODULE_WOML</xsd:documentation>
|
88
|
+
</xsd:annotation>
|
89
|
+
</xsd:enumeration>
|
90
|
+
<xsd:enumeration value="TMOS_MODULE_APML">
|
91
|
+
<xsd:annotation>
|
92
|
+
<xsd:documentation>TMOS_MODULE_APML</xsd:documentation>
|
93
|
+
</xsd:annotation>
|
94
|
+
</xsd:enumeration>
|
95
|
+
<xsd:enumeration value="TMOS_MODULE_EM">
|
96
|
+
<xsd:annotation>
|
97
|
+
<xsd:documentation>TMOS_MODULE_EM</xsd:documentation>
|
98
|
+
</xsd:annotation>
|
99
|
+
</xsd:enumeration>
|
100
|
+
<xsd:enumeration value="TMOS_MODULE_VCMP">
|
101
|
+
<xsd:annotation>
|
102
|
+
<xsd:documentation>TMOS_MODULE_VCMP</xsd:documentation>
|
103
|
+
</xsd:annotation>
|
104
|
+
</xsd:enumeration>
|
105
|
+
<xsd:enumeration value="TMOS_MODULE_TMOS">
|
106
|
+
<xsd:annotation>
|
107
|
+
<xsd:documentation>TMOS_MODULE_TMOS</xsd:documentation>
|
108
|
+
</xsd:annotation>
|
109
|
+
</xsd:enumeration>
|
110
|
+
<xsd:enumeration value="TMOS_MODULE_HOST">
|
111
|
+
<xsd:annotation>
|
112
|
+
<xsd:documentation>TMOS_MODULE_HOST</xsd:documentation>
|
113
|
+
</xsd:annotation>
|
114
|
+
</xsd:enumeration>
|
115
|
+
<xsd:enumeration value="TMOS_MODULE_UI">
|
116
|
+
<xsd:annotation>
|
117
|
+
<xsd:documentation>TMOS_MODULE_UI</xsd:documentation>
|
118
|
+
</xsd:annotation>
|
119
|
+
</xsd:enumeration>
|
120
|
+
<xsd:enumeration value="TMOS_MODULE_MONITORS">
|
121
|
+
<xsd:annotation>
|
122
|
+
<xsd:documentation>TMOS_MODULE_MONITORS</xsd:documentation>
|
123
|
+
</xsd:annotation>
|
124
|
+
</xsd:enumeration>
|
125
|
+
<xsd:enumeration value="TMOS_MODULE_AVR">
|
126
|
+
<xsd:annotation>
|
127
|
+
<xsd:documentation>TMOS_MODULE_AVR</xsd:documentation>
|
128
|
+
</xsd:annotation>
|
129
|
+
</xsd:enumeration>
|
130
|
+
<xsd:enumeration value="TMOS_MODULE_PEM">
|
131
|
+
<xsd:annotation>
|
132
|
+
<xsd:documentation>TMOS_MODULE_PEM</xsd:documentation>
|
133
|
+
</xsd:annotation>
|
134
|
+
</xsd:enumeration>
|
135
|
+
<xsd:enumeration value="TMOS_MODULE_CGNAT">
|
136
|
+
<xsd:annotation>
|
137
|
+
<xsd:documentation>TMOS_MODULE_CGNAT</xsd:documentation>
|
138
|
+
</xsd:annotation>
|
139
|
+
</xsd:enumeration>
|
140
|
+
<xsd:enumeration value="TMOS_MODULE_AFM">
|
141
|
+
<xsd:annotation>
|
142
|
+
<xsd:documentation>TMOS_MODULE_AFM</xsd:documentation>
|
143
|
+
</xsd:annotation>
|
144
|
+
</xsd:enumeration>
|
145
|
+
<xsd:enumeration value="TMOS_MODULE_AM">
|
146
|
+
<xsd:annotation>
|
147
|
+
<xsd:documentation>TMOS_MODULE_AM</xsd:documentation>
|
148
|
+
</xsd:annotation>
|
149
|
+
</xsd:enumeration>
|
150
|
+
</xsd:restriction>
|
151
|
+
</xsd:simpleType>
|
152
|
+
</xsd:schema>
|
153
|
+
</types>
|
154
|
+
|
155
|
+
<!-- message -->
|
156
|
+
|
157
|
+
<message name="Management.TMOSModule.get_known_module_listRequest">
|
158
|
+
</message>
|
159
|
+
<message name="Management.TMOSModule.get_known_module_listResponse">
|
160
|
+
<part name="return" type="tns:Common.TMOSModuleSequence"/>
|
161
|
+
</message>
|
162
|
+
|
163
|
+
<message name="Management.TMOSModule.get_descriptive_nameRequest">
|
164
|
+
<part name="modules" type="tns:Common.TMOSModuleSequence"/>
|
165
|
+
</message>
|
166
|
+
<message name="Management.TMOSModule.get_descriptive_nameResponse">
|
167
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
168
|
+
</message>
|
169
|
+
|
170
|
+
<message name="Management.TMOSModule.get_versionRequest">
|
171
|
+
</message>
|
172
|
+
<message name="Management.TMOSModule.get_versionResponse">
|
173
|
+
<part name="return" type="xsd:string"/>
|
174
|
+
</message>
|
175
|
+
|
176
|
+
<!-- portType -->
|
177
|
+
|
178
|
+
<portType name="Management.TMOSModulePortType">
|
179
|
+
<operation name="get_known_module_list">
|
180
|
+
<documentation>
|
181
|
+
Gets a list of all known modules
|
182
|
+
|
183
|
+
Caution! The list returned gives all modules known, even if they
|
184
|
+
are not licensed or provisionable on this system. You could use
|
185
|
+
this to get a general picture of what modules are possible, but
|
186
|
+
this list is not specific to the system you have.
|
187
|
+
|
188
|
+
To determine the licensing status of the modules on your system,
|
189
|
+
see the LicenseAdministration interface. To determine which
|
190
|
+
provisioning modules are supported (i.e., provisionable) under your
|
191
|
+
system or currently provisioned to run on your system, see the
|
192
|
+
Provision interface. To determine which feature modules are
|
193
|
+
currently enabled on your system, see the FeatureModule interface.
|
194
|
+
|
195
|
+
</documentation>
|
196
|
+
<input message="tns:Management.TMOSModule.get_known_module_listRequest"/>
|
197
|
+
<output message="tns:Management.TMOSModule.get_known_module_listResponse"/>
|
198
|
+
</operation>
|
199
|
+
<operation name="get_descriptive_name">
|
200
|
+
<documentation>
|
201
|
+
Gets a list of descriptive names for the modules given
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<input message="tns:Management.TMOSModule.get_descriptive_nameRequest"/>
|
205
|
+
<output message="tns:Management.TMOSModule.get_descriptive_nameResponse"/>
|
206
|
+
</operation>
|
207
|
+
<operation name="get_version">
|
208
|
+
<documentation>
|
209
|
+
Gets the version information for this interface.
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<input message="tns:Management.TMOSModule.get_versionRequest"/>
|
213
|
+
<output message="tns:Management.TMOSModule.get_versionResponse"/>
|
214
|
+
</operation>
|
215
|
+
</portType>
|
216
|
+
|
217
|
+
<!-- binding -->
|
218
|
+
|
219
|
+
<binding name="Management.TMOSModuleBinding" type="tns:Management.TMOSModulePortType">
|
220
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
221
|
+
<operation name="get_known_module_list">
|
222
|
+
<documentation>
|
223
|
+
Gets a list of all known modules
|
224
|
+
|
225
|
+
Caution! The list returned gives all modules known, even if they
|
226
|
+
are not licensed or provisionable on this system. You could use
|
227
|
+
this to get a general picture of what modules are possible, but
|
228
|
+
this list is not specific to the system you have.
|
229
|
+
|
230
|
+
To determine the licensing status of the modules on your system,
|
231
|
+
see the LicenseAdministration interface. To determine which
|
232
|
+
provisioning modules are supported (i.e., provisionable) under your
|
233
|
+
system or currently provisioned to run on your system, see the
|
234
|
+
Provision interface. To determine which feature modules are
|
235
|
+
currently enabled on your system, see the FeatureModule interface.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<soap:operation soapAction="urn:iControl:Management/TMOSModule"/>
|
239
|
+
<input>
|
240
|
+
<soap:body
|
241
|
+
use="encoded"
|
242
|
+
namespace="urn:iControl:Management/TMOSModule"
|
243
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
244
|
+
</input>
|
245
|
+
<output>
|
246
|
+
<soap:body
|
247
|
+
use="encoded"
|
248
|
+
namespace="urn:iControl:Management/TMOSModule"
|
249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
250
|
+
</output>
|
251
|
+
</operation>
|
252
|
+
|
253
|
+
<operation name="get_descriptive_name">
|
254
|
+
<documentation>
|
255
|
+
Gets a list of descriptive names for the modules given
|
256
|
+
|
257
|
+
</documentation>
|
258
|
+
<soap:operation soapAction="urn:iControl:Management/TMOSModule"/>
|
259
|
+
<input>
|
260
|
+
<soap:body
|
261
|
+
use="encoded"
|
262
|
+
namespace="urn:iControl:Management/TMOSModule"
|
263
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
264
|
+
</input>
|
265
|
+
<output>
|
266
|
+
<soap:body
|
267
|
+
use="encoded"
|
268
|
+
namespace="urn:iControl:Management/TMOSModule"
|
269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
270
|
+
</output>
|
271
|
+
</operation>
|
272
|
+
|
273
|
+
<operation name="get_version">
|
274
|
+
<documentation>
|
275
|
+
Gets the version information for this interface.
|
276
|
+
|
277
|
+
</documentation>
|
278
|
+
<soap:operation soapAction="urn:iControl:Management/TMOSModule"/>
|
279
|
+
<input>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Management/TMOSModule"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</input>
|
285
|
+
<output>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:Management/TMOSModule"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</output>
|
291
|
+
</operation>
|
292
|
+
</binding>
|
293
|
+
|
294
|
+
<!-- service -->
|
295
|
+
|
296
|
+
<service name="Management.TMOSModule">
|
297
|
+
<documentation>
|
298
|
+
The Module interface enables you to manage the system's TMOS
|
299
|
+
modules (e.g. LTM, GTM, ASM). The methods and types here focus
|
300
|
+
on the modules themselves; some of the specific questions you
|
301
|
+
might ask about modules are broken out in other places, such as
|
302
|
+
the Provision or LicenseAdministration interface.
|
303
|
+
|
304
|
+
</documentation>
|
305
|
+
<port name="Management.TMOSModulePort" binding="tns:Management.TMOSModuleBinding">
|
306
|
+
<soap:address location="https://url_to_service"/>
|
307
|
+
</port>
|
308
|
+
</service>
|
309
|
+
</definitions>
|
@@ -0,0 +1,953 @@
|
|
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.TrafficGroup"
|
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.BooleanSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.ULongSequence">
|
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="Management.TrafficGroup.HAOrder">
|
60
|
+
<xsd:sequence>
|
61
|
+
<xsd:element name="device" type="xsd:string"/>
|
62
|
+
<xsd:element name="order" type="xsd:long"/>
|
63
|
+
</xsd:sequence>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Management.TrafficGroup.HAOrderSequenceSequence">
|
66
|
+
<xsd:complexContent>
|
67
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
68
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.TrafficGroup.HAOrderSequence[]'/>
|
69
|
+
</xsd:restriction>
|
70
|
+
</xsd:complexContent>
|
71
|
+
</xsd:complexType>
|
72
|
+
<xsd:complexType name="Management.TrafficGroup.HAOrderSequence">
|
73
|
+
<xsd:complexContent>
|
74
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
75
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.TrafficGroup.HAOrder[]'/>
|
76
|
+
</xsd:restriction>
|
77
|
+
</xsd:complexContent>
|
78
|
+
</xsd:complexType>
|
79
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
80
|
+
<xsd:complexContent>
|
81
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
82
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
83
|
+
</xsd:restriction>
|
84
|
+
</xsd:complexContent>
|
85
|
+
</xsd:complexType>
|
86
|
+
</xsd:schema>
|
87
|
+
</types>
|
88
|
+
|
89
|
+
<!-- message -->
|
90
|
+
|
91
|
+
<message name="Management.TrafficGroup.get_listRequest">
|
92
|
+
</message>
|
93
|
+
<message name="Management.TrafficGroup.get_listResponse">
|
94
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
95
|
+
</message>
|
96
|
+
|
97
|
+
<message name="Management.TrafficGroup.createRequest">
|
98
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
99
|
+
</message>
|
100
|
+
<message name="Management.TrafficGroup.createResponse">
|
101
|
+
</message>
|
102
|
+
|
103
|
+
<message name="Management.TrafficGroup.delete_traffic_groupRequest">
|
104
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
105
|
+
</message>
|
106
|
+
<message name="Management.TrafficGroup.delete_traffic_groupResponse">
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Management.TrafficGroup.set_descriptionRequest">
|
110
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
111
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Management.TrafficGroup.set_descriptionResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Management.TrafficGroup.get_descriptionRequest">
|
117
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Management.TrafficGroup.get_descriptionResponse">
|
120
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Management.TrafficGroup.get_is_floatingRequest">
|
124
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Management.TrafficGroup.get_is_floatingResponse">
|
127
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Management.TrafficGroup.get_unit_idRequest">
|
131
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Management.TrafficGroup.get_unit_idResponse">
|
134
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Management.TrafficGroup.set_default_deviceRequest">
|
138
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
139
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="Management.TrafficGroup.set_default_deviceResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.TrafficGroup.get_default_deviceRequest">
|
145
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.TrafficGroup.get_default_deviceResponse">
|
148
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.TrafficGroup.set_mac_masquerade_addressRequest">
|
152
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
153
|
+
<part name="addresses" type="tns:Common.StringSequence"/>
|
154
|
+
</message>
|
155
|
+
<message name="Management.TrafficGroup.set_mac_masquerade_addressResponse">
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Management.TrafficGroup.get_mac_masquerade_addressRequest">
|
159
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.TrafficGroup.get_mac_masquerade_addressResponse">
|
162
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Management.TrafficGroup.set_auto_failback_enabled_stateRequest">
|
166
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
167
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="Management.TrafficGroup.set_auto_failback_enabled_stateResponse">
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Management.TrafficGroup.get_auto_failback_enabled_stateRequest">
|
173
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="Management.TrafficGroup.get_auto_failback_enabled_stateResponse">
|
176
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
177
|
+
</message>
|
178
|
+
|
179
|
+
<message name="Management.TrafficGroup.set_auto_failback_timeRequest">
|
180
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
181
|
+
<part name="times" type="tns:Common.ULongSequence"/>
|
182
|
+
</message>
|
183
|
+
<message name="Management.TrafficGroup.set_auto_failback_timeResponse">
|
184
|
+
</message>
|
185
|
+
|
186
|
+
<message name="Management.TrafficGroup.get_auto_failback_timeRequest">
|
187
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
188
|
+
</message>
|
189
|
+
<message name="Management.TrafficGroup.get_auto_failback_timeResponse">
|
190
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
191
|
+
</message>
|
192
|
+
|
193
|
+
<message name="Management.TrafficGroup.set_ha_load_factorRequest">
|
194
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
195
|
+
<part name="loads" type="tns:Common.ULongSequence"/>
|
196
|
+
</message>
|
197
|
+
<message name="Management.TrafficGroup.set_ha_load_factorResponse">
|
198
|
+
</message>
|
199
|
+
|
200
|
+
<message name="Management.TrafficGroup.get_ha_load_factorRequest">
|
201
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
202
|
+
</message>
|
203
|
+
<message name="Management.TrafficGroup.get_ha_load_factorResponse">
|
204
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
205
|
+
</message>
|
206
|
+
|
207
|
+
<message name="Management.TrafficGroup.get_ha_orderRequest">
|
208
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
209
|
+
</message>
|
210
|
+
<message name="Management.TrafficGroup.get_ha_orderResponse">
|
211
|
+
<part name="return" type="tns:Management.TrafficGroup.HAOrderSequenceSequence"/>
|
212
|
+
</message>
|
213
|
+
|
214
|
+
<message name="Management.TrafficGroup.add_ha_orderRequest">
|
215
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
216
|
+
<part name="orders" type="tns:Management.TrafficGroup.HAOrderSequenceSequence"/>
|
217
|
+
</message>
|
218
|
+
<message name="Management.TrafficGroup.add_ha_orderResponse">
|
219
|
+
</message>
|
220
|
+
|
221
|
+
<message name="Management.TrafficGroup.remove_ha_orderRequest">
|
222
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
223
|
+
<part name="orders" type="tns:Management.TrafficGroup.HAOrderSequenceSequence"/>
|
224
|
+
</message>
|
225
|
+
<message name="Management.TrafficGroup.remove_ha_orderResponse">
|
226
|
+
</message>
|
227
|
+
|
228
|
+
<message name="Management.TrafficGroup.remove_all_ha_ordersRequest">
|
229
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
230
|
+
</message>
|
231
|
+
<message name="Management.TrafficGroup.remove_all_ha_ordersResponse">
|
232
|
+
</message>
|
233
|
+
|
234
|
+
<message name="Management.TrafficGroup.get_versionRequest">
|
235
|
+
</message>
|
236
|
+
<message name="Management.TrafficGroup.get_versionResponse">
|
237
|
+
<part name="return" type="xsd:string"/>
|
238
|
+
</message>
|
239
|
+
|
240
|
+
<!-- portType -->
|
241
|
+
|
242
|
+
<portType name="Management.TrafficGroupPortType">
|
243
|
+
<operation name="get_list">
|
244
|
+
<documentation>
|
245
|
+
Gets a list of all traffic groups.
|
246
|
+
|
247
|
+
</documentation>
|
248
|
+
<input message="tns:Management.TrafficGroup.get_listRequest"/>
|
249
|
+
<output message="tns:Management.TrafficGroup.get_listResponse"/>
|
250
|
+
</operation>
|
251
|
+
<operation name="create">
|
252
|
+
<documentation>
|
253
|
+
Creates traffic groups.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<input message="tns:Management.TrafficGroup.createRequest"/>
|
257
|
+
<output message="tns:Management.TrafficGroup.createResponse"/>
|
258
|
+
</operation>
|
259
|
+
<operation name="delete_traffic_group">
|
260
|
+
<documentation>
|
261
|
+
Deletes traffic groups.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<input message="tns:Management.TrafficGroup.delete_traffic_groupRequest"/>
|
265
|
+
<output message="tns:Management.TrafficGroup.delete_traffic_groupResponse"/>
|
266
|
+
</operation>
|
267
|
+
<operation name="set_description">
|
268
|
+
<documentation>
|
269
|
+
Sets the description for the specified traffic groups.
|
270
|
+
|
271
|
+
This is an arbitrary field which can be used for any purpose.
|
272
|
+
|
273
|
+
</documentation>
|
274
|
+
<input message="tns:Management.TrafficGroup.set_descriptionRequest"/>
|
275
|
+
<output message="tns:Management.TrafficGroup.set_descriptionResponse"/>
|
276
|
+
</operation>
|
277
|
+
<operation name="get_description">
|
278
|
+
<documentation>
|
279
|
+
Gets the descriptions for the specified traffic groups.
|
280
|
+
|
281
|
+
</documentation>
|
282
|
+
<input message="tns:Management.TrafficGroup.get_descriptionRequest"/>
|
283
|
+
<output message="tns:Management.TrafficGroup.get_descriptionResponse"/>
|
284
|
+
</operation>
|
285
|
+
<operation name="get_is_floating">
|
286
|
+
<documentation>
|
287
|
+
Gets the is floating state of the specified traffic group.
|
288
|
+
|
289
|
+
</documentation>
|
290
|
+
<input message="tns:Management.TrafficGroup.get_is_floatingRequest"/>
|
291
|
+
<output message="tns:Management.TrafficGroup.get_is_floatingResponse"/>
|
292
|
+
</operation>
|
293
|
+
<operation name="get_unit_id">
|
294
|
+
<documentation>
|
295
|
+
Gets the unit IDs for the specified traffic groups.
|
296
|
+
|
297
|
+
</documentation>
|
298
|
+
<input message="tns:Management.TrafficGroup.get_unit_idRequest"/>
|
299
|
+
<output message="tns:Management.TrafficGroup.get_unit_idResponse"/>
|
300
|
+
</operation>
|
301
|
+
<operation name="set_default_device">
|
302
|
+
<documentation>
|
303
|
+
This method has been deprecated, please use add_ha_order
|
304
|
+
instead.
|
305
|
+
|
306
|
+
Sets the default devices for the specified traffic groups.
|
307
|
+
|
308
|
+
The traffic group default device was used in earlier versions
|
309
|
+
to indicate the device that had the highest priority to become
|
310
|
+
active when a new active device needed to be chosen.
|
311
|
+
|
312
|
+
This functionality has been subsumed and enhanced by a new
|
313
|
+
traffic group attribute, the HA order. The HA order allows
|
314
|
+
the user to specify a list of devices from the failover
|
315
|
+
device group in the order in which they should become active
|
316
|
+
for the traffic group (see the new HA order methods).
|
317
|
+
|
318
|
+
The concept of default device has been replaced by the
|
319
|
+
first device in the HA order list. Therefore, this
|
320
|
+
set_default_device method places the device first in
|
321
|
+
the HA order list after deleting any prior entries in the
|
322
|
+
HA order list.
|
323
|
+
|
324
|
+
</documentation>
|
325
|
+
<input message="tns:Management.TrafficGroup.set_default_deviceRequest"/>
|
326
|
+
<output message="tns:Management.TrafficGroup.set_default_deviceResponse"/>
|
327
|
+
</operation>
|
328
|
+
<operation name="get_default_device">
|
329
|
+
<documentation>
|
330
|
+
This method has been deprecated, replaced by get_ha_order.
|
331
|
+
|
332
|
+
Gets the default devices for the specified traffic groups.
|
333
|
+
|
334
|
+
See the comments in the set_default_device method.
|
335
|
+
|
336
|
+
The default device methods still work. The concept of
|
337
|
+
default device has been replaced by the first device in
|
338
|
+
the HA order list. Therefore, this get_default_device
|
339
|
+
method returns the device in the HA order list that has
|
340
|
+
order zero if there is such an entry.
|
341
|
+
|
342
|
+
</documentation>
|
343
|
+
<input message="tns:Management.TrafficGroup.get_default_deviceRequest"/>
|
344
|
+
<output message="tns:Management.TrafficGroup.get_default_deviceResponse"/>
|
345
|
+
</operation>
|
346
|
+
<operation name="set_mac_masquerade_address">
|
347
|
+
<documentation>
|
348
|
+
Sets the MAC masquerade addresses for the specified traffic groups.
|
349
|
+
|
350
|
+
</documentation>
|
351
|
+
<input message="tns:Management.TrafficGroup.set_mac_masquerade_addressRequest"/>
|
352
|
+
<output message="tns:Management.TrafficGroup.set_mac_masquerade_addressResponse"/>
|
353
|
+
</operation>
|
354
|
+
<operation name="get_mac_masquerade_address">
|
355
|
+
<documentation>
|
356
|
+
Gets the MAC masquerade addresses for the specified traffic groups.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<input message="tns:Management.TrafficGroup.get_mac_masquerade_addressRequest"/>
|
360
|
+
<output message="tns:Management.TrafficGroup.get_mac_masquerade_addressResponse"/>
|
361
|
+
</operation>
|
362
|
+
<operation name="set_auto_failback_enabled_state">
|
363
|
+
<documentation>
|
364
|
+
Sets the auto failback states for the specified traffic groups.
|
365
|
+
|
366
|
+
</documentation>
|
367
|
+
<input message="tns:Management.TrafficGroup.set_auto_failback_enabled_stateRequest"/>
|
368
|
+
<output message="tns:Management.TrafficGroup.set_auto_failback_enabled_stateResponse"/>
|
369
|
+
</operation>
|
370
|
+
<operation name="get_auto_failback_enabled_state">
|
371
|
+
<documentation>
|
372
|
+
Gets the auto failback enabled states for the specified traffic groups.
|
373
|
+
|
374
|
+
</documentation>
|
375
|
+
<input message="tns:Management.TrafficGroup.get_auto_failback_enabled_stateRequest"/>
|
376
|
+
<output message="tns:Management.TrafficGroup.get_auto_failback_enabled_stateResponse"/>
|
377
|
+
</operation>
|
378
|
+
<operation name="set_auto_failback_time">
|
379
|
+
<documentation>
|
380
|
+
Sets the auto failback times for the specified traffic groups.
|
381
|
+
|
382
|
+
</documentation>
|
383
|
+
<input message="tns:Management.TrafficGroup.set_auto_failback_timeRequest"/>
|
384
|
+
<output message="tns:Management.TrafficGroup.set_auto_failback_timeResponse"/>
|
385
|
+
</operation>
|
386
|
+
<operation name="get_auto_failback_time">
|
387
|
+
<documentation>
|
388
|
+
Gets the traffic group auto failback times for the specified traffic groups.
|
389
|
+
|
390
|
+
</documentation>
|
391
|
+
<input message="tns:Management.TrafficGroup.get_auto_failback_timeRequest"/>
|
392
|
+
<output message="tns:Management.TrafficGroup.get_auto_failback_timeResponse"/>
|
393
|
+
</operation>
|
394
|
+
<operation name="set_ha_load_factor">
|
395
|
+
<documentation>
|
396
|
+
Sets the HA load factor for the specified traffic groups.
|
397
|
+
The HA load factor has a value between 1 and 1000 inclusive
|
398
|
+
and represents the amount of load (traffic, etc) the
|
399
|
+
traffic group presents to the system.
|
400
|
+
|
401
|
+
</documentation>
|
402
|
+
<input message="tns:Management.TrafficGroup.set_ha_load_factorRequest"/>
|
403
|
+
<output message="tns:Management.TrafficGroup.set_ha_load_factorResponse"/>
|
404
|
+
</operation>
|
405
|
+
<operation name="get_ha_load_factor">
|
406
|
+
<documentation>
|
407
|
+
Gets the traffic group HA load factors for the specified traffic groups.
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<input message="tns:Management.TrafficGroup.get_ha_load_factorRequest"/>
|
411
|
+
<output message="tns:Management.TrafficGroup.get_ha_load_factorResponse"/>
|
412
|
+
</operation>
|
413
|
+
<operation name="get_ha_order">
|
414
|
+
<documentation>
|
415
|
+
Gets the lists of HA orders the specified traffic groups are
|
416
|
+
associated with. If a specified traffic group is not associated
|
417
|
+
with any HA order, then the list of HA order entries for that
|
418
|
+
traffic group will be empty.
|
419
|
+
|
420
|
+
</documentation>
|
421
|
+
<input message="tns:Management.TrafficGroup.get_ha_orderRequest"/>
|
422
|
+
<output message="tns:Management.TrafficGroup.get_ha_orderResponse"/>
|
423
|
+
</operation>
|
424
|
+
<operation name="add_ha_order">
|
425
|
+
<documentation>
|
426
|
+
Adds/associates HA orders to the specified traffic groups.
|
427
|
+
|
428
|
+
</documentation>
|
429
|
+
<input message="tns:Management.TrafficGroup.add_ha_orderRequest"/>
|
430
|
+
<output message="tns:Management.TrafficGroup.add_ha_orderResponse"/>
|
431
|
+
</operation>
|
432
|
+
<operation name="remove_ha_order">
|
433
|
+
<documentation>
|
434
|
+
Removes HA order entries from the specified traffic groups.
|
435
|
+
|
436
|
+
</documentation>
|
437
|
+
<input message="tns:Management.TrafficGroup.remove_ha_orderRequest"/>
|
438
|
+
<output message="tns:Management.TrafficGroup.remove_ha_orderResponse"/>
|
439
|
+
</operation>
|
440
|
+
<operation name="remove_all_ha_orders">
|
441
|
+
<documentation>
|
442
|
+
Removes all HA order entries from the specified traffic groups.
|
443
|
+
|
444
|
+
</documentation>
|
445
|
+
<input message="tns:Management.TrafficGroup.remove_all_ha_ordersRequest"/>
|
446
|
+
<output message="tns:Management.TrafficGroup.remove_all_ha_ordersResponse"/>
|
447
|
+
</operation>
|
448
|
+
<operation name="get_version">
|
449
|
+
<documentation>
|
450
|
+
Gets the interface version.
|
451
|
+
|
452
|
+
</documentation>
|
453
|
+
<input message="tns:Management.TrafficGroup.get_versionRequest"/>
|
454
|
+
<output message="tns:Management.TrafficGroup.get_versionResponse"/>
|
455
|
+
</operation>
|
456
|
+
</portType>
|
457
|
+
|
458
|
+
<!-- binding -->
|
459
|
+
|
460
|
+
<binding name="Management.TrafficGroupBinding" type="tns:Management.TrafficGroupPortType">
|
461
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
462
|
+
<operation name="get_list">
|
463
|
+
<documentation>
|
464
|
+
Gets a list of all traffic groups.
|
465
|
+
|
466
|
+
</documentation>
|
467
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
468
|
+
<input>
|
469
|
+
<soap:body
|
470
|
+
use="encoded"
|
471
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
472
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
473
|
+
</input>
|
474
|
+
<output>
|
475
|
+
<soap:body
|
476
|
+
use="encoded"
|
477
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
478
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
479
|
+
</output>
|
480
|
+
</operation>
|
481
|
+
|
482
|
+
<operation name="create">
|
483
|
+
<documentation>
|
484
|
+
Creates traffic groups.
|
485
|
+
|
486
|
+
</documentation>
|
487
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
488
|
+
<input>
|
489
|
+
<soap:body
|
490
|
+
use="encoded"
|
491
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
492
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
493
|
+
</input>
|
494
|
+
<output>
|
495
|
+
<soap:body
|
496
|
+
use="encoded"
|
497
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
498
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
499
|
+
</output>
|
500
|
+
</operation>
|
501
|
+
|
502
|
+
<operation name="delete_traffic_group">
|
503
|
+
<documentation>
|
504
|
+
Deletes traffic groups.
|
505
|
+
|
506
|
+
</documentation>
|
507
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
508
|
+
<input>
|
509
|
+
<soap:body
|
510
|
+
use="encoded"
|
511
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
512
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
513
|
+
</input>
|
514
|
+
<output>
|
515
|
+
<soap:body
|
516
|
+
use="encoded"
|
517
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
518
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
519
|
+
</output>
|
520
|
+
</operation>
|
521
|
+
|
522
|
+
<operation name="set_description">
|
523
|
+
<documentation>
|
524
|
+
Sets the description for the specified traffic groups.
|
525
|
+
|
526
|
+
This is an arbitrary field which can be used for any purpose.
|
527
|
+
|
528
|
+
</documentation>
|
529
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
530
|
+
<input>
|
531
|
+
<soap:body
|
532
|
+
use="encoded"
|
533
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
534
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
535
|
+
</input>
|
536
|
+
<output>
|
537
|
+
<soap:body
|
538
|
+
use="encoded"
|
539
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
540
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
541
|
+
</output>
|
542
|
+
</operation>
|
543
|
+
|
544
|
+
<operation name="get_description">
|
545
|
+
<documentation>
|
546
|
+
Gets the descriptions for the specified traffic groups.
|
547
|
+
|
548
|
+
</documentation>
|
549
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
550
|
+
<input>
|
551
|
+
<soap:body
|
552
|
+
use="encoded"
|
553
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
554
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
555
|
+
</input>
|
556
|
+
<output>
|
557
|
+
<soap:body
|
558
|
+
use="encoded"
|
559
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
560
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
561
|
+
</output>
|
562
|
+
</operation>
|
563
|
+
|
564
|
+
<operation name="get_is_floating">
|
565
|
+
<documentation>
|
566
|
+
Gets the is floating state of the specified traffic group.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
570
|
+
<input>
|
571
|
+
<soap:body
|
572
|
+
use="encoded"
|
573
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
574
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
575
|
+
</input>
|
576
|
+
<output>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</output>
|
582
|
+
</operation>
|
583
|
+
|
584
|
+
<operation name="get_unit_id">
|
585
|
+
<documentation>
|
586
|
+
Gets the unit IDs for the specified traffic groups.
|
587
|
+
|
588
|
+
</documentation>
|
589
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
590
|
+
<input>
|
591
|
+
<soap:body
|
592
|
+
use="encoded"
|
593
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
594
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
595
|
+
</input>
|
596
|
+
<output>
|
597
|
+
<soap:body
|
598
|
+
use="encoded"
|
599
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
600
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
601
|
+
</output>
|
602
|
+
</operation>
|
603
|
+
|
604
|
+
<operation name="set_default_device">
|
605
|
+
<documentation>
|
606
|
+
This method has been deprecated, please use add_ha_order
|
607
|
+
instead.
|
608
|
+
|
609
|
+
Sets the default devices for the specified traffic groups.
|
610
|
+
|
611
|
+
The traffic group default device was used in earlier versions
|
612
|
+
to indicate the device that had the highest priority to become
|
613
|
+
active when a new active device needed to be chosen.
|
614
|
+
|
615
|
+
This functionality has been subsumed and enhanced by a new
|
616
|
+
traffic group attribute, the HA order. The HA order allows
|
617
|
+
the user to specify a list of devices from the failover
|
618
|
+
device group in the order in which they should become active
|
619
|
+
for the traffic group (see the new HA order methods).
|
620
|
+
|
621
|
+
The concept of default device has been replaced by the
|
622
|
+
first device in the HA order list. Therefore, this
|
623
|
+
set_default_device method places the device first in
|
624
|
+
the HA order list after deleting any prior entries in the
|
625
|
+
HA order list.
|
626
|
+
|
627
|
+
</documentation>
|
628
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
629
|
+
<input>
|
630
|
+
<soap:body
|
631
|
+
use="encoded"
|
632
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
634
|
+
</input>
|
635
|
+
<output>
|
636
|
+
<soap:body
|
637
|
+
use="encoded"
|
638
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
640
|
+
</output>
|
641
|
+
</operation>
|
642
|
+
|
643
|
+
<operation name="get_default_device">
|
644
|
+
<documentation>
|
645
|
+
This method has been deprecated, replaced by get_ha_order.
|
646
|
+
|
647
|
+
Gets the default devices for the specified traffic groups.
|
648
|
+
|
649
|
+
See the comments in the set_default_device method.
|
650
|
+
|
651
|
+
The default device methods still work. The concept of
|
652
|
+
default device has been replaced by the first device in
|
653
|
+
the HA order list. Therefore, this get_default_device
|
654
|
+
method returns the device in the HA order list that has
|
655
|
+
order zero if there is such an entry.
|
656
|
+
|
657
|
+
</documentation>
|
658
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
659
|
+
<input>
|
660
|
+
<soap:body
|
661
|
+
use="encoded"
|
662
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
663
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
664
|
+
</input>
|
665
|
+
<output>
|
666
|
+
<soap:body
|
667
|
+
use="encoded"
|
668
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
669
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
670
|
+
</output>
|
671
|
+
</operation>
|
672
|
+
|
673
|
+
<operation name="set_mac_masquerade_address">
|
674
|
+
<documentation>
|
675
|
+
Sets the MAC masquerade addresses for the specified traffic groups.
|
676
|
+
|
677
|
+
</documentation>
|
678
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
679
|
+
<input>
|
680
|
+
<soap:body
|
681
|
+
use="encoded"
|
682
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
683
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
684
|
+
</input>
|
685
|
+
<output>
|
686
|
+
<soap:body
|
687
|
+
use="encoded"
|
688
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
689
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
690
|
+
</output>
|
691
|
+
</operation>
|
692
|
+
|
693
|
+
<operation name="get_mac_masquerade_address">
|
694
|
+
<documentation>
|
695
|
+
Gets the MAC masquerade addresses for the specified traffic groups.
|
696
|
+
|
697
|
+
</documentation>
|
698
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
699
|
+
<input>
|
700
|
+
<soap:body
|
701
|
+
use="encoded"
|
702
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
703
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
704
|
+
</input>
|
705
|
+
<output>
|
706
|
+
<soap:body
|
707
|
+
use="encoded"
|
708
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
709
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
710
|
+
</output>
|
711
|
+
</operation>
|
712
|
+
|
713
|
+
<operation name="set_auto_failback_enabled_state">
|
714
|
+
<documentation>
|
715
|
+
Sets the auto failback states for the specified traffic groups.
|
716
|
+
|
717
|
+
</documentation>
|
718
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
719
|
+
<input>
|
720
|
+
<soap:body
|
721
|
+
use="encoded"
|
722
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
723
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
724
|
+
</input>
|
725
|
+
<output>
|
726
|
+
<soap:body
|
727
|
+
use="encoded"
|
728
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
729
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
730
|
+
</output>
|
731
|
+
</operation>
|
732
|
+
|
733
|
+
<operation name="get_auto_failback_enabled_state">
|
734
|
+
<documentation>
|
735
|
+
Gets the auto failback enabled states for the specified traffic groups.
|
736
|
+
|
737
|
+
</documentation>
|
738
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
739
|
+
<input>
|
740
|
+
<soap:body
|
741
|
+
use="encoded"
|
742
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
744
|
+
</input>
|
745
|
+
<output>
|
746
|
+
<soap:body
|
747
|
+
use="encoded"
|
748
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
749
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
750
|
+
</output>
|
751
|
+
</operation>
|
752
|
+
|
753
|
+
<operation name="set_auto_failback_time">
|
754
|
+
<documentation>
|
755
|
+
Sets the auto failback times for the specified traffic groups.
|
756
|
+
|
757
|
+
</documentation>
|
758
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
759
|
+
<input>
|
760
|
+
<soap:body
|
761
|
+
use="encoded"
|
762
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
763
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
764
|
+
</input>
|
765
|
+
<output>
|
766
|
+
<soap:body
|
767
|
+
use="encoded"
|
768
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
769
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
770
|
+
</output>
|
771
|
+
</operation>
|
772
|
+
|
773
|
+
<operation name="get_auto_failback_time">
|
774
|
+
<documentation>
|
775
|
+
Gets the traffic group auto failback times for the specified traffic groups.
|
776
|
+
|
777
|
+
</documentation>
|
778
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
779
|
+
<input>
|
780
|
+
<soap:body
|
781
|
+
use="encoded"
|
782
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
783
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
784
|
+
</input>
|
785
|
+
<output>
|
786
|
+
<soap:body
|
787
|
+
use="encoded"
|
788
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
789
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
790
|
+
</output>
|
791
|
+
</operation>
|
792
|
+
|
793
|
+
<operation name="set_ha_load_factor">
|
794
|
+
<documentation>
|
795
|
+
Sets the HA load factor for the specified traffic groups.
|
796
|
+
The HA load factor has a value between 1 and 1000 inclusive
|
797
|
+
and represents the amount of load (traffic, etc) the
|
798
|
+
traffic group presents to the system.
|
799
|
+
|
800
|
+
</documentation>
|
801
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
802
|
+
<input>
|
803
|
+
<soap:body
|
804
|
+
use="encoded"
|
805
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
806
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
807
|
+
</input>
|
808
|
+
<output>
|
809
|
+
<soap:body
|
810
|
+
use="encoded"
|
811
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
812
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
813
|
+
</output>
|
814
|
+
</operation>
|
815
|
+
|
816
|
+
<operation name="get_ha_load_factor">
|
817
|
+
<documentation>
|
818
|
+
Gets the traffic group HA load factors for the specified traffic groups.
|
819
|
+
|
820
|
+
</documentation>
|
821
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
822
|
+
<input>
|
823
|
+
<soap:body
|
824
|
+
use="encoded"
|
825
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
826
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
827
|
+
</input>
|
828
|
+
<output>
|
829
|
+
<soap:body
|
830
|
+
use="encoded"
|
831
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
832
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
833
|
+
</output>
|
834
|
+
</operation>
|
835
|
+
|
836
|
+
<operation name="get_ha_order">
|
837
|
+
<documentation>
|
838
|
+
Gets the lists of HA orders the specified traffic groups are
|
839
|
+
associated with. If a specified traffic group is not associated
|
840
|
+
with any HA order, then the list of HA order entries for that
|
841
|
+
traffic group will be empty.
|
842
|
+
|
843
|
+
</documentation>
|
844
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
845
|
+
<input>
|
846
|
+
<soap:body
|
847
|
+
use="encoded"
|
848
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
849
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
850
|
+
</input>
|
851
|
+
<output>
|
852
|
+
<soap:body
|
853
|
+
use="encoded"
|
854
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
855
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
856
|
+
</output>
|
857
|
+
</operation>
|
858
|
+
|
859
|
+
<operation name="add_ha_order">
|
860
|
+
<documentation>
|
861
|
+
Adds/associates HA orders to the specified traffic groups.
|
862
|
+
|
863
|
+
</documentation>
|
864
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
865
|
+
<input>
|
866
|
+
<soap:body
|
867
|
+
use="encoded"
|
868
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
869
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
870
|
+
</input>
|
871
|
+
<output>
|
872
|
+
<soap:body
|
873
|
+
use="encoded"
|
874
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
875
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
876
|
+
</output>
|
877
|
+
</operation>
|
878
|
+
|
879
|
+
<operation name="remove_ha_order">
|
880
|
+
<documentation>
|
881
|
+
Removes HA order entries from the specified traffic groups.
|
882
|
+
|
883
|
+
</documentation>
|
884
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
885
|
+
<input>
|
886
|
+
<soap:body
|
887
|
+
use="encoded"
|
888
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
889
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
890
|
+
</input>
|
891
|
+
<output>
|
892
|
+
<soap:body
|
893
|
+
use="encoded"
|
894
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
895
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
896
|
+
</output>
|
897
|
+
</operation>
|
898
|
+
|
899
|
+
<operation name="remove_all_ha_orders">
|
900
|
+
<documentation>
|
901
|
+
Removes all HA order entries from the specified traffic groups.
|
902
|
+
|
903
|
+
</documentation>
|
904
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
905
|
+
<input>
|
906
|
+
<soap:body
|
907
|
+
use="encoded"
|
908
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
909
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
910
|
+
</input>
|
911
|
+
<output>
|
912
|
+
<soap:body
|
913
|
+
use="encoded"
|
914
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
915
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
916
|
+
</output>
|
917
|
+
</operation>
|
918
|
+
|
919
|
+
<operation name="get_version">
|
920
|
+
<documentation>
|
921
|
+
Gets the interface version.
|
922
|
+
|
923
|
+
</documentation>
|
924
|
+
<soap:operation soapAction="urn:iControl:Management/TrafficGroup"/>
|
925
|
+
<input>
|
926
|
+
<soap:body
|
927
|
+
use="encoded"
|
928
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
930
|
+
</input>
|
931
|
+
<output>
|
932
|
+
<soap:body
|
933
|
+
use="encoded"
|
934
|
+
namespace="urn:iControl:Management/TrafficGroup"
|
935
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
936
|
+
</output>
|
937
|
+
</operation>
|
938
|
+
</binding>
|
939
|
+
|
940
|
+
<!-- service -->
|
941
|
+
|
942
|
+
<service name="Management.TrafficGroup">
|
943
|
+
<documentation>
|
944
|
+
The Traffic Group interface contains the methods for creating and manipulating
|
945
|
+
traffic groups. Traffic groups are a means to associate network objects with
|
946
|
+
devices used in device failover.
|
947
|
+
|
948
|
+
</documentation>
|
949
|
+
<port name="Management.TrafficGroupPort" binding="tns:Management.TrafficGroupBinding">
|
950
|
+
<soap:address location="https://url_to_service"/>
|
951
|
+
</port>
|
952
|
+
</service>
|
953
|
+
</definitions>
|