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,352 @@
|
|
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.DBVariable"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Common.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.BooleanSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Management.DBVariable.VariableNameValueSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.DBVariable.VariableNameValue[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Management.DBVariable.VariableNameValue">
|
46
|
+
<xsd:sequence>
|
47
|
+
<xsd:element name="name" type="xsd:string"/>
|
48
|
+
<xsd:element name="value" type="xsd:string"/>
|
49
|
+
</xsd:sequence>
|
50
|
+
</xsd:complexType>
|
51
|
+
</xsd:schema>
|
52
|
+
</types>
|
53
|
+
|
54
|
+
<!-- message -->
|
55
|
+
|
56
|
+
<message name="Management.DBVariable.is_variable_availableRequest">
|
57
|
+
<part name="variables" type="tns:Common.StringSequence"/>
|
58
|
+
</message>
|
59
|
+
<message name="Management.DBVariable.is_variable_availableResponse">
|
60
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
61
|
+
</message>
|
62
|
+
|
63
|
+
<message name="Management.DBVariable.get_listRequest">
|
64
|
+
</message>
|
65
|
+
<message name="Management.DBVariable.get_listResponse">
|
66
|
+
<part name="return" type="tns:Management.DBVariable.VariableNameValueSequence"/>
|
67
|
+
</message>
|
68
|
+
|
69
|
+
<message name="Management.DBVariable.queryRequest">
|
70
|
+
<part name="variables" type="tns:Common.StringSequence"/>
|
71
|
+
</message>
|
72
|
+
<message name="Management.DBVariable.queryResponse">
|
73
|
+
<part name="return" type="tns:Management.DBVariable.VariableNameValueSequence"/>
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Management.DBVariable.createRequest">
|
77
|
+
<part name="variables" type="tns:Management.DBVariable.VariableNameValueSequence"/>
|
78
|
+
</message>
|
79
|
+
<message name="Management.DBVariable.createResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="Management.DBVariable.modifyRequest">
|
83
|
+
<part name="variables" type="tns:Management.DBVariable.VariableNameValueSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="Management.DBVariable.modifyResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Management.DBVariable.resetRequest">
|
89
|
+
<part name="variables" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Management.DBVariable.resetResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Management.DBVariable.delete_variableRequest">
|
95
|
+
<part name="variables" type="tns:Common.StringSequence"/>
|
96
|
+
</message>
|
97
|
+
<message name="Management.DBVariable.delete_variableResponse">
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<message name="Management.DBVariable.get_versionRequest">
|
101
|
+
</message>
|
102
|
+
<message name="Management.DBVariable.get_versionResponse">
|
103
|
+
<part name="return" type="xsd:string"/>
|
104
|
+
</message>
|
105
|
+
|
106
|
+
<!-- portType -->
|
107
|
+
|
108
|
+
<portType name="Management.DBVariablePortType">
|
109
|
+
<operation name="is_variable_available">
|
110
|
+
<documentation>
|
111
|
+
Verifies the existence of the specified variables in the database.
|
112
|
+
|
113
|
+
</documentation>
|
114
|
+
<input message="tns:Management.DBVariable.is_variable_availableRequest"/>
|
115
|
+
<output message="tns:Management.DBVariable.is_variable_availableResponse"/>
|
116
|
+
</operation>
|
117
|
+
<operation name="get_list">
|
118
|
+
<documentation>
|
119
|
+
Retrieves the values of all variables defined in the database. This list can potentially be huge.
|
120
|
+
|
121
|
+
</documentation>
|
122
|
+
<input message="tns:Management.DBVariable.get_listRequest"/>
|
123
|
+
<output message="tns:Management.DBVariable.get_listResponse"/>
|
124
|
+
</operation>
|
125
|
+
<operation name="query">
|
126
|
+
<documentation>
|
127
|
+
Queries the values of the specified variables.
|
128
|
+
|
129
|
+
</documentation>
|
130
|
+
<input message="tns:Management.DBVariable.queryRequest"/>
|
131
|
+
<output message="tns:Management.DBVariable.queryResponse"/>
|
132
|
+
</operation>
|
133
|
+
<operation name="create">
|
134
|
+
<documentation>
|
135
|
+
Creates the specified variables in the database.
|
136
|
+
|
137
|
+
</documentation>
|
138
|
+
<input message="tns:Management.DBVariable.createRequest"/>
|
139
|
+
<output message="tns:Management.DBVariable.createResponse"/>
|
140
|
+
</operation>
|
141
|
+
<operation name="modify">
|
142
|
+
<documentation>
|
143
|
+
Modifies the specified variables in the database.
|
144
|
+
|
145
|
+
</documentation>
|
146
|
+
<input message="tns:Management.DBVariable.modifyRequest"/>
|
147
|
+
<output message="tns:Management.DBVariable.modifyResponse"/>
|
148
|
+
</operation>
|
149
|
+
<operation name="reset">
|
150
|
+
<documentation>
|
151
|
+
Resets the specified variables to their default values.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Management.DBVariable.resetRequest"/>
|
155
|
+
<output message="tns:Management.DBVariable.resetResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="delete_variable">
|
158
|
+
<documentation>
|
159
|
+
Deletes the variables referenced from the database.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Management.DBVariable.delete_variableRequest"/>
|
163
|
+
<output message="tns:Management.DBVariable.delete_variableResponse"/>
|
164
|
+
</operation>
|
165
|
+
<operation name="get_version">
|
166
|
+
<documentation>
|
167
|
+
Gets the version information for this interface.
|
168
|
+
|
169
|
+
</documentation>
|
170
|
+
<input message="tns:Management.DBVariable.get_versionRequest"/>
|
171
|
+
<output message="tns:Management.DBVariable.get_versionResponse"/>
|
172
|
+
</operation>
|
173
|
+
</portType>
|
174
|
+
|
175
|
+
<!-- binding -->
|
176
|
+
|
177
|
+
<binding name="Management.DBVariableBinding" type="tns:Management.DBVariablePortType">
|
178
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
179
|
+
<operation name="is_variable_available">
|
180
|
+
<documentation>
|
181
|
+
Verifies the existence of the specified variables in the database.
|
182
|
+
|
183
|
+
</documentation>
|
184
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
185
|
+
<input>
|
186
|
+
<soap:body
|
187
|
+
use="encoded"
|
188
|
+
namespace="urn:iControl:Management/DBVariable"
|
189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
190
|
+
</input>
|
191
|
+
<output>
|
192
|
+
<soap:body
|
193
|
+
use="encoded"
|
194
|
+
namespace="urn:iControl:Management/DBVariable"
|
195
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
196
|
+
</output>
|
197
|
+
</operation>
|
198
|
+
|
199
|
+
<operation name="get_list">
|
200
|
+
<documentation>
|
201
|
+
Retrieves the values of all variables defined in the database. This list can potentially be huge.
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
205
|
+
<input>
|
206
|
+
<soap:body
|
207
|
+
use="encoded"
|
208
|
+
namespace="urn:iControl:Management/DBVariable"
|
209
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
210
|
+
</input>
|
211
|
+
<output>
|
212
|
+
<soap:body
|
213
|
+
use="encoded"
|
214
|
+
namespace="urn:iControl:Management/DBVariable"
|
215
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
216
|
+
</output>
|
217
|
+
</operation>
|
218
|
+
|
219
|
+
<operation name="query">
|
220
|
+
<documentation>
|
221
|
+
Queries the values of the specified variables.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
225
|
+
<input>
|
226
|
+
<soap:body
|
227
|
+
use="encoded"
|
228
|
+
namespace="urn:iControl:Management/DBVariable"
|
229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
230
|
+
</input>
|
231
|
+
<output>
|
232
|
+
<soap:body
|
233
|
+
use="encoded"
|
234
|
+
namespace="urn:iControl:Management/DBVariable"
|
235
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
236
|
+
</output>
|
237
|
+
</operation>
|
238
|
+
|
239
|
+
<operation name="create">
|
240
|
+
<documentation>
|
241
|
+
Creates the specified variables in the database.
|
242
|
+
|
243
|
+
</documentation>
|
244
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
245
|
+
<input>
|
246
|
+
<soap:body
|
247
|
+
use="encoded"
|
248
|
+
namespace="urn:iControl:Management/DBVariable"
|
249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
250
|
+
</input>
|
251
|
+
<output>
|
252
|
+
<soap:body
|
253
|
+
use="encoded"
|
254
|
+
namespace="urn:iControl:Management/DBVariable"
|
255
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
256
|
+
</output>
|
257
|
+
</operation>
|
258
|
+
|
259
|
+
<operation name="modify">
|
260
|
+
<documentation>
|
261
|
+
Modifies the specified variables in the database.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
265
|
+
<input>
|
266
|
+
<soap:body
|
267
|
+
use="encoded"
|
268
|
+
namespace="urn:iControl:Management/DBVariable"
|
269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
270
|
+
</input>
|
271
|
+
<output>
|
272
|
+
<soap:body
|
273
|
+
use="encoded"
|
274
|
+
namespace="urn:iControl:Management/DBVariable"
|
275
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
276
|
+
</output>
|
277
|
+
</operation>
|
278
|
+
|
279
|
+
<operation name="reset">
|
280
|
+
<documentation>
|
281
|
+
Resets the specified variables to their default values.
|
282
|
+
|
283
|
+
</documentation>
|
284
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
285
|
+
<input>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:Management/DBVariable"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</input>
|
291
|
+
<output>
|
292
|
+
<soap:body
|
293
|
+
use="encoded"
|
294
|
+
namespace="urn:iControl:Management/DBVariable"
|
295
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
296
|
+
</output>
|
297
|
+
</operation>
|
298
|
+
|
299
|
+
<operation name="delete_variable">
|
300
|
+
<documentation>
|
301
|
+
Deletes the variables referenced from the database.
|
302
|
+
|
303
|
+
</documentation>
|
304
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
305
|
+
<input>
|
306
|
+
<soap:body
|
307
|
+
use="encoded"
|
308
|
+
namespace="urn:iControl:Management/DBVariable"
|
309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
310
|
+
</input>
|
311
|
+
<output>
|
312
|
+
<soap:body
|
313
|
+
use="encoded"
|
314
|
+
namespace="urn:iControl:Management/DBVariable"
|
315
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
316
|
+
</output>
|
317
|
+
</operation>
|
318
|
+
|
319
|
+
<operation name="get_version">
|
320
|
+
<documentation>
|
321
|
+
Gets the version information for this interface.
|
322
|
+
|
323
|
+
</documentation>
|
324
|
+
<soap:operation soapAction="urn:iControl:Management/DBVariable"/>
|
325
|
+
<input>
|
326
|
+
<soap:body
|
327
|
+
use="encoded"
|
328
|
+
namespace="urn:iControl:Management/DBVariable"
|
329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
330
|
+
</input>
|
331
|
+
<output>
|
332
|
+
<soap:body
|
333
|
+
use="encoded"
|
334
|
+
namespace="urn:iControl:Management/DBVariable"
|
335
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
336
|
+
</output>
|
337
|
+
</operation>
|
338
|
+
</binding>
|
339
|
+
|
340
|
+
<!-- service -->
|
341
|
+
|
342
|
+
<service name="Management.DBVariable">
|
343
|
+
<documentation>
|
344
|
+
The DBVariable interface exposes methods that enable you to work directly with our internal
|
345
|
+
database that contains configuration variables using name/value pairs.
|
346
|
+
|
347
|
+
</documentation>
|
348
|
+
<port name="Management.DBVariablePort" binding="tns:Management.DBVariableBinding">
|
349
|
+
<soap:address location="https://url_to_service"/>
|
350
|
+
</port>
|
351
|
+
</service>
|
352
|
+
</definitions>
|
@@ -0,0 +1,1697 @@
|
|
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.Device"
|
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="Management.Device.ChassisVersion">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="CHASSIS_VERSION_VIPRION">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>CHASSIS_VERSION_VIPRION</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="CHASSIS_VERSION_INDIVIDUAL">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>CHASSIS_VERSION_INDIVIDUAL</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="CHASSIS_VERSION_UNKNOWN">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>CHASSIS_VERSION_UNKNOWN</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
</xsd:restriction>
|
42
|
+
</xsd:simpleType>
|
43
|
+
<xsd:complexType name="Common.StringSequence">
|
44
|
+
<xsd:complexContent>
|
45
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
46
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
47
|
+
</xsd:restriction>
|
48
|
+
</xsd:complexContent>
|
49
|
+
</xsd:complexType>
|
50
|
+
<xsd:complexType name="Management.Device.UnicastAddress">
|
51
|
+
<xsd:sequence>
|
52
|
+
<xsd:element name="source" type="tns:Common.IPPortDefinition"/>
|
53
|
+
<xsd:element name="effective" type="tns:Common.IPPortDefinition"/>
|
54
|
+
</xsd:sequence>
|
55
|
+
</xsd:complexType>
|
56
|
+
<xsd:complexType name="Management.Device.MulticastAddressSequence">
|
57
|
+
<xsd:complexContent>
|
58
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
59
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Device.MulticastAddress[]'/>
|
60
|
+
</xsd:restriction>
|
61
|
+
</xsd:complexContent>
|
62
|
+
</xsd:complexType>
|
63
|
+
<xsd:complexType name="Common.IPAddressSequenceSequence">
|
64
|
+
<xsd:complexContent>
|
65
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
66
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPAddressSequence[]'/>
|
67
|
+
</xsd:restriction>
|
68
|
+
</xsd:complexContent>
|
69
|
+
</xsd:complexType>
|
70
|
+
<xsd:complexType name="Management.Device.UnicastAddressSequence">
|
71
|
+
<xsd:complexContent>
|
72
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
73
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Device.UnicastAddress[]'/>
|
74
|
+
</xsd:restriction>
|
75
|
+
</xsd:complexContent>
|
76
|
+
</xsd:complexType>
|
77
|
+
<xsd:complexType name="Common.ULongSequence">
|
78
|
+
<xsd:complexContent>
|
79
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
80
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
81
|
+
</xsd:restriction>
|
82
|
+
</xsd:complexContent>
|
83
|
+
</xsd:complexType>
|
84
|
+
<xsd:simpleType name="Common.HAState">
|
85
|
+
<xsd:restriction base="xsd:string">
|
86
|
+
<xsd:enumeration value="HA_STATE_OFFLINE">
|
87
|
+
<xsd:annotation>
|
88
|
+
<xsd:documentation>HA_STATE_OFFLINE</xsd:documentation>
|
89
|
+
</xsd:annotation>
|
90
|
+
</xsd:enumeration>
|
91
|
+
<xsd:enumeration value="HA_STATE_FORCED_OFFLINE">
|
92
|
+
<xsd:annotation>
|
93
|
+
<xsd:documentation>HA_STATE_FORCED_OFFLINE</xsd:documentation>
|
94
|
+
</xsd:annotation>
|
95
|
+
</xsd:enumeration>
|
96
|
+
<xsd:enumeration value="HA_STATE_STANDBY">
|
97
|
+
<xsd:annotation>
|
98
|
+
<xsd:documentation>HA_STATE_STANDBY</xsd:documentation>
|
99
|
+
</xsd:annotation>
|
100
|
+
</xsd:enumeration>
|
101
|
+
<xsd:enumeration value="HA_STATE_ACTIVE">
|
102
|
+
<xsd:annotation>
|
103
|
+
<xsd:documentation>HA_STATE_ACTIVE</xsd:documentation>
|
104
|
+
</xsd:annotation>
|
105
|
+
</xsd:enumeration>
|
106
|
+
<xsd:enumeration value="HA_STATE_UNKNOWN">
|
107
|
+
<xsd:annotation>
|
108
|
+
<xsd:documentation>HA_STATE_UNKNOWN</xsd:documentation>
|
109
|
+
</xsd:annotation>
|
110
|
+
</xsd:enumeration>
|
111
|
+
</xsd:restriction>
|
112
|
+
</xsd:simpleType>
|
113
|
+
<xsd:complexType name="Management.Device.ChassisVersionSequence">
|
114
|
+
<xsd:complexContent>
|
115
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
116
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Device.ChassisVersion[]'/>
|
117
|
+
</xsd:restriction>
|
118
|
+
</xsd:complexContent>
|
119
|
+
</xsd:complexType>
|
120
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
121
|
+
<xsd:complexContent>
|
122
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
123
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
124
|
+
</xsd:restriction>
|
125
|
+
</xsd:complexContent>
|
126
|
+
</xsd:complexType>
|
127
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
128
|
+
<xsd:complexContent>
|
129
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
130
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
131
|
+
</xsd:restriction>
|
132
|
+
</xsd:complexContent>
|
133
|
+
</xsd:complexType>
|
134
|
+
<xsd:complexType name="Common.IPPortDefinition">
|
135
|
+
<xsd:sequence>
|
136
|
+
<xsd:element name="address" type="xsd:string"/>
|
137
|
+
<xsd:element name="port" type="xsd:long"/>
|
138
|
+
</xsd:sequence>
|
139
|
+
</xsd:complexType>
|
140
|
+
<xsd:complexType name="Common.HAStateSequence">
|
141
|
+
<xsd:complexContent>
|
142
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
143
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.HAState[]'/>
|
144
|
+
</xsd:restriction>
|
145
|
+
</xsd:complexContent>
|
146
|
+
</xsd:complexType>
|
147
|
+
<xsd:complexType name="Management.Device.UnicastAddressSequenceSequence">
|
148
|
+
<xsd:complexContent>
|
149
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
150
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.Device.UnicastAddressSequence[]'/>
|
151
|
+
</xsd:restriction>
|
152
|
+
</xsd:complexContent>
|
153
|
+
</xsd:complexType>
|
154
|
+
<xsd:complexType name="Management.Device.MulticastAddress">
|
155
|
+
<xsd:sequence>
|
156
|
+
<xsd:element name="interface_name" type="xsd:string"/>
|
157
|
+
<xsd:element name="address" type="tns:Common.IPPortDefinition"/>
|
158
|
+
</xsd:sequence>
|
159
|
+
</xsd:complexType>
|
160
|
+
</xsd:schema>
|
161
|
+
</types>
|
162
|
+
|
163
|
+
<!-- message -->
|
164
|
+
|
165
|
+
<message name="Management.Device.get_listRequest">
|
166
|
+
</message>
|
167
|
+
<message name="Management.Device.get_listResponse">
|
168
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
169
|
+
</message>
|
170
|
+
|
171
|
+
<message name="Management.Device.createRequest">
|
172
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
173
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="Management.Device.createResponse">
|
176
|
+
</message>
|
177
|
+
|
178
|
+
<message name="Management.Device.get_local_deviceRequest">
|
179
|
+
</message>
|
180
|
+
<message name="Management.Device.get_local_deviceResponse">
|
181
|
+
<part name="return" type="xsd:string"/>
|
182
|
+
</message>
|
183
|
+
|
184
|
+
<message name="Management.Device.get_descriptionRequest">
|
185
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
186
|
+
</message>
|
187
|
+
<message name="Management.Device.get_descriptionResponse">
|
188
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
189
|
+
</message>
|
190
|
+
|
191
|
+
<message name="Management.Device.set_descriptionRequest">
|
192
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
193
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
194
|
+
</message>
|
195
|
+
<message name="Management.Device.set_descriptionResponse">
|
196
|
+
</message>
|
197
|
+
|
198
|
+
<message name="Management.Device.get_management_addressRequest">
|
199
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
200
|
+
</message>
|
201
|
+
<message name="Management.Device.get_management_addressResponse">
|
202
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
203
|
+
</message>
|
204
|
+
|
205
|
+
<message name="Management.Device.set_management_addressRequest">
|
206
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
207
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
208
|
+
</message>
|
209
|
+
<message name="Management.Device.set_management_addressResponse">
|
210
|
+
</message>
|
211
|
+
|
212
|
+
<message name="Management.Device.get_blade_addressesRequest">
|
213
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
214
|
+
</message>
|
215
|
+
<message name="Management.Device.get_blade_addressesResponse">
|
216
|
+
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
|
217
|
+
</message>
|
218
|
+
|
219
|
+
<message name="Management.Device.set_configsync_addressRequest">
|
220
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
221
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
222
|
+
</message>
|
223
|
+
<message name="Management.Device.set_configsync_addressResponse">
|
224
|
+
</message>
|
225
|
+
|
226
|
+
<message name="Management.Device.get_configsync_addressRequest">
|
227
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
228
|
+
</message>
|
229
|
+
<message name="Management.Device.get_configsync_addressResponse">
|
230
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
231
|
+
</message>
|
232
|
+
|
233
|
+
<message name="Management.Device.get_hostnameRequest">
|
234
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
235
|
+
</message>
|
236
|
+
<message name="Management.Device.get_hostnameResponse">
|
237
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
238
|
+
</message>
|
239
|
+
|
240
|
+
<message name="Management.Device.get_base_mac_addressRequest">
|
241
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
242
|
+
</message>
|
243
|
+
<message name="Management.Device.get_base_mac_addressResponse">
|
244
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
245
|
+
</message>
|
246
|
+
|
247
|
+
<message name="Management.Device.set_primary_mirror_addressRequest">
|
248
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
249
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
250
|
+
</message>
|
251
|
+
<message name="Management.Device.set_primary_mirror_addressResponse">
|
252
|
+
</message>
|
253
|
+
|
254
|
+
<message name="Management.Device.get_primary_mirror_addressRequest">
|
255
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
256
|
+
</message>
|
257
|
+
<message name="Management.Device.get_primary_mirror_addressResponse">
|
258
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
259
|
+
</message>
|
260
|
+
|
261
|
+
<message name="Management.Device.set_secondary_mirror_addressRequest">
|
262
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
263
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
264
|
+
</message>
|
265
|
+
<message name="Management.Device.set_secondary_mirror_addressResponse">
|
266
|
+
</message>
|
267
|
+
|
268
|
+
<message name="Management.Device.get_secondary_mirror_addressRequest">
|
269
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
270
|
+
</message>
|
271
|
+
<message name="Management.Device.get_secondary_mirror_addressResponse">
|
272
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
273
|
+
</message>
|
274
|
+
|
275
|
+
<message name="Management.Device.get_failover_stateRequest">
|
276
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
277
|
+
</message>
|
278
|
+
<message name="Management.Device.get_failover_stateResponse">
|
279
|
+
<part name="return" type="tns:Common.HAStateSequence"/>
|
280
|
+
</message>
|
281
|
+
|
282
|
+
<message name="Management.Device.get_unicast_addressesRequest">
|
283
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
284
|
+
</message>
|
285
|
+
<message name="Management.Device.get_unicast_addressesResponse">
|
286
|
+
<part name="return" type="tns:Management.Device.UnicastAddressSequenceSequence"/>
|
287
|
+
</message>
|
288
|
+
|
289
|
+
<message name="Management.Device.set_unicast_addressesRequest">
|
290
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
291
|
+
<part name="addresses" type="tns:Management.Device.UnicastAddressSequenceSequence"/>
|
292
|
+
</message>
|
293
|
+
<message name="Management.Device.set_unicast_addressesResponse">
|
294
|
+
</message>
|
295
|
+
|
296
|
+
<message name="Management.Device.get_multicast_addressRequest">
|
297
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
298
|
+
</message>
|
299
|
+
<message name="Management.Device.get_multicast_addressResponse">
|
300
|
+
<part name="return" type="tns:Management.Device.MulticastAddressSequence"/>
|
301
|
+
</message>
|
302
|
+
|
303
|
+
<message name="Management.Device.set_multicast_addressRequest">
|
304
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
305
|
+
<part name="addresses" type="tns:Management.Device.MulticastAddressSequence"/>
|
306
|
+
</message>
|
307
|
+
<message name="Management.Device.set_multicast_addressResponse">
|
308
|
+
</message>
|
309
|
+
|
310
|
+
<message name="Management.Device.get_software_versionRequest">
|
311
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
312
|
+
</message>
|
313
|
+
<message name="Management.Device.get_software_versionResponse">
|
314
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
315
|
+
</message>
|
316
|
+
|
317
|
+
<message name="Management.Device.get_productRequest">
|
318
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
319
|
+
</message>
|
320
|
+
<message name="Management.Device.get_productResponse">
|
321
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
322
|
+
</message>
|
323
|
+
|
324
|
+
<message name="Management.Device.get_editionRequest">
|
325
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
326
|
+
</message>
|
327
|
+
<message name="Management.Device.get_editionResponse">
|
328
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
329
|
+
</message>
|
330
|
+
|
331
|
+
<message name="Management.Device.get_buildRequest">
|
332
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
333
|
+
</message>
|
334
|
+
<message name="Management.Device.get_buildResponse">
|
335
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
336
|
+
</message>
|
337
|
+
|
338
|
+
<message name="Management.Device.get_active_modulesRequest">
|
339
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
340
|
+
</message>
|
341
|
+
<message name="Management.Device.get_active_modulesResponse">
|
342
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
343
|
+
</message>
|
344
|
+
|
345
|
+
<message name="Management.Device.get_inactive_modulesRequest">
|
346
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
347
|
+
</message>
|
348
|
+
<message name="Management.Device.get_inactive_modulesResponse">
|
349
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
350
|
+
</message>
|
351
|
+
|
352
|
+
<message name="Management.Device.get_optional_modulesRequest">
|
353
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
354
|
+
</message>
|
355
|
+
<message name="Management.Device.get_optional_modulesResponse">
|
356
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
357
|
+
</message>
|
358
|
+
|
359
|
+
<message name="Management.Device.get_timelimited_modulesRequest">
|
360
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
361
|
+
</message>
|
362
|
+
<message name="Management.Device.get_timelimited_modulesResponse">
|
363
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
364
|
+
</message>
|
365
|
+
|
366
|
+
<message name="Management.Device.get_marketing_nameRequest">
|
367
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
368
|
+
</message>
|
369
|
+
<message name="Management.Device.get_marketing_nameResponse">
|
370
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
371
|
+
</message>
|
372
|
+
|
373
|
+
<message name="Management.Device.get_platform_idRequest">
|
374
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
375
|
+
</message>
|
376
|
+
<message name="Management.Device.get_platform_idResponse">
|
377
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
378
|
+
</message>
|
379
|
+
|
380
|
+
<message name="Management.Device.get_chassis_idRequest">
|
381
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
382
|
+
</message>
|
383
|
+
<message name="Management.Device.get_chassis_idResponse">
|
384
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
385
|
+
</message>
|
386
|
+
|
387
|
+
<message name="Management.Device.get_chassis_typeRequest">
|
388
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
389
|
+
</message>
|
390
|
+
<message name="Management.Device.get_chassis_typeResponse">
|
391
|
+
<part name="return" type="tns:Management.Device.ChassisVersionSequence"/>
|
392
|
+
</message>
|
393
|
+
|
394
|
+
<message name="Management.Device.get_locationRequest">
|
395
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
396
|
+
</message>
|
397
|
+
<message name="Management.Device.get_locationResponse">
|
398
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
399
|
+
</message>
|
400
|
+
|
401
|
+
<message name="Management.Device.set_locationRequest">
|
402
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
403
|
+
<part name="locations" type="tns:Common.StringSequence"/>
|
404
|
+
</message>
|
405
|
+
<message name="Management.Device.set_locationResponse">
|
406
|
+
</message>
|
407
|
+
|
408
|
+
<message name="Management.Device.get_contactRequest">
|
409
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
410
|
+
</message>
|
411
|
+
<message name="Management.Device.get_contactResponse">
|
412
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
413
|
+
</message>
|
414
|
+
|
415
|
+
<message name="Management.Device.set_contactRequest">
|
416
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
417
|
+
<part name="contacts" type="tns:Common.StringSequence"/>
|
418
|
+
</message>
|
419
|
+
<message name="Management.Device.set_contactResponse">
|
420
|
+
</message>
|
421
|
+
|
422
|
+
<message name="Management.Device.get_commentRequest">
|
423
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
424
|
+
</message>
|
425
|
+
<message name="Management.Device.get_commentResponse">
|
426
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
427
|
+
</message>
|
428
|
+
|
429
|
+
<message name="Management.Device.set_commentRequest">
|
430
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
431
|
+
<part name="comments" type="tns:Common.StringSequence"/>
|
432
|
+
</message>
|
433
|
+
<message name="Management.Device.set_commentResponse">
|
434
|
+
</message>
|
435
|
+
|
436
|
+
<message name="Management.Device.get_timezoneRequest">
|
437
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
438
|
+
</message>
|
439
|
+
<message name="Management.Device.get_timezoneResponse">
|
440
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
441
|
+
</message>
|
442
|
+
|
443
|
+
<message name="Management.Device.set_ha_capacityRequest">
|
444
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
445
|
+
<part name="capacities" type="tns:Common.ULongSequence"/>
|
446
|
+
</message>
|
447
|
+
<message name="Management.Device.set_ha_capacityResponse">
|
448
|
+
</message>
|
449
|
+
|
450
|
+
<message name="Management.Device.get_ha_capacityRequest">
|
451
|
+
<part name="devices" type="tns:Common.StringSequence"/>
|
452
|
+
</message>
|
453
|
+
<message name="Management.Device.get_ha_capacityResponse">
|
454
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
455
|
+
</message>
|
456
|
+
|
457
|
+
<message name="Management.Device.get_versionRequest">
|
458
|
+
</message>
|
459
|
+
<message name="Management.Device.get_versionResponse">
|
460
|
+
<part name="return" type="xsd:string"/>
|
461
|
+
</message>
|
462
|
+
|
463
|
+
<!-- portType -->
|
464
|
+
|
465
|
+
<portType name="Management.DevicePortType">
|
466
|
+
<operation name="get_list">
|
467
|
+
<documentation>
|
468
|
+
Gets a list of all devices
|
469
|
+
|
470
|
+
</documentation>
|
471
|
+
<input message="tns:Management.Device.get_listRequest"/>
|
472
|
+
<output message="tns:Management.Device.get_listResponse"/>
|
473
|
+
</operation>
|
474
|
+
<operation name="create">
|
475
|
+
<documentation>
|
476
|
+
Creates devices
|
477
|
+
|
478
|
+
</documentation>
|
479
|
+
<input message="tns:Management.Device.createRequest"/>
|
480
|
+
<output message="tns:Management.Device.createResponse"/>
|
481
|
+
</operation>
|
482
|
+
<operation name="get_local_device">
|
483
|
+
<documentation>
|
484
|
+
Gets the device object for the local device (self)
|
485
|
+
|
486
|
+
</documentation>
|
487
|
+
<input message="tns:Management.Device.get_local_deviceRequest"/>
|
488
|
+
<output message="tns:Management.Device.get_local_deviceResponse"/>
|
489
|
+
</operation>
|
490
|
+
<operation name="get_description">
|
491
|
+
<documentation>
|
492
|
+
Gets the description
|
493
|
+
|
494
|
+
</documentation>
|
495
|
+
<input message="tns:Management.Device.get_descriptionRequest"/>
|
496
|
+
<output message="tns:Management.Device.get_descriptionResponse"/>
|
497
|
+
</operation>
|
498
|
+
<operation name="set_description">
|
499
|
+
<documentation>
|
500
|
+
Sets the description
|
501
|
+
|
502
|
+
</documentation>
|
503
|
+
<input message="tns:Management.Device.set_descriptionRequest"/>
|
504
|
+
<output message="tns:Management.Device.set_descriptionResponse"/>
|
505
|
+
</operation>
|
506
|
+
<operation name="get_management_address">
|
507
|
+
<documentation>
|
508
|
+
Gets the management address
|
509
|
+
|
510
|
+
</documentation>
|
511
|
+
<input message="tns:Management.Device.get_management_addressRequest"/>
|
512
|
+
<output message="tns:Management.Device.get_management_addressResponse"/>
|
513
|
+
</operation>
|
514
|
+
<operation name="set_management_address">
|
515
|
+
<documentation>
|
516
|
+
Sets the management IP address
|
517
|
+
|
518
|
+
</documentation>
|
519
|
+
<input message="tns:Management.Device.set_management_addressRequest"/>
|
520
|
+
<output message="tns:Management.Device.set_management_addressResponse"/>
|
521
|
+
</operation>
|
522
|
+
<operation name="get_blade_addresses">
|
523
|
+
<documentation>
|
524
|
+
Gets the blade address
|
525
|
+
|
526
|
+
</documentation>
|
527
|
+
<input message="tns:Management.Device.get_blade_addressesRequest"/>
|
528
|
+
<output message="tns:Management.Device.get_blade_addressesResponse"/>
|
529
|
+
</operation>
|
530
|
+
<operation name="set_configsync_address">
|
531
|
+
<documentation>
|
532
|
+
Sets the configsync IP address
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<input message="tns:Management.Device.set_configsync_addressRequest"/>
|
536
|
+
<output message="tns:Management.Device.set_configsync_addressResponse"/>
|
537
|
+
</operation>
|
538
|
+
<operation name="get_configsync_address">
|
539
|
+
<documentation>
|
540
|
+
Gets the configsync IP address
|
541
|
+
|
542
|
+
</documentation>
|
543
|
+
<input message="tns:Management.Device.get_configsync_addressRequest"/>
|
544
|
+
<output message="tns:Management.Device.get_configsync_addressResponse"/>
|
545
|
+
</operation>
|
546
|
+
<operation name="get_hostname">
|
547
|
+
<documentation>
|
548
|
+
Gets the hostname
|
549
|
+
|
550
|
+
</documentation>
|
551
|
+
<input message="tns:Management.Device.get_hostnameRequest"/>
|
552
|
+
<output message="tns:Management.Device.get_hostnameResponse"/>
|
553
|
+
</operation>
|
554
|
+
<operation name="get_base_mac_address">
|
555
|
+
<documentation>
|
556
|
+
Gets the base MAC Address
|
557
|
+
|
558
|
+
</documentation>
|
559
|
+
<input message="tns:Management.Device.get_base_mac_addressRequest"/>
|
560
|
+
<output message="tns:Management.Device.get_base_mac_addressResponse"/>
|
561
|
+
</operation>
|
562
|
+
<operation name="set_primary_mirror_address">
|
563
|
+
<documentation>
|
564
|
+
Sets the primary mirror IP address
|
565
|
+
|
566
|
+
</documentation>
|
567
|
+
<input message="tns:Management.Device.set_primary_mirror_addressRequest"/>
|
568
|
+
<output message="tns:Management.Device.set_primary_mirror_addressResponse"/>
|
569
|
+
</operation>
|
570
|
+
<operation name="get_primary_mirror_address">
|
571
|
+
<documentation>
|
572
|
+
Gets the primary mirror IP address
|
573
|
+
|
574
|
+
</documentation>
|
575
|
+
<input message="tns:Management.Device.get_primary_mirror_addressRequest"/>
|
576
|
+
<output message="tns:Management.Device.get_primary_mirror_addressResponse"/>
|
577
|
+
</operation>
|
578
|
+
<operation name="set_secondary_mirror_address">
|
579
|
+
<documentation>
|
580
|
+
Sets the secondary mirror IP address
|
581
|
+
|
582
|
+
</documentation>
|
583
|
+
<input message="tns:Management.Device.set_secondary_mirror_addressRequest"/>
|
584
|
+
<output message="tns:Management.Device.set_secondary_mirror_addressResponse"/>
|
585
|
+
</operation>
|
586
|
+
<operation name="get_secondary_mirror_address">
|
587
|
+
<documentation>
|
588
|
+
Gets the secondary mirror IP address
|
589
|
+
|
590
|
+
</documentation>
|
591
|
+
<input message="tns:Management.Device.get_secondary_mirror_addressRequest"/>
|
592
|
+
<output message="tns:Management.Device.get_secondary_mirror_addressResponse"/>
|
593
|
+
</operation>
|
594
|
+
<operation name="get_failover_state">
|
595
|
+
<documentation>
|
596
|
+
Gets the failover state
|
597
|
+
|
598
|
+
</documentation>
|
599
|
+
<input message="tns:Management.Device.get_failover_stateRequest"/>
|
600
|
+
<output message="tns:Management.Device.get_failover_stateResponse"/>
|
601
|
+
</operation>
|
602
|
+
<operation name="get_unicast_addresses">
|
603
|
+
<documentation>
|
604
|
+
Gets the unicast addresses
|
605
|
+
|
606
|
+
</documentation>
|
607
|
+
<input message="tns:Management.Device.get_unicast_addressesRequest"/>
|
608
|
+
<output message="tns:Management.Device.get_unicast_addressesResponse"/>
|
609
|
+
</operation>
|
610
|
+
<operation name="set_unicast_addresses">
|
611
|
+
<documentation>
|
612
|
+
Sets the unicast addresses
|
613
|
+
|
614
|
+
</documentation>
|
615
|
+
<input message="tns:Management.Device.set_unicast_addressesRequest"/>
|
616
|
+
<output message="tns:Management.Device.set_unicast_addressesResponse"/>
|
617
|
+
</operation>
|
618
|
+
<operation name="get_multicast_address">
|
619
|
+
<documentation>
|
620
|
+
Gets the multicast address
|
621
|
+
|
622
|
+
</documentation>
|
623
|
+
<input message="tns:Management.Device.get_multicast_addressRequest"/>
|
624
|
+
<output message="tns:Management.Device.get_multicast_addressResponse"/>
|
625
|
+
</operation>
|
626
|
+
<operation name="set_multicast_address">
|
627
|
+
<documentation>
|
628
|
+
Sets the multicast address
|
629
|
+
|
630
|
+
</documentation>
|
631
|
+
<input message="tns:Management.Device.set_multicast_addressRequest"/>
|
632
|
+
<output message="tns:Management.Device.set_multicast_addressResponse"/>
|
633
|
+
</operation>
|
634
|
+
<operation name="get_software_version">
|
635
|
+
<documentation>
|
636
|
+
Gets the software version
|
637
|
+
|
638
|
+
</documentation>
|
639
|
+
<input message="tns:Management.Device.get_software_versionRequest"/>
|
640
|
+
<output message="tns:Management.Device.get_software_versionResponse"/>
|
641
|
+
</operation>
|
642
|
+
<operation name="get_product">
|
643
|
+
<documentation>
|
644
|
+
Gets the product name
|
645
|
+
|
646
|
+
</documentation>
|
647
|
+
<input message="tns:Management.Device.get_productRequest"/>
|
648
|
+
<output message="tns:Management.Device.get_productResponse"/>
|
649
|
+
</operation>
|
650
|
+
<operation name="get_edition">
|
651
|
+
<documentation>
|
652
|
+
Gets the edition
|
653
|
+
|
654
|
+
</documentation>
|
655
|
+
<input message="tns:Management.Device.get_editionRequest"/>
|
656
|
+
<output message="tns:Management.Device.get_editionResponse"/>
|
657
|
+
</operation>
|
658
|
+
<operation name="get_build">
|
659
|
+
<documentation>
|
660
|
+
Gets the build number
|
661
|
+
|
662
|
+
</documentation>
|
663
|
+
<input message="tns:Management.Device.get_buildRequest"/>
|
664
|
+
<output message="tns:Management.Device.get_buildResponse"/>
|
665
|
+
</operation>
|
666
|
+
<operation name="get_active_modules">
|
667
|
+
<documentation>
|
668
|
+
Gets the licensed active BIG-IP modules
|
669
|
+
|
670
|
+
</documentation>
|
671
|
+
<input message="tns:Management.Device.get_active_modulesRequest"/>
|
672
|
+
<output message="tns:Management.Device.get_active_modulesResponse"/>
|
673
|
+
</operation>
|
674
|
+
<operation name="get_inactive_modules">
|
675
|
+
<documentation>
|
676
|
+
Gets the licensed, but inactive BIG-IP modules
|
677
|
+
|
678
|
+
</documentation>
|
679
|
+
<input message="tns:Management.Device.get_inactive_modulesRequest"/>
|
680
|
+
<output message="tns:Management.Device.get_inactive_modulesResponse"/>
|
681
|
+
</operation>
|
682
|
+
<operation name="get_optional_modules">
|
683
|
+
<documentation>
|
684
|
+
Gets the unlicensed, optional BIG-IP modules for the device
|
685
|
+
|
686
|
+
</documentation>
|
687
|
+
<input message="tns:Management.Device.get_optional_modulesRequest"/>
|
688
|
+
<output message="tns:Management.Device.get_optional_modulesResponse"/>
|
689
|
+
</operation>
|
690
|
+
<operation name="get_timelimited_modules">
|
691
|
+
<documentation>
|
692
|
+
gets the timelimited BIG-IP modules that have been temporarily licensed
|
693
|
+
|
694
|
+
</documentation>
|
695
|
+
<input message="tns:Management.Device.get_timelimited_modulesRequest"/>
|
696
|
+
<output message="tns:Management.Device.get_timelimited_modulesResponse"/>
|
697
|
+
</operation>
|
698
|
+
<operation name="get_marketing_name">
|
699
|
+
<documentation>
|
700
|
+
Gets the marketing name for the platform
|
701
|
+
|
702
|
+
</documentation>
|
703
|
+
<input message="tns:Management.Device.get_marketing_nameRequest"/>
|
704
|
+
<output message="tns:Management.Device.get_marketing_nameResponse"/>
|
705
|
+
</operation>
|
706
|
+
<operation name="get_platform_id">
|
707
|
+
<documentation>
|
708
|
+
Gets the platform id
|
709
|
+
|
710
|
+
</documentation>
|
711
|
+
<input message="tns:Management.Device.get_platform_idRequest"/>
|
712
|
+
<output message="tns:Management.Device.get_platform_idResponse"/>
|
713
|
+
</operation>
|
714
|
+
<operation name="get_chassis_id">
|
715
|
+
<documentation>
|
716
|
+
Gets the chassis id
|
717
|
+
|
718
|
+
</documentation>
|
719
|
+
<input message="tns:Management.Device.get_chassis_idRequest"/>
|
720
|
+
<output message="tns:Management.Device.get_chassis_idResponse"/>
|
721
|
+
</operation>
|
722
|
+
<operation name="get_chassis_type">
|
723
|
+
<documentation>
|
724
|
+
Gets the chassis type (if the device is a viprion or a individual device)
|
725
|
+
|
726
|
+
</documentation>
|
727
|
+
<input message="tns:Management.Device.get_chassis_typeRequest"/>
|
728
|
+
<output message="tns:Management.Device.get_chassis_typeResponse"/>
|
729
|
+
</operation>
|
730
|
+
<operation name="get_location">
|
731
|
+
<documentation>
|
732
|
+
Gets the location
|
733
|
+
|
734
|
+
</documentation>
|
735
|
+
<input message="tns:Management.Device.get_locationRequest"/>
|
736
|
+
<output message="tns:Management.Device.get_locationResponse"/>
|
737
|
+
</operation>
|
738
|
+
<operation name="set_location">
|
739
|
+
<documentation>
|
740
|
+
Sets the location
|
741
|
+
|
742
|
+
</documentation>
|
743
|
+
<input message="tns:Management.Device.set_locationRequest"/>
|
744
|
+
<output message="tns:Management.Device.set_locationResponse"/>
|
745
|
+
</operation>
|
746
|
+
<operation name="get_contact">
|
747
|
+
<documentation>
|
748
|
+
Gets the contact
|
749
|
+
|
750
|
+
</documentation>
|
751
|
+
<input message="tns:Management.Device.get_contactRequest"/>
|
752
|
+
<output message="tns:Management.Device.get_contactResponse"/>
|
753
|
+
</operation>
|
754
|
+
<operation name="set_contact">
|
755
|
+
<documentation>
|
756
|
+
Sets the contact
|
757
|
+
|
758
|
+
</documentation>
|
759
|
+
<input message="tns:Management.Device.set_contactRequest"/>
|
760
|
+
<output message="tns:Management.Device.set_contactResponse"/>
|
761
|
+
</operation>
|
762
|
+
<operation name="get_comment">
|
763
|
+
<documentation>
|
764
|
+
Gets the comment
|
765
|
+
|
766
|
+
</documentation>
|
767
|
+
<input message="tns:Management.Device.get_commentRequest"/>
|
768
|
+
<output message="tns:Management.Device.get_commentResponse"/>
|
769
|
+
</operation>
|
770
|
+
<operation name="set_comment">
|
771
|
+
<documentation>
|
772
|
+
Sets the comment
|
773
|
+
|
774
|
+
</documentation>
|
775
|
+
<input message="tns:Management.Device.set_commentRequest"/>
|
776
|
+
<output message="tns:Management.Device.set_commentResponse"/>
|
777
|
+
</operation>
|
778
|
+
<operation name="get_timezone">
|
779
|
+
<documentation>
|
780
|
+
Gets the timezone
|
781
|
+
|
782
|
+
</documentation>
|
783
|
+
<input message="tns:Management.Device.get_timezoneRequest"/>
|
784
|
+
<output message="tns:Management.Device.get_timezoneResponse"/>
|
785
|
+
</operation>
|
786
|
+
<operation name="set_ha_capacity">
|
787
|
+
<documentation>
|
788
|
+
Sets the HA capacity for the specified devices.
|
789
|
+
The HA capacity has a value between 0 and 100000 inclusive.
|
790
|
+
It is used to spread the load of the traffic groups among
|
791
|
+
the devices.
|
792
|
+
|
793
|
+
</documentation>
|
794
|
+
<input message="tns:Management.Device.set_ha_capacityRequest"/>
|
795
|
+
<output message="tns:Management.Device.set_ha_capacityResponse"/>
|
796
|
+
</operation>
|
797
|
+
<operation name="get_ha_capacity">
|
798
|
+
<documentation>
|
799
|
+
Gets the HA capacity for the specified devices.
|
800
|
+
|
801
|
+
</documentation>
|
802
|
+
<input message="tns:Management.Device.get_ha_capacityRequest"/>
|
803
|
+
<output message="tns:Management.Device.get_ha_capacityResponse"/>
|
804
|
+
</operation>
|
805
|
+
<operation name="get_version">
|
806
|
+
<documentation>
|
807
|
+
Gets the interface version
|
808
|
+
|
809
|
+
</documentation>
|
810
|
+
<input message="tns:Management.Device.get_versionRequest"/>
|
811
|
+
<output message="tns:Management.Device.get_versionResponse"/>
|
812
|
+
</operation>
|
813
|
+
</portType>
|
814
|
+
|
815
|
+
<!-- binding -->
|
816
|
+
|
817
|
+
<binding name="Management.DeviceBinding" type="tns:Management.DevicePortType">
|
818
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
819
|
+
<operation name="get_list">
|
820
|
+
<documentation>
|
821
|
+
Gets a list of all devices
|
822
|
+
|
823
|
+
</documentation>
|
824
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
825
|
+
<input>
|
826
|
+
<soap:body
|
827
|
+
use="encoded"
|
828
|
+
namespace="urn:iControl:Management/Device"
|
829
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
830
|
+
</input>
|
831
|
+
<output>
|
832
|
+
<soap:body
|
833
|
+
use="encoded"
|
834
|
+
namespace="urn:iControl:Management/Device"
|
835
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
836
|
+
</output>
|
837
|
+
</operation>
|
838
|
+
|
839
|
+
<operation name="create">
|
840
|
+
<documentation>
|
841
|
+
Creates devices
|
842
|
+
|
843
|
+
</documentation>
|
844
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
845
|
+
<input>
|
846
|
+
<soap:body
|
847
|
+
use="encoded"
|
848
|
+
namespace="urn:iControl:Management/Device"
|
849
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
850
|
+
</input>
|
851
|
+
<output>
|
852
|
+
<soap:body
|
853
|
+
use="encoded"
|
854
|
+
namespace="urn:iControl:Management/Device"
|
855
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
856
|
+
</output>
|
857
|
+
</operation>
|
858
|
+
|
859
|
+
<operation name="get_local_device">
|
860
|
+
<documentation>
|
861
|
+
Gets the device object for the local device (self)
|
862
|
+
|
863
|
+
</documentation>
|
864
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
865
|
+
<input>
|
866
|
+
<soap:body
|
867
|
+
use="encoded"
|
868
|
+
namespace="urn:iControl:Management/Device"
|
869
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
870
|
+
</input>
|
871
|
+
<output>
|
872
|
+
<soap:body
|
873
|
+
use="encoded"
|
874
|
+
namespace="urn:iControl:Management/Device"
|
875
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
876
|
+
</output>
|
877
|
+
</operation>
|
878
|
+
|
879
|
+
<operation name="get_description">
|
880
|
+
<documentation>
|
881
|
+
Gets the description
|
882
|
+
|
883
|
+
</documentation>
|
884
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
885
|
+
<input>
|
886
|
+
<soap:body
|
887
|
+
use="encoded"
|
888
|
+
namespace="urn:iControl:Management/Device"
|
889
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
890
|
+
</input>
|
891
|
+
<output>
|
892
|
+
<soap:body
|
893
|
+
use="encoded"
|
894
|
+
namespace="urn:iControl:Management/Device"
|
895
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
896
|
+
</output>
|
897
|
+
</operation>
|
898
|
+
|
899
|
+
<operation name="set_description">
|
900
|
+
<documentation>
|
901
|
+
Sets the description
|
902
|
+
|
903
|
+
</documentation>
|
904
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
905
|
+
<input>
|
906
|
+
<soap:body
|
907
|
+
use="encoded"
|
908
|
+
namespace="urn:iControl:Management/Device"
|
909
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
910
|
+
</input>
|
911
|
+
<output>
|
912
|
+
<soap:body
|
913
|
+
use="encoded"
|
914
|
+
namespace="urn:iControl:Management/Device"
|
915
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
916
|
+
</output>
|
917
|
+
</operation>
|
918
|
+
|
919
|
+
<operation name="get_management_address">
|
920
|
+
<documentation>
|
921
|
+
Gets the management address
|
922
|
+
|
923
|
+
</documentation>
|
924
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
925
|
+
<input>
|
926
|
+
<soap:body
|
927
|
+
use="encoded"
|
928
|
+
namespace="urn:iControl:Management/Device"
|
929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
930
|
+
</input>
|
931
|
+
<output>
|
932
|
+
<soap:body
|
933
|
+
use="encoded"
|
934
|
+
namespace="urn:iControl:Management/Device"
|
935
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
936
|
+
</output>
|
937
|
+
</operation>
|
938
|
+
|
939
|
+
<operation name="set_management_address">
|
940
|
+
<documentation>
|
941
|
+
Sets the management IP address
|
942
|
+
|
943
|
+
</documentation>
|
944
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
945
|
+
<input>
|
946
|
+
<soap:body
|
947
|
+
use="encoded"
|
948
|
+
namespace="urn:iControl:Management/Device"
|
949
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
950
|
+
</input>
|
951
|
+
<output>
|
952
|
+
<soap:body
|
953
|
+
use="encoded"
|
954
|
+
namespace="urn:iControl:Management/Device"
|
955
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
956
|
+
</output>
|
957
|
+
</operation>
|
958
|
+
|
959
|
+
<operation name="get_blade_addresses">
|
960
|
+
<documentation>
|
961
|
+
Gets the blade address
|
962
|
+
|
963
|
+
</documentation>
|
964
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
965
|
+
<input>
|
966
|
+
<soap:body
|
967
|
+
use="encoded"
|
968
|
+
namespace="urn:iControl:Management/Device"
|
969
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
970
|
+
</input>
|
971
|
+
<output>
|
972
|
+
<soap:body
|
973
|
+
use="encoded"
|
974
|
+
namespace="urn:iControl:Management/Device"
|
975
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
976
|
+
</output>
|
977
|
+
</operation>
|
978
|
+
|
979
|
+
<operation name="set_configsync_address">
|
980
|
+
<documentation>
|
981
|
+
Sets the configsync IP address
|
982
|
+
|
983
|
+
</documentation>
|
984
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
985
|
+
<input>
|
986
|
+
<soap:body
|
987
|
+
use="encoded"
|
988
|
+
namespace="urn:iControl:Management/Device"
|
989
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
990
|
+
</input>
|
991
|
+
<output>
|
992
|
+
<soap:body
|
993
|
+
use="encoded"
|
994
|
+
namespace="urn:iControl:Management/Device"
|
995
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
996
|
+
</output>
|
997
|
+
</operation>
|
998
|
+
|
999
|
+
<operation name="get_configsync_address">
|
1000
|
+
<documentation>
|
1001
|
+
Gets the configsync IP address
|
1002
|
+
|
1003
|
+
</documentation>
|
1004
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1005
|
+
<input>
|
1006
|
+
<soap:body
|
1007
|
+
use="encoded"
|
1008
|
+
namespace="urn:iControl:Management/Device"
|
1009
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1010
|
+
</input>
|
1011
|
+
<output>
|
1012
|
+
<soap:body
|
1013
|
+
use="encoded"
|
1014
|
+
namespace="urn:iControl:Management/Device"
|
1015
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1016
|
+
</output>
|
1017
|
+
</operation>
|
1018
|
+
|
1019
|
+
<operation name="get_hostname">
|
1020
|
+
<documentation>
|
1021
|
+
Gets the hostname
|
1022
|
+
|
1023
|
+
</documentation>
|
1024
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1025
|
+
<input>
|
1026
|
+
<soap:body
|
1027
|
+
use="encoded"
|
1028
|
+
namespace="urn:iControl:Management/Device"
|
1029
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1030
|
+
</input>
|
1031
|
+
<output>
|
1032
|
+
<soap:body
|
1033
|
+
use="encoded"
|
1034
|
+
namespace="urn:iControl:Management/Device"
|
1035
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1036
|
+
</output>
|
1037
|
+
</operation>
|
1038
|
+
|
1039
|
+
<operation name="get_base_mac_address">
|
1040
|
+
<documentation>
|
1041
|
+
Gets the base MAC Address
|
1042
|
+
|
1043
|
+
</documentation>
|
1044
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1045
|
+
<input>
|
1046
|
+
<soap:body
|
1047
|
+
use="encoded"
|
1048
|
+
namespace="urn:iControl:Management/Device"
|
1049
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1050
|
+
</input>
|
1051
|
+
<output>
|
1052
|
+
<soap:body
|
1053
|
+
use="encoded"
|
1054
|
+
namespace="urn:iControl:Management/Device"
|
1055
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1056
|
+
</output>
|
1057
|
+
</operation>
|
1058
|
+
|
1059
|
+
<operation name="set_primary_mirror_address">
|
1060
|
+
<documentation>
|
1061
|
+
Sets the primary mirror IP address
|
1062
|
+
|
1063
|
+
</documentation>
|
1064
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1065
|
+
<input>
|
1066
|
+
<soap:body
|
1067
|
+
use="encoded"
|
1068
|
+
namespace="urn:iControl:Management/Device"
|
1069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1070
|
+
</input>
|
1071
|
+
<output>
|
1072
|
+
<soap:body
|
1073
|
+
use="encoded"
|
1074
|
+
namespace="urn:iControl:Management/Device"
|
1075
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1076
|
+
</output>
|
1077
|
+
</operation>
|
1078
|
+
|
1079
|
+
<operation name="get_primary_mirror_address">
|
1080
|
+
<documentation>
|
1081
|
+
Gets the primary mirror IP address
|
1082
|
+
|
1083
|
+
</documentation>
|
1084
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1085
|
+
<input>
|
1086
|
+
<soap:body
|
1087
|
+
use="encoded"
|
1088
|
+
namespace="urn:iControl:Management/Device"
|
1089
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1090
|
+
</input>
|
1091
|
+
<output>
|
1092
|
+
<soap:body
|
1093
|
+
use="encoded"
|
1094
|
+
namespace="urn:iControl:Management/Device"
|
1095
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1096
|
+
</output>
|
1097
|
+
</operation>
|
1098
|
+
|
1099
|
+
<operation name="set_secondary_mirror_address">
|
1100
|
+
<documentation>
|
1101
|
+
Sets the secondary mirror IP address
|
1102
|
+
|
1103
|
+
</documentation>
|
1104
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1105
|
+
<input>
|
1106
|
+
<soap:body
|
1107
|
+
use="encoded"
|
1108
|
+
namespace="urn:iControl:Management/Device"
|
1109
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1110
|
+
</input>
|
1111
|
+
<output>
|
1112
|
+
<soap:body
|
1113
|
+
use="encoded"
|
1114
|
+
namespace="urn:iControl:Management/Device"
|
1115
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1116
|
+
</output>
|
1117
|
+
</operation>
|
1118
|
+
|
1119
|
+
<operation name="get_secondary_mirror_address">
|
1120
|
+
<documentation>
|
1121
|
+
Gets the secondary mirror IP address
|
1122
|
+
|
1123
|
+
</documentation>
|
1124
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1125
|
+
<input>
|
1126
|
+
<soap:body
|
1127
|
+
use="encoded"
|
1128
|
+
namespace="urn:iControl:Management/Device"
|
1129
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1130
|
+
</input>
|
1131
|
+
<output>
|
1132
|
+
<soap:body
|
1133
|
+
use="encoded"
|
1134
|
+
namespace="urn:iControl:Management/Device"
|
1135
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1136
|
+
</output>
|
1137
|
+
</operation>
|
1138
|
+
|
1139
|
+
<operation name="get_failover_state">
|
1140
|
+
<documentation>
|
1141
|
+
Gets the failover state
|
1142
|
+
|
1143
|
+
</documentation>
|
1144
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1145
|
+
<input>
|
1146
|
+
<soap:body
|
1147
|
+
use="encoded"
|
1148
|
+
namespace="urn:iControl:Management/Device"
|
1149
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1150
|
+
</input>
|
1151
|
+
<output>
|
1152
|
+
<soap:body
|
1153
|
+
use="encoded"
|
1154
|
+
namespace="urn:iControl:Management/Device"
|
1155
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1156
|
+
</output>
|
1157
|
+
</operation>
|
1158
|
+
|
1159
|
+
<operation name="get_unicast_addresses">
|
1160
|
+
<documentation>
|
1161
|
+
Gets the unicast addresses
|
1162
|
+
|
1163
|
+
</documentation>
|
1164
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1165
|
+
<input>
|
1166
|
+
<soap:body
|
1167
|
+
use="encoded"
|
1168
|
+
namespace="urn:iControl:Management/Device"
|
1169
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1170
|
+
</input>
|
1171
|
+
<output>
|
1172
|
+
<soap:body
|
1173
|
+
use="encoded"
|
1174
|
+
namespace="urn:iControl:Management/Device"
|
1175
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1176
|
+
</output>
|
1177
|
+
</operation>
|
1178
|
+
|
1179
|
+
<operation name="set_unicast_addresses">
|
1180
|
+
<documentation>
|
1181
|
+
Sets the unicast addresses
|
1182
|
+
|
1183
|
+
</documentation>
|
1184
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1185
|
+
<input>
|
1186
|
+
<soap:body
|
1187
|
+
use="encoded"
|
1188
|
+
namespace="urn:iControl:Management/Device"
|
1189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1190
|
+
</input>
|
1191
|
+
<output>
|
1192
|
+
<soap:body
|
1193
|
+
use="encoded"
|
1194
|
+
namespace="urn:iControl:Management/Device"
|
1195
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1196
|
+
</output>
|
1197
|
+
</operation>
|
1198
|
+
|
1199
|
+
<operation name="get_multicast_address">
|
1200
|
+
<documentation>
|
1201
|
+
Gets the multicast address
|
1202
|
+
|
1203
|
+
</documentation>
|
1204
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1205
|
+
<input>
|
1206
|
+
<soap:body
|
1207
|
+
use="encoded"
|
1208
|
+
namespace="urn:iControl:Management/Device"
|
1209
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1210
|
+
</input>
|
1211
|
+
<output>
|
1212
|
+
<soap:body
|
1213
|
+
use="encoded"
|
1214
|
+
namespace="urn:iControl:Management/Device"
|
1215
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1216
|
+
</output>
|
1217
|
+
</operation>
|
1218
|
+
|
1219
|
+
<operation name="set_multicast_address">
|
1220
|
+
<documentation>
|
1221
|
+
Sets the multicast address
|
1222
|
+
|
1223
|
+
</documentation>
|
1224
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1225
|
+
<input>
|
1226
|
+
<soap:body
|
1227
|
+
use="encoded"
|
1228
|
+
namespace="urn:iControl:Management/Device"
|
1229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1230
|
+
</input>
|
1231
|
+
<output>
|
1232
|
+
<soap:body
|
1233
|
+
use="encoded"
|
1234
|
+
namespace="urn:iControl:Management/Device"
|
1235
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1236
|
+
</output>
|
1237
|
+
</operation>
|
1238
|
+
|
1239
|
+
<operation name="get_software_version">
|
1240
|
+
<documentation>
|
1241
|
+
Gets the software version
|
1242
|
+
|
1243
|
+
</documentation>
|
1244
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1245
|
+
<input>
|
1246
|
+
<soap:body
|
1247
|
+
use="encoded"
|
1248
|
+
namespace="urn:iControl:Management/Device"
|
1249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1250
|
+
</input>
|
1251
|
+
<output>
|
1252
|
+
<soap:body
|
1253
|
+
use="encoded"
|
1254
|
+
namespace="urn:iControl:Management/Device"
|
1255
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1256
|
+
</output>
|
1257
|
+
</operation>
|
1258
|
+
|
1259
|
+
<operation name="get_product">
|
1260
|
+
<documentation>
|
1261
|
+
Gets the product name
|
1262
|
+
|
1263
|
+
</documentation>
|
1264
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1265
|
+
<input>
|
1266
|
+
<soap:body
|
1267
|
+
use="encoded"
|
1268
|
+
namespace="urn:iControl:Management/Device"
|
1269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1270
|
+
</input>
|
1271
|
+
<output>
|
1272
|
+
<soap:body
|
1273
|
+
use="encoded"
|
1274
|
+
namespace="urn:iControl:Management/Device"
|
1275
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1276
|
+
</output>
|
1277
|
+
</operation>
|
1278
|
+
|
1279
|
+
<operation name="get_edition">
|
1280
|
+
<documentation>
|
1281
|
+
Gets the edition
|
1282
|
+
|
1283
|
+
</documentation>
|
1284
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1285
|
+
<input>
|
1286
|
+
<soap:body
|
1287
|
+
use="encoded"
|
1288
|
+
namespace="urn:iControl:Management/Device"
|
1289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1290
|
+
</input>
|
1291
|
+
<output>
|
1292
|
+
<soap:body
|
1293
|
+
use="encoded"
|
1294
|
+
namespace="urn:iControl:Management/Device"
|
1295
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1296
|
+
</output>
|
1297
|
+
</operation>
|
1298
|
+
|
1299
|
+
<operation name="get_build">
|
1300
|
+
<documentation>
|
1301
|
+
Gets the build number
|
1302
|
+
|
1303
|
+
</documentation>
|
1304
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1305
|
+
<input>
|
1306
|
+
<soap:body
|
1307
|
+
use="encoded"
|
1308
|
+
namespace="urn:iControl:Management/Device"
|
1309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1310
|
+
</input>
|
1311
|
+
<output>
|
1312
|
+
<soap:body
|
1313
|
+
use="encoded"
|
1314
|
+
namespace="urn:iControl:Management/Device"
|
1315
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1316
|
+
</output>
|
1317
|
+
</operation>
|
1318
|
+
|
1319
|
+
<operation name="get_active_modules">
|
1320
|
+
<documentation>
|
1321
|
+
Gets the licensed active BIG-IP modules
|
1322
|
+
|
1323
|
+
</documentation>
|
1324
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1325
|
+
<input>
|
1326
|
+
<soap:body
|
1327
|
+
use="encoded"
|
1328
|
+
namespace="urn:iControl:Management/Device"
|
1329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1330
|
+
</input>
|
1331
|
+
<output>
|
1332
|
+
<soap:body
|
1333
|
+
use="encoded"
|
1334
|
+
namespace="urn:iControl:Management/Device"
|
1335
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1336
|
+
</output>
|
1337
|
+
</operation>
|
1338
|
+
|
1339
|
+
<operation name="get_inactive_modules">
|
1340
|
+
<documentation>
|
1341
|
+
Gets the licensed, but inactive BIG-IP modules
|
1342
|
+
|
1343
|
+
</documentation>
|
1344
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1345
|
+
<input>
|
1346
|
+
<soap:body
|
1347
|
+
use="encoded"
|
1348
|
+
namespace="urn:iControl:Management/Device"
|
1349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1350
|
+
</input>
|
1351
|
+
<output>
|
1352
|
+
<soap:body
|
1353
|
+
use="encoded"
|
1354
|
+
namespace="urn:iControl:Management/Device"
|
1355
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1356
|
+
</output>
|
1357
|
+
</operation>
|
1358
|
+
|
1359
|
+
<operation name="get_optional_modules">
|
1360
|
+
<documentation>
|
1361
|
+
Gets the unlicensed, optional BIG-IP modules for the device
|
1362
|
+
|
1363
|
+
</documentation>
|
1364
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1365
|
+
<input>
|
1366
|
+
<soap:body
|
1367
|
+
use="encoded"
|
1368
|
+
namespace="urn:iControl:Management/Device"
|
1369
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1370
|
+
</input>
|
1371
|
+
<output>
|
1372
|
+
<soap:body
|
1373
|
+
use="encoded"
|
1374
|
+
namespace="urn:iControl:Management/Device"
|
1375
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1376
|
+
</output>
|
1377
|
+
</operation>
|
1378
|
+
|
1379
|
+
<operation name="get_timelimited_modules">
|
1380
|
+
<documentation>
|
1381
|
+
gets the timelimited BIG-IP modules that have been temporarily licensed
|
1382
|
+
|
1383
|
+
</documentation>
|
1384
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1385
|
+
<input>
|
1386
|
+
<soap:body
|
1387
|
+
use="encoded"
|
1388
|
+
namespace="urn:iControl:Management/Device"
|
1389
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1390
|
+
</input>
|
1391
|
+
<output>
|
1392
|
+
<soap:body
|
1393
|
+
use="encoded"
|
1394
|
+
namespace="urn:iControl:Management/Device"
|
1395
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1396
|
+
</output>
|
1397
|
+
</operation>
|
1398
|
+
|
1399
|
+
<operation name="get_marketing_name">
|
1400
|
+
<documentation>
|
1401
|
+
Gets the marketing name for the platform
|
1402
|
+
|
1403
|
+
</documentation>
|
1404
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1405
|
+
<input>
|
1406
|
+
<soap:body
|
1407
|
+
use="encoded"
|
1408
|
+
namespace="urn:iControl:Management/Device"
|
1409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1410
|
+
</input>
|
1411
|
+
<output>
|
1412
|
+
<soap:body
|
1413
|
+
use="encoded"
|
1414
|
+
namespace="urn:iControl:Management/Device"
|
1415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1416
|
+
</output>
|
1417
|
+
</operation>
|
1418
|
+
|
1419
|
+
<operation name="get_platform_id">
|
1420
|
+
<documentation>
|
1421
|
+
Gets the platform id
|
1422
|
+
|
1423
|
+
</documentation>
|
1424
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1425
|
+
<input>
|
1426
|
+
<soap:body
|
1427
|
+
use="encoded"
|
1428
|
+
namespace="urn:iControl:Management/Device"
|
1429
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1430
|
+
</input>
|
1431
|
+
<output>
|
1432
|
+
<soap:body
|
1433
|
+
use="encoded"
|
1434
|
+
namespace="urn:iControl:Management/Device"
|
1435
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1436
|
+
</output>
|
1437
|
+
</operation>
|
1438
|
+
|
1439
|
+
<operation name="get_chassis_id">
|
1440
|
+
<documentation>
|
1441
|
+
Gets the chassis id
|
1442
|
+
|
1443
|
+
</documentation>
|
1444
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1445
|
+
<input>
|
1446
|
+
<soap:body
|
1447
|
+
use="encoded"
|
1448
|
+
namespace="urn:iControl:Management/Device"
|
1449
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1450
|
+
</input>
|
1451
|
+
<output>
|
1452
|
+
<soap:body
|
1453
|
+
use="encoded"
|
1454
|
+
namespace="urn:iControl:Management/Device"
|
1455
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1456
|
+
</output>
|
1457
|
+
</operation>
|
1458
|
+
|
1459
|
+
<operation name="get_chassis_type">
|
1460
|
+
<documentation>
|
1461
|
+
Gets the chassis type (if the device is a viprion or a individual device)
|
1462
|
+
|
1463
|
+
</documentation>
|
1464
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1465
|
+
<input>
|
1466
|
+
<soap:body
|
1467
|
+
use="encoded"
|
1468
|
+
namespace="urn:iControl:Management/Device"
|
1469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1470
|
+
</input>
|
1471
|
+
<output>
|
1472
|
+
<soap:body
|
1473
|
+
use="encoded"
|
1474
|
+
namespace="urn:iControl:Management/Device"
|
1475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1476
|
+
</output>
|
1477
|
+
</operation>
|
1478
|
+
|
1479
|
+
<operation name="get_location">
|
1480
|
+
<documentation>
|
1481
|
+
Gets the location
|
1482
|
+
|
1483
|
+
</documentation>
|
1484
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1485
|
+
<input>
|
1486
|
+
<soap:body
|
1487
|
+
use="encoded"
|
1488
|
+
namespace="urn:iControl:Management/Device"
|
1489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1490
|
+
</input>
|
1491
|
+
<output>
|
1492
|
+
<soap:body
|
1493
|
+
use="encoded"
|
1494
|
+
namespace="urn:iControl:Management/Device"
|
1495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1496
|
+
</output>
|
1497
|
+
</operation>
|
1498
|
+
|
1499
|
+
<operation name="set_location">
|
1500
|
+
<documentation>
|
1501
|
+
Sets the location
|
1502
|
+
|
1503
|
+
</documentation>
|
1504
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1505
|
+
<input>
|
1506
|
+
<soap:body
|
1507
|
+
use="encoded"
|
1508
|
+
namespace="urn:iControl:Management/Device"
|
1509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1510
|
+
</input>
|
1511
|
+
<output>
|
1512
|
+
<soap:body
|
1513
|
+
use="encoded"
|
1514
|
+
namespace="urn:iControl:Management/Device"
|
1515
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1516
|
+
</output>
|
1517
|
+
</operation>
|
1518
|
+
|
1519
|
+
<operation name="get_contact">
|
1520
|
+
<documentation>
|
1521
|
+
Gets the contact
|
1522
|
+
|
1523
|
+
</documentation>
|
1524
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1525
|
+
<input>
|
1526
|
+
<soap:body
|
1527
|
+
use="encoded"
|
1528
|
+
namespace="urn:iControl:Management/Device"
|
1529
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1530
|
+
</input>
|
1531
|
+
<output>
|
1532
|
+
<soap:body
|
1533
|
+
use="encoded"
|
1534
|
+
namespace="urn:iControl:Management/Device"
|
1535
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1536
|
+
</output>
|
1537
|
+
</operation>
|
1538
|
+
|
1539
|
+
<operation name="set_contact">
|
1540
|
+
<documentation>
|
1541
|
+
Sets the contact
|
1542
|
+
|
1543
|
+
</documentation>
|
1544
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1545
|
+
<input>
|
1546
|
+
<soap:body
|
1547
|
+
use="encoded"
|
1548
|
+
namespace="urn:iControl:Management/Device"
|
1549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1550
|
+
</input>
|
1551
|
+
<output>
|
1552
|
+
<soap:body
|
1553
|
+
use="encoded"
|
1554
|
+
namespace="urn:iControl:Management/Device"
|
1555
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1556
|
+
</output>
|
1557
|
+
</operation>
|
1558
|
+
|
1559
|
+
<operation name="get_comment">
|
1560
|
+
<documentation>
|
1561
|
+
Gets the comment
|
1562
|
+
|
1563
|
+
</documentation>
|
1564
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1565
|
+
<input>
|
1566
|
+
<soap:body
|
1567
|
+
use="encoded"
|
1568
|
+
namespace="urn:iControl:Management/Device"
|
1569
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1570
|
+
</input>
|
1571
|
+
<output>
|
1572
|
+
<soap:body
|
1573
|
+
use="encoded"
|
1574
|
+
namespace="urn:iControl:Management/Device"
|
1575
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1576
|
+
</output>
|
1577
|
+
</operation>
|
1578
|
+
|
1579
|
+
<operation name="set_comment">
|
1580
|
+
<documentation>
|
1581
|
+
Sets the comment
|
1582
|
+
|
1583
|
+
</documentation>
|
1584
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1585
|
+
<input>
|
1586
|
+
<soap:body
|
1587
|
+
use="encoded"
|
1588
|
+
namespace="urn:iControl:Management/Device"
|
1589
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1590
|
+
</input>
|
1591
|
+
<output>
|
1592
|
+
<soap:body
|
1593
|
+
use="encoded"
|
1594
|
+
namespace="urn:iControl:Management/Device"
|
1595
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1596
|
+
</output>
|
1597
|
+
</operation>
|
1598
|
+
|
1599
|
+
<operation name="get_timezone">
|
1600
|
+
<documentation>
|
1601
|
+
Gets the timezone
|
1602
|
+
|
1603
|
+
</documentation>
|
1604
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1605
|
+
<input>
|
1606
|
+
<soap:body
|
1607
|
+
use="encoded"
|
1608
|
+
namespace="urn:iControl:Management/Device"
|
1609
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1610
|
+
</input>
|
1611
|
+
<output>
|
1612
|
+
<soap:body
|
1613
|
+
use="encoded"
|
1614
|
+
namespace="urn:iControl:Management/Device"
|
1615
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1616
|
+
</output>
|
1617
|
+
</operation>
|
1618
|
+
|
1619
|
+
<operation name="set_ha_capacity">
|
1620
|
+
<documentation>
|
1621
|
+
Sets the HA capacity for the specified devices.
|
1622
|
+
The HA capacity has a value between 0 and 100000 inclusive.
|
1623
|
+
It is used to spread the load of the traffic groups among
|
1624
|
+
the devices.
|
1625
|
+
|
1626
|
+
</documentation>
|
1627
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1628
|
+
<input>
|
1629
|
+
<soap:body
|
1630
|
+
use="encoded"
|
1631
|
+
namespace="urn:iControl:Management/Device"
|
1632
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1633
|
+
</input>
|
1634
|
+
<output>
|
1635
|
+
<soap:body
|
1636
|
+
use="encoded"
|
1637
|
+
namespace="urn:iControl:Management/Device"
|
1638
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1639
|
+
</output>
|
1640
|
+
</operation>
|
1641
|
+
|
1642
|
+
<operation name="get_ha_capacity">
|
1643
|
+
<documentation>
|
1644
|
+
Gets the HA capacity for the specified devices.
|
1645
|
+
|
1646
|
+
</documentation>
|
1647
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1648
|
+
<input>
|
1649
|
+
<soap:body
|
1650
|
+
use="encoded"
|
1651
|
+
namespace="urn:iControl:Management/Device"
|
1652
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1653
|
+
</input>
|
1654
|
+
<output>
|
1655
|
+
<soap:body
|
1656
|
+
use="encoded"
|
1657
|
+
namespace="urn:iControl:Management/Device"
|
1658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1659
|
+
</output>
|
1660
|
+
</operation>
|
1661
|
+
|
1662
|
+
<operation name="get_version">
|
1663
|
+
<documentation>
|
1664
|
+
Gets the interface version
|
1665
|
+
|
1666
|
+
</documentation>
|
1667
|
+
<soap:operation soapAction="urn:iControl:Management/Device"/>
|
1668
|
+
<input>
|
1669
|
+
<soap:body
|
1670
|
+
use="encoded"
|
1671
|
+
namespace="urn:iControl:Management/Device"
|
1672
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1673
|
+
</input>
|
1674
|
+
<output>
|
1675
|
+
<soap:body
|
1676
|
+
use="encoded"
|
1677
|
+
namespace="urn:iControl:Management/Device"
|
1678
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1679
|
+
</output>
|
1680
|
+
</operation>
|
1681
|
+
</binding>
|
1682
|
+
|
1683
|
+
<!-- service -->
|
1684
|
+
|
1685
|
+
<service name="Management.Device">
|
1686
|
+
<documentation>
|
1687
|
+
The Device interface contains the methods for creating and manipulating
|
1688
|
+
device objects. Device objects are representations of devices in the
|
1689
|
+
current trust domain (including self) that are used in device groups and
|
1690
|
+
logical devices.
|
1691
|
+
|
1692
|
+
</documentation>
|
1693
|
+
<port name="Management.DevicePort" binding="tns:Management.DeviceBinding">
|
1694
|
+
<soap:address location="https://url_to_service"/>
|
1695
|
+
</port>
|
1696
|
+
</service>
|
1697
|
+
</definitions>
|