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,206 @@
|
|
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.ZoneRunner"
|
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.DebugLevel">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="ZRD_EMERG">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>ZRD_EMERG</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="ZRD_ALERT">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>ZRD_ALERT</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="ZRD_CRIT">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>ZRD_CRIT</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
<xsd:enumeration value="ZRD_ERROR">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>ZRD_ERROR</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:enumeration>
|
46
|
+
<xsd:enumeration value="ZRD_WARN">
|
47
|
+
<xsd:annotation>
|
48
|
+
<xsd:documentation>ZRD_WARN</xsd:documentation>
|
49
|
+
</xsd:annotation>
|
50
|
+
</xsd:enumeration>
|
51
|
+
<xsd:enumeration value="ZRD_NOTICE">
|
52
|
+
<xsd:annotation>
|
53
|
+
<xsd:documentation>ZRD_NOTICE</xsd:documentation>
|
54
|
+
</xsd:annotation>
|
55
|
+
</xsd:enumeration>
|
56
|
+
<xsd:enumeration value="ZRD_INFO">
|
57
|
+
<xsd:annotation>
|
58
|
+
<xsd:documentation>ZRD_INFO</xsd:documentation>
|
59
|
+
</xsd:annotation>
|
60
|
+
</xsd:enumeration>
|
61
|
+
<xsd:enumeration value="ZRD_DEBUG">
|
62
|
+
<xsd:annotation>
|
63
|
+
<xsd:documentation>ZRD_DEBUG</xsd:documentation>
|
64
|
+
</xsd:annotation>
|
65
|
+
</xsd:enumeration>
|
66
|
+
<xsd:enumeration value="ZRD_UNSET">
|
67
|
+
<xsd:annotation>
|
68
|
+
<xsd:documentation>ZRD_UNSET</xsd:documentation>
|
69
|
+
</xsd:annotation>
|
70
|
+
</xsd:enumeration>
|
71
|
+
</xsd:restriction>
|
72
|
+
</xsd:simpleType>
|
73
|
+
</xsd:schema>
|
74
|
+
</types>
|
75
|
+
|
76
|
+
<!-- message -->
|
77
|
+
|
78
|
+
<message name="Management.ZoneRunner.set_loglevelRequest">
|
79
|
+
<part name="level" type="tns:Management.DebugLevel"/>
|
80
|
+
</message>
|
81
|
+
<message name="Management.ZoneRunner.set_loglevelResponse">
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Management.ZoneRunner.initRequest">
|
85
|
+
</message>
|
86
|
+
<message name="Management.ZoneRunner.initResponse">
|
87
|
+
</message>
|
88
|
+
|
89
|
+
<message name="Management.ZoneRunner.get_versionRequest">
|
90
|
+
</message>
|
91
|
+
<message name="Management.ZoneRunner.get_versionResponse">
|
92
|
+
<part name="return" type="xsd:string"/>
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<!-- portType -->
|
96
|
+
|
97
|
+
<portType name="Management.ZoneRunnerPortType">
|
98
|
+
<operation name="set_loglevel">
|
99
|
+
<documentation>
|
100
|
+
Set the logging level for messages
|
101
|
+
|
102
|
+
</documentation>
|
103
|
+
<input message="tns:Management.ZoneRunner.set_loglevelRequest"/>
|
104
|
+
<output message="tns:Management.ZoneRunner.set_loglevelResponse"/>
|
105
|
+
</operation>
|
106
|
+
<operation name="init">
|
107
|
+
<documentation>
|
108
|
+
(re)init ZoneRunner
|
109
|
+
instructs ZoneRunner to re-read named.conf and rebuild its
|
110
|
+
internal data structures based on contents
|
111
|
+
|
112
|
+
</documentation>
|
113
|
+
<input message="tns:Management.ZoneRunner.initRequest"/>
|
114
|
+
<output message="tns:Management.ZoneRunner.initResponse"/>
|
115
|
+
</operation>
|
116
|
+
<operation name="get_version">
|
117
|
+
<documentation>
|
118
|
+
Gets the version information for this interface.
|
119
|
+
|
120
|
+
</documentation>
|
121
|
+
<input message="tns:Management.ZoneRunner.get_versionRequest"/>
|
122
|
+
<output message="tns:Management.ZoneRunner.get_versionResponse"/>
|
123
|
+
</operation>
|
124
|
+
</portType>
|
125
|
+
|
126
|
+
<!-- binding -->
|
127
|
+
|
128
|
+
<binding name="Management.ZoneRunnerBinding" type="tns:Management.ZoneRunnerPortType">
|
129
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
130
|
+
<operation name="set_loglevel">
|
131
|
+
<documentation>
|
132
|
+
Set the logging level for messages
|
133
|
+
|
134
|
+
</documentation>
|
135
|
+
<soap:operation soapAction="urn:iControl:Management/ZoneRunner"/>
|
136
|
+
<input>
|
137
|
+
<soap:body
|
138
|
+
use="encoded"
|
139
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
140
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
141
|
+
</input>
|
142
|
+
<output>
|
143
|
+
<soap:body
|
144
|
+
use="encoded"
|
145
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
146
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
147
|
+
</output>
|
148
|
+
</operation>
|
149
|
+
|
150
|
+
<operation name="init">
|
151
|
+
<documentation>
|
152
|
+
(re)init ZoneRunner
|
153
|
+
instructs ZoneRunner to re-read named.conf and rebuild its
|
154
|
+
internal data structures based on contents
|
155
|
+
|
156
|
+
</documentation>
|
157
|
+
<soap:operation soapAction="urn:iControl:Management/ZoneRunner"/>
|
158
|
+
<input>
|
159
|
+
<soap:body
|
160
|
+
use="encoded"
|
161
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
162
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
163
|
+
</input>
|
164
|
+
<output>
|
165
|
+
<soap:body
|
166
|
+
use="encoded"
|
167
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
168
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
169
|
+
</output>
|
170
|
+
</operation>
|
171
|
+
|
172
|
+
<operation name="get_version">
|
173
|
+
<documentation>
|
174
|
+
Gets the version information for this interface.
|
175
|
+
|
176
|
+
</documentation>
|
177
|
+
<soap:operation soapAction="urn:iControl:Management/ZoneRunner"/>
|
178
|
+
<input>
|
179
|
+
<soap:body
|
180
|
+
use="encoded"
|
181
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
182
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
183
|
+
</input>
|
184
|
+
<output>
|
185
|
+
<soap:body
|
186
|
+
use="encoded"
|
187
|
+
namespace="urn:iControl:Management/ZoneRunner"
|
188
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
189
|
+
</output>
|
190
|
+
</operation>
|
191
|
+
</binding>
|
192
|
+
|
193
|
+
<!-- service -->
|
194
|
+
|
195
|
+
<service name="Management.ZoneRunner">
|
196
|
+
<documentation>
|
197
|
+
The ZoneRunner interface handles all the top level calls
|
198
|
+
|
199
|
+
This interface does not support transactions.
|
200
|
+
|
201
|
+
</documentation>
|
202
|
+
<port name="Management.ZoneRunnerPort" binding="tns:Management.ZoneRunnerBinding">
|
203
|
+
<soap:address location="https://url_to_service"/>
|
204
|
+
</port>
|
205
|
+
</service>
|
206
|
+
</definitions>
|
@@ -0,0 +1,776 @@
|
|
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.ARP"
|
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="Networking.ARP.StaticEntry">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="address" type="xsd:string"/>
|
27
|
+
<xsd:element name="mac_address" type="xsd:string"/>
|
28
|
+
</xsd:sequence>
|
29
|
+
</xsd:complexType>
|
30
|
+
<xsd:complexType name="Networking.ARP.NDPEntrySequence">
|
31
|
+
<xsd:complexContent>
|
32
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
33
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.ARP.NDPEntry[]'/>
|
34
|
+
</xsd:restriction>
|
35
|
+
</xsd:complexContent>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:complexType name="Common.TimeStamp">
|
38
|
+
<xsd:sequence>
|
39
|
+
<xsd:element name="year" type="xsd:long"/>
|
40
|
+
<xsd:element name="month" type="xsd:long"/>
|
41
|
+
<xsd:element name="day" type="xsd:long"/>
|
42
|
+
<xsd:element name="hour" type="xsd:long"/>
|
43
|
+
<xsd:element name="minute" type="xsd:long"/>
|
44
|
+
<xsd:element name="second" type="xsd:long"/>
|
45
|
+
</xsd:sequence>
|
46
|
+
</xsd:complexType>
|
47
|
+
<xsd:complexType name="Common.StringSequence">
|
48
|
+
<xsd:complexContent>
|
49
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
50
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
51
|
+
</xsd:restriction>
|
52
|
+
</xsd:complexContent>
|
53
|
+
</xsd:complexType>
|
54
|
+
<xsd:complexType name="Networking.ARP.StaticEntrySequence">
|
55
|
+
<xsd:complexContent>
|
56
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
57
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.ARP.StaticEntry[]'/>
|
58
|
+
</xsd:restriction>
|
59
|
+
</xsd:complexContent>
|
60
|
+
</xsd:complexType>
|
61
|
+
<xsd:complexType name="Networking.ARP.NDPStatistics">
|
62
|
+
<xsd:sequence>
|
63
|
+
<xsd:element name="statistics" type="tns:Networking.ARP.NDPEntrySequence"/>
|
64
|
+
<xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
|
65
|
+
</xsd:sequence>
|
66
|
+
</xsd:complexType>
|
67
|
+
<xsd:simpleType name="Networking.ARP.NDPState">
|
68
|
+
<xsd:restriction base="xsd:string">
|
69
|
+
<xsd:enumeration value="NDP_STATE_INCOMPLETE">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>NDP_STATE_INCOMPLETE</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="NDP_STATE_REACHABLE">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>NDP_STATE_REACHABLE</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
<xsd:enumeration value="NDP_STATE_STALE">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>NDP_STATE_STALE</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
<xsd:enumeration value="NDP_STATE_DELAY">
|
85
|
+
<xsd:annotation>
|
86
|
+
<xsd:documentation>NDP_STATE_DELAY</xsd:documentation>
|
87
|
+
</xsd:annotation>
|
88
|
+
</xsd:enumeration>
|
89
|
+
<xsd:enumeration value="NDP_STATE_PROBE">
|
90
|
+
<xsd:annotation>
|
91
|
+
<xsd:documentation>NDP_STATE_PROBE</xsd:documentation>
|
92
|
+
</xsd:annotation>
|
93
|
+
</xsd:enumeration>
|
94
|
+
<xsd:enumeration value="NDP_STATE_PERMANENT">
|
95
|
+
<xsd:annotation>
|
96
|
+
<xsd:documentation>NDP_STATE_PERMANENT</xsd:documentation>
|
97
|
+
</xsd:annotation>
|
98
|
+
</xsd:enumeration>
|
99
|
+
</xsd:restriction>
|
100
|
+
</xsd:simpleType>
|
101
|
+
<xsd:complexType name="Networking.ARP.ARPEntry">
|
102
|
+
<xsd:sequence>
|
103
|
+
<xsd:element name="arp_address" type="xsd:string"/>
|
104
|
+
<xsd:element name="mac_address" type="xsd:string"/>
|
105
|
+
<xsd:element name="vlan" type="xsd:string"/>
|
106
|
+
<xsd:element name="expiration" type="xsd:long"/>
|
107
|
+
<xsd:element name="is_down" type="xsd:boolean"/>
|
108
|
+
<xsd:element name="is_dynamic" type="xsd:boolean"/>
|
109
|
+
<xsd:element name="is_resolved" type="xsd:boolean"/>
|
110
|
+
<xsd:element name="is_keepalive" type="xsd:boolean"/>
|
111
|
+
</xsd:sequence>
|
112
|
+
</xsd:complexType>
|
113
|
+
<xsd:complexType name="Networking.ARP.ARPStatistics">
|
114
|
+
<xsd:sequence>
|
115
|
+
<xsd:element name="statistics" type="tns:Networking.ARP.ARPEntrySequence"/>
|
116
|
+
<xsd:element name="time_stamp" type="tns:Common.TimeStamp"/>
|
117
|
+
</xsd:sequence>
|
118
|
+
</xsd:complexType>
|
119
|
+
<xsd:complexType name="Common.IPAddressSequence">
|
120
|
+
<xsd:complexContent>
|
121
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
122
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
123
|
+
</xsd:restriction>
|
124
|
+
</xsd:complexContent>
|
125
|
+
</xsd:complexType>
|
126
|
+
<xsd:complexType name="Networking.ARP.NDPEntry">
|
127
|
+
<xsd:sequence>
|
128
|
+
<xsd:element name="ndp_address" type="xsd:string"/>
|
129
|
+
<xsd:element name="mac_address" type="xsd:string"/>
|
130
|
+
<xsd:element name="vlan" type="xsd:string"/>
|
131
|
+
<xsd:element name="expiration" type="xsd:long"/>
|
132
|
+
<xsd:element name="is_router" type="xsd:boolean"/>
|
133
|
+
<xsd:element name="state" type="tns:Networking.ARP.NDPState"/>
|
134
|
+
</xsd:sequence>
|
135
|
+
</xsd:complexType>
|
136
|
+
<xsd:complexType name="Networking.ARP.ARPEntrySequence">
|
137
|
+
<xsd:complexContent>
|
138
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
139
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Networking.ARP.ARPEntry[]'/>
|
140
|
+
</xsd:restriction>
|
141
|
+
</xsd:complexContent>
|
142
|
+
</xsd:complexType>
|
143
|
+
</xsd:schema>
|
144
|
+
</types>
|
145
|
+
|
146
|
+
<!-- message -->
|
147
|
+
|
148
|
+
<message name="Networking.ARP.get_static_entryRequest">
|
149
|
+
</message>
|
150
|
+
<message name="Networking.ARP.get_static_entryResponse">
|
151
|
+
<part name="return" type="tns:Networking.ARP.StaticEntrySequence"/>
|
152
|
+
</message>
|
153
|
+
|
154
|
+
<message name="Networking.ARP.add_static_entryRequest">
|
155
|
+
<part name="entries" type="tns:Networking.ARP.StaticEntrySequence"/>
|
156
|
+
</message>
|
157
|
+
<message name="Networking.ARP.add_static_entryResponse">
|
158
|
+
</message>
|
159
|
+
|
160
|
+
<message name="Networking.ARP.delete_static_entryRequest">
|
161
|
+
<part name="entries" type="tns:Networking.ARP.StaticEntrySequence"/>
|
162
|
+
</message>
|
163
|
+
<message name="Networking.ARP.delete_static_entryResponse">
|
164
|
+
</message>
|
165
|
+
|
166
|
+
<message name="Networking.ARP.get_static_entry_listRequest">
|
167
|
+
</message>
|
168
|
+
<message name="Networking.ARP.get_static_entry_listResponse">
|
169
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Networking.ARP.create_static_entryRequest">
|
173
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
174
|
+
<part name="addresses" type="tns:Common.IPAddressSequence"/>
|
175
|
+
<part name="macs" type="tns:Common.StringSequence"/>
|
176
|
+
</message>
|
177
|
+
<message name="Networking.ARP.create_static_entryResponse">
|
178
|
+
</message>
|
179
|
+
|
180
|
+
<message name="Networking.ARP.get_static_entry_addressRequest">
|
181
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
182
|
+
</message>
|
183
|
+
<message name="Networking.ARP.get_static_entry_addressResponse">
|
184
|
+
<part name="return" type="tns:Common.IPAddressSequence"/>
|
185
|
+
</message>
|
186
|
+
|
187
|
+
<message name="Networking.ARP.set_static_entry_mac_addressRequest">
|
188
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
189
|
+
<part name="macs" type="tns:Common.StringSequence"/>
|
190
|
+
</message>
|
191
|
+
<message name="Networking.ARP.set_static_entry_mac_addressResponse">
|
192
|
+
</message>
|
193
|
+
|
194
|
+
<message name="Networking.ARP.get_static_entry_mac_addressRequest">
|
195
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
196
|
+
</message>
|
197
|
+
<message name="Networking.ARP.get_static_entry_mac_addressResponse">
|
198
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
199
|
+
</message>
|
200
|
+
|
201
|
+
<message name="Networking.ARP.set_static_entry_descriptionRequest">
|
202
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
203
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
204
|
+
</message>
|
205
|
+
<message name="Networking.ARP.set_static_entry_descriptionResponse">
|
206
|
+
</message>
|
207
|
+
|
208
|
+
<message name="Networking.ARP.get_static_entry_descriptionRequest">
|
209
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
210
|
+
</message>
|
211
|
+
<message name="Networking.ARP.get_static_entry_descriptionResponse">
|
212
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
213
|
+
</message>
|
214
|
+
|
215
|
+
<message name="Networking.ARP.delete_static_entry_v2Request">
|
216
|
+
<part name="entries" type="tns:Common.StringSequence"/>
|
217
|
+
</message>
|
218
|
+
<message name="Networking.ARP.delete_static_entry_v2Response">
|
219
|
+
</message>
|
220
|
+
|
221
|
+
<message name="Networking.ARP.delete_all_static_entriesRequest">
|
222
|
+
</message>
|
223
|
+
<message name="Networking.ARP.delete_all_static_entriesResponse">
|
224
|
+
</message>
|
225
|
+
|
226
|
+
<message name="Networking.ARP.get_dynamic_arpRequest">
|
227
|
+
<part name="arp_addresses" type="tns:Common.IPAddressSequence"/>
|
228
|
+
</message>
|
229
|
+
<message name="Networking.ARP.get_dynamic_arpResponse">
|
230
|
+
<part name="return" type="tns:Networking.ARP.ARPStatistics"/>
|
231
|
+
</message>
|
232
|
+
|
233
|
+
<message name="Networking.ARP.delete_all_dynamic_arpsRequest">
|
234
|
+
</message>
|
235
|
+
<message name="Networking.ARP.delete_all_dynamic_arpsResponse">
|
236
|
+
</message>
|
237
|
+
|
238
|
+
<message name="Networking.ARP.get_dynamic_ndpRequest">
|
239
|
+
<part name="ndp_addresses" type="tns:Common.IPAddressSequence"/>
|
240
|
+
</message>
|
241
|
+
<message name="Networking.ARP.get_dynamic_ndpResponse">
|
242
|
+
<part name="return" type="tns:Networking.ARP.NDPStatistics"/>
|
243
|
+
</message>
|
244
|
+
|
245
|
+
<message name="Networking.ARP.delete_all_dynamic_ndpsRequest">
|
246
|
+
</message>
|
247
|
+
<message name="Networking.ARP.delete_all_dynamic_ndpsResponse">
|
248
|
+
</message>
|
249
|
+
|
250
|
+
<message name="Networking.ARP.get_versionRequest">
|
251
|
+
</message>
|
252
|
+
<message name="Networking.ARP.get_versionResponse">
|
253
|
+
<part name="return" type="xsd:string"/>
|
254
|
+
</message>
|
255
|
+
|
256
|
+
<!-- portType -->
|
257
|
+
|
258
|
+
<portType name="Networking.ARPPortType">
|
259
|
+
<operation name="get_static_entry">
|
260
|
+
<documentation>
|
261
|
+
Gets a list of all static ARP/NDP entries.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<input message="tns:Networking.ARP.get_static_entryRequest"/>
|
265
|
+
<output message="tns:Networking.ARP.get_static_entryResponse"/>
|
266
|
+
</operation>
|
267
|
+
<operation name="add_static_entry">
|
268
|
+
<documentation>
|
269
|
+
Creates/adds the specified static ARP/NDP entries to the ARP/NDP table.
|
270
|
+
|
271
|
+
</documentation>
|
272
|
+
<input message="tns:Networking.ARP.add_static_entryRequest"/>
|
273
|
+
<output message="tns:Networking.ARP.add_static_entryResponse"/>
|
274
|
+
</operation>
|
275
|
+
<operation name="delete_static_entry">
|
276
|
+
<documentation>
|
277
|
+
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
|
278
|
+
|
279
|
+
</documentation>
|
280
|
+
<input message="tns:Networking.ARP.delete_static_entryRequest"/>
|
281
|
+
<output message="tns:Networking.ARP.delete_static_entryResponse"/>
|
282
|
+
</operation>
|
283
|
+
<operation name="get_static_entry_list">
|
284
|
+
<documentation>
|
285
|
+
Gets a list of all static ARP/NDP entries.
|
286
|
+
|
287
|
+
</documentation>
|
288
|
+
<input message="tns:Networking.ARP.get_static_entry_listRequest"/>
|
289
|
+
<output message="tns:Networking.ARP.get_static_entry_listResponse"/>
|
290
|
+
</operation>
|
291
|
+
<operation name="create_static_entry">
|
292
|
+
<documentation>
|
293
|
+
Creates a set of static ARP/NDP entries in the ARP/NDP table.
|
294
|
+
|
295
|
+
</documentation>
|
296
|
+
<input message="tns:Networking.ARP.create_static_entryRequest"/>
|
297
|
+
<output message="tns:Networking.ARP.create_static_entryResponse"/>
|
298
|
+
</operation>
|
299
|
+
<operation name="get_static_entry_address">
|
300
|
+
<documentation>
|
301
|
+
Gets the IP addresses for a set of static ARP/NDP entries.
|
302
|
+
|
303
|
+
Note: A set_static_entry_address method is not supported.
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<input message="tns:Networking.ARP.get_static_entry_addressRequest"/>
|
307
|
+
<output message="tns:Networking.ARP.get_static_entry_addressResponse"/>
|
308
|
+
</operation>
|
309
|
+
<operation name="set_static_entry_mac_address">
|
310
|
+
<documentation>
|
311
|
+
Sets the MAC addresses for a set of static ARP/NDP entries.
|
312
|
+
|
313
|
+
</documentation>
|
314
|
+
<input message="tns:Networking.ARP.set_static_entry_mac_addressRequest"/>
|
315
|
+
<output message="tns:Networking.ARP.set_static_entry_mac_addressResponse"/>
|
316
|
+
</operation>
|
317
|
+
<operation name="get_static_entry_mac_address">
|
318
|
+
<documentation>
|
319
|
+
Gets the MAC addresses for a set of static ARP/NDP entries.
|
320
|
+
|
321
|
+
</documentation>
|
322
|
+
<input message="tns:Networking.ARP.get_static_entry_mac_addressRequest"/>
|
323
|
+
<output message="tns:Networking.ARP.get_static_entry_mac_addressResponse"/>
|
324
|
+
</operation>
|
325
|
+
<operation name="set_static_entry_description">
|
326
|
+
<documentation>
|
327
|
+
Sets the description for a set of static ARP/NDP entries. This is
|
328
|
+
an arbitrary field which can be used for any purpose.
|
329
|
+
|
330
|
+
</documentation>
|
331
|
+
<input message="tns:Networking.ARP.set_static_entry_descriptionRequest"/>
|
332
|
+
<output message="tns:Networking.ARP.set_static_entry_descriptionResponse"/>
|
333
|
+
</operation>
|
334
|
+
<operation name="get_static_entry_description">
|
335
|
+
<documentation>
|
336
|
+
Gets the description for a set of static ARP/NDP entries.
|
337
|
+
|
338
|
+
</documentation>
|
339
|
+
<input message="tns:Networking.ARP.get_static_entry_descriptionRequest"/>
|
340
|
+
<output message="tns:Networking.ARP.get_static_entry_descriptionResponse"/>
|
341
|
+
</operation>
|
342
|
+
<operation name="delete_static_entry_v2">
|
343
|
+
<documentation>
|
344
|
+
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
|
345
|
+
|
346
|
+
</documentation>
|
347
|
+
<input message="tns:Networking.ARP.delete_static_entry_v2Request"/>
|
348
|
+
<output message="tns:Networking.ARP.delete_static_entry_v2Response"/>
|
349
|
+
</operation>
|
350
|
+
<operation name="delete_all_static_entries">
|
351
|
+
<documentation>
|
352
|
+
Deletes all static ARP/NDP entries from the ARP/NDP table.
|
353
|
+
|
354
|
+
</documentation>
|
355
|
+
<input message="tns:Networking.ARP.delete_all_static_entriesRequest"/>
|
356
|
+
<output message="tns:Networking.ARP.delete_all_static_entriesResponse"/>
|
357
|
+
</operation>
|
358
|
+
<operation name="get_dynamic_arp">
|
359
|
+
<documentation>
|
360
|
+
Gets the dynamic ARP statistics for the specified ARP addresses.
|
361
|
+
|
362
|
+
</documentation>
|
363
|
+
<input message="tns:Networking.ARP.get_dynamic_arpRequest"/>
|
364
|
+
<output message="tns:Networking.ARP.get_dynamic_arpResponse"/>
|
365
|
+
</operation>
|
366
|
+
<operation name="delete_all_dynamic_arps">
|
367
|
+
<documentation>
|
368
|
+
Deletes all dynamic ARP entries from the ARP table.
|
369
|
+
|
370
|
+
</documentation>
|
371
|
+
<input message="tns:Networking.ARP.delete_all_dynamic_arpsRequest"/>
|
372
|
+
<output message="tns:Networking.ARP.delete_all_dynamic_arpsResponse"/>
|
373
|
+
</operation>
|
374
|
+
<operation name="get_dynamic_ndp">
|
375
|
+
<documentation>
|
376
|
+
Gets the dynamic NDP statistics for the specified NDP addresses.
|
377
|
+
|
378
|
+
</documentation>
|
379
|
+
<input message="tns:Networking.ARP.get_dynamic_ndpRequest"/>
|
380
|
+
<output message="tns:Networking.ARP.get_dynamic_ndpResponse"/>
|
381
|
+
</operation>
|
382
|
+
<operation name="delete_all_dynamic_ndps">
|
383
|
+
<documentation>
|
384
|
+
Deletes all dynamic NDP entries from the NDP table.
|
385
|
+
|
386
|
+
</documentation>
|
387
|
+
<input message="tns:Networking.ARP.delete_all_dynamic_ndpsRequest"/>
|
388
|
+
<output message="tns:Networking.ARP.delete_all_dynamic_ndpsResponse"/>
|
389
|
+
</operation>
|
390
|
+
<operation name="get_version">
|
391
|
+
<documentation>
|
392
|
+
Gets the version information for this interface.
|
393
|
+
|
394
|
+
</documentation>
|
395
|
+
<input message="tns:Networking.ARP.get_versionRequest"/>
|
396
|
+
<output message="tns:Networking.ARP.get_versionResponse"/>
|
397
|
+
</operation>
|
398
|
+
</portType>
|
399
|
+
|
400
|
+
<!-- binding -->
|
401
|
+
|
402
|
+
<binding name="Networking.ARPBinding" type="tns:Networking.ARPPortType">
|
403
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
404
|
+
<operation name="get_static_entry">
|
405
|
+
<documentation>
|
406
|
+
Gets a list of all static ARP/NDP entries.
|
407
|
+
|
408
|
+
</documentation>
|
409
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
410
|
+
<input>
|
411
|
+
<soap:body
|
412
|
+
use="encoded"
|
413
|
+
namespace="urn:iControl:Networking/ARP"
|
414
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
415
|
+
</input>
|
416
|
+
<output>
|
417
|
+
<soap:body
|
418
|
+
use="encoded"
|
419
|
+
namespace="urn:iControl:Networking/ARP"
|
420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
421
|
+
</output>
|
422
|
+
</operation>
|
423
|
+
|
424
|
+
<operation name="add_static_entry">
|
425
|
+
<documentation>
|
426
|
+
Creates/adds the specified static ARP/NDP entries to the ARP/NDP table.
|
427
|
+
|
428
|
+
</documentation>
|
429
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
430
|
+
<input>
|
431
|
+
<soap:body
|
432
|
+
use="encoded"
|
433
|
+
namespace="urn:iControl:Networking/ARP"
|
434
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
435
|
+
</input>
|
436
|
+
<output>
|
437
|
+
<soap:body
|
438
|
+
use="encoded"
|
439
|
+
namespace="urn:iControl:Networking/ARP"
|
440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
441
|
+
</output>
|
442
|
+
</operation>
|
443
|
+
|
444
|
+
<operation name="delete_static_entry">
|
445
|
+
<documentation>
|
446
|
+
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
|
447
|
+
|
448
|
+
</documentation>
|
449
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
450
|
+
<input>
|
451
|
+
<soap:body
|
452
|
+
use="encoded"
|
453
|
+
namespace="urn:iControl:Networking/ARP"
|
454
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
455
|
+
</input>
|
456
|
+
<output>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Networking/ARP"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</output>
|
462
|
+
</operation>
|
463
|
+
|
464
|
+
<operation name="get_static_entry_list">
|
465
|
+
<documentation>
|
466
|
+
Gets a list of all static ARP/NDP entries.
|
467
|
+
|
468
|
+
</documentation>
|
469
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
470
|
+
<input>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Networking/ARP"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</input>
|
476
|
+
<output>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Networking/ARP"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</output>
|
482
|
+
</operation>
|
483
|
+
|
484
|
+
<operation name="create_static_entry">
|
485
|
+
<documentation>
|
486
|
+
Creates a set of static ARP/NDP entries in the ARP/NDP table.
|
487
|
+
|
488
|
+
</documentation>
|
489
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
490
|
+
<input>
|
491
|
+
<soap:body
|
492
|
+
use="encoded"
|
493
|
+
namespace="urn:iControl:Networking/ARP"
|
494
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
495
|
+
</input>
|
496
|
+
<output>
|
497
|
+
<soap:body
|
498
|
+
use="encoded"
|
499
|
+
namespace="urn:iControl:Networking/ARP"
|
500
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
501
|
+
</output>
|
502
|
+
</operation>
|
503
|
+
|
504
|
+
<operation name="get_static_entry_address">
|
505
|
+
<documentation>
|
506
|
+
Gets the IP addresses for a set of static ARP/NDP entries.
|
507
|
+
|
508
|
+
Note: A set_static_entry_address method is not supported.
|
509
|
+
|
510
|
+
</documentation>
|
511
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
512
|
+
<input>
|
513
|
+
<soap:body
|
514
|
+
use="encoded"
|
515
|
+
namespace="urn:iControl:Networking/ARP"
|
516
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
517
|
+
</input>
|
518
|
+
<output>
|
519
|
+
<soap:body
|
520
|
+
use="encoded"
|
521
|
+
namespace="urn:iControl:Networking/ARP"
|
522
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
523
|
+
</output>
|
524
|
+
</operation>
|
525
|
+
|
526
|
+
<operation name="set_static_entry_mac_address">
|
527
|
+
<documentation>
|
528
|
+
Sets the MAC addresses for a set of static ARP/NDP entries.
|
529
|
+
|
530
|
+
</documentation>
|
531
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
532
|
+
<input>
|
533
|
+
<soap:body
|
534
|
+
use="encoded"
|
535
|
+
namespace="urn:iControl:Networking/ARP"
|
536
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
537
|
+
</input>
|
538
|
+
<output>
|
539
|
+
<soap:body
|
540
|
+
use="encoded"
|
541
|
+
namespace="urn:iControl:Networking/ARP"
|
542
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
543
|
+
</output>
|
544
|
+
</operation>
|
545
|
+
|
546
|
+
<operation name="get_static_entry_mac_address">
|
547
|
+
<documentation>
|
548
|
+
Gets the MAC addresses for a set of static ARP/NDP entries.
|
549
|
+
|
550
|
+
</documentation>
|
551
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
552
|
+
<input>
|
553
|
+
<soap:body
|
554
|
+
use="encoded"
|
555
|
+
namespace="urn:iControl:Networking/ARP"
|
556
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
557
|
+
</input>
|
558
|
+
<output>
|
559
|
+
<soap:body
|
560
|
+
use="encoded"
|
561
|
+
namespace="urn:iControl:Networking/ARP"
|
562
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
563
|
+
</output>
|
564
|
+
</operation>
|
565
|
+
|
566
|
+
<operation name="set_static_entry_description">
|
567
|
+
<documentation>
|
568
|
+
Sets the description for a set of static ARP/NDP entries. This is
|
569
|
+
an arbitrary field which can be used for any purpose.
|
570
|
+
|
571
|
+
</documentation>
|
572
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
573
|
+
<input>
|
574
|
+
<soap:body
|
575
|
+
use="encoded"
|
576
|
+
namespace="urn:iControl:Networking/ARP"
|
577
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
578
|
+
</input>
|
579
|
+
<output>
|
580
|
+
<soap:body
|
581
|
+
use="encoded"
|
582
|
+
namespace="urn:iControl:Networking/ARP"
|
583
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
584
|
+
</output>
|
585
|
+
</operation>
|
586
|
+
|
587
|
+
<operation name="get_static_entry_description">
|
588
|
+
<documentation>
|
589
|
+
Gets the description for a set of static ARP/NDP entries.
|
590
|
+
|
591
|
+
</documentation>
|
592
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
593
|
+
<input>
|
594
|
+
<soap:body
|
595
|
+
use="encoded"
|
596
|
+
namespace="urn:iControl:Networking/ARP"
|
597
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
598
|
+
</input>
|
599
|
+
<output>
|
600
|
+
<soap:body
|
601
|
+
use="encoded"
|
602
|
+
namespace="urn:iControl:Networking/ARP"
|
603
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
604
|
+
</output>
|
605
|
+
</operation>
|
606
|
+
|
607
|
+
<operation name="delete_static_entry_v2">
|
608
|
+
<documentation>
|
609
|
+
Deletes the specified static ARP/NDP entries from the ARP/NDP table.
|
610
|
+
|
611
|
+
</documentation>
|
612
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
613
|
+
<input>
|
614
|
+
<soap:body
|
615
|
+
use="encoded"
|
616
|
+
namespace="urn:iControl:Networking/ARP"
|
617
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
618
|
+
</input>
|
619
|
+
<output>
|
620
|
+
<soap:body
|
621
|
+
use="encoded"
|
622
|
+
namespace="urn:iControl:Networking/ARP"
|
623
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
624
|
+
</output>
|
625
|
+
</operation>
|
626
|
+
|
627
|
+
<operation name="delete_all_static_entries">
|
628
|
+
<documentation>
|
629
|
+
Deletes all static ARP/NDP entries from the ARP/NDP table.
|
630
|
+
|
631
|
+
</documentation>
|
632
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
633
|
+
<input>
|
634
|
+
<soap:body
|
635
|
+
use="encoded"
|
636
|
+
namespace="urn:iControl:Networking/ARP"
|
637
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
638
|
+
</input>
|
639
|
+
<output>
|
640
|
+
<soap:body
|
641
|
+
use="encoded"
|
642
|
+
namespace="urn:iControl:Networking/ARP"
|
643
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
644
|
+
</output>
|
645
|
+
</operation>
|
646
|
+
|
647
|
+
<operation name="get_dynamic_arp">
|
648
|
+
<documentation>
|
649
|
+
Gets the dynamic ARP statistics for the specified ARP addresses.
|
650
|
+
|
651
|
+
</documentation>
|
652
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
653
|
+
<input>
|
654
|
+
<soap:body
|
655
|
+
use="encoded"
|
656
|
+
namespace="urn:iControl:Networking/ARP"
|
657
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
658
|
+
</input>
|
659
|
+
<output>
|
660
|
+
<soap:body
|
661
|
+
use="encoded"
|
662
|
+
namespace="urn:iControl:Networking/ARP"
|
663
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
664
|
+
</output>
|
665
|
+
</operation>
|
666
|
+
|
667
|
+
<operation name="delete_all_dynamic_arps">
|
668
|
+
<documentation>
|
669
|
+
Deletes all dynamic ARP entries from the ARP table.
|
670
|
+
|
671
|
+
</documentation>
|
672
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
673
|
+
<input>
|
674
|
+
<soap:body
|
675
|
+
use="encoded"
|
676
|
+
namespace="urn:iControl:Networking/ARP"
|
677
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
678
|
+
</input>
|
679
|
+
<output>
|
680
|
+
<soap:body
|
681
|
+
use="encoded"
|
682
|
+
namespace="urn:iControl:Networking/ARP"
|
683
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
684
|
+
</output>
|
685
|
+
</operation>
|
686
|
+
|
687
|
+
<operation name="get_dynamic_ndp">
|
688
|
+
<documentation>
|
689
|
+
Gets the dynamic NDP statistics for the specified NDP addresses.
|
690
|
+
|
691
|
+
</documentation>
|
692
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
693
|
+
<input>
|
694
|
+
<soap:body
|
695
|
+
use="encoded"
|
696
|
+
namespace="urn:iControl:Networking/ARP"
|
697
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
698
|
+
</input>
|
699
|
+
<output>
|
700
|
+
<soap:body
|
701
|
+
use="encoded"
|
702
|
+
namespace="urn:iControl:Networking/ARP"
|
703
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
704
|
+
</output>
|
705
|
+
</operation>
|
706
|
+
|
707
|
+
<operation name="delete_all_dynamic_ndps">
|
708
|
+
<documentation>
|
709
|
+
Deletes all dynamic NDP entries from the NDP table.
|
710
|
+
|
711
|
+
</documentation>
|
712
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
713
|
+
<input>
|
714
|
+
<soap:body
|
715
|
+
use="encoded"
|
716
|
+
namespace="urn:iControl:Networking/ARP"
|
717
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
718
|
+
</input>
|
719
|
+
<output>
|
720
|
+
<soap:body
|
721
|
+
use="encoded"
|
722
|
+
namespace="urn:iControl:Networking/ARP"
|
723
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
724
|
+
</output>
|
725
|
+
</operation>
|
726
|
+
|
727
|
+
<operation name="get_version">
|
728
|
+
<documentation>
|
729
|
+
Gets the version information for this interface.
|
730
|
+
|
731
|
+
</documentation>
|
732
|
+
<soap:operation soapAction="urn:iControl:Networking/ARP"/>
|
733
|
+
<input>
|
734
|
+
<soap:body
|
735
|
+
use="encoded"
|
736
|
+
namespace="urn:iControl:Networking/ARP"
|
737
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
738
|
+
</input>
|
739
|
+
<output>
|
740
|
+
<soap:body
|
741
|
+
use="encoded"
|
742
|
+
namespace="urn:iControl:Networking/ARP"
|
743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
744
|
+
</output>
|
745
|
+
</operation>
|
746
|
+
</binding>
|
747
|
+
|
748
|
+
<!-- service -->
|
749
|
+
|
750
|
+
<service name="Networking.ARP">
|
751
|
+
<documentation>
|
752
|
+
The ARP interface enables you to work with the ARP table and entries.
|
753
|
+
|
754
|
+
In 11.0.0, the ARP/NDP entries were changed to use an independent name
|
755
|
+
as an entry identifier. Thus the following methods were deprecated:
|
756
|
+
|
757
|
+
get_static_entry
|
758
|
+
add_static_entry
|
759
|
+
delete_static_entry
|
760
|
+
|
761
|
+
replaced by another set of methods:
|
762
|
+
|
763
|
+
get_static_entry_list
|
764
|
+
create_static_entry
|
765
|
+
set_static_entry_address
|
766
|
+
get_static_entry_address
|
767
|
+
set_static_entry_mac_address
|
768
|
+
get_static_entry_mac_address
|
769
|
+
delete_static_entry_v2
|
770
|
+
|
771
|
+
</documentation>
|
772
|
+
<port name="Networking.ARPPort" binding="tns:Networking.ARPBinding">
|
773
|
+
<soap:address location="https://url_to_service"/>
|
774
|
+
</port>
|
775
|
+
</service>
|
776
|
+
</definitions>
|