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,381 @@
|
|
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.View"
|
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="Management.ViewInfo">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="view_name" type="xsd:string"/>
|
34
|
+
<xsd:element name="view_order" type="xsd:long"/>
|
35
|
+
<xsd:element name="option_seq" type="tns:Common.StringSequence"/>
|
36
|
+
<xsd:element name="zone_names" type="tns:Common.StringSequence"/>
|
37
|
+
</xsd:sequence>
|
38
|
+
</xsd:complexType>
|
39
|
+
<xsd:complexType name="Management.ViewInfoSequence">
|
40
|
+
<xsd:complexContent>
|
41
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
42
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ViewInfo[]'/>
|
43
|
+
</xsd:restriction>
|
44
|
+
</xsd:complexContent>
|
45
|
+
</xsd:complexType>
|
46
|
+
</xsd:schema>
|
47
|
+
</types>
|
48
|
+
|
49
|
+
<!-- message -->
|
50
|
+
|
51
|
+
<message name="Management.View.get_listRequest">
|
52
|
+
</message>
|
53
|
+
<message name="Management.View.get_listResponse">
|
54
|
+
<part name="return" type="tns:Management.ViewInfoSequence"/>
|
55
|
+
</message>
|
56
|
+
|
57
|
+
<message name="Management.View.get_viewRequest">
|
58
|
+
<part name="view_names" type="tns:Common.StringSequence"/>
|
59
|
+
</message>
|
60
|
+
<message name="Management.View.get_viewResponse">
|
61
|
+
<part name="return" type="tns:Management.ViewInfoSequence"/>
|
62
|
+
</message>
|
63
|
+
|
64
|
+
<message name="Management.View.add_viewRequest">
|
65
|
+
<part name="views" type="tns:Management.ViewInfoSequence"/>
|
66
|
+
</message>
|
67
|
+
<message name="Management.View.add_viewResponse">
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="Management.View.move_viewRequest">
|
71
|
+
<part name="views" type="tns:Management.ViewInfoSequence"/>
|
72
|
+
</message>
|
73
|
+
<message name="Management.View.move_viewResponse">
|
74
|
+
</message>
|
75
|
+
|
76
|
+
<message name="Management.View.delete_viewRequest">
|
77
|
+
<part name="views" type="tns:Management.ViewInfoSequence"/>
|
78
|
+
</message>
|
79
|
+
<message name="Management.View.delete_viewResponse">
|
80
|
+
</message>
|
81
|
+
|
82
|
+
<message name="Management.View.set_view_optionRequest">
|
83
|
+
<part name="view_infos" type="tns:Management.ViewInfoSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="Management.View.set_view_optionResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Management.View.add_view_optionRequest">
|
89
|
+
<part name="view_infos" type="tns:Management.ViewInfoSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Management.View.add_view_optionResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Management.View.delete_view_optionRequest">
|
95
|
+
<part name="view_infos" type="tns:Management.ViewInfoSequence"/>
|
96
|
+
</message>
|
97
|
+
<message name="Management.View.delete_view_optionResponse">
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<message name="Management.View.get_versionRequest">
|
101
|
+
</message>
|
102
|
+
<message name="Management.View.get_versionResponse">
|
103
|
+
<part name="return" type="xsd:string"/>
|
104
|
+
</message>
|
105
|
+
|
106
|
+
<!-- portType -->
|
107
|
+
|
108
|
+
<portType name="Management.ViewPortType">
|
109
|
+
<operation name="get_list">
|
110
|
+
<documentation>
|
111
|
+
Get a sequence of ViewInfo structs from the server
|
112
|
+
|
113
|
+
</documentation>
|
114
|
+
<input message="tns:Management.View.get_listRequest"/>
|
115
|
+
<output message="tns:Management.View.get_listResponse"/>
|
116
|
+
</operation>
|
117
|
+
<operation name="get_view">
|
118
|
+
<documentation>
|
119
|
+
Get the ViewInfo structs from the server for the specified views.
|
120
|
+
|
121
|
+
</documentation>
|
122
|
+
<input message="tns:Management.View.get_viewRequest"/>
|
123
|
+
<output message="tns:Management.View.get_viewResponse"/>
|
124
|
+
</operation>
|
125
|
+
<operation name="add_view">
|
126
|
+
<documentation>
|
127
|
+
Adds the specified Views to the server.
|
128
|
+
|
129
|
+
</documentation>
|
130
|
+
<input message="tns:Management.View.add_viewRequest"/>
|
131
|
+
<output message="tns:Management.View.add_viewResponse"/>
|
132
|
+
</operation>
|
133
|
+
<operation name="move_view">
|
134
|
+
<documentation>
|
135
|
+
Moves the specified Views to the spot indicated in the named.conf
|
136
|
+
|
137
|
+
</documentation>
|
138
|
+
<input message="tns:Management.View.move_viewRequest"/>
|
139
|
+
<output message="tns:Management.View.move_viewResponse"/>
|
140
|
+
</operation>
|
141
|
+
<operation name="delete_view">
|
142
|
+
<documentation>
|
143
|
+
Delete the specified views (and all their zones) from a server.
|
144
|
+
|
145
|
+
</documentation>
|
146
|
+
<input message="tns:Management.View.delete_viewRequest"/>
|
147
|
+
<output message="tns:Management.View.delete_viewResponse"/>
|
148
|
+
</operation>
|
149
|
+
<operation name="set_view_option">
|
150
|
+
<documentation>
|
151
|
+
Sets (changes) the values of existing options of the views specified.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Management.View.set_view_optionRequest"/>
|
155
|
+
<output message="tns:Management.View.set_view_optionResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="add_view_option">
|
158
|
+
<documentation>
|
159
|
+
Adds new options to the views.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Management.View.add_view_optionRequest"/>
|
163
|
+
<output message="tns:Management.View.add_view_optionResponse"/>
|
164
|
+
</operation>
|
165
|
+
<operation name="delete_view_option">
|
166
|
+
<documentation>
|
167
|
+
Deletes the options from the views.
|
168
|
+
|
169
|
+
</documentation>
|
170
|
+
<input message="tns:Management.View.delete_view_optionRequest"/>
|
171
|
+
<output message="tns:Management.View.delete_view_optionResponse"/>
|
172
|
+
</operation>
|
173
|
+
<operation name="get_version">
|
174
|
+
<documentation>
|
175
|
+
Gets the version information for this interface.
|
176
|
+
|
177
|
+
</documentation>
|
178
|
+
<input message="tns:Management.View.get_versionRequest"/>
|
179
|
+
<output message="tns:Management.View.get_versionResponse"/>
|
180
|
+
</operation>
|
181
|
+
</portType>
|
182
|
+
|
183
|
+
<!-- binding -->
|
184
|
+
|
185
|
+
<binding name="Management.ViewBinding" type="tns:Management.ViewPortType">
|
186
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
187
|
+
<operation name="get_list">
|
188
|
+
<documentation>
|
189
|
+
Get a sequence of ViewInfo structs from the server
|
190
|
+
|
191
|
+
</documentation>
|
192
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
193
|
+
<input>
|
194
|
+
<soap:body
|
195
|
+
use="encoded"
|
196
|
+
namespace="urn:iControl:Management/View"
|
197
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
198
|
+
</input>
|
199
|
+
<output>
|
200
|
+
<soap:body
|
201
|
+
use="encoded"
|
202
|
+
namespace="urn:iControl:Management/View"
|
203
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
204
|
+
</output>
|
205
|
+
</operation>
|
206
|
+
|
207
|
+
<operation name="get_view">
|
208
|
+
<documentation>
|
209
|
+
Get the ViewInfo structs from the server for the specified views.
|
210
|
+
|
211
|
+
</documentation>
|
212
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
213
|
+
<input>
|
214
|
+
<soap:body
|
215
|
+
use="encoded"
|
216
|
+
namespace="urn:iControl:Management/View"
|
217
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
218
|
+
</input>
|
219
|
+
<output>
|
220
|
+
<soap:body
|
221
|
+
use="encoded"
|
222
|
+
namespace="urn:iControl:Management/View"
|
223
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
224
|
+
</output>
|
225
|
+
</operation>
|
226
|
+
|
227
|
+
<operation name="add_view">
|
228
|
+
<documentation>
|
229
|
+
Adds the specified Views to the server.
|
230
|
+
|
231
|
+
</documentation>
|
232
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
233
|
+
<input>
|
234
|
+
<soap:body
|
235
|
+
use="encoded"
|
236
|
+
namespace="urn:iControl:Management/View"
|
237
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
238
|
+
</input>
|
239
|
+
<output>
|
240
|
+
<soap:body
|
241
|
+
use="encoded"
|
242
|
+
namespace="urn:iControl:Management/View"
|
243
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
244
|
+
</output>
|
245
|
+
</operation>
|
246
|
+
|
247
|
+
<operation name="move_view">
|
248
|
+
<documentation>
|
249
|
+
Moves the specified Views to the spot indicated in the named.conf
|
250
|
+
|
251
|
+
</documentation>
|
252
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
253
|
+
<input>
|
254
|
+
<soap:body
|
255
|
+
use="encoded"
|
256
|
+
namespace="urn:iControl:Management/View"
|
257
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
258
|
+
</input>
|
259
|
+
<output>
|
260
|
+
<soap:body
|
261
|
+
use="encoded"
|
262
|
+
namespace="urn:iControl:Management/View"
|
263
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
264
|
+
</output>
|
265
|
+
</operation>
|
266
|
+
|
267
|
+
<operation name="delete_view">
|
268
|
+
<documentation>
|
269
|
+
Delete the specified views (and all their zones) from a server.
|
270
|
+
|
271
|
+
</documentation>
|
272
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
273
|
+
<input>
|
274
|
+
<soap:body
|
275
|
+
use="encoded"
|
276
|
+
namespace="urn:iControl:Management/View"
|
277
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
278
|
+
</input>
|
279
|
+
<output>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Management/View"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</output>
|
285
|
+
</operation>
|
286
|
+
|
287
|
+
<operation name="set_view_option">
|
288
|
+
<documentation>
|
289
|
+
Sets (changes) the values of existing options of the views specified.
|
290
|
+
|
291
|
+
</documentation>
|
292
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
293
|
+
<input>
|
294
|
+
<soap:body
|
295
|
+
use="encoded"
|
296
|
+
namespace="urn:iControl:Management/View"
|
297
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
298
|
+
</input>
|
299
|
+
<output>
|
300
|
+
<soap:body
|
301
|
+
use="encoded"
|
302
|
+
namespace="urn:iControl:Management/View"
|
303
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
304
|
+
</output>
|
305
|
+
</operation>
|
306
|
+
|
307
|
+
<operation name="add_view_option">
|
308
|
+
<documentation>
|
309
|
+
Adds new options to the views.
|
310
|
+
|
311
|
+
</documentation>
|
312
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
313
|
+
<input>
|
314
|
+
<soap:body
|
315
|
+
use="encoded"
|
316
|
+
namespace="urn:iControl:Management/View"
|
317
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
318
|
+
</input>
|
319
|
+
<output>
|
320
|
+
<soap:body
|
321
|
+
use="encoded"
|
322
|
+
namespace="urn:iControl:Management/View"
|
323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
+
</output>
|
325
|
+
</operation>
|
326
|
+
|
327
|
+
<operation name="delete_view_option">
|
328
|
+
<documentation>
|
329
|
+
Deletes the options from the views.
|
330
|
+
|
331
|
+
</documentation>
|
332
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
333
|
+
<input>
|
334
|
+
<soap:body
|
335
|
+
use="encoded"
|
336
|
+
namespace="urn:iControl:Management/View"
|
337
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
338
|
+
</input>
|
339
|
+
<output>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:Management/View"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</output>
|
345
|
+
</operation>
|
346
|
+
|
347
|
+
<operation name="get_version">
|
348
|
+
<documentation>
|
349
|
+
Gets the version information for this interface.
|
350
|
+
|
351
|
+
</documentation>
|
352
|
+
<soap:operation soapAction="urn:iControl:Management/View"/>
|
353
|
+
<input>
|
354
|
+
<soap:body
|
355
|
+
use="encoded"
|
356
|
+
namespace="urn:iControl:Management/View"
|
357
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
358
|
+
</input>
|
359
|
+
<output>
|
360
|
+
<soap:body
|
361
|
+
use="encoded"
|
362
|
+
namespace="urn:iControl:Management/View"
|
363
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
364
|
+
</output>
|
365
|
+
</operation>
|
366
|
+
</binding>
|
367
|
+
|
368
|
+
<!-- service -->
|
369
|
+
|
370
|
+
<service name="Management.View">
|
371
|
+
<documentation>
|
372
|
+
The View interface contains all calls necessary to manipulate views
|
373
|
+
|
374
|
+
This interface does not support transactions.
|
375
|
+
|
376
|
+
</documentation>
|
377
|
+
<port name="Management.ViewPort" binding="tns:Management.ViewBinding">
|
378
|
+
<soap:address location="https://url_to_service"/>
|
379
|
+
</port>
|
380
|
+
</service>
|
381
|
+
</definitions>
|
@@ -0,0 +1,528 @@
|
|
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.Zone"
|
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="Management.ZoneInfo">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="view_name" type="xsd:string"/>
|
27
|
+
<xsd:element name="zone_name" type="xsd:string"/>
|
28
|
+
<xsd:element name="zone_type" type="tns:Management.ZoneType"/>
|
29
|
+
<xsd:element name="zone_file" type="xsd:string"/>
|
30
|
+
<xsd:element name="option_seq" type="tns:Common.StringSequence"/>
|
31
|
+
</xsd:sequence>
|
32
|
+
</xsd:complexType>
|
33
|
+
<xsd:complexType name="Management.ViewZone">
|
34
|
+
<xsd:sequence>
|
35
|
+
<xsd:element name="view_name" type="xsd:string"/>
|
36
|
+
<xsd:element name="zone_name" type="xsd:string"/>
|
37
|
+
</xsd:sequence>
|
38
|
+
</xsd:complexType>
|
39
|
+
<xsd:complexType name="Common.StringSequence">
|
40
|
+
<xsd:complexContent>
|
41
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
42
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
43
|
+
</xsd:restriction>
|
44
|
+
</xsd:complexContent>
|
45
|
+
</xsd:complexType>
|
46
|
+
<xsd:complexType name="Common.BooleanSequence">
|
47
|
+
<xsd:complexContent>
|
48
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
49
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
50
|
+
</xsd:restriction>
|
51
|
+
</xsd:complexContent>
|
52
|
+
</xsd:complexType>
|
53
|
+
<xsd:simpleType name="Management.ZoneType">
|
54
|
+
<xsd:restriction base="xsd:string">
|
55
|
+
<xsd:enumeration value="UNSET">
|
56
|
+
<xsd:annotation>
|
57
|
+
<xsd:documentation>UNSET</xsd:documentation>
|
58
|
+
</xsd:annotation>
|
59
|
+
</xsd:enumeration>
|
60
|
+
<xsd:enumeration value="MASTER">
|
61
|
+
<xsd:annotation>
|
62
|
+
<xsd:documentation>MASTER</xsd:documentation>
|
63
|
+
</xsd:annotation>
|
64
|
+
</xsd:enumeration>
|
65
|
+
<xsd:enumeration value="SLAVE">
|
66
|
+
<xsd:annotation>
|
67
|
+
<xsd:documentation>SLAVE</xsd:documentation>
|
68
|
+
</xsd:annotation>
|
69
|
+
</xsd:enumeration>
|
70
|
+
<xsd:enumeration value="STUB">
|
71
|
+
<xsd:annotation>
|
72
|
+
<xsd:documentation>STUB</xsd:documentation>
|
73
|
+
</xsd:annotation>
|
74
|
+
</xsd:enumeration>
|
75
|
+
<xsd:enumeration value="FORWARD">
|
76
|
+
<xsd:annotation>
|
77
|
+
<xsd:documentation>FORWARD</xsd:documentation>
|
78
|
+
</xsd:annotation>
|
79
|
+
</xsd:enumeration>
|
80
|
+
<xsd:enumeration value="HINT">
|
81
|
+
<xsd:annotation>
|
82
|
+
<xsd:documentation>HINT</xsd:documentation>
|
83
|
+
</xsd:annotation>
|
84
|
+
</xsd:enumeration>
|
85
|
+
</xsd:restriction>
|
86
|
+
</xsd:simpleType>
|
87
|
+
<xsd:complexType name="Management.ViewZoneSequence">
|
88
|
+
<xsd:complexContent>
|
89
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
90
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ViewZone[]'/>
|
91
|
+
</xsd:restriction>
|
92
|
+
</xsd:complexContent>
|
93
|
+
</xsd:complexType>
|
94
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
95
|
+
<xsd:complexContent>
|
96
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
97
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
98
|
+
</xsd:restriction>
|
99
|
+
</xsd:complexContent>
|
100
|
+
</xsd:complexType>
|
101
|
+
<xsd:complexType name="Management.ZoneInfoSequence">
|
102
|
+
<xsd:complexContent>
|
103
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
104
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ZoneInfo[]'/>
|
105
|
+
</xsd:restriction>
|
106
|
+
</xsd:complexContent>
|
107
|
+
</xsd:complexType>
|
108
|
+
</xsd:schema>
|
109
|
+
</types>
|
110
|
+
|
111
|
+
<!-- message -->
|
112
|
+
|
113
|
+
<message name="Management.Zone.add_zone_fileRequest">
|
114
|
+
<part name="zone_records" type="tns:Management.ZoneInfoSequence"/>
|
115
|
+
<part name="src_file_names" type="tns:Common.StringSequence"/>
|
116
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
117
|
+
</message>
|
118
|
+
<message name="Management.Zone.add_zone_fileResponse">
|
119
|
+
</message>
|
120
|
+
|
121
|
+
<message name="Management.Zone.add_zone_textRequest">
|
122
|
+
<part name="zone_records" type="tns:Management.ZoneInfoSequence"/>
|
123
|
+
<part name="text" type="tns:Common.StringSequenceSequence"/>
|
124
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Management.Zone.add_zone_textResponse">
|
127
|
+
</message>
|
128
|
+
|
129
|
+
<message name="Management.Zone.transfer_zoneRequest">
|
130
|
+
<part name="server_names" type="tns:Common.StringSequence"/>
|
131
|
+
<part name="src_zone_names" type="tns:Common.StringSequence"/>
|
132
|
+
<part name="dst_view_names" type="tns:Common.StringSequence"/>
|
133
|
+
<part name="zone_records" type="tns:Management.ZoneInfoSequence"/>
|
134
|
+
</message>
|
135
|
+
<message name="Management.Zone.transfer_zoneResponse">
|
136
|
+
</message>
|
137
|
+
|
138
|
+
<message name="Management.Zone.delete_zoneRequest">
|
139
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="Management.Zone.delete_zoneResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.Zone.zone_existRequest">
|
145
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.Zone.zone_existResponse">
|
148
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.Zone.get_zone_nameRequest">
|
152
|
+
<part name="view_names" type="tns:Common.StringSequence"/>
|
153
|
+
</message>
|
154
|
+
<message name="Management.Zone.get_zone_nameResponse">
|
155
|
+
<part name="return" type="tns:Management.ViewZoneSequence"/>
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Management.Zone.get_zoneRequest">
|
159
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.Zone.get_zoneResponse">
|
162
|
+
<part name="return" type="tns:Management.ZoneInfoSequence"/>
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Management.Zone.set_zone_optionRequest">
|
166
|
+
<part name="zones" type="tns:Management.ZoneInfoSequence"/>
|
167
|
+
</message>
|
168
|
+
<message name="Management.Zone.set_zone_optionResponse">
|
169
|
+
</message>
|
170
|
+
|
171
|
+
<message name="Management.Zone.add_zone_optionRequest">
|
172
|
+
<part name="zones" type="tns:Management.ZoneInfoSequence"/>
|
173
|
+
</message>
|
174
|
+
<message name="Management.Zone.add_zone_optionResponse">
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<message name="Management.Zone.delete_zone_optionRequest">
|
178
|
+
<part name="zones" type="tns:Management.ZoneInfoSequence"/>
|
179
|
+
</message>
|
180
|
+
<message name="Management.Zone.delete_zone_optionResponse">
|
181
|
+
</message>
|
182
|
+
|
183
|
+
<message name="Management.Zone.get_versionRequest">
|
184
|
+
</message>
|
185
|
+
<message name="Management.Zone.get_versionResponse">
|
186
|
+
<part name="return" type="xsd:string"/>
|
187
|
+
</message>
|
188
|
+
|
189
|
+
<!-- portType -->
|
190
|
+
|
191
|
+
<portType name="Management.ZonePortType">
|
192
|
+
<operation name="add_zone_file">
|
193
|
+
<documentation>
|
194
|
+
Adds the Zones in the specified views, using the file names specified as
|
195
|
+
the contents of the zone files. Files must be local to target machine.
|
196
|
+
|
197
|
+
</documentation>
|
198
|
+
<input message="tns:Management.Zone.add_zone_fileRequest"/>
|
199
|
+
<output message="tns:Management.Zone.add_zone_fileResponse"/>
|
200
|
+
</operation>
|
201
|
+
<operation name="add_zone_text">
|
202
|
+
<documentation>
|
203
|
+
Adds the Zones in the specified views, using the texts specified as
|
204
|
+
the contents of the zone files.
|
205
|
+
|
206
|
+
</documentation>
|
207
|
+
<input message="tns:Management.Zone.add_zone_textRequest"/>
|
208
|
+
<output message="tns:Management.Zone.add_zone_textResponse"/>
|
209
|
+
</operation>
|
210
|
+
<operation name="transfer_zone">
|
211
|
+
<documentation>
|
212
|
+
Transfers the Zones from the specified remote named servers,
|
213
|
+
creating them on the local zrd server, using the specified views and zone info
|
214
|
+
(type, file name, etc )
|
215
|
+
|
216
|
+
</documentation>
|
217
|
+
<input message="tns:Management.Zone.transfer_zoneRequest"/>
|
218
|
+
<output message="tns:Management.Zone.transfer_zoneResponse"/>
|
219
|
+
</operation>
|
220
|
+
<operation name="delete_zone">
|
221
|
+
<documentation>
|
222
|
+
Deletes the specified Zones in the specified views.
|
223
|
+
|
224
|
+
</documentation>
|
225
|
+
<input message="tns:Management.Zone.delete_zoneRequest"/>
|
226
|
+
<output message="tns:Management.Zone.delete_zoneResponse"/>
|
227
|
+
</operation>
|
228
|
+
<operation name="zone_exist">
|
229
|
+
<documentation>
|
230
|
+
Tests whether the specified zone exists
|
231
|
+
|
232
|
+
</documentation>
|
233
|
+
<input message="tns:Management.Zone.zone_existRequest"/>
|
234
|
+
<output message="tns:Management.Zone.zone_existResponse"/>
|
235
|
+
</operation>
|
236
|
+
<operation name="get_zone_name">
|
237
|
+
<documentation>
|
238
|
+
Gets the list of zone names for the specified views.
|
239
|
+
|
240
|
+
</documentation>
|
241
|
+
<input message="tns:Management.Zone.get_zone_nameRequest"/>
|
242
|
+
<output message="tns:Management.Zone.get_zone_nameResponse"/>
|
243
|
+
</operation>
|
244
|
+
<operation name="get_zone">
|
245
|
+
<documentation>
|
246
|
+
Gets the ZoneInfo structs for the specified zones in the specified views.
|
247
|
+
|
248
|
+
</documentation>
|
249
|
+
<input message="tns:Management.Zone.get_zoneRequest"/>
|
250
|
+
<output message="tns:Management.Zone.get_zoneResponse"/>
|
251
|
+
</operation>
|
252
|
+
<operation name="set_zone_option">
|
253
|
+
<documentation>
|
254
|
+
Sets existing options of the specified zones to new values.
|
255
|
+
|
256
|
+
</documentation>
|
257
|
+
<input message="tns:Management.Zone.set_zone_optionRequest"/>
|
258
|
+
<output message="tns:Management.Zone.set_zone_optionResponse"/>
|
259
|
+
</operation>
|
260
|
+
<operation name="add_zone_option">
|
261
|
+
<documentation>
|
262
|
+
Adds new options to the specified zones.
|
263
|
+
|
264
|
+
</documentation>
|
265
|
+
<input message="tns:Management.Zone.add_zone_optionRequest"/>
|
266
|
+
<output message="tns:Management.Zone.add_zone_optionResponse"/>
|
267
|
+
</operation>
|
268
|
+
<operation name="delete_zone_option">
|
269
|
+
<documentation>
|
270
|
+
Deletes existing options of the specified zones
|
271
|
+
|
272
|
+
</documentation>
|
273
|
+
<input message="tns:Management.Zone.delete_zone_optionRequest"/>
|
274
|
+
<output message="tns:Management.Zone.delete_zone_optionResponse"/>
|
275
|
+
</operation>
|
276
|
+
<operation name="get_version">
|
277
|
+
<documentation>
|
278
|
+
Gets the version information for this interface.
|
279
|
+
|
280
|
+
</documentation>
|
281
|
+
<input message="tns:Management.Zone.get_versionRequest"/>
|
282
|
+
<output message="tns:Management.Zone.get_versionResponse"/>
|
283
|
+
</operation>
|
284
|
+
</portType>
|
285
|
+
|
286
|
+
<!-- binding -->
|
287
|
+
|
288
|
+
<binding name="Management.ZoneBinding" type="tns:Management.ZonePortType">
|
289
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
290
|
+
<operation name="add_zone_file">
|
291
|
+
<documentation>
|
292
|
+
Adds the Zones in the specified views, using the file names specified as
|
293
|
+
the contents of the zone files. Files must be local to target machine.
|
294
|
+
|
295
|
+
</documentation>
|
296
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
297
|
+
<input>
|
298
|
+
<soap:body
|
299
|
+
use="encoded"
|
300
|
+
namespace="urn:iControl:Management/Zone"
|
301
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
302
|
+
</input>
|
303
|
+
<output>
|
304
|
+
<soap:body
|
305
|
+
use="encoded"
|
306
|
+
namespace="urn:iControl:Management/Zone"
|
307
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
308
|
+
</output>
|
309
|
+
</operation>
|
310
|
+
|
311
|
+
<operation name="add_zone_text">
|
312
|
+
<documentation>
|
313
|
+
Adds the Zones in the specified views, using the texts specified as
|
314
|
+
the contents of the zone files.
|
315
|
+
|
316
|
+
</documentation>
|
317
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
318
|
+
<input>
|
319
|
+
<soap:body
|
320
|
+
use="encoded"
|
321
|
+
namespace="urn:iControl:Management/Zone"
|
322
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
323
|
+
</input>
|
324
|
+
<output>
|
325
|
+
<soap:body
|
326
|
+
use="encoded"
|
327
|
+
namespace="urn:iControl:Management/Zone"
|
328
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
329
|
+
</output>
|
330
|
+
</operation>
|
331
|
+
|
332
|
+
<operation name="transfer_zone">
|
333
|
+
<documentation>
|
334
|
+
Transfers the Zones from the specified remote named servers,
|
335
|
+
creating them on the local zrd server, using the specified views and zone info
|
336
|
+
(type, file name, etc )
|
337
|
+
|
338
|
+
</documentation>
|
339
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
340
|
+
<input>
|
341
|
+
<soap:body
|
342
|
+
use="encoded"
|
343
|
+
namespace="urn:iControl:Management/Zone"
|
344
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
345
|
+
</input>
|
346
|
+
<output>
|
347
|
+
<soap:body
|
348
|
+
use="encoded"
|
349
|
+
namespace="urn:iControl:Management/Zone"
|
350
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
351
|
+
</output>
|
352
|
+
</operation>
|
353
|
+
|
354
|
+
<operation name="delete_zone">
|
355
|
+
<documentation>
|
356
|
+
Deletes the specified Zones in the specified views.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:Management/Zone"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:Management/Zone"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="zone_exist">
|
375
|
+
<documentation>
|
376
|
+
Tests whether the specified zone exists
|
377
|
+
|
378
|
+
</documentation>
|
379
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
380
|
+
<input>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:Management/Zone"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</input>
|
386
|
+
<output>
|
387
|
+
<soap:body
|
388
|
+
use="encoded"
|
389
|
+
namespace="urn:iControl:Management/Zone"
|
390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
391
|
+
</output>
|
392
|
+
</operation>
|
393
|
+
|
394
|
+
<operation name="get_zone_name">
|
395
|
+
<documentation>
|
396
|
+
Gets the list of zone names for the specified views.
|
397
|
+
|
398
|
+
</documentation>
|
399
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
400
|
+
<input>
|
401
|
+
<soap:body
|
402
|
+
use="encoded"
|
403
|
+
namespace="urn:iControl:Management/Zone"
|
404
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
405
|
+
</input>
|
406
|
+
<output>
|
407
|
+
<soap:body
|
408
|
+
use="encoded"
|
409
|
+
namespace="urn:iControl:Management/Zone"
|
410
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
411
|
+
</output>
|
412
|
+
</operation>
|
413
|
+
|
414
|
+
<operation name="get_zone">
|
415
|
+
<documentation>
|
416
|
+
Gets the ZoneInfo structs for the specified zones in the specified views.
|
417
|
+
|
418
|
+
</documentation>
|
419
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
420
|
+
<input>
|
421
|
+
<soap:body
|
422
|
+
use="encoded"
|
423
|
+
namespace="urn:iControl:Management/Zone"
|
424
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
425
|
+
</input>
|
426
|
+
<output>
|
427
|
+
<soap:body
|
428
|
+
use="encoded"
|
429
|
+
namespace="urn:iControl:Management/Zone"
|
430
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
431
|
+
</output>
|
432
|
+
</operation>
|
433
|
+
|
434
|
+
<operation name="set_zone_option">
|
435
|
+
<documentation>
|
436
|
+
Sets existing options of the specified zones to new values.
|
437
|
+
|
438
|
+
</documentation>
|
439
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
440
|
+
<input>
|
441
|
+
<soap:body
|
442
|
+
use="encoded"
|
443
|
+
namespace="urn:iControl:Management/Zone"
|
444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
+
</input>
|
446
|
+
<output>
|
447
|
+
<soap:body
|
448
|
+
use="encoded"
|
449
|
+
namespace="urn:iControl:Management/Zone"
|
450
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
451
|
+
</output>
|
452
|
+
</operation>
|
453
|
+
|
454
|
+
<operation name="add_zone_option">
|
455
|
+
<documentation>
|
456
|
+
Adds new options to the specified zones.
|
457
|
+
|
458
|
+
</documentation>
|
459
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
460
|
+
<input>
|
461
|
+
<soap:body
|
462
|
+
use="encoded"
|
463
|
+
namespace="urn:iControl:Management/Zone"
|
464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
465
|
+
</input>
|
466
|
+
<output>
|
467
|
+
<soap:body
|
468
|
+
use="encoded"
|
469
|
+
namespace="urn:iControl:Management/Zone"
|
470
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
471
|
+
</output>
|
472
|
+
</operation>
|
473
|
+
|
474
|
+
<operation name="delete_zone_option">
|
475
|
+
<documentation>
|
476
|
+
Deletes existing options of the specified zones
|
477
|
+
|
478
|
+
</documentation>
|
479
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
480
|
+
<input>
|
481
|
+
<soap:body
|
482
|
+
use="encoded"
|
483
|
+
namespace="urn:iControl:Management/Zone"
|
484
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
485
|
+
</input>
|
486
|
+
<output>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:Management/Zone"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</output>
|
492
|
+
</operation>
|
493
|
+
|
494
|
+
<operation name="get_version">
|
495
|
+
<documentation>
|
496
|
+
Gets the version information for this interface.
|
497
|
+
|
498
|
+
</documentation>
|
499
|
+
<soap:operation soapAction="urn:iControl:Management/Zone"/>
|
500
|
+
<input>
|
501
|
+
<soap:body
|
502
|
+
use="encoded"
|
503
|
+
namespace="urn:iControl:Management/Zone"
|
504
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
505
|
+
</input>
|
506
|
+
<output>
|
507
|
+
<soap:body
|
508
|
+
use="encoded"
|
509
|
+
namespace="urn:iControl:Management/Zone"
|
510
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
511
|
+
</output>
|
512
|
+
</operation>
|
513
|
+
</binding>
|
514
|
+
|
515
|
+
<!-- service -->
|
516
|
+
|
517
|
+
<service name="Management.Zone">
|
518
|
+
<documentation>
|
519
|
+
The Zone interface enables the user to perform "zone" operations on a dns database
|
520
|
+
|
521
|
+
This interface does not support transactions.
|
522
|
+
|
523
|
+
</documentation>
|
524
|
+
<port name="Management.ZonePort" binding="tns:Management.ZoneBinding">
|
525
|
+
<soap:address location="https://url_to_service"/>
|
526
|
+
</port>
|
527
|
+
</service>
|
528
|
+
</definitions>
|