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,864 @@
|
|
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="Networking.AdminIP"
|
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.ULongSequenceSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULongSequence[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.IPAddressSequenceSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPAddressSequence[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
</xsd:schema>
|
60
|
+
</types>
|
61
|
+
|
62
|
+
<!-- message -->
|
63
|
+
|
64
|
+
<message name="Networking.AdminIP.get_listRequest">
|
65
|
+
</message>
|
66
|
+
<message name="Networking.AdminIP.get_listResponse">
|
67
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Networking.AdminIP.createRequest">
|
71
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
72
|
+
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
|
73
|
+
</message>
|
74
|
+
<message name="Networking.AdminIP.createResponse">
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Networking.AdminIP.replace_administrative_ipRequest">
|
78
|
+
<part name="old_ips" type="tns:Common.IPAddressSequence"/>
|
79
|
+
<part name="new_ips" type="tns:Common.IPAddressSequence"/>
|
80
|
+
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
|
81
|
+
</message>
|
82
|
+
<message name="Networking.AdminIP.replace_administrative_ipResponse">
|
83
|
+
</message>
|
84
|
+
|
85
|
+
<message name="Networking.AdminIP.delete_administrative_ipRequest">
|
86
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
87
|
+
</message>
|
88
|
+
<message name="Networking.AdminIP.delete_administrative_ipResponse">
|
89
|
+
</message>
|
90
|
+
|
91
|
+
<message name="Networking.AdminIP.delete_all_administrative_ipsRequest">
|
92
|
+
</message>
|
93
|
+
<message name="Networking.AdminIP.delete_all_administrative_ipsResponse">
|
94
|
+
</message>
|
95
|
+
|
96
|
+
<message name="Networking.AdminIP.get_netmaskRequest">
|
97
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Networking.AdminIP.get_netmaskResponse">
|
100
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
101
|
+
</message>
|
102
|
+
|
103
|
+
<message name="Networking.AdminIP.set_netmaskRequest">
|
104
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
105
|
+
<part name="netmasks" type="tns:Common.IPAddressSequence"/>
|
106
|
+
</message>
|
107
|
+
<message name="Networking.AdminIP.set_netmaskResponse">
|
108
|
+
</message>
|
109
|
+
|
110
|
+
<message name="Networking.AdminIP.set_descriptionRequest">
|
111
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
112
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
113
|
+
</message>
|
114
|
+
<message name="Networking.AdminIP.set_descriptionResponse">
|
115
|
+
</message>
|
116
|
+
|
117
|
+
<message name="Networking.AdminIP.get_descriptionRequest">
|
118
|
+
<part name="admin_ips" type="tns:Common.IPAddressSequence"/>
|
119
|
+
</message>
|
120
|
+
<message name="Networking.AdminIP.get_descriptionResponse">
|
121
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
122
|
+
</message>
|
123
|
+
|
124
|
+
<message name="Networking.AdminIP.get_cluster_listRequest">
|
125
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Networking.AdminIP.get_cluster_listResponse">
|
128
|
+
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
|
129
|
+
</message>
|
130
|
+
|
131
|
+
<message name="Networking.AdminIP.create_clusterRequest">
|
132
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
133
|
+
<part name="cluster_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
134
|
+
<part name="netmasks" type="tns:Common.IPAddressSequenceSequence"/>
|
135
|
+
</message>
|
136
|
+
<message name="Networking.AdminIP.create_clusterResponse">
|
137
|
+
</message>
|
138
|
+
|
139
|
+
<message name="Networking.AdminIP.replace_cluster_ipRequest">
|
140
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
141
|
+
<part name="old_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
142
|
+
<part name="new_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
143
|
+
<part name="netmasks" type="tns:Common.IPAddressSequenceSequence"/>
|
144
|
+
</message>
|
145
|
+
<message name="Networking.AdminIP.replace_cluster_ipResponse">
|
146
|
+
</message>
|
147
|
+
|
148
|
+
<message name="Networking.AdminIP.delete_cluster_ipRequest">
|
149
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
150
|
+
<part name="cluster_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
151
|
+
</message>
|
152
|
+
<message name="Networking.AdminIP.delete_cluster_ipResponse">
|
153
|
+
</message>
|
154
|
+
|
155
|
+
<message name="Networking.AdminIP.delete_all_cluster_ipsRequest">
|
156
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
157
|
+
</message>
|
158
|
+
<message name="Networking.AdminIP.delete_all_cluster_ipsResponse">
|
159
|
+
</message>
|
160
|
+
|
161
|
+
<message name="Networking.AdminIP.get_cluster_netmaskRequest">
|
162
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
163
|
+
<part name="cluster_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
164
|
+
</message>
|
165
|
+
<message name="Networking.AdminIP.get_cluster_netmaskResponse">
|
166
|
+
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
|
167
|
+
</message>
|
168
|
+
|
169
|
+
<message name="Networking.AdminIP.set_cluster_netmaskRequest">
|
170
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
171
|
+
<part name="cluster_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
172
|
+
<part name="netmasks" type="tns:Common.IPAddressSequenceSequence"/>
|
173
|
+
</message>
|
174
|
+
<message name="Networking.AdminIP.set_cluster_netmaskResponse">
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<message name="Networking.AdminIP.get_slot_ipRequest">
|
178
|
+
<part name="cluster_name" type="xsd:string"/>
|
179
|
+
<part name="slot_ids" type="tns:Common.ULongSequence"/>
|
180
|
+
</message>
|
181
|
+
<message name="Networking.AdminIP.get_slot_ipResponse">
|
182
|
+
<part name="return" type="tns:Common.IPAddressSequenceSequence"/>
|
183
|
+
</message>
|
184
|
+
|
185
|
+
<message name="Networking.AdminIP.create_slot_ipRequest">
|
186
|
+
<part name="cluster_name" type="xsd:string"/>
|
187
|
+
<part name="slot_ids" type="tns:Common.ULongSequence"/>
|
188
|
+
<part name="slot_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
189
|
+
</message>
|
190
|
+
<message name="Networking.AdminIP.create_slot_ipResponse">
|
191
|
+
</message>
|
192
|
+
|
193
|
+
<message name="Networking.AdminIP.replace_slot_ipRequest">
|
194
|
+
<part name="cluster_name" type="xsd:string"/>
|
195
|
+
<part name="slot_ids" type="tns:Common.ULongSequence"/>
|
196
|
+
<part name="old_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
197
|
+
<part name="new_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
198
|
+
</message>
|
199
|
+
<message name="Networking.AdminIP.replace_slot_ipResponse">
|
200
|
+
</message>
|
201
|
+
|
202
|
+
<message name="Networking.AdminIP.delete_slot_ipRequest">
|
203
|
+
<part name="cluster_name" type="xsd:string"/>
|
204
|
+
<part name="slot_ids" type="tns:Common.ULongSequence"/>
|
205
|
+
<part name="slot_ips" type="tns:Common.IPAddressSequenceSequence"/>
|
206
|
+
</message>
|
207
|
+
<message name="Networking.AdminIP.delete_slot_ipResponse">
|
208
|
+
</message>
|
209
|
+
|
210
|
+
<message name="Networking.AdminIP.delete_all_slot_ipsRequest">
|
211
|
+
<part name="cluster_names" type="tns:Common.StringSequence"/>
|
212
|
+
<part name="slot_ids" type="tns:Common.ULongSequenceSequence"/>
|
213
|
+
</message>
|
214
|
+
<message name="Networking.AdminIP.delete_all_slot_ipsResponse">
|
215
|
+
</message>
|
216
|
+
|
217
|
+
<message name="Networking.AdminIP.get_versionRequest">
|
218
|
+
</message>
|
219
|
+
<message name="Networking.AdminIP.get_versionResponse">
|
220
|
+
<part name="return" type="xsd:string"/>
|
221
|
+
</message>
|
222
|
+
|
223
|
+
<!-- portType -->
|
224
|
+
|
225
|
+
<portType name="Networking.AdminIPPortType">
|
226
|
+
<operation name="get_list">
|
227
|
+
<documentation>
|
228
|
+
Gets a list of all admin IPs on this device.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<input message="tns:Networking.AdminIP.get_listRequest"/>
|
232
|
+
<output message="tns:Networking.AdminIP.get_listResponse"/>
|
233
|
+
</operation>
|
234
|
+
<operation name="create">
|
235
|
+
<documentation>
|
236
|
+
Creates the specified admin IP addresses with extended attributes.
|
237
|
+
|
238
|
+
</documentation>
|
239
|
+
<input message="tns:Networking.AdminIP.createRequest"/>
|
240
|
+
<output message="tns:Networking.AdminIP.createResponse"/>
|
241
|
+
</operation>
|
242
|
+
<operation name="replace_administrative_ip">
|
243
|
+
<documentation>
|
244
|
+
Replaces the specified admin IP addresses with extended attributes.
|
245
|
+
|
246
|
+
</documentation>
|
247
|
+
<input message="tns:Networking.AdminIP.replace_administrative_ipRequest"/>
|
248
|
+
<output message="tns:Networking.AdminIP.replace_administrative_ipResponse"/>
|
249
|
+
</operation>
|
250
|
+
<operation name="delete_administrative_ip">
|
251
|
+
<documentation>
|
252
|
+
Deletes the specified admin IP addresses.
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<input message="tns:Networking.AdminIP.delete_administrative_ipRequest"/>
|
256
|
+
<output message="tns:Networking.AdminIP.delete_administrative_ipResponse"/>
|
257
|
+
</operation>
|
258
|
+
<operation name="delete_all_administrative_ips">
|
259
|
+
<documentation>
|
260
|
+
Deletes all admin IP addresses.
|
261
|
+
|
262
|
+
</documentation>
|
263
|
+
<input message="tns:Networking.AdminIP.delete_all_administrative_ipsRequest"/>
|
264
|
+
<output message="tns:Networking.AdminIP.delete_all_administrative_ipsResponse"/>
|
265
|
+
</operation>
|
266
|
+
<operation name="get_netmask">
|
267
|
+
<documentation>
|
268
|
+
Gets the netmasks of the specified admin IPs.
|
269
|
+
|
270
|
+
</documentation>
|
271
|
+
<input message="tns:Networking.AdminIP.get_netmaskRequest"/>
|
272
|
+
<output message="tns:Networking.AdminIP.get_netmaskResponse"/>
|
273
|
+
</operation>
|
274
|
+
<operation name="set_netmask">
|
275
|
+
<documentation>
|
276
|
+
Sets the netmasks of the specified admin IPs.
|
277
|
+
|
278
|
+
</documentation>
|
279
|
+
<input message="tns:Networking.AdminIP.set_netmaskRequest"/>
|
280
|
+
<output message="tns:Networking.AdminIP.set_netmaskResponse"/>
|
281
|
+
</operation>
|
282
|
+
<operation name="set_description">
|
283
|
+
<documentation>
|
284
|
+
Sets the description for a set of admin IPs.
|
285
|
+
|
286
|
+
This is an arbitrary field which can be used for any purpose.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<input message="tns:Networking.AdminIP.set_descriptionRequest"/>
|
290
|
+
<output message="tns:Networking.AdminIP.set_descriptionResponse"/>
|
291
|
+
</operation>
|
292
|
+
<operation name="get_description">
|
293
|
+
<documentation>
|
294
|
+
Gets the descriptions for a set of admin IPs.
|
295
|
+
|
296
|
+
</documentation>
|
297
|
+
<input message="tns:Networking.AdminIP.get_descriptionRequest"/>
|
298
|
+
<output message="tns:Networking.AdminIP.get_descriptionResponse"/>
|
299
|
+
</operation>
|
300
|
+
<operation name="get_cluster_list">
|
301
|
+
<documentation>
|
302
|
+
Gets a list of all cluster admin IPs on this cluster.
|
303
|
+
|
304
|
+
</documentation>
|
305
|
+
<input message="tns:Networking.AdminIP.get_cluster_listRequest"/>
|
306
|
+
<output message="tns:Networking.AdminIP.get_cluster_listResponse"/>
|
307
|
+
</operation>
|
308
|
+
<operation name="create_cluster">
|
309
|
+
<documentation>
|
310
|
+
Creates the specified cluster name& IP addresses.
|
311
|
+
|
312
|
+
</documentation>
|
313
|
+
<input message="tns:Networking.AdminIP.create_clusterRequest"/>
|
314
|
+
<output message="tns:Networking.AdminIP.create_clusterResponse"/>
|
315
|
+
</operation>
|
316
|
+
<operation name="replace_cluster_ip">
|
317
|
+
<documentation>
|
318
|
+
Replaces the specified cluster name with new admin IP addresses.
|
319
|
+
|
320
|
+
</documentation>
|
321
|
+
<input message="tns:Networking.AdminIP.replace_cluster_ipRequest"/>
|
322
|
+
<output message="tns:Networking.AdminIP.replace_cluster_ipResponse"/>
|
323
|
+
</operation>
|
324
|
+
<operation name="delete_cluster_ip">
|
325
|
+
<documentation>
|
326
|
+
Deletes the specified cluster admin IP addresses.
|
327
|
+
|
328
|
+
</documentation>
|
329
|
+
<input message="tns:Networking.AdminIP.delete_cluster_ipRequest"/>
|
330
|
+
<output message="tns:Networking.AdminIP.delete_cluster_ipResponse"/>
|
331
|
+
</operation>
|
332
|
+
<operation name="delete_all_cluster_ips">
|
333
|
+
<documentation>
|
334
|
+
Deletes all cluster admin IP addresses.
|
335
|
+
|
336
|
+
</documentation>
|
337
|
+
<input message="tns:Networking.AdminIP.delete_all_cluster_ipsRequest"/>
|
338
|
+
<output message="tns:Networking.AdminIP.delete_all_cluster_ipsResponse"/>
|
339
|
+
</operation>
|
340
|
+
<operation name="get_cluster_netmask">
|
341
|
+
<documentation>
|
342
|
+
Gets the netmasks of the specified cluster admin IPs.
|
343
|
+
|
344
|
+
</documentation>
|
345
|
+
<input message="tns:Networking.AdminIP.get_cluster_netmaskRequest"/>
|
346
|
+
<output message="tns:Networking.AdminIP.get_cluster_netmaskResponse"/>
|
347
|
+
</operation>
|
348
|
+
<operation name="set_cluster_netmask">
|
349
|
+
<documentation>
|
350
|
+
Sets the netmasks of the specified cluster admin IPs.
|
351
|
+
|
352
|
+
</documentation>
|
353
|
+
<input message="tns:Networking.AdminIP.set_cluster_netmaskRequest"/>
|
354
|
+
<output message="tns:Networking.AdminIP.set_cluster_netmaskResponse"/>
|
355
|
+
</operation>
|
356
|
+
<operation name="get_slot_ip">
|
357
|
+
<documentation>
|
358
|
+
Gets a list of all admin IPs on the designated slots.
|
359
|
+
|
360
|
+
</documentation>
|
361
|
+
<input message="tns:Networking.AdminIP.get_slot_ipRequest"/>
|
362
|
+
<output message="tns:Networking.AdminIP.get_slot_ipResponse"/>
|
363
|
+
</operation>
|
364
|
+
<operation name="create_slot_ip">
|
365
|
+
<documentation>
|
366
|
+
Creates the specified admin IP addresses on the designated slots.
|
367
|
+
|
368
|
+
</documentation>
|
369
|
+
<input message="tns:Networking.AdminIP.create_slot_ipRequest"/>
|
370
|
+
<output message="tns:Networking.AdminIP.create_slot_ipResponse"/>
|
371
|
+
</operation>
|
372
|
+
<operation name="replace_slot_ip">
|
373
|
+
<documentation>
|
374
|
+
Replaces the specified admin IP addresses on the designated slots.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<input message="tns:Networking.AdminIP.replace_slot_ipRequest"/>
|
378
|
+
<output message="tns:Networking.AdminIP.replace_slot_ipResponse"/>
|
379
|
+
</operation>
|
380
|
+
<operation name="delete_slot_ip">
|
381
|
+
<documentation>
|
382
|
+
Deletes the specified admin IP addresses on the designated slots.
|
383
|
+
|
384
|
+
</documentation>
|
385
|
+
<input message="tns:Networking.AdminIP.delete_slot_ipRequest"/>
|
386
|
+
<output message="tns:Networking.AdminIP.delete_slot_ipResponse"/>
|
387
|
+
</operation>
|
388
|
+
<operation name="delete_all_slot_ips">
|
389
|
+
<documentation>
|
390
|
+
Deletes all admin IP addresses on the designated slots.
|
391
|
+
|
392
|
+
</documentation>
|
393
|
+
<input message="tns:Networking.AdminIP.delete_all_slot_ipsRequest"/>
|
394
|
+
<output message="tns:Networking.AdminIP.delete_all_slot_ipsResponse"/>
|
395
|
+
</operation>
|
396
|
+
<operation name="get_version">
|
397
|
+
<documentation>
|
398
|
+
Gets the version information for this interface.
|
399
|
+
|
400
|
+
</documentation>
|
401
|
+
<input message="tns:Networking.AdminIP.get_versionRequest"/>
|
402
|
+
<output message="tns:Networking.AdminIP.get_versionResponse"/>
|
403
|
+
</operation>
|
404
|
+
</portType>
|
405
|
+
|
406
|
+
<!-- binding -->
|
407
|
+
|
408
|
+
<binding name="Networking.AdminIPBinding" type="tns:Networking.AdminIPPortType">
|
409
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
410
|
+
<operation name="get_list">
|
411
|
+
<documentation>
|
412
|
+
Gets a list of all admin IPs on this device.
|
413
|
+
|
414
|
+
</documentation>
|
415
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
416
|
+
<input>
|
417
|
+
<soap:body
|
418
|
+
use="encoded"
|
419
|
+
namespace="urn:iControl:Networking/AdminIP"
|
420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
421
|
+
</input>
|
422
|
+
<output>
|
423
|
+
<soap:body
|
424
|
+
use="encoded"
|
425
|
+
namespace="urn:iControl:Networking/AdminIP"
|
426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
+
</output>
|
428
|
+
</operation>
|
429
|
+
|
430
|
+
<operation name="create">
|
431
|
+
<documentation>
|
432
|
+
Creates the specified admin IP addresses with extended attributes.
|
433
|
+
|
434
|
+
</documentation>
|
435
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
436
|
+
<input>
|
437
|
+
<soap:body
|
438
|
+
use="encoded"
|
439
|
+
namespace="urn:iControl:Networking/AdminIP"
|
440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
441
|
+
</input>
|
442
|
+
<output>
|
443
|
+
<soap:body
|
444
|
+
use="encoded"
|
445
|
+
namespace="urn:iControl:Networking/AdminIP"
|
446
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
447
|
+
</output>
|
448
|
+
</operation>
|
449
|
+
|
450
|
+
<operation name="replace_administrative_ip">
|
451
|
+
<documentation>
|
452
|
+
Replaces the specified admin IP addresses with extended attributes.
|
453
|
+
|
454
|
+
</documentation>
|
455
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
456
|
+
<input>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Networking/AdminIP"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</input>
|
462
|
+
<output>
|
463
|
+
<soap:body
|
464
|
+
use="encoded"
|
465
|
+
namespace="urn:iControl:Networking/AdminIP"
|
466
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
467
|
+
</output>
|
468
|
+
</operation>
|
469
|
+
|
470
|
+
<operation name="delete_administrative_ip">
|
471
|
+
<documentation>
|
472
|
+
Deletes the specified admin IP addresses.
|
473
|
+
|
474
|
+
</documentation>
|
475
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
476
|
+
<input>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Networking/AdminIP"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</input>
|
482
|
+
<output>
|
483
|
+
<soap:body
|
484
|
+
use="encoded"
|
485
|
+
namespace="urn:iControl:Networking/AdminIP"
|
486
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
487
|
+
</output>
|
488
|
+
</operation>
|
489
|
+
|
490
|
+
<operation name="delete_all_administrative_ips">
|
491
|
+
<documentation>
|
492
|
+
Deletes all admin IP addresses.
|
493
|
+
|
494
|
+
</documentation>
|
495
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
496
|
+
<input>
|
497
|
+
<soap:body
|
498
|
+
use="encoded"
|
499
|
+
namespace="urn:iControl:Networking/AdminIP"
|
500
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
501
|
+
</input>
|
502
|
+
<output>
|
503
|
+
<soap:body
|
504
|
+
use="encoded"
|
505
|
+
namespace="urn:iControl:Networking/AdminIP"
|
506
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
507
|
+
</output>
|
508
|
+
</operation>
|
509
|
+
|
510
|
+
<operation name="get_netmask">
|
511
|
+
<documentation>
|
512
|
+
Gets the netmasks of the specified admin IPs.
|
513
|
+
|
514
|
+
</documentation>
|
515
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
516
|
+
<input>
|
517
|
+
<soap:body
|
518
|
+
use="encoded"
|
519
|
+
namespace="urn:iControl:Networking/AdminIP"
|
520
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
521
|
+
</input>
|
522
|
+
<output>
|
523
|
+
<soap:body
|
524
|
+
use="encoded"
|
525
|
+
namespace="urn:iControl:Networking/AdminIP"
|
526
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
527
|
+
</output>
|
528
|
+
</operation>
|
529
|
+
|
530
|
+
<operation name="set_netmask">
|
531
|
+
<documentation>
|
532
|
+
Sets the netmasks of the specified admin IPs.
|
533
|
+
|
534
|
+
</documentation>
|
535
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
536
|
+
<input>
|
537
|
+
<soap:body
|
538
|
+
use="encoded"
|
539
|
+
namespace="urn:iControl:Networking/AdminIP"
|
540
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
541
|
+
</input>
|
542
|
+
<output>
|
543
|
+
<soap:body
|
544
|
+
use="encoded"
|
545
|
+
namespace="urn:iControl:Networking/AdminIP"
|
546
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
547
|
+
</output>
|
548
|
+
</operation>
|
549
|
+
|
550
|
+
<operation name="set_description">
|
551
|
+
<documentation>
|
552
|
+
Sets the description for a set of admin IPs.
|
553
|
+
|
554
|
+
This is an arbitrary field which can be used for any purpose.
|
555
|
+
|
556
|
+
</documentation>
|
557
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
558
|
+
<input>
|
559
|
+
<soap:body
|
560
|
+
use="encoded"
|
561
|
+
namespace="urn:iControl:Networking/AdminIP"
|
562
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
563
|
+
</input>
|
564
|
+
<output>
|
565
|
+
<soap:body
|
566
|
+
use="encoded"
|
567
|
+
namespace="urn:iControl:Networking/AdminIP"
|
568
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
569
|
+
</output>
|
570
|
+
</operation>
|
571
|
+
|
572
|
+
<operation name="get_description">
|
573
|
+
<documentation>
|
574
|
+
Gets the descriptions for a set of admin IPs.
|
575
|
+
|
576
|
+
</documentation>
|
577
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
578
|
+
<input>
|
579
|
+
<soap:body
|
580
|
+
use="encoded"
|
581
|
+
namespace="urn:iControl:Networking/AdminIP"
|
582
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
583
|
+
</input>
|
584
|
+
<output>
|
585
|
+
<soap:body
|
586
|
+
use="encoded"
|
587
|
+
namespace="urn:iControl:Networking/AdminIP"
|
588
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
589
|
+
</output>
|
590
|
+
</operation>
|
591
|
+
|
592
|
+
<operation name="get_cluster_list">
|
593
|
+
<documentation>
|
594
|
+
Gets a list of all cluster admin IPs on this cluster.
|
595
|
+
|
596
|
+
</documentation>
|
597
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
598
|
+
<input>
|
599
|
+
<soap:body
|
600
|
+
use="encoded"
|
601
|
+
namespace="urn:iControl:Networking/AdminIP"
|
602
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
603
|
+
</input>
|
604
|
+
<output>
|
605
|
+
<soap:body
|
606
|
+
use="encoded"
|
607
|
+
namespace="urn:iControl:Networking/AdminIP"
|
608
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
609
|
+
</output>
|
610
|
+
</operation>
|
611
|
+
|
612
|
+
<operation name="create_cluster">
|
613
|
+
<documentation>
|
614
|
+
Creates the specified cluster name& IP addresses.
|
615
|
+
|
616
|
+
</documentation>
|
617
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
618
|
+
<input>
|
619
|
+
<soap:body
|
620
|
+
use="encoded"
|
621
|
+
namespace="urn:iControl:Networking/AdminIP"
|
622
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
623
|
+
</input>
|
624
|
+
<output>
|
625
|
+
<soap:body
|
626
|
+
use="encoded"
|
627
|
+
namespace="urn:iControl:Networking/AdminIP"
|
628
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
629
|
+
</output>
|
630
|
+
</operation>
|
631
|
+
|
632
|
+
<operation name="replace_cluster_ip">
|
633
|
+
<documentation>
|
634
|
+
Replaces the specified cluster name with new admin IP addresses.
|
635
|
+
|
636
|
+
</documentation>
|
637
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
638
|
+
<input>
|
639
|
+
<soap:body
|
640
|
+
use="encoded"
|
641
|
+
namespace="urn:iControl:Networking/AdminIP"
|
642
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
643
|
+
</input>
|
644
|
+
<output>
|
645
|
+
<soap:body
|
646
|
+
use="encoded"
|
647
|
+
namespace="urn:iControl:Networking/AdminIP"
|
648
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
649
|
+
</output>
|
650
|
+
</operation>
|
651
|
+
|
652
|
+
<operation name="delete_cluster_ip">
|
653
|
+
<documentation>
|
654
|
+
Deletes the specified cluster admin IP addresses.
|
655
|
+
|
656
|
+
</documentation>
|
657
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
658
|
+
<input>
|
659
|
+
<soap:body
|
660
|
+
use="encoded"
|
661
|
+
namespace="urn:iControl:Networking/AdminIP"
|
662
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
663
|
+
</input>
|
664
|
+
<output>
|
665
|
+
<soap:body
|
666
|
+
use="encoded"
|
667
|
+
namespace="urn:iControl:Networking/AdminIP"
|
668
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
669
|
+
</output>
|
670
|
+
</operation>
|
671
|
+
|
672
|
+
<operation name="delete_all_cluster_ips">
|
673
|
+
<documentation>
|
674
|
+
Deletes all cluster admin IP addresses.
|
675
|
+
|
676
|
+
</documentation>
|
677
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
678
|
+
<input>
|
679
|
+
<soap:body
|
680
|
+
use="encoded"
|
681
|
+
namespace="urn:iControl:Networking/AdminIP"
|
682
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
683
|
+
</input>
|
684
|
+
<output>
|
685
|
+
<soap:body
|
686
|
+
use="encoded"
|
687
|
+
namespace="urn:iControl:Networking/AdminIP"
|
688
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
689
|
+
</output>
|
690
|
+
</operation>
|
691
|
+
|
692
|
+
<operation name="get_cluster_netmask">
|
693
|
+
<documentation>
|
694
|
+
Gets the netmasks of the specified cluster admin IPs.
|
695
|
+
|
696
|
+
</documentation>
|
697
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
698
|
+
<input>
|
699
|
+
<soap:body
|
700
|
+
use="encoded"
|
701
|
+
namespace="urn:iControl:Networking/AdminIP"
|
702
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
703
|
+
</input>
|
704
|
+
<output>
|
705
|
+
<soap:body
|
706
|
+
use="encoded"
|
707
|
+
namespace="urn:iControl:Networking/AdminIP"
|
708
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
709
|
+
</output>
|
710
|
+
</operation>
|
711
|
+
|
712
|
+
<operation name="set_cluster_netmask">
|
713
|
+
<documentation>
|
714
|
+
Sets the netmasks of the specified cluster admin IPs.
|
715
|
+
|
716
|
+
</documentation>
|
717
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
718
|
+
<input>
|
719
|
+
<soap:body
|
720
|
+
use="encoded"
|
721
|
+
namespace="urn:iControl:Networking/AdminIP"
|
722
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
723
|
+
</input>
|
724
|
+
<output>
|
725
|
+
<soap:body
|
726
|
+
use="encoded"
|
727
|
+
namespace="urn:iControl:Networking/AdminIP"
|
728
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
729
|
+
</output>
|
730
|
+
</operation>
|
731
|
+
|
732
|
+
<operation name="get_slot_ip">
|
733
|
+
<documentation>
|
734
|
+
Gets a list of all admin IPs on the designated slots.
|
735
|
+
|
736
|
+
</documentation>
|
737
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
738
|
+
<input>
|
739
|
+
<soap:body
|
740
|
+
use="encoded"
|
741
|
+
namespace="urn:iControl:Networking/AdminIP"
|
742
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
743
|
+
</input>
|
744
|
+
<output>
|
745
|
+
<soap:body
|
746
|
+
use="encoded"
|
747
|
+
namespace="urn:iControl:Networking/AdminIP"
|
748
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
749
|
+
</output>
|
750
|
+
</operation>
|
751
|
+
|
752
|
+
<operation name="create_slot_ip">
|
753
|
+
<documentation>
|
754
|
+
Creates the specified admin IP addresses on the designated slots.
|
755
|
+
|
756
|
+
</documentation>
|
757
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
758
|
+
<input>
|
759
|
+
<soap:body
|
760
|
+
use="encoded"
|
761
|
+
namespace="urn:iControl:Networking/AdminIP"
|
762
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
763
|
+
</input>
|
764
|
+
<output>
|
765
|
+
<soap:body
|
766
|
+
use="encoded"
|
767
|
+
namespace="urn:iControl:Networking/AdminIP"
|
768
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
769
|
+
</output>
|
770
|
+
</operation>
|
771
|
+
|
772
|
+
<operation name="replace_slot_ip">
|
773
|
+
<documentation>
|
774
|
+
Replaces the specified admin IP addresses on the designated slots.
|
775
|
+
|
776
|
+
</documentation>
|
777
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
778
|
+
<input>
|
779
|
+
<soap:body
|
780
|
+
use="encoded"
|
781
|
+
namespace="urn:iControl:Networking/AdminIP"
|
782
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
783
|
+
</input>
|
784
|
+
<output>
|
785
|
+
<soap:body
|
786
|
+
use="encoded"
|
787
|
+
namespace="urn:iControl:Networking/AdminIP"
|
788
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
789
|
+
</output>
|
790
|
+
</operation>
|
791
|
+
|
792
|
+
<operation name="delete_slot_ip">
|
793
|
+
<documentation>
|
794
|
+
Deletes the specified admin IP addresses on the designated slots.
|
795
|
+
|
796
|
+
</documentation>
|
797
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
798
|
+
<input>
|
799
|
+
<soap:body
|
800
|
+
use="encoded"
|
801
|
+
namespace="urn:iControl:Networking/AdminIP"
|
802
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
803
|
+
</input>
|
804
|
+
<output>
|
805
|
+
<soap:body
|
806
|
+
use="encoded"
|
807
|
+
namespace="urn:iControl:Networking/AdminIP"
|
808
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
809
|
+
</output>
|
810
|
+
</operation>
|
811
|
+
|
812
|
+
<operation name="delete_all_slot_ips">
|
813
|
+
<documentation>
|
814
|
+
Deletes all admin IP addresses on the designated slots.
|
815
|
+
|
816
|
+
</documentation>
|
817
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
818
|
+
<input>
|
819
|
+
<soap:body
|
820
|
+
use="encoded"
|
821
|
+
namespace="urn:iControl:Networking/AdminIP"
|
822
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
823
|
+
</input>
|
824
|
+
<output>
|
825
|
+
<soap:body
|
826
|
+
use="encoded"
|
827
|
+
namespace="urn:iControl:Networking/AdminIP"
|
828
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
829
|
+
</output>
|
830
|
+
</operation>
|
831
|
+
|
832
|
+
<operation name="get_version">
|
833
|
+
<documentation>
|
834
|
+
Gets the version information for this interface.
|
835
|
+
|
836
|
+
</documentation>
|
837
|
+
<soap:operation soapAction="urn:iControl:Networking/AdminIP"/>
|
838
|
+
<input>
|
839
|
+
<soap:body
|
840
|
+
use="encoded"
|
841
|
+
namespace="urn:iControl:Networking/AdminIP"
|
842
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
843
|
+
</input>
|
844
|
+
<output>
|
845
|
+
<soap:body
|
846
|
+
use="encoded"
|
847
|
+
namespace="urn:iControl:Networking/AdminIP"
|
848
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
849
|
+
</output>
|
850
|
+
</operation>
|
851
|
+
</binding>
|
852
|
+
|
853
|
+
<!-- service -->
|
854
|
+
|
855
|
+
<service name="Networking.AdminIP">
|
856
|
+
<documentation>
|
857
|
+
The AdminIP interface enables you to work with the definitions and attributes contained in a device's administrative IP.
|
858
|
+
|
859
|
+
</documentation>
|
860
|
+
<port name="Networking.AdminIPPort" binding="tns:Networking.AdminIPBinding">
|
861
|
+
<soap:address location="https://url_to_service"/>
|
862
|
+
</port>
|
863
|
+
</service>
|
864
|
+
</definitions>
|