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,740 @@
|
|
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.Named"
|
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.StatementDefinitionSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.StatementDefinition[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Management.StatementDefinition">
|
39
|
+
<xsd:sequence>
|
40
|
+
<xsd:element name="statement_id" type="xsd:string"/>
|
41
|
+
<xsd:element name="sub_strings" type="tns:Common.StringSequence"/>
|
42
|
+
</xsd:sequence>
|
43
|
+
</xsd:complexType>
|
44
|
+
</xsd:schema>
|
45
|
+
</types>
|
46
|
+
|
47
|
+
<!-- message -->
|
48
|
+
|
49
|
+
<message name="Management.Named.get_named_configuration_fileRequest">
|
50
|
+
</message>
|
51
|
+
<message name="Management.Named.get_named_configuration_fileResponse">
|
52
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
53
|
+
</message>
|
54
|
+
|
55
|
+
<message name="Management.Named.set_acl_statementRequest">
|
56
|
+
<part name="statements" type="tns:Management.StatementDefinitionSequence"/>
|
57
|
+
</message>
|
58
|
+
<message name="Management.Named.set_acl_statementResponse">
|
59
|
+
</message>
|
60
|
+
|
61
|
+
<message name="Management.Named.delete_acl_statementRequest">
|
62
|
+
<part name="statement_names" type="tns:Common.StringSequence"/>
|
63
|
+
</message>
|
64
|
+
<message name="Management.Named.delete_acl_statementResponse">
|
65
|
+
</message>
|
66
|
+
|
67
|
+
<message name="Management.Named.set_controls_statementRequest">
|
68
|
+
<part name="statement" type="tns:Management.StatementDefinition"/>
|
69
|
+
</message>
|
70
|
+
<message name="Management.Named.set_controls_statementResponse">
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="Management.Named.delete_controls_statementRequest">
|
74
|
+
</message>
|
75
|
+
<message name="Management.Named.delete_controls_statementResponse">
|
76
|
+
</message>
|
77
|
+
|
78
|
+
<message name="Management.Named.set_include_statementRequest">
|
79
|
+
<part name="statements" type="tns:Management.StatementDefinitionSequence"/>
|
80
|
+
</message>
|
81
|
+
<message name="Management.Named.set_include_statementResponse">
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Management.Named.delete_include_statementRequest">
|
85
|
+
<part name="path_names" type="tns:Common.StringSequence"/>
|
86
|
+
</message>
|
87
|
+
<message name="Management.Named.delete_include_statementResponse">
|
88
|
+
</message>
|
89
|
+
|
90
|
+
<message name="Management.Named.set_key_statementRequest">
|
91
|
+
<part name="statements" type="tns:Management.StatementDefinitionSequence"/>
|
92
|
+
</message>
|
93
|
+
<message name="Management.Named.set_key_statementResponse">
|
94
|
+
</message>
|
95
|
+
|
96
|
+
<message name="Management.Named.delete_key_statementRequest">
|
97
|
+
<part name="statement_names" type="tns:Common.StringSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Management.Named.delete_key_statementResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Management.Named.set_logging_statementRequest">
|
103
|
+
<part name="statement" type="tns:Management.StatementDefinition"/>
|
104
|
+
</message>
|
105
|
+
<message name="Management.Named.set_logging_statementResponse">
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Management.Named.delete_logging_statementRequest">
|
109
|
+
</message>
|
110
|
+
<message name="Management.Named.delete_logging_statementResponse">
|
111
|
+
</message>
|
112
|
+
|
113
|
+
<message name="Management.Named.set_options_statementRequest">
|
114
|
+
<part name="statement" type="tns:Management.StatementDefinition"/>
|
115
|
+
</message>
|
116
|
+
<message name="Management.Named.set_options_statementResponse">
|
117
|
+
</message>
|
118
|
+
|
119
|
+
<message name="Management.Named.delete_options_statementRequest">
|
120
|
+
</message>
|
121
|
+
<message name="Management.Named.delete_options_statementResponse">
|
122
|
+
</message>
|
123
|
+
|
124
|
+
<message name="Management.Named.set_server_statementRequest">
|
125
|
+
<part name="statements" type="tns:Management.StatementDefinitionSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Management.Named.set_server_statementResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Management.Named.delete_server_statementRequest">
|
131
|
+
<part name="statement_names" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Management.Named.delete_server_statementResponse">
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Management.Named.set_trusted_keys_statementRequest">
|
137
|
+
<part name="statement" type="tns:Management.StatementDefinition"/>
|
138
|
+
</message>
|
139
|
+
<message name="Management.Named.set_trusted_keys_statementResponse">
|
140
|
+
</message>
|
141
|
+
|
142
|
+
<message name="Management.Named.delete_trusted_keys_statementRequest">
|
143
|
+
</message>
|
144
|
+
<message name="Management.Named.delete_trusted_keys_statementResponse">
|
145
|
+
</message>
|
146
|
+
|
147
|
+
<message name="Management.Named.get_bind_versionRequest">
|
148
|
+
</message>
|
149
|
+
<message name="Management.Named.get_bind_versionResponse">
|
150
|
+
<part name="return" type="xsd:string"/>
|
151
|
+
</message>
|
152
|
+
|
153
|
+
<message name="Management.Named.get_versionRequest">
|
154
|
+
</message>
|
155
|
+
<message name="Management.Named.get_versionResponse">
|
156
|
+
<part name="return" type="xsd:string"/>
|
157
|
+
</message>
|
158
|
+
|
159
|
+
<!-- portType -->
|
160
|
+
|
161
|
+
<portType name="Management.NamedPortType">
|
162
|
+
<operation name="get_named_configuration_file">
|
163
|
+
<documentation>
|
164
|
+
Gets the entire contents of the named.conf file in a sequence of strings, one per line.
|
165
|
+
|
166
|
+
</documentation>
|
167
|
+
<input message="tns:Management.Named.get_named_configuration_fileRequest"/>
|
168
|
+
<output message="tns:Management.Named.get_named_configuration_fileResponse"/>
|
169
|
+
</operation>
|
170
|
+
<operation name="set_acl_statement">
|
171
|
+
<documentation>
|
172
|
+
Adds the new "acl name" statements if they do not already exist.
|
173
|
+
If the "acl name" statement already exists, it will delete the
|
174
|
+
existing statement and replace it with this one.
|
175
|
+
|
176
|
+
</documentation>
|
177
|
+
<input message="tns:Management.Named.set_acl_statementRequest"/>
|
178
|
+
<output message="tns:Management.Named.set_acl_statementResponse"/>
|
179
|
+
</operation>
|
180
|
+
<operation name="delete_acl_statement">
|
181
|
+
<documentation>
|
182
|
+
Deletes the "acl" statements specified by the statement names.
|
183
|
+
|
184
|
+
</documentation>
|
185
|
+
<input message="tns:Management.Named.delete_acl_statementRequest"/>
|
186
|
+
<output message="tns:Management.Named.delete_acl_statementResponse"/>
|
187
|
+
</operation>
|
188
|
+
<operation name="set_controls_statement">
|
189
|
+
<documentation>
|
190
|
+
Sets the "controls" statement. If there is no existing controls
|
191
|
+
statement, one is added. If one exists, it is deleted and replaced
|
192
|
+
with this new one. There can only be one "controls" statement in the file.
|
193
|
+
|
194
|
+
</documentation>
|
195
|
+
<input message="tns:Management.Named.set_controls_statementRequest"/>
|
196
|
+
<output message="tns:Management.Named.set_controls_statementResponse"/>
|
197
|
+
</operation>
|
198
|
+
<operation name="delete_controls_statement">
|
199
|
+
<documentation>
|
200
|
+
Deletes the "controls" statement. There can only be one "controls" statement in the file.
|
201
|
+
|
202
|
+
</documentation>
|
203
|
+
<input message="tns:Management.Named.delete_controls_statementRequest"/>
|
204
|
+
<output message="tns:Management.Named.delete_controls_statementResponse"/>
|
205
|
+
</operation>
|
206
|
+
<operation name="set_include_statement">
|
207
|
+
<documentation>
|
208
|
+
Adds the specified "include" statements
|
209
|
+
|
210
|
+
</documentation>
|
211
|
+
<input message="tns:Management.Named.set_include_statementRequest"/>
|
212
|
+
<output message="tns:Management.Named.set_include_statementResponse"/>
|
213
|
+
</operation>
|
214
|
+
<operation name="delete_include_statement">
|
215
|
+
<documentation>
|
216
|
+
Deletes the "include" statements.
|
217
|
+
|
218
|
+
</documentation>
|
219
|
+
<input message="tns:Management.Named.delete_include_statementRequest"/>
|
220
|
+
<output message="tns:Management.Named.delete_include_statementResponse"/>
|
221
|
+
</operation>
|
222
|
+
<operation name="set_key_statement">
|
223
|
+
<documentation>
|
224
|
+
Sets the "key" statements. If a key statement with this name
|
225
|
+
already exists, it is deleted and the new one is added.
|
226
|
+
Otherwise the key statements will be added.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:Management.Named.set_key_statementRequest"/>
|
230
|
+
<output message="tns:Management.Named.set_key_statementResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="delete_key_statement">
|
233
|
+
<documentation>
|
234
|
+
Deletes the specified "key" statements.
|
235
|
+
|
236
|
+
</documentation>
|
237
|
+
<input message="tns:Management.Named.delete_key_statementRequest"/>
|
238
|
+
<output message="tns:Management.Named.delete_key_statementResponse"/>
|
239
|
+
</operation>
|
240
|
+
<operation name="set_logging_statement">
|
241
|
+
<documentation>
|
242
|
+
Sets a new "logging" statement.
|
243
|
+
If the logging statement exists, it is deleted and replaced with
|
244
|
+
the new statement. If there is no logging statement, this one is added.
|
245
|
+
There can only be one "logging" statement in the file.
|
246
|
+
|
247
|
+
</documentation>
|
248
|
+
<input message="tns:Management.Named.set_logging_statementRequest"/>
|
249
|
+
<output message="tns:Management.Named.set_logging_statementResponse"/>
|
250
|
+
</operation>
|
251
|
+
<operation name="delete_logging_statement">
|
252
|
+
<documentation>
|
253
|
+
Deletes an "logging" statement. There can only be one "logging" statement in the file.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<input message="tns:Management.Named.delete_logging_statementRequest"/>
|
257
|
+
<output message="tns:Management.Named.delete_logging_statementResponse"/>
|
258
|
+
</operation>
|
259
|
+
<operation name="set_options_statement">
|
260
|
+
<documentation>
|
261
|
+
If there is an existing "options" statement, it is replaced
|
262
|
+
with this statement. If there is no existing "options" statement, this new one is added.
|
263
|
+
There can only be one "options" statement in the file.
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<input message="tns:Management.Named.set_options_statementRequest"/>
|
267
|
+
<output message="tns:Management.Named.set_options_statementResponse"/>
|
268
|
+
</operation>
|
269
|
+
<operation name="delete_options_statement">
|
270
|
+
<documentation>
|
271
|
+
Deletes the "options" statement. There can only be one "options" statement in the file.
|
272
|
+
|
273
|
+
</documentation>
|
274
|
+
<input message="tns:Management.Named.delete_options_statementRequest"/>
|
275
|
+
<output message="tns:Management.Named.delete_options_statementResponse"/>
|
276
|
+
</operation>
|
277
|
+
<operation name="set_server_statement">
|
278
|
+
<documentation>
|
279
|
+
Adds the new "server" statements if they do not exist.
|
280
|
+
If they exist, these statements will replace them.
|
281
|
+
|
282
|
+
</documentation>
|
283
|
+
<input message="tns:Management.Named.set_server_statementRequest"/>
|
284
|
+
<output message="tns:Management.Named.set_server_statementResponse"/>
|
285
|
+
</operation>
|
286
|
+
<operation name="delete_server_statement">
|
287
|
+
<documentation>
|
288
|
+
Deletes the "server" statements.
|
289
|
+
|
290
|
+
</documentation>
|
291
|
+
<input message="tns:Management.Named.delete_server_statementRequest"/>
|
292
|
+
<output message="tns:Management.Named.delete_server_statementResponse"/>
|
293
|
+
</operation>
|
294
|
+
<operation name="set_trusted_keys_statement">
|
295
|
+
<documentation>
|
296
|
+
Adds a new "trusted-keys" statement or replaces the existing one.
|
297
|
+
There can only be one "trusted_keys" statement in the file.
|
298
|
+
|
299
|
+
</documentation>
|
300
|
+
<input message="tns:Management.Named.set_trusted_keys_statementRequest"/>
|
301
|
+
<output message="tns:Management.Named.set_trusted_keys_statementResponse"/>
|
302
|
+
</operation>
|
303
|
+
<operation name="delete_trusted_keys_statement">
|
304
|
+
<documentation>
|
305
|
+
Deletes an "trusted_keys" statement. There can only be one "trusted_keys" statement in the file.
|
306
|
+
|
307
|
+
</documentation>
|
308
|
+
<input message="tns:Management.Named.delete_trusted_keys_statementRequest"/>
|
309
|
+
<output message="tns:Management.Named.delete_trusted_keys_statementResponse"/>
|
310
|
+
</operation>
|
311
|
+
<operation name="get_bind_version">
|
312
|
+
<documentation>
|
313
|
+
Get the version of bind (named) running on the server as a string
|
314
|
+
|
315
|
+
</documentation>
|
316
|
+
<input message="tns:Management.Named.get_bind_versionRequest"/>
|
317
|
+
<output message="tns:Management.Named.get_bind_versionResponse"/>
|
318
|
+
</operation>
|
319
|
+
<operation name="get_version">
|
320
|
+
<documentation>
|
321
|
+
Gets the version information for this interface.
|
322
|
+
|
323
|
+
</documentation>
|
324
|
+
<input message="tns:Management.Named.get_versionRequest"/>
|
325
|
+
<output message="tns:Management.Named.get_versionResponse"/>
|
326
|
+
</operation>
|
327
|
+
</portType>
|
328
|
+
|
329
|
+
<!-- binding -->
|
330
|
+
|
331
|
+
<binding name="Management.NamedBinding" type="tns:Management.NamedPortType">
|
332
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
333
|
+
<operation name="get_named_configuration_file">
|
334
|
+
<documentation>
|
335
|
+
Gets the entire contents of the named.conf file in a sequence of strings, one per line.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
339
|
+
<input>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:Management/Named"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</input>
|
345
|
+
<output>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:Management/Named"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</output>
|
351
|
+
</operation>
|
352
|
+
|
353
|
+
<operation name="set_acl_statement">
|
354
|
+
<documentation>
|
355
|
+
Adds the new "acl name" statements if they do not already exist.
|
356
|
+
If the "acl name" statement already exists, it will delete the
|
357
|
+
existing statement and replace it with this one.
|
358
|
+
|
359
|
+
</documentation>
|
360
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
361
|
+
<input>
|
362
|
+
<soap:body
|
363
|
+
use="encoded"
|
364
|
+
namespace="urn:iControl:Management/Named"
|
365
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
366
|
+
</input>
|
367
|
+
<output>
|
368
|
+
<soap:body
|
369
|
+
use="encoded"
|
370
|
+
namespace="urn:iControl:Management/Named"
|
371
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
372
|
+
</output>
|
373
|
+
</operation>
|
374
|
+
|
375
|
+
<operation name="delete_acl_statement">
|
376
|
+
<documentation>
|
377
|
+
Deletes the "acl" statements specified by the statement names.
|
378
|
+
|
379
|
+
</documentation>
|
380
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
381
|
+
<input>
|
382
|
+
<soap:body
|
383
|
+
use="encoded"
|
384
|
+
namespace="urn:iControl:Management/Named"
|
385
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
386
|
+
</input>
|
387
|
+
<output>
|
388
|
+
<soap:body
|
389
|
+
use="encoded"
|
390
|
+
namespace="urn:iControl:Management/Named"
|
391
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
392
|
+
</output>
|
393
|
+
</operation>
|
394
|
+
|
395
|
+
<operation name="set_controls_statement">
|
396
|
+
<documentation>
|
397
|
+
Sets the "controls" statement. If there is no existing controls
|
398
|
+
statement, one is added. If one exists, it is deleted and replaced
|
399
|
+
with this new one. There can only be one "controls" statement in the file.
|
400
|
+
|
401
|
+
</documentation>
|
402
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
403
|
+
<input>
|
404
|
+
<soap:body
|
405
|
+
use="encoded"
|
406
|
+
namespace="urn:iControl:Management/Named"
|
407
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
408
|
+
</input>
|
409
|
+
<output>
|
410
|
+
<soap:body
|
411
|
+
use="encoded"
|
412
|
+
namespace="urn:iControl:Management/Named"
|
413
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
414
|
+
</output>
|
415
|
+
</operation>
|
416
|
+
|
417
|
+
<operation name="delete_controls_statement">
|
418
|
+
<documentation>
|
419
|
+
Deletes the "controls" statement. There can only be one "controls" statement in the file.
|
420
|
+
|
421
|
+
</documentation>
|
422
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
423
|
+
<input>
|
424
|
+
<soap:body
|
425
|
+
use="encoded"
|
426
|
+
namespace="urn:iControl:Management/Named"
|
427
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
428
|
+
</input>
|
429
|
+
<output>
|
430
|
+
<soap:body
|
431
|
+
use="encoded"
|
432
|
+
namespace="urn:iControl:Management/Named"
|
433
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
434
|
+
</output>
|
435
|
+
</operation>
|
436
|
+
|
437
|
+
<operation name="set_include_statement">
|
438
|
+
<documentation>
|
439
|
+
Adds the specified "include" statements
|
440
|
+
|
441
|
+
</documentation>
|
442
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
443
|
+
<input>
|
444
|
+
<soap:body
|
445
|
+
use="encoded"
|
446
|
+
namespace="urn:iControl:Management/Named"
|
447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
+
</input>
|
449
|
+
<output>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:Management/Named"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</output>
|
455
|
+
</operation>
|
456
|
+
|
457
|
+
<operation name="delete_include_statement">
|
458
|
+
<documentation>
|
459
|
+
Deletes the "include" statements.
|
460
|
+
|
461
|
+
</documentation>
|
462
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
463
|
+
<input>
|
464
|
+
<soap:body
|
465
|
+
use="encoded"
|
466
|
+
namespace="urn:iControl:Management/Named"
|
467
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
468
|
+
</input>
|
469
|
+
<output>
|
470
|
+
<soap:body
|
471
|
+
use="encoded"
|
472
|
+
namespace="urn:iControl:Management/Named"
|
473
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
474
|
+
</output>
|
475
|
+
</operation>
|
476
|
+
|
477
|
+
<operation name="set_key_statement">
|
478
|
+
<documentation>
|
479
|
+
Sets the "key" statements. If a key statement with this name
|
480
|
+
already exists, it is deleted and the new one is added.
|
481
|
+
Otherwise the key statements will be added.
|
482
|
+
|
483
|
+
</documentation>
|
484
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
485
|
+
<input>
|
486
|
+
<soap:body
|
487
|
+
use="encoded"
|
488
|
+
namespace="urn:iControl:Management/Named"
|
489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
490
|
+
</input>
|
491
|
+
<output>
|
492
|
+
<soap:body
|
493
|
+
use="encoded"
|
494
|
+
namespace="urn:iControl:Management/Named"
|
495
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
496
|
+
</output>
|
497
|
+
</operation>
|
498
|
+
|
499
|
+
<operation name="delete_key_statement">
|
500
|
+
<documentation>
|
501
|
+
Deletes the specified "key" statements.
|
502
|
+
|
503
|
+
</documentation>
|
504
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
505
|
+
<input>
|
506
|
+
<soap:body
|
507
|
+
use="encoded"
|
508
|
+
namespace="urn:iControl:Management/Named"
|
509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
510
|
+
</input>
|
511
|
+
<output>
|
512
|
+
<soap:body
|
513
|
+
use="encoded"
|
514
|
+
namespace="urn:iControl:Management/Named"
|
515
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
516
|
+
</output>
|
517
|
+
</operation>
|
518
|
+
|
519
|
+
<operation name="set_logging_statement">
|
520
|
+
<documentation>
|
521
|
+
Sets a new "logging" statement.
|
522
|
+
If the logging statement exists, it is deleted and replaced with
|
523
|
+
the new statement. If there is no logging statement, this one is added.
|
524
|
+
There can only be one "logging" statement in the file.
|
525
|
+
|
526
|
+
</documentation>
|
527
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
528
|
+
<input>
|
529
|
+
<soap:body
|
530
|
+
use="encoded"
|
531
|
+
namespace="urn:iControl:Management/Named"
|
532
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
533
|
+
</input>
|
534
|
+
<output>
|
535
|
+
<soap:body
|
536
|
+
use="encoded"
|
537
|
+
namespace="urn:iControl:Management/Named"
|
538
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
539
|
+
</output>
|
540
|
+
</operation>
|
541
|
+
|
542
|
+
<operation name="delete_logging_statement">
|
543
|
+
<documentation>
|
544
|
+
Deletes an "logging" statement. There can only be one "logging" statement in the file.
|
545
|
+
|
546
|
+
</documentation>
|
547
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
548
|
+
<input>
|
549
|
+
<soap:body
|
550
|
+
use="encoded"
|
551
|
+
namespace="urn:iControl:Management/Named"
|
552
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
553
|
+
</input>
|
554
|
+
<output>
|
555
|
+
<soap:body
|
556
|
+
use="encoded"
|
557
|
+
namespace="urn:iControl:Management/Named"
|
558
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
559
|
+
</output>
|
560
|
+
</operation>
|
561
|
+
|
562
|
+
<operation name="set_options_statement">
|
563
|
+
<documentation>
|
564
|
+
If there is an existing "options" statement, it is replaced
|
565
|
+
with this statement. If there is no existing "options" statement, this new one is added.
|
566
|
+
There can only be one "options" statement in the file.
|
567
|
+
|
568
|
+
</documentation>
|
569
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
570
|
+
<input>
|
571
|
+
<soap:body
|
572
|
+
use="encoded"
|
573
|
+
namespace="urn:iControl:Management/Named"
|
574
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
575
|
+
</input>
|
576
|
+
<output>
|
577
|
+
<soap:body
|
578
|
+
use="encoded"
|
579
|
+
namespace="urn:iControl:Management/Named"
|
580
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
581
|
+
</output>
|
582
|
+
</operation>
|
583
|
+
|
584
|
+
<operation name="delete_options_statement">
|
585
|
+
<documentation>
|
586
|
+
Deletes the "options" statement. There can only be one "options" statement in the file.
|
587
|
+
|
588
|
+
</documentation>
|
589
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
590
|
+
<input>
|
591
|
+
<soap:body
|
592
|
+
use="encoded"
|
593
|
+
namespace="urn:iControl:Management/Named"
|
594
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
595
|
+
</input>
|
596
|
+
<output>
|
597
|
+
<soap:body
|
598
|
+
use="encoded"
|
599
|
+
namespace="urn:iControl:Management/Named"
|
600
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
601
|
+
</output>
|
602
|
+
</operation>
|
603
|
+
|
604
|
+
<operation name="set_server_statement">
|
605
|
+
<documentation>
|
606
|
+
Adds the new "server" statements if they do not exist.
|
607
|
+
If they exist, these statements will replace them.
|
608
|
+
|
609
|
+
</documentation>
|
610
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
611
|
+
<input>
|
612
|
+
<soap:body
|
613
|
+
use="encoded"
|
614
|
+
namespace="urn:iControl:Management/Named"
|
615
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
616
|
+
</input>
|
617
|
+
<output>
|
618
|
+
<soap:body
|
619
|
+
use="encoded"
|
620
|
+
namespace="urn:iControl:Management/Named"
|
621
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
622
|
+
</output>
|
623
|
+
</operation>
|
624
|
+
|
625
|
+
<operation name="delete_server_statement">
|
626
|
+
<documentation>
|
627
|
+
Deletes the "server" statements.
|
628
|
+
|
629
|
+
</documentation>
|
630
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
631
|
+
<input>
|
632
|
+
<soap:body
|
633
|
+
use="encoded"
|
634
|
+
namespace="urn:iControl:Management/Named"
|
635
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
636
|
+
</input>
|
637
|
+
<output>
|
638
|
+
<soap:body
|
639
|
+
use="encoded"
|
640
|
+
namespace="urn:iControl:Management/Named"
|
641
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
642
|
+
</output>
|
643
|
+
</operation>
|
644
|
+
|
645
|
+
<operation name="set_trusted_keys_statement">
|
646
|
+
<documentation>
|
647
|
+
Adds a new "trusted-keys" statement or replaces the existing one.
|
648
|
+
There can only be one "trusted_keys" statement in the file.
|
649
|
+
|
650
|
+
</documentation>
|
651
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
652
|
+
<input>
|
653
|
+
<soap:body
|
654
|
+
use="encoded"
|
655
|
+
namespace="urn:iControl:Management/Named"
|
656
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
657
|
+
</input>
|
658
|
+
<output>
|
659
|
+
<soap:body
|
660
|
+
use="encoded"
|
661
|
+
namespace="urn:iControl:Management/Named"
|
662
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
663
|
+
</output>
|
664
|
+
</operation>
|
665
|
+
|
666
|
+
<operation name="delete_trusted_keys_statement">
|
667
|
+
<documentation>
|
668
|
+
Deletes an "trusted_keys" statement. There can only be one "trusted_keys" statement in the file.
|
669
|
+
|
670
|
+
</documentation>
|
671
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
672
|
+
<input>
|
673
|
+
<soap:body
|
674
|
+
use="encoded"
|
675
|
+
namespace="urn:iControl:Management/Named"
|
676
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
677
|
+
</input>
|
678
|
+
<output>
|
679
|
+
<soap:body
|
680
|
+
use="encoded"
|
681
|
+
namespace="urn:iControl:Management/Named"
|
682
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
683
|
+
</output>
|
684
|
+
</operation>
|
685
|
+
|
686
|
+
<operation name="get_bind_version">
|
687
|
+
<documentation>
|
688
|
+
Get the version of bind (named) running on the server as a string
|
689
|
+
|
690
|
+
</documentation>
|
691
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
692
|
+
<input>
|
693
|
+
<soap:body
|
694
|
+
use="encoded"
|
695
|
+
namespace="urn:iControl:Management/Named"
|
696
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
697
|
+
</input>
|
698
|
+
<output>
|
699
|
+
<soap:body
|
700
|
+
use="encoded"
|
701
|
+
namespace="urn:iControl:Management/Named"
|
702
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
703
|
+
</output>
|
704
|
+
</operation>
|
705
|
+
|
706
|
+
<operation name="get_version">
|
707
|
+
<documentation>
|
708
|
+
Gets the version information for this interface.
|
709
|
+
|
710
|
+
</documentation>
|
711
|
+
<soap:operation soapAction="urn:iControl:Management/Named"/>
|
712
|
+
<input>
|
713
|
+
<soap:body
|
714
|
+
use="encoded"
|
715
|
+
namespace="urn:iControl:Management/Named"
|
716
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
717
|
+
</input>
|
718
|
+
<output>
|
719
|
+
<soap:body
|
720
|
+
use="encoded"
|
721
|
+
namespace="urn:iControl:Management/Named"
|
722
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
723
|
+
</output>
|
724
|
+
</operation>
|
725
|
+
</binding>
|
726
|
+
|
727
|
+
<!-- service -->
|
728
|
+
|
729
|
+
<service name="Management.Named">
|
730
|
+
<documentation>
|
731
|
+
The Named interface provides the calls to manipulate the named.conf and the named server
|
732
|
+
|
733
|
+
This interface does not support transactions.
|
734
|
+
|
735
|
+
</documentation>
|
736
|
+
<port name="Management.NamedPort" binding="tns:Management.NamedBinding">
|
737
|
+
<soap:address location="https://url_to_service"/>
|
738
|
+
</port>
|
739
|
+
</service>
|
740
|
+
</definitions>
|