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,438 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="System.Inet"
|
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.ULongSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
</xsd:schema>
|
46
|
+
</types>
|
47
|
+
|
48
|
+
<!-- message -->
|
49
|
+
|
50
|
+
<message name="System.Inet.get_hostnameRequest">
|
51
|
+
</message>
|
52
|
+
<message name="System.Inet.get_hostnameResponse">
|
53
|
+
<part name="return" type="xsd:string"/>
|
54
|
+
</message>
|
55
|
+
|
56
|
+
<message name="System.Inet.set_hostnameRequest">
|
57
|
+
<part name="hostname" type="xsd:string"/>
|
58
|
+
</message>
|
59
|
+
<message name="System.Inet.set_hostnameResponse">
|
60
|
+
</message>
|
61
|
+
|
62
|
+
<message name="System.Inet.set_ntp_server_addressRequest">
|
63
|
+
<part name="ntp_addresses" type="tns:Common.StringSequence"/>
|
64
|
+
</message>
|
65
|
+
<message name="System.Inet.set_ntp_server_addressResponse">
|
66
|
+
</message>
|
67
|
+
|
68
|
+
<message name="System.Inet.get_ntp_server_addressRequest">
|
69
|
+
</message>
|
70
|
+
<message name="System.Inet.get_ntp_server_addressResponse">
|
71
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
72
|
+
</message>
|
73
|
+
|
74
|
+
<message name="System.Inet.get_dns_server_addressRequest">
|
75
|
+
</message>
|
76
|
+
<message name="System.Inet.get_dns_server_addressResponse">
|
77
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
78
|
+
</message>
|
79
|
+
|
80
|
+
<message name="System.Inet.ip_to_hostnameRequest">
|
81
|
+
<part name="ip_addresses" type="tns:Common.IPAddressSequence"/>
|
82
|
+
</message>
|
83
|
+
<message name="System.Inet.ip_to_hostnameResponse">
|
84
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
85
|
+
</message>
|
86
|
+
|
87
|
+
<message name="System.Inet.hostname_to_ipRequest">
|
88
|
+
<part name="hostnames" type="tns:Common.StringSequence"/>
|
89
|
+
</message>
|
90
|
+
<message name="System.Inet.hostname_to_ipResponse">
|
91
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="System.Inet.service_number_to_service_nameRequest">
|
95
|
+
<part name="services" type="tns:Common.ULongSequence"/>
|
96
|
+
</message>
|
97
|
+
<message name="System.Inet.service_number_to_service_nameResponse">
|
98
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="System.Inet.service_name_to_service_numberRequest">
|
102
|
+
<part name="service_names" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
<message name="System.Inet.service_name_to_service_numberResponse">
|
105
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="System.Inet.get_versionRequest">
|
109
|
+
</message>
|
110
|
+
<message name="System.Inet.get_versionResponse">
|
111
|
+
<part name="return" type="xsd:string"/>
|
112
|
+
</message>
|
113
|
+
|
114
|
+
<!-- portType -->
|
115
|
+
|
116
|
+
<portType name="System.InetPortType">
|
117
|
+
<operation name="get_hostname">
|
118
|
+
<documentation>
|
119
|
+
|
120
|
+
Gets the host name of the device.
|
121
|
+
|
122
|
+
</documentation>
|
123
|
+
<input message="tns:System.Inet.get_hostnameRequest"/>
|
124
|
+
<output message="tns:System.Inet.get_hostnameResponse"/>
|
125
|
+
</operation>
|
126
|
+
<operation name="set_hostname">
|
127
|
+
<documentation>
|
128
|
+
|
129
|
+
Sets the host name of the device.
|
130
|
+
|
131
|
+
</documentation>
|
132
|
+
<input message="tns:System.Inet.set_hostnameRequest"/>
|
133
|
+
<output message="tns:System.Inet.set_hostnameResponse"/>
|
134
|
+
</operation>
|
135
|
+
<operation name="set_ntp_server_address">
|
136
|
+
<documentation>
|
137
|
+
|
138
|
+
Configures the IP address/host name that the device uses for its NTP service.
|
139
|
+
|
140
|
+
</documentation>
|
141
|
+
<input message="tns:System.Inet.set_ntp_server_addressRequest"/>
|
142
|
+
<output message="tns:System.Inet.set_ntp_server_addressResponse"/>
|
143
|
+
</operation>
|
144
|
+
<operation name="get_ntp_server_address">
|
145
|
+
<documentation>
|
146
|
+
|
147
|
+
Gets the IP address/host name that the device is using for its NTP service.
|
148
|
+
|
149
|
+
</documentation>
|
150
|
+
<input message="tns:System.Inet.get_ntp_server_addressRequest"/>
|
151
|
+
<output message="tns:System.Inet.get_ntp_server_addressResponse"/>
|
152
|
+
</operation>
|
153
|
+
<operation name="get_dns_server_address">
|
154
|
+
<documentation>
|
155
|
+
|
156
|
+
Gets the IP addresses that the device is using as its DNS servers.
|
157
|
+
|
158
|
+
</documentation>
|
159
|
+
<input message="tns:System.Inet.get_dns_server_addressRequest"/>
|
160
|
+
<output message="tns:System.Inet.get_dns_server_addressResponse"/>
|
161
|
+
</operation>
|
162
|
+
<operation name="ip_to_hostname">
|
163
|
+
<documentation>
|
164
|
+
|
165
|
+
Translate the specified IP addresses into hostnames.
|
166
|
+
|
167
|
+
</documentation>
|
168
|
+
<input message="tns:System.Inet.ip_to_hostnameRequest"/>
|
169
|
+
<output message="tns:System.Inet.ip_to_hostnameResponse"/>
|
170
|
+
</operation>
|
171
|
+
<operation name="hostname_to_ip">
|
172
|
+
<documentation>
|
173
|
+
|
174
|
+
Translate the specified hostnames to IP addresses.
|
175
|
+
|
176
|
+
</documentation>
|
177
|
+
<input message="tns:System.Inet.hostname_to_ipRequest"/>
|
178
|
+
<output message="tns:System.Inet.hostname_to_ipResponse"/>
|
179
|
+
</operation>
|
180
|
+
<operation name="service_number_to_service_name">
|
181
|
+
<documentation>
|
182
|
+
|
183
|
+
Translate the specified service numbers into service names. If an service number can not be translated into
|
184
|
+
an equivalent service name, the string format of the service number will be returned.
|
185
|
+
|
186
|
+
</documentation>
|
187
|
+
<input message="tns:System.Inet.service_number_to_service_nameRequest"/>
|
188
|
+
<output message="tns:System.Inet.service_number_to_service_nameResponse"/>
|
189
|
+
</operation>
|
190
|
+
<operation name="service_name_to_service_number">
|
191
|
+
<documentation>
|
192
|
+
|
193
|
+
Translate the specified service names to service numbers. If a service name can not be translated into
|
194
|
+
an equivalent service number, a service number of 0 will be returned for that service name.
|
195
|
+
|
196
|
+
</documentation>
|
197
|
+
<input message="tns:System.Inet.service_name_to_service_numberRequest"/>
|
198
|
+
<output message="tns:System.Inet.service_name_to_service_numberResponse"/>
|
199
|
+
</operation>
|
200
|
+
<operation name="get_version">
|
201
|
+
<documentation>
|
202
|
+
Gets the version information for this interface.
|
203
|
+
|
204
|
+
</documentation>
|
205
|
+
<input message="tns:System.Inet.get_versionRequest"/>
|
206
|
+
<output message="tns:System.Inet.get_versionResponse"/>
|
207
|
+
</operation>
|
208
|
+
</portType>
|
209
|
+
|
210
|
+
<!-- binding -->
|
211
|
+
|
212
|
+
<binding name="System.InetBinding" type="tns:System.InetPortType">
|
213
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
214
|
+
<operation name="get_hostname">
|
215
|
+
<documentation>
|
216
|
+
|
217
|
+
Gets the host name of the device.
|
218
|
+
|
219
|
+
</documentation>
|
220
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
221
|
+
<input>
|
222
|
+
<soap:body
|
223
|
+
use="encoded"
|
224
|
+
namespace="urn:iControl:System/Inet"
|
225
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
226
|
+
</input>
|
227
|
+
<output>
|
228
|
+
<soap:body
|
229
|
+
use="encoded"
|
230
|
+
namespace="urn:iControl:System/Inet"
|
231
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
232
|
+
</output>
|
233
|
+
</operation>
|
234
|
+
|
235
|
+
<operation name="set_hostname">
|
236
|
+
<documentation>
|
237
|
+
|
238
|
+
Sets the host name of the device.
|
239
|
+
|
240
|
+
</documentation>
|
241
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
242
|
+
<input>
|
243
|
+
<soap:body
|
244
|
+
use="encoded"
|
245
|
+
namespace="urn:iControl:System/Inet"
|
246
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
247
|
+
</input>
|
248
|
+
<output>
|
249
|
+
<soap:body
|
250
|
+
use="encoded"
|
251
|
+
namespace="urn:iControl:System/Inet"
|
252
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
253
|
+
</output>
|
254
|
+
</operation>
|
255
|
+
|
256
|
+
<operation name="set_ntp_server_address">
|
257
|
+
<documentation>
|
258
|
+
|
259
|
+
Configures the IP address/host name that the device uses for its NTP service.
|
260
|
+
|
261
|
+
</documentation>
|
262
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
263
|
+
<input>
|
264
|
+
<soap:body
|
265
|
+
use="encoded"
|
266
|
+
namespace="urn:iControl:System/Inet"
|
267
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
268
|
+
</input>
|
269
|
+
<output>
|
270
|
+
<soap:body
|
271
|
+
use="encoded"
|
272
|
+
namespace="urn:iControl:System/Inet"
|
273
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
274
|
+
</output>
|
275
|
+
</operation>
|
276
|
+
|
277
|
+
<operation name="get_ntp_server_address">
|
278
|
+
<documentation>
|
279
|
+
|
280
|
+
Gets the IP address/host name that the device is using for its NTP service.
|
281
|
+
|
282
|
+
</documentation>
|
283
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
284
|
+
<input>
|
285
|
+
<soap:body
|
286
|
+
use="encoded"
|
287
|
+
namespace="urn:iControl:System/Inet"
|
288
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
289
|
+
</input>
|
290
|
+
<output>
|
291
|
+
<soap:body
|
292
|
+
use="encoded"
|
293
|
+
namespace="urn:iControl:System/Inet"
|
294
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
295
|
+
</output>
|
296
|
+
</operation>
|
297
|
+
|
298
|
+
<operation name="get_dns_server_address">
|
299
|
+
<documentation>
|
300
|
+
|
301
|
+
Gets the IP addresses that the device is using as its DNS servers.
|
302
|
+
|
303
|
+
</documentation>
|
304
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
305
|
+
<input>
|
306
|
+
<soap:body
|
307
|
+
use="encoded"
|
308
|
+
namespace="urn:iControl:System/Inet"
|
309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
310
|
+
</input>
|
311
|
+
<output>
|
312
|
+
<soap:body
|
313
|
+
use="encoded"
|
314
|
+
namespace="urn:iControl:System/Inet"
|
315
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
316
|
+
</output>
|
317
|
+
</operation>
|
318
|
+
|
319
|
+
<operation name="ip_to_hostname">
|
320
|
+
<documentation>
|
321
|
+
|
322
|
+
Translate the specified IP addresses into hostnames.
|
323
|
+
|
324
|
+
</documentation>
|
325
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
326
|
+
<input>
|
327
|
+
<soap:body
|
328
|
+
use="encoded"
|
329
|
+
namespace="urn:iControl:System/Inet"
|
330
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
331
|
+
</input>
|
332
|
+
<output>
|
333
|
+
<soap:body
|
334
|
+
use="encoded"
|
335
|
+
namespace="urn:iControl:System/Inet"
|
336
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
337
|
+
</output>
|
338
|
+
</operation>
|
339
|
+
|
340
|
+
<operation name="hostname_to_ip">
|
341
|
+
<documentation>
|
342
|
+
|
343
|
+
Translate the specified hostnames to IP addresses.
|
344
|
+
|
345
|
+
</documentation>
|
346
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
347
|
+
<input>
|
348
|
+
<soap:body
|
349
|
+
use="encoded"
|
350
|
+
namespace="urn:iControl:System/Inet"
|
351
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
352
|
+
</input>
|
353
|
+
<output>
|
354
|
+
<soap:body
|
355
|
+
use="encoded"
|
356
|
+
namespace="urn:iControl:System/Inet"
|
357
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
358
|
+
</output>
|
359
|
+
</operation>
|
360
|
+
|
361
|
+
<operation name="service_number_to_service_name">
|
362
|
+
<documentation>
|
363
|
+
|
364
|
+
Translate the specified service numbers into service names. If an service number can not be translated into
|
365
|
+
an equivalent service name, the string format of the service number will be returned.
|
366
|
+
|
367
|
+
</documentation>
|
368
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
369
|
+
<input>
|
370
|
+
<soap:body
|
371
|
+
use="encoded"
|
372
|
+
namespace="urn:iControl:System/Inet"
|
373
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
374
|
+
</input>
|
375
|
+
<output>
|
376
|
+
<soap:body
|
377
|
+
use="encoded"
|
378
|
+
namespace="urn:iControl:System/Inet"
|
379
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
380
|
+
</output>
|
381
|
+
</operation>
|
382
|
+
|
383
|
+
<operation name="service_name_to_service_number">
|
384
|
+
<documentation>
|
385
|
+
|
386
|
+
Translate the specified service names to service numbers. If a service name can not be translated into
|
387
|
+
an equivalent service number, a service number of 0 will be returned for that service name.
|
388
|
+
|
389
|
+
</documentation>
|
390
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
391
|
+
<input>
|
392
|
+
<soap:body
|
393
|
+
use="encoded"
|
394
|
+
namespace="urn:iControl:System/Inet"
|
395
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
396
|
+
</input>
|
397
|
+
<output>
|
398
|
+
<soap:body
|
399
|
+
use="encoded"
|
400
|
+
namespace="urn:iControl:System/Inet"
|
401
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
402
|
+
</output>
|
403
|
+
</operation>
|
404
|
+
|
405
|
+
<operation name="get_version">
|
406
|
+
<documentation>
|
407
|
+
Gets the version information for this interface.
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<soap:operation soapAction="urn:iControl:System/Inet"/>
|
411
|
+
<input>
|
412
|
+
<soap:body
|
413
|
+
use="encoded"
|
414
|
+
namespace="urn:iControl:System/Inet"
|
415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
416
|
+
</input>
|
417
|
+
<output>
|
418
|
+
<soap:body
|
419
|
+
use="encoded"
|
420
|
+
namespace="urn:iControl:System/Inet"
|
421
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
422
|
+
</output>
|
423
|
+
</operation>
|
424
|
+
</binding>
|
425
|
+
|
426
|
+
<!-- service -->
|
427
|
+
|
428
|
+
<service name="System.Inet">
|
429
|
+
<documentation>
|
430
|
+
|
431
|
+
The Inet interface exposes the internal API functionality that you can use to manipulate the rc.conf and resolv.conf files. The ntp.conf file includes the functionality that you can use to set and get the following settings: host name, IP address (get only), router, NTP server and DNS server.
|
432
|
+
|
433
|
+
</documentation>
|
434
|
+
<port name="System.InetPort" binding="tns:System.InetBinding">
|
435
|
+
<soap:address location="https://url_to_service"/>
|
436
|
+
</port>
|
437
|
+
</service>
|
438
|
+
</definitions>
|
@@ -0,0 +1,279 @@
|
|
1
|
+
<?xml version="1.0" ?>
|
2
|
+
<!--
|
3
|
+
Copyright (c) 1996-2013, F5 Networks, Inc., Seattle, Washington. All rights reserved.
|
4
|
+
|
5
|
+
F5, F5 Networks, the F5 logo, BIG-IP, 3-DNS, iControl, GLOBAL-SITE, SEE-IT, EDGE-FX, FireGuard, Internet Control Architecture, IP Application Switch, iRules, PACKET VELOCITY, SYN Check, CONTROL YOUR WORLD, OneConnect, ZoneRunner, uRoam, FirePass, and TrafficShield are registered trademarks or trademarks of F5 Networks, Inc., in the U.S. and certain other countries.
|
6
|
+
|
7
|
+
All other trademarks mentioned in this document are the property of their respective owners. F5 Networks' trademarks may not be used in connection with any product or service except as permitted in writing by F5.
|
8
|
+
|
9
|
+
-->
|
10
|
+
<definitions name="System.Internal"
|
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.KeyValueSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.KeyValue[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="System.Internal.URISequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:System.Internal.URI[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.PortSequence">
|
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:complexType name="System.Internal.URI">
|
60
|
+
<xsd:sequence>
|
61
|
+
<xsd:element name="path" type="xsd:string"/>
|
62
|
+
<xsd:element name="argmap" type="tns:Common.KeyValueSequence"/>
|
63
|
+
</xsd:sequence>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Common.KeyValue">
|
66
|
+
<xsd:sequence>
|
67
|
+
<xsd:element name="key" type="xsd:string"/>
|
68
|
+
<xsd:element name="value" type="xsd:string"/>
|
69
|
+
</xsd:sequence>
|
70
|
+
</xsd:complexType>
|
71
|
+
</xsd:schema>
|
72
|
+
</types>
|
73
|
+
|
74
|
+
<!-- message -->
|
75
|
+
|
76
|
+
<message name="System.Internal.test_connectionRequest">
|
77
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
78
|
+
<part name="ports" type="tns:Common.PortSequence"/>
|
79
|
+
</message>
|
80
|
+
<message name="System.Internal.test_connectionResponse">
|
81
|
+
<part name="return" type="xsd:boolean"/>
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="System.Internal.test_connection_with_proxyRequest">
|
85
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
86
|
+
<part name="ports" type="tns:Common.PortSequence"/>
|
87
|
+
<part name="proxy_addresses" type="tns:Common.IPAddressSequence"/>
|
88
|
+
<part name="proxy_ports" type="tns:Common.PortSequence"/>
|
89
|
+
</message>
|
90
|
+
<message name="System.Internal.test_connection_with_proxyResponse">
|
91
|
+
<part name="return" type="xsd:boolean"/>
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="System.Internal.map_uriRequest">
|
95
|
+
<part name="target_tags" type="tns:Common.StringSequence"/>
|
96
|
+
</message>
|
97
|
+
<message name="System.Internal.map_uriResponse">
|
98
|
+
<part name="return" type="tns:System.Internal.URISequence"/>
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="System.Internal.get_methodsRequest">
|
102
|
+
</message>
|
103
|
+
<message name="System.Internal.get_methodsResponse">
|
104
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
105
|
+
</message>
|
106
|
+
|
107
|
+
<message name="System.Internal.get_versionRequest">
|
108
|
+
</message>
|
109
|
+
<message name="System.Internal.get_versionResponse">
|
110
|
+
<part name="return" type="xsd:string"/>
|
111
|
+
</message>
|
112
|
+
|
113
|
+
<!-- portType -->
|
114
|
+
|
115
|
+
<portType name="System.InternalPortType">
|
116
|
+
<operation name="test_connection">
|
117
|
+
<documentation>
|
118
|
+
|
119
|
+
Tests a connection from the device to the caller
|
120
|
+
|
121
|
+
</documentation>
|
122
|
+
<input message="tns:System.Internal.test_connectionRequest"/>
|
123
|
+
<output message="tns:System.Internal.test_connectionResponse"/>
|
124
|
+
</operation>
|
125
|
+
<operation name="test_connection_with_proxy">
|
126
|
+
<documentation>
|
127
|
+
Tests a connection from the device to the caller through a proxy.
|
128
|
+
|
129
|
+
</documentation>
|
130
|
+
<input message="tns:System.Internal.test_connection_with_proxyRequest"/>
|
131
|
+
<output message="tns:System.Internal.test_connection_with_proxyResponse"/>
|
132
|
+
</operation>
|
133
|
+
<operation name="map_uri">
|
134
|
+
<documentation>
|
135
|
+
|
136
|
+
Returns a sequence of URIs given a list of tags.
|
137
|
+
|
138
|
+
</documentation>
|
139
|
+
<input message="tns:System.Internal.map_uriRequest"/>
|
140
|
+
<output message="tns:System.Internal.map_uriResponse"/>
|
141
|
+
</operation>
|
142
|
+
<operation name="get_methods">
|
143
|
+
<documentation>
|
144
|
+
Get the iControl methods provided by this device.
|
145
|
+
|
146
|
+
</documentation>
|
147
|
+
<input message="tns:System.Internal.get_methodsRequest"/>
|
148
|
+
<output message="tns:System.Internal.get_methodsResponse"/>
|
149
|
+
</operation>
|
150
|
+
<operation name="get_version">
|
151
|
+
<documentation>
|
152
|
+
Gets the version information for this interface.
|
153
|
+
|
154
|
+
</documentation>
|
155
|
+
<input message="tns:System.Internal.get_versionRequest"/>
|
156
|
+
<output message="tns:System.Internal.get_versionResponse"/>
|
157
|
+
</operation>
|
158
|
+
</portType>
|
159
|
+
|
160
|
+
<!-- binding -->
|
161
|
+
|
162
|
+
<binding name="System.InternalBinding" type="tns:System.InternalPortType">
|
163
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
164
|
+
<operation name="test_connection">
|
165
|
+
<documentation>
|
166
|
+
|
167
|
+
Tests a connection from the device to the caller
|
168
|
+
|
169
|
+
</documentation>
|
170
|
+
<soap:operation soapAction="urn:iControl:System/Internal"/>
|
171
|
+
<input>
|
172
|
+
<soap:body
|
173
|
+
use="encoded"
|
174
|
+
namespace="urn:iControl:System/Internal"
|
175
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
176
|
+
</input>
|
177
|
+
<output>
|
178
|
+
<soap:body
|
179
|
+
use="encoded"
|
180
|
+
namespace="urn:iControl:System/Internal"
|
181
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
182
|
+
</output>
|
183
|
+
</operation>
|
184
|
+
|
185
|
+
<operation name="test_connection_with_proxy">
|
186
|
+
<documentation>
|
187
|
+
Tests a connection from the device to the caller through a proxy.
|
188
|
+
|
189
|
+
</documentation>
|
190
|
+
<soap:operation soapAction="urn:iControl:System/Internal"/>
|
191
|
+
<input>
|
192
|
+
<soap:body
|
193
|
+
use="encoded"
|
194
|
+
namespace="urn:iControl:System/Internal"
|
195
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
196
|
+
</input>
|
197
|
+
<output>
|
198
|
+
<soap:body
|
199
|
+
use="encoded"
|
200
|
+
namespace="urn:iControl:System/Internal"
|
201
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
202
|
+
</output>
|
203
|
+
</operation>
|
204
|
+
|
205
|
+
<operation name="map_uri">
|
206
|
+
<documentation>
|
207
|
+
|
208
|
+
Returns a sequence of URIs given a list of tags.
|
209
|
+
|
210
|
+
</documentation>
|
211
|
+
<soap:operation soapAction="urn:iControl:System/Internal"/>
|
212
|
+
<input>
|
213
|
+
<soap:body
|
214
|
+
use="encoded"
|
215
|
+
namespace="urn:iControl:System/Internal"
|
216
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
217
|
+
</input>
|
218
|
+
<output>
|
219
|
+
<soap:body
|
220
|
+
use="encoded"
|
221
|
+
namespace="urn:iControl:System/Internal"
|
222
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
223
|
+
</output>
|
224
|
+
</operation>
|
225
|
+
|
226
|
+
<operation name="get_methods">
|
227
|
+
<documentation>
|
228
|
+
Get the iControl methods provided by this device.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<soap:operation soapAction="urn:iControl:System/Internal"/>
|
232
|
+
<input>
|
233
|
+
<soap:body
|
234
|
+
use="encoded"
|
235
|
+
namespace="urn:iControl:System/Internal"
|
236
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
237
|
+
</input>
|
238
|
+
<output>
|
239
|
+
<soap:body
|
240
|
+
use="encoded"
|
241
|
+
namespace="urn:iControl:System/Internal"
|
242
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
243
|
+
</output>
|
244
|
+
</operation>
|
245
|
+
|
246
|
+
<operation name="get_version">
|
247
|
+
<documentation>
|
248
|
+
Gets the version information for this interface.
|
249
|
+
|
250
|
+
</documentation>
|
251
|
+
<soap:operation soapAction="urn:iControl:System/Internal"/>
|
252
|
+
<input>
|
253
|
+
<soap:body
|
254
|
+
use="encoded"
|
255
|
+
namespace="urn:iControl:System/Internal"
|
256
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
257
|
+
</input>
|
258
|
+
<output>
|
259
|
+
<soap:body
|
260
|
+
use="encoded"
|
261
|
+
namespace="urn:iControl:System/Internal"
|
262
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
263
|
+
</output>
|
264
|
+
</operation>
|
265
|
+
</binding>
|
266
|
+
|
267
|
+
<!-- service -->
|
268
|
+
|
269
|
+
<service name="System.Internal">
|
270
|
+
<documentation>
|
271
|
+
|
272
|
+
The Internal interface is a private interface to support internal F5 capabilities.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<port name="System.InternalPort" binding="tns:System.InternalBinding">
|
276
|
+
<soap:address location="https://url_to_service"/>
|
277
|
+
</port>
|
278
|
+
</service>
|
279
|
+
</definitions>
|