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,539 @@
|
|
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="System.Failover"
|
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="System.Failover.FailoverMode">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="FAILOVER_MODE_ACTIVE_ACTIVE">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>FAILOVER_MODE_ACTIVE_ACTIVE</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="FAILOVER_MODE_ACTIVE_STANDBY">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>FAILOVER_MODE_ACTIVE_STANDBY</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.IPAddressSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:simpleType name="System.Failover.FailoverState">
|
53
|
+
<xsd:restriction base="xsd:string">
|
54
|
+
<xsd:enumeration value="FAILOVER_STATE_STANDBY">
|
55
|
+
<xsd:annotation>
|
56
|
+
<xsd:documentation>FAILOVER_STATE_STANDBY</xsd:documentation>
|
57
|
+
</xsd:annotation>
|
58
|
+
</xsd:enumeration>
|
59
|
+
<xsd:enumeration value="FAILOVER_STATE_ACTIVE">
|
60
|
+
<xsd:annotation>
|
61
|
+
<xsd:documentation>FAILOVER_STATE_ACTIVE</xsd:documentation>
|
62
|
+
</xsd:annotation>
|
63
|
+
</xsd:enumeration>
|
64
|
+
<xsd:enumeration value="FAILOVER_STATE_FORCED_OFFLINE">
|
65
|
+
<xsd:annotation>
|
66
|
+
<xsd:documentation>FAILOVER_STATE_FORCED_OFFLINE</xsd:documentation>
|
67
|
+
</xsd:annotation>
|
68
|
+
</xsd:enumeration>
|
69
|
+
<xsd:enumeration value="FAILOVER_STATE_OFFLINE">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>FAILOVER_STATE_OFFLINE</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="FAILOVER_STATE_UNKNOWN">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>FAILOVER_STATE_UNKNOWN</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
</xsd:restriction>
|
80
|
+
</xsd:simpleType>
|
81
|
+
</xsd:schema>
|
82
|
+
</types>
|
83
|
+
|
84
|
+
<!-- message -->
|
85
|
+
|
86
|
+
<message name="System.Failover.is_redundantRequest">
|
87
|
+
</message>
|
88
|
+
<message name="System.Failover.is_redundantResponse">
|
89
|
+
<part name="return" type="xsd:boolean"/>
|
90
|
+
</message>
|
91
|
+
|
92
|
+
<message name="System.Failover.get_failover_modeRequest">
|
93
|
+
</message>
|
94
|
+
<message name="System.Failover.get_failover_modeResponse">
|
95
|
+
<part name="return" type="tns:System.Failover.FailoverMode"/>
|
96
|
+
</message>
|
97
|
+
|
98
|
+
<message name="System.Failover.get_peer_addressRequest">
|
99
|
+
</message>
|
100
|
+
<message name="System.Failover.get_peer_addressResponse">
|
101
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
102
|
+
</message>
|
103
|
+
|
104
|
+
<message name="System.Failover.get_failover_stateRequest">
|
105
|
+
</message>
|
106
|
+
<message name="System.Failover.get_failover_stateResponse">
|
107
|
+
<part name="return" type="tns:System.Failover.FailoverState"/>
|
108
|
+
</message>
|
109
|
+
|
110
|
+
<message name="System.Failover.set_standbyRequest">
|
111
|
+
</message>
|
112
|
+
<message name="System.Failover.set_standbyResponse">
|
113
|
+
</message>
|
114
|
+
|
115
|
+
<message name="System.Failover.set_standby_to_deviceRequest">
|
116
|
+
<part name="device" type="xsd:string"/>
|
117
|
+
</message>
|
118
|
+
<message name="System.Failover.set_standby_to_deviceResponse">
|
119
|
+
</message>
|
120
|
+
|
121
|
+
<message name="System.Failover.set_standby_traffic_groupRequest">
|
122
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
123
|
+
</message>
|
124
|
+
<message name="System.Failover.set_standby_traffic_groupResponse">
|
125
|
+
</message>
|
126
|
+
|
127
|
+
<message name="System.Failover.set_standby_traffic_group_to_deviceRequest">
|
128
|
+
<part name="traffic_groups" type="tns:Common.StringSequence"/>
|
129
|
+
<part name="device" type="xsd:string"/>
|
130
|
+
</message>
|
131
|
+
<message name="System.Failover.set_standby_traffic_group_to_deviceResponse">
|
132
|
+
</message>
|
133
|
+
|
134
|
+
<message name="System.Failover.set_offlineRequest">
|
135
|
+
</message>
|
136
|
+
<message name="System.Failover.set_offlineResponse">
|
137
|
+
</message>
|
138
|
+
|
139
|
+
<message name="System.Failover.set_offline_releaseRequest">
|
140
|
+
</message>
|
141
|
+
<message name="System.Failover.set_offline_releaseResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="System.Failover.set_failbackRequest">
|
145
|
+
</message>
|
146
|
+
<message name="System.Failover.set_failbackResponse">
|
147
|
+
</message>
|
148
|
+
|
149
|
+
<message name="System.Failover.get_versionRequest">
|
150
|
+
</message>
|
151
|
+
<message name="System.Failover.get_versionResponse">
|
152
|
+
<part name="return" type="xsd:string"/>
|
153
|
+
</message>
|
154
|
+
|
155
|
+
<!-- portType -->
|
156
|
+
|
157
|
+
<portType name="System.FailoverPortType">
|
158
|
+
<operation name="is_redundant">
|
159
|
+
<documentation>
|
160
|
+
Checks to see if this device is part of a redundant pair.
|
161
|
+
|
162
|
+
</documentation>
|
163
|
+
<input message="tns:System.Failover.is_redundantRequest"/>
|
164
|
+
<output message="tns:System.Failover.is_redundantResponse"/>
|
165
|
+
</operation>
|
166
|
+
<operation name="get_failover_mode">
|
167
|
+
<documentation>
|
168
|
+
Gets the current fail-over mode that the device is running in.
|
169
|
+
|
170
|
+
</documentation>
|
171
|
+
<input message="tns:System.Failover.get_failover_modeRequest"/>
|
172
|
+
<output message="tns:System.Failover.get_failover_modeResponse"/>
|
173
|
+
</operation>
|
174
|
+
<operation name="get_peer_address">
|
175
|
+
<documentation>
|
176
|
+
Gets the peer IP address(es) in a redundant pair. There will be a primary
|
177
|
+
address and possibly a secondary address. The primary will be the first
|
178
|
+
entry in the returned list.
|
179
|
+
|
180
|
+
</documentation>
|
181
|
+
<input message="tns:System.Failover.get_peer_addressRequest"/>
|
182
|
+
<output message="tns:System.Failover.get_peer_addressResponse"/>
|
183
|
+
</operation>
|
184
|
+
<operation name="get_failover_state">
|
185
|
+
<documentation>
|
186
|
+
Gets the current fail-over state that the device is running in.
|
187
|
+
|
188
|
+
</documentation>
|
189
|
+
<input message="tns:System.Failover.get_failover_stateRequest"/>
|
190
|
+
<output message="tns:System.Failover.get_failover_stateResponse"/>
|
191
|
+
</operation>
|
192
|
+
<operation name="set_standby">
|
193
|
+
<documentation>
|
194
|
+
Sets the device to standby mode.
|
195
|
+
|
196
|
+
</documentation>
|
197
|
+
<input message="tns:System.Failover.set_standbyRequest"/>
|
198
|
+
<output message="tns:System.Failover.set_standbyResponse"/>
|
199
|
+
</operation>
|
200
|
+
<operation name="set_standby_to_device">
|
201
|
+
<documentation>
|
202
|
+
Sets the device to standby mode for all traffic groups and
|
203
|
+
requests the specified device to become active for
|
204
|
+
all traffic groups.
|
205
|
+
|
206
|
+
</documentation>
|
207
|
+
<input message="tns:System.Failover.set_standby_to_deviceRequest"/>
|
208
|
+
<output message="tns:System.Failover.set_standby_to_deviceResponse"/>
|
209
|
+
</operation>
|
210
|
+
<operation name="set_standby_traffic_group">
|
211
|
+
<documentation>
|
212
|
+
Sets the specified traffic groups to standby mode.
|
213
|
+
|
214
|
+
If the list of traffic groups is empty, all traffic groups will be
|
215
|
+
set to standby.
|
216
|
+
|
217
|
+
</documentation>
|
218
|
+
<input message="tns:System.Failover.set_standby_traffic_groupRequest"/>
|
219
|
+
<output message="tns:System.Failover.set_standby_traffic_groupResponse"/>
|
220
|
+
</operation>
|
221
|
+
<operation name="set_standby_traffic_group_to_device">
|
222
|
+
<documentation>
|
223
|
+
Sets the specified traffic groups to standby mode. The traffic groups become active on the given device.
|
224
|
+
|
225
|
+
If the list of traffic groups is empty, all traffic groups will be
|
226
|
+
set to standby and will become active on the specified device.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:System.Failover.set_standby_traffic_group_to_deviceRequest"/>
|
230
|
+
<output message="tns:System.Failover.set_standby_traffic_group_to_deviceResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="set_offline">
|
233
|
+
<documentation>
|
234
|
+
Sets the device to "forced offline" state.
|
235
|
+
|
236
|
+
</documentation>
|
237
|
+
<input message="tns:System.Failover.set_offlineRequest"/>
|
238
|
+
<output message="tns:System.Failover.set_offlineResponse"/>
|
239
|
+
</operation>
|
240
|
+
<operation name="set_offline_release">
|
241
|
+
<documentation>
|
242
|
+
Sets the device to release the "forced offline" state.
|
243
|
+
|
244
|
+
</documentation>
|
245
|
+
<input message="tns:System.Failover.set_offline_releaseRequest"/>
|
246
|
+
<output message="tns:System.Failover.set_offline_releaseResponse"/>
|
247
|
+
</operation>
|
248
|
+
<operation name="set_failback">
|
249
|
+
<documentation>
|
250
|
+
Restores an active-active device configuration after a failure.
|
251
|
+
You can only use this command after the DB key "Failover.ManFailBack" has been created,
|
252
|
+
and set to a value of "enable".
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<input message="tns:System.Failover.set_failbackRequest"/>
|
256
|
+
<output message="tns:System.Failover.set_failbackResponse"/>
|
257
|
+
</operation>
|
258
|
+
<operation name="get_version">
|
259
|
+
<documentation>
|
260
|
+
Gets the version information for this interface.
|
261
|
+
|
262
|
+
</documentation>
|
263
|
+
<input message="tns:System.Failover.get_versionRequest"/>
|
264
|
+
<output message="tns:System.Failover.get_versionResponse"/>
|
265
|
+
</operation>
|
266
|
+
</portType>
|
267
|
+
|
268
|
+
<!-- binding -->
|
269
|
+
|
270
|
+
<binding name="System.FailoverBinding" type="tns:System.FailoverPortType">
|
271
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
272
|
+
<operation name="is_redundant">
|
273
|
+
<documentation>
|
274
|
+
Checks to see if this device is part of a redundant pair.
|
275
|
+
|
276
|
+
</documentation>
|
277
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
278
|
+
<input>
|
279
|
+
<soap:body
|
280
|
+
use="encoded"
|
281
|
+
namespace="urn:iControl:System/Failover"
|
282
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
283
|
+
</input>
|
284
|
+
<output>
|
285
|
+
<soap:body
|
286
|
+
use="encoded"
|
287
|
+
namespace="urn:iControl:System/Failover"
|
288
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
289
|
+
</output>
|
290
|
+
</operation>
|
291
|
+
|
292
|
+
<operation name="get_failover_mode">
|
293
|
+
<documentation>
|
294
|
+
Gets the current fail-over mode that the device is running in.
|
295
|
+
|
296
|
+
</documentation>
|
297
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
298
|
+
<input>
|
299
|
+
<soap:body
|
300
|
+
use="encoded"
|
301
|
+
namespace="urn:iControl:System/Failover"
|
302
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
303
|
+
</input>
|
304
|
+
<output>
|
305
|
+
<soap:body
|
306
|
+
use="encoded"
|
307
|
+
namespace="urn:iControl:System/Failover"
|
308
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
309
|
+
</output>
|
310
|
+
</operation>
|
311
|
+
|
312
|
+
<operation name="get_peer_address">
|
313
|
+
<documentation>
|
314
|
+
Gets the peer IP address(es) in a redundant pair. There will be a primary
|
315
|
+
address and possibly a secondary address. The primary will be the first
|
316
|
+
entry in the returned list.
|
317
|
+
|
318
|
+
</documentation>
|
319
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
320
|
+
<input>
|
321
|
+
<soap:body
|
322
|
+
use="encoded"
|
323
|
+
namespace="urn:iControl:System/Failover"
|
324
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
325
|
+
</input>
|
326
|
+
<output>
|
327
|
+
<soap:body
|
328
|
+
use="encoded"
|
329
|
+
namespace="urn:iControl:System/Failover"
|
330
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
331
|
+
</output>
|
332
|
+
</operation>
|
333
|
+
|
334
|
+
<operation name="get_failover_state">
|
335
|
+
<documentation>
|
336
|
+
Gets the current fail-over state that the device is running in.
|
337
|
+
|
338
|
+
</documentation>
|
339
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
340
|
+
<input>
|
341
|
+
<soap:body
|
342
|
+
use="encoded"
|
343
|
+
namespace="urn:iControl:System/Failover"
|
344
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
+
</input>
|
346
|
+
<output>
|
347
|
+
<soap:body
|
348
|
+
use="encoded"
|
349
|
+
namespace="urn:iControl:System/Failover"
|
350
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
351
|
+
</output>
|
352
|
+
</operation>
|
353
|
+
|
354
|
+
<operation name="set_standby">
|
355
|
+
<documentation>
|
356
|
+
Sets the device to standby mode.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:System/Failover"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:System/Failover"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="set_standby_to_device">
|
375
|
+
<documentation>
|
376
|
+
Sets the device to standby mode for all traffic groups and
|
377
|
+
requests the specified device to become active for
|
378
|
+
all traffic groups.
|
379
|
+
|
380
|
+
</documentation>
|
381
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
382
|
+
<input>
|
383
|
+
<soap:body
|
384
|
+
use="encoded"
|
385
|
+
namespace="urn:iControl:System/Failover"
|
386
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
387
|
+
</input>
|
388
|
+
<output>
|
389
|
+
<soap:body
|
390
|
+
use="encoded"
|
391
|
+
namespace="urn:iControl:System/Failover"
|
392
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
393
|
+
</output>
|
394
|
+
</operation>
|
395
|
+
|
396
|
+
<operation name="set_standby_traffic_group">
|
397
|
+
<documentation>
|
398
|
+
Sets the specified traffic groups to standby mode.
|
399
|
+
|
400
|
+
If the list of traffic groups is empty, all traffic groups will be
|
401
|
+
set to standby.
|
402
|
+
|
403
|
+
</documentation>
|
404
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
405
|
+
<input>
|
406
|
+
<soap:body
|
407
|
+
use="encoded"
|
408
|
+
namespace="urn:iControl:System/Failover"
|
409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
410
|
+
</input>
|
411
|
+
<output>
|
412
|
+
<soap:body
|
413
|
+
use="encoded"
|
414
|
+
namespace="urn:iControl:System/Failover"
|
415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
416
|
+
</output>
|
417
|
+
</operation>
|
418
|
+
|
419
|
+
<operation name="set_standby_traffic_group_to_device">
|
420
|
+
<documentation>
|
421
|
+
Sets the specified traffic groups to standby mode. The traffic groups become active on the given device.
|
422
|
+
|
423
|
+
If the list of traffic groups is empty, all traffic groups will be
|
424
|
+
set to standby and will become active on the specified device.
|
425
|
+
|
426
|
+
</documentation>
|
427
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
428
|
+
<input>
|
429
|
+
<soap:body
|
430
|
+
use="encoded"
|
431
|
+
namespace="urn:iControl:System/Failover"
|
432
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
433
|
+
</input>
|
434
|
+
<output>
|
435
|
+
<soap:body
|
436
|
+
use="encoded"
|
437
|
+
namespace="urn:iControl:System/Failover"
|
438
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
439
|
+
</output>
|
440
|
+
</operation>
|
441
|
+
|
442
|
+
<operation name="set_offline">
|
443
|
+
<documentation>
|
444
|
+
Sets the device to "forced offline" state.
|
445
|
+
|
446
|
+
</documentation>
|
447
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
448
|
+
<input>
|
449
|
+
<soap:body
|
450
|
+
use="encoded"
|
451
|
+
namespace="urn:iControl:System/Failover"
|
452
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
453
|
+
</input>
|
454
|
+
<output>
|
455
|
+
<soap:body
|
456
|
+
use="encoded"
|
457
|
+
namespace="urn:iControl:System/Failover"
|
458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
459
|
+
</output>
|
460
|
+
</operation>
|
461
|
+
|
462
|
+
<operation name="set_offline_release">
|
463
|
+
<documentation>
|
464
|
+
Sets the device to release the "forced offline" state.
|
465
|
+
|
466
|
+
</documentation>
|
467
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
468
|
+
<input>
|
469
|
+
<soap:body
|
470
|
+
use="encoded"
|
471
|
+
namespace="urn:iControl:System/Failover"
|
472
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
473
|
+
</input>
|
474
|
+
<output>
|
475
|
+
<soap:body
|
476
|
+
use="encoded"
|
477
|
+
namespace="urn:iControl:System/Failover"
|
478
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
479
|
+
</output>
|
480
|
+
</operation>
|
481
|
+
|
482
|
+
<operation name="set_failback">
|
483
|
+
<documentation>
|
484
|
+
Restores an active-active device configuration after a failure.
|
485
|
+
You can only use this command after the DB key "Failover.ManFailBack" has been created,
|
486
|
+
and set to a value of "enable".
|
487
|
+
|
488
|
+
</documentation>
|
489
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
490
|
+
<input>
|
491
|
+
<soap:body
|
492
|
+
use="encoded"
|
493
|
+
namespace="urn:iControl:System/Failover"
|
494
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
495
|
+
</input>
|
496
|
+
<output>
|
497
|
+
<soap:body
|
498
|
+
use="encoded"
|
499
|
+
namespace="urn:iControl:System/Failover"
|
500
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
501
|
+
</output>
|
502
|
+
</operation>
|
503
|
+
|
504
|
+
<operation name="get_version">
|
505
|
+
<documentation>
|
506
|
+
Gets the version information for this interface.
|
507
|
+
|
508
|
+
</documentation>
|
509
|
+
<soap:operation soapAction="urn:iControl:System/Failover"/>
|
510
|
+
<input>
|
511
|
+
<soap:body
|
512
|
+
use="encoded"
|
513
|
+
namespace="urn:iControl:System/Failover"
|
514
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
515
|
+
</input>
|
516
|
+
<output>
|
517
|
+
<soap:body
|
518
|
+
use="encoded"
|
519
|
+
namespace="urn:iControl:System/Failover"
|
520
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
521
|
+
</output>
|
522
|
+
</operation>
|
523
|
+
</binding>
|
524
|
+
|
525
|
+
<!-- service -->
|
526
|
+
|
527
|
+
<service name="System.Failover">
|
528
|
+
<documentation>
|
529
|
+
The Failover interface enables you to manipulate a device's fail-over states. For example, you can get the state, active or standby,
|
530
|
+
in which a device is running in a redundant configuration. You can also switch a device's state from active to standby.
|
531
|
+
|
532
|
+
This interface does not support transactions.
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<port name="System.FailoverPort" binding="tns:System.FailoverBinding">
|
536
|
+
<soap:address location="https://url_to_service"/>
|
537
|
+
</port>
|
538
|
+
</service>
|
539
|
+
</definitions>
|