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,2168 @@
|
|
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.ResourceRecord"
|
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.SIGRecordSequenceSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SIGRecordSequence[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Management.KEYRecordSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.KEYRecord[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="Management.TXTRecordSequenceSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.TXTRecordSequence[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Management.RRListSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.RRList[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Management.SOARecord">
|
53
|
+
<xsd:sequence>
|
54
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
55
|
+
<xsd:element name="primary" type="xsd:string"/>
|
56
|
+
<xsd:element name="email" type="xsd:string"/>
|
57
|
+
<xsd:element name="serial" type="xsd:long"/>
|
58
|
+
<xsd:element name="refresh" type="xsd:long"/>
|
59
|
+
<xsd:element name="retry" type="xsd:long"/>
|
60
|
+
<xsd:element name="expire" type="xsd:long"/>
|
61
|
+
<xsd:element name="neg_ttl" type="xsd:long"/>
|
62
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
63
|
+
</xsd:sequence>
|
64
|
+
</xsd:complexType>
|
65
|
+
<xsd:complexType name="Management.MXRecord">
|
66
|
+
<xsd:sequence>
|
67
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
68
|
+
<xsd:element name="preference" type="xsd:long"/>
|
69
|
+
<xsd:element name="mail" type="xsd:string"/>
|
70
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
71
|
+
</xsd:sequence>
|
72
|
+
</xsd:complexType>
|
73
|
+
<xsd:complexType name="Management.HINFORecord">
|
74
|
+
<xsd:sequence>
|
75
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
76
|
+
<xsd:element name="hardware" type="xsd:string"/>
|
77
|
+
<xsd:element name="os" type="xsd:string"/>
|
78
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
79
|
+
</xsd:sequence>
|
80
|
+
</xsd:complexType>
|
81
|
+
<xsd:complexType name="Management.DNAMERecordSequence">
|
82
|
+
<xsd:complexContent>
|
83
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
84
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.DNAMERecord[]'/>
|
85
|
+
</xsd:restriction>
|
86
|
+
</xsd:complexContent>
|
87
|
+
</xsd:complexType>
|
88
|
+
<xsd:complexType name="Management.NAPTRRecordSequenceSequence">
|
89
|
+
<xsd:complexContent>
|
90
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
91
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NAPTRRecordSequence[]'/>
|
92
|
+
</xsd:restriction>
|
93
|
+
</xsd:complexContent>
|
94
|
+
</xsd:complexType>
|
95
|
+
<xsd:complexType name="Management.ViewZone">
|
96
|
+
<xsd:sequence>
|
97
|
+
<xsd:element name="view_name" type="xsd:string"/>
|
98
|
+
<xsd:element name="zone_name" type="xsd:string"/>
|
99
|
+
</xsd:sequence>
|
100
|
+
</xsd:complexType>
|
101
|
+
<xsd:complexType name="Management.SOARecordSequence">
|
102
|
+
<xsd:complexContent>
|
103
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
104
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SOARecord[]'/>
|
105
|
+
</xsd:restriction>
|
106
|
+
</xsd:complexContent>
|
107
|
+
</xsd:complexType>
|
108
|
+
<xsd:complexType name="Management.PTRRecordSequenceSequence">
|
109
|
+
<xsd:complexContent>
|
110
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
111
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.PTRRecordSequence[]'/>
|
112
|
+
</xsd:restriction>
|
113
|
+
</xsd:complexContent>
|
114
|
+
</xsd:complexType>
|
115
|
+
<xsd:complexType name="Management.KEYRecord">
|
116
|
+
<xsd:sequence>
|
117
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
118
|
+
<xsd:element name="flags" type="xsd:int"/>
|
119
|
+
<xsd:element name="protocol" type="xsd:int"/>
|
120
|
+
<xsd:element name="algorithm" type="xsd:int"/>
|
121
|
+
<xsd:element name="public_key" type="xsd:string"/>
|
122
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
123
|
+
</xsd:sequence>
|
124
|
+
</xsd:complexType>
|
125
|
+
<xsd:complexType name="Management.NSRecord">
|
126
|
+
<xsd:sequence>
|
127
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
128
|
+
<xsd:element name="host_name" type="xsd:string"/>
|
129
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
130
|
+
</xsd:sequence>
|
131
|
+
</xsd:complexType>
|
132
|
+
<xsd:complexType name="Management.AAAARecordSequence">
|
133
|
+
<xsd:complexContent>
|
134
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
135
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.AAAARecord[]'/>
|
136
|
+
</xsd:restriction>
|
137
|
+
</xsd:complexContent>
|
138
|
+
</xsd:complexType>
|
139
|
+
<xsd:complexType name="Common.StringSequence">
|
140
|
+
<xsd:complexContent>
|
141
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
142
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
143
|
+
</xsd:restriction>
|
144
|
+
</xsd:complexContent>
|
145
|
+
</xsd:complexType>
|
146
|
+
<xsd:complexType name="Management.A6RecordSequenceSequence">
|
147
|
+
<xsd:complexContent>
|
148
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
149
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.A6RecordSequence[]'/>
|
150
|
+
</xsd:restriction>
|
151
|
+
</xsd:complexContent>
|
152
|
+
</xsd:complexType>
|
153
|
+
<xsd:complexType name="Management.DSRecordSequence">
|
154
|
+
<xsd:complexContent>
|
155
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
156
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.DSRecord[]'/>
|
157
|
+
</xsd:restriction>
|
158
|
+
</xsd:complexContent>
|
159
|
+
</xsd:complexType>
|
160
|
+
<xsd:complexType name="Management.MXRecordSequenceSequence">
|
161
|
+
<xsd:complexContent>
|
162
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
163
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.MXRecordSequence[]'/>
|
164
|
+
</xsd:restriction>
|
165
|
+
</xsd:complexContent>
|
166
|
+
</xsd:complexType>
|
167
|
+
<xsd:complexType name="Management.ARecordSequenceSequence">
|
168
|
+
<xsd:complexContent>
|
169
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
170
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ARecordSequence[]'/>
|
171
|
+
</xsd:restriction>
|
172
|
+
</xsd:complexContent>
|
173
|
+
</xsd:complexType>
|
174
|
+
<xsd:complexType name="Management.NAPTRRecord">
|
175
|
+
<xsd:sequence>
|
176
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
177
|
+
<xsd:element name="order" type="xsd:int"/>
|
178
|
+
<xsd:element name="preference" type="xsd:int"/>
|
179
|
+
<xsd:element name="flags" type="xsd:string"/>
|
180
|
+
<xsd:element name="service" type="xsd:string"/>
|
181
|
+
<xsd:element name="regexp" type="xsd:string"/>
|
182
|
+
<xsd:element name="replacement" type="xsd:string"/>
|
183
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
184
|
+
</xsd:sequence>
|
185
|
+
</xsd:complexType>
|
186
|
+
<xsd:complexType name="Management.DSRecord">
|
187
|
+
<xsd:sequence>
|
188
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
189
|
+
<xsd:element name="key_tag" type="xsd:int"/>
|
190
|
+
<xsd:element name="algorithm" type="xsd:int"/>
|
191
|
+
<xsd:element name="digest_type" type="xsd:int"/>
|
192
|
+
<xsd:element name="digest" type="xsd:string"/>
|
193
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
194
|
+
</xsd:sequence>
|
195
|
+
</xsd:complexType>
|
196
|
+
<xsd:complexType name="Management.SOARecordSequenceSequence">
|
197
|
+
<xsd:complexContent>
|
198
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
199
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SOARecordSequence[]'/>
|
200
|
+
</xsd:restriction>
|
201
|
+
</xsd:complexContent>
|
202
|
+
</xsd:complexType>
|
203
|
+
<xsd:complexType name="Common.BooleanSequence">
|
204
|
+
<xsd:complexContent>
|
205
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
206
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
207
|
+
</xsd:restriction>
|
208
|
+
</xsd:complexContent>
|
209
|
+
</xsd:complexType>
|
210
|
+
<xsd:complexType name="Management.PTRRecord">
|
211
|
+
<xsd:sequence>
|
212
|
+
<xsd:element name="ip_address" type="xsd:string"/>
|
213
|
+
<xsd:element name="dname" type="xsd:string"/>
|
214
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
215
|
+
</xsd:sequence>
|
216
|
+
</xsd:complexType>
|
217
|
+
<xsd:complexType name="Management.KEYRecordSequenceSequence">
|
218
|
+
<xsd:complexContent>
|
219
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
220
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.KEYRecordSequence[]'/>
|
221
|
+
</xsd:restriction>
|
222
|
+
</xsd:complexContent>
|
223
|
+
</xsd:complexType>
|
224
|
+
<xsd:complexType name="Management.HINFORecordSequenceSequence">
|
225
|
+
<xsd:complexContent>
|
226
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
227
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.HINFORecordSequence[]'/>
|
228
|
+
</xsd:restriction>
|
229
|
+
</xsd:complexContent>
|
230
|
+
</xsd:complexType>
|
231
|
+
<xsd:complexType name="Management.NSRecordSequenceSequence">
|
232
|
+
<xsd:complexContent>
|
233
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
234
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NSRecordSequence[]'/>
|
235
|
+
</xsd:restriction>
|
236
|
+
</xsd:complexContent>
|
237
|
+
</xsd:complexType>
|
238
|
+
<xsd:complexType name="Management.AAAARecordSequenceSequence">
|
239
|
+
<xsd:complexContent>
|
240
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
241
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.AAAARecordSequence[]'/>
|
242
|
+
</xsd:restriction>
|
243
|
+
</xsd:complexContent>
|
244
|
+
</xsd:complexType>
|
245
|
+
<xsd:complexType name="Management.HINFORecordSequence">
|
246
|
+
<xsd:complexContent>
|
247
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
248
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.HINFORecord[]'/>
|
249
|
+
</xsd:restriction>
|
250
|
+
</xsd:complexContent>
|
251
|
+
</xsd:complexType>
|
252
|
+
<xsd:complexType name="Management.ARecord">
|
253
|
+
<xsd:sequence>
|
254
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
255
|
+
<xsd:element name="ip_address" type="xsd:string"/>
|
256
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
257
|
+
</xsd:sequence>
|
258
|
+
</xsd:complexType>
|
259
|
+
<xsd:complexType name="Management.SRVRecordSequence">
|
260
|
+
<xsd:complexContent>
|
261
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
262
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SRVRecord[]'/>
|
263
|
+
</xsd:restriction>
|
264
|
+
</xsd:complexContent>
|
265
|
+
</xsd:complexType>
|
266
|
+
<xsd:complexType name="Management.ViewZoneSequence">
|
267
|
+
<xsd:complexContent>
|
268
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
269
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ViewZone[]'/>
|
270
|
+
</xsd:restriction>
|
271
|
+
</xsd:complexContent>
|
272
|
+
</xsd:complexType>
|
273
|
+
<xsd:complexType name="Management.CNAMERecordSequence">
|
274
|
+
<xsd:complexContent>
|
275
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
276
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.CNAMERecord[]'/>
|
277
|
+
</xsd:restriction>
|
278
|
+
</xsd:complexContent>
|
279
|
+
</xsd:complexType>
|
280
|
+
<xsd:complexType name="Management.SRVRecord">
|
281
|
+
<xsd:sequence>
|
282
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
283
|
+
<xsd:element name="priority" type="xsd:long"/>
|
284
|
+
<xsd:element name="weight" type="xsd:long"/>
|
285
|
+
<xsd:element name="port" type="xsd:long"/>
|
286
|
+
<xsd:element name="target" type="xsd:string"/>
|
287
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
288
|
+
</xsd:sequence>
|
289
|
+
</xsd:complexType>
|
290
|
+
<xsd:complexType name="Management.CNAMERecord">
|
291
|
+
<xsd:sequence>
|
292
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
293
|
+
<xsd:element name="cname" type="xsd:string"/>
|
294
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
295
|
+
</xsd:sequence>
|
296
|
+
</xsd:complexType>
|
297
|
+
<xsd:complexType name="Management.SIGRecordSequence">
|
298
|
+
<xsd:complexContent>
|
299
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
300
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SIGRecord[]'/>
|
301
|
+
</xsd:restriction>
|
302
|
+
</xsd:complexContent>
|
303
|
+
</xsd:complexType>
|
304
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
305
|
+
<xsd:complexContent>
|
306
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
307
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
308
|
+
</xsd:restriction>
|
309
|
+
</xsd:complexContent>
|
310
|
+
</xsd:complexType>
|
311
|
+
<xsd:complexType name="Management.DNAMERecord">
|
312
|
+
<xsd:sequence>
|
313
|
+
<xsd:element name="label" type="xsd:string"/>
|
314
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
315
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
316
|
+
</xsd:sequence>
|
317
|
+
</xsd:complexType>
|
318
|
+
<xsd:complexType name="Management.A6Record">
|
319
|
+
<xsd:sequence>
|
320
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
321
|
+
<xsd:element name="prefix_bits" type="xsd:int"/>
|
322
|
+
<xsd:element name="ip_address" type="xsd:string"/>
|
323
|
+
<xsd:element name="prefix_name" type="xsd:string"/>
|
324
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
325
|
+
</xsd:sequence>
|
326
|
+
</xsd:complexType>
|
327
|
+
<xsd:complexType name="Management.DSRecordSequenceSequence">
|
328
|
+
<xsd:complexContent>
|
329
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
330
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.DSRecordSequence[]'/>
|
331
|
+
</xsd:restriction>
|
332
|
+
</xsd:complexContent>
|
333
|
+
</xsd:complexType>
|
334
|
+
<xsd:complexType name="Management.A6RecordSequence">
|
335
|
+
<xsd:complexContent>
|
336
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
337
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.A6Record[]'/>
|
338
|
+
</xsd:restriction>
|
339
|
+
</xsd:complexContent>
|
340
|
+
</xsd:complexType>
|
341
|
+
<xsd:complexType name="Management.TXTRecordSequence">
|
342
|
+
<xsd:complexContent>
|
343
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
344
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.TXTRecord[]'/>
|
345
|
+
</xsd:restriction>
|
346
|
+
</xsd:complexContent>
|
347
|
+
</xsd:complexType>
|
348
|
+
<xsd:complexType name="Management.TXTRecord">
|
349
|
+
<xsd:sequence>
|
350
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
351
|
+
<xsd:element name="text" type="xsd:string"/>
|
352
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
353
|
+
</xsd:sequence>
|
354
|
+
</xsd:complexType>
|
355
|
+
<xsd:complexType name="Management.PTRRecordSequence">
|
356
|
+
<xsd:complexContent>
|
357
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
358
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.PTRRecord[]'/>
|
359
|
+
</xsd:restriction>
|
360
|
+
</xsd:complexContent>
|
361
|
+
</xsd:complexType>
|
362
|
+
<xsd:complexType name="Management.RRList">
|
363
|
+
<xsd:sequence>
|
364
|
+
<xsd:element name="a_list" type="tns:Management.ARecordSequence"/>
|
365
|
+
<xsd:element name="ns_list" type="tns:Management.NSRecordSequence"/>
|
366
|
+
<xsd:element name="cname_list" type="tns:Management.CNAMERecordSequence"/>
|
367
|
+
<xsd:element name="soa_list" type="tns:Management.SOARecordSequence"/>
|
368
|
+
<xsd:element name="ptr_list" type="tns:Management.PTRRecordSequence"/>
|
369
|
+
<xsd:element name="hinfo_list" type="tns:Management.HINFORecordSequence"/>
|
370
|
+
<xsd:element name="mx_list" type="tns:Management.MXRecordSequence"/>
|
371
|
+
<xsd:element name="txt_list" type="tns:Management.TXTRecordSequence"/>
|
372
|
+
<xsd:element name="srv_list" type="tns:Management.SRVRecordSequence"/>
|
373
|
+
<xsd:element name="key_list" type="tns:Management.KEYRecordSequence"/>
|
374
|
+
<xsd:element name="sig_list" type="tns:Management.SIGRecordSequence"/>
|
375
|
+
<xsd:element name="nxt_list" type="tns:Management.NXTRecordSequence"/>
|
376
|
+
<xsd:element name="aaaa_list" type="tns:Management.AAAARecordSequence"/>
|
377
|
+
<xsd:element name="a6_list" type="tns:Management.A6RecordSequence"/>
|
378
|
+
<xsd:element name="dname_list" type="tns:Management.DNAMERecordSequence"/>
|
379
|
+
</xsd:sequence>
|
380
|
+
</xsd:complexType>
|
381
|
+
<xsd:complexType name="Management.NSRecordSequence">
|
382
|
+
<xsd:complexContent>
|
383
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
384
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NSRecord[]'/>
|
385
|
+
</xsd:restriction>
|
386
|
+
</xsd:complexContent>
|
387
|
+
</xsd:complexType>
|
388
|
+
<xsd:complexType name="Management.AAAARecord">
|
389
|
+
<xsd:sequence>
|
390
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
391
|
+
<xsd:element name="ip_address" type="xsd:string"/>
|
392
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
393
|
+
</xsd:sequence>
|
394
|
+
</xsd:complexType>
|
395
|
+
<xsd:complexType name="Management.SRVRecordSequenceSequence">
|
396
|
+
<xsd:complexContent>
|
397
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
398
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.SRVRecordSequence[]'/>
|
399
|
+
</xsd:restriction>
|
400
|
+
</xsd:complexContent>
|
401
|
+
</xsd:complexType>
|
402
|
+
<xsd:complexType name="Management.MXRecordSequence">
|
403
|
+
<xsd:complexContent>
|
404
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
405
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.MXRecord[]'/>
|
406
|
+
</xsd:restriction>
|
407
|
+
</xsd:complexContent>
|
408
|
+
</xsd:complexType>
|
409
|
+
<xsd:complexType name="Management.NAPTRRecordSequence">
|
410
|
+
<xsd:complexContent>
|
411
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
412
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NAPTRRecord[]'/>
|
413
|
+
</xsd:restriction>
|
414
|
+
</xsd:complexContent>
|
415
|
+
</xsd:complexType>
|
416
|
+
<xsd:complexType name="Management.NXTRecordSequenceSequence">
|
417
|
+
<xsd:complexContent>
|
418
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
419
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NXTRecordSequence[]'/>
|
420
|
+
</xsd:restriction>
|
421
|
+
</xsd:complexContent>
|
422
|
+
</xsd:complexType>
|
423
|
+
<xsd:complexType name="Management.NXTRecordSequence">
|
424
|
+
<xsd:complexContent>
|
425
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
426
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.NXTRecord[]'/>
|
427
|
+
</xsd:restriction>
|
428
|
+
</xsd:complexContent>
|
429
|
+
</xsd:complexType>
|
430
|
+
<xsd:complexType name="Management.SIGRecord">
|
431
|
+
<xsd:sequence>
|
432
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
433
|
+
<xsd:element name="type_covered" type="xsd:int"/>
|
434
|
+
<xsd:element name="algorithm" type="xsd:int"/>
|
435
|
+
<xsd:element name="labels" type="xsd:int"/>
|
436
|
+
<xsd:element name="orig_ttl" type="xsd:long"/>
|
437
|
+
<xsd:element name="sig_expiration" type="xsd:string"/>
|
438
|
+
<xsd:element name="sig_inception" type="xsd:string"/>
|
439
|
+
<xsd:element name="key_tag" type="xsd:int"/>
|
440
|
+
<xsd:element name="signer_name" type="xsd:string"/>
|
441
|
+
<xsd:element name="signature" type="xsd:string"/>
|
442
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
443
|
+
</xsd:sequence>
|
444
|
+
</xsd:complexType>
|
445
|
+
<xsd:complexType name="Management.ARecordSequence">
|
446
|
+
<xsd:complexContent>
|
447
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
448
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.ARecord[]'/>
|
449
|
+
</xsd:restriction>
|
450
|
+
</xsd:complexContent>
|
451
|
+
</xsd:complexType>
|
452
|
+
<xsd:complexType name="Management.NXTRecord">
|
453
|
+
<xsd:sequence>
|
454
|
+
<xsd:element name="domain_name" type="xsd:string"/>
|
455
|
+
<xsd:element name="nxt_domain" type="xsd:string"/>
|
456
|
+
<xsd:element name="types" type="xsd:string"/>
|
457
|
+
<xsd:element name="ttl" type="xsd:long"/>
|
458
|
+
</xsd:sequence>
|
459
|
+
</xsd:complexType>
|
460
|
+
<xsd:complexType name="Management.CNAMERecordSequenceSequence">
|
461
|
+
<xsd:complexContent>
|
462
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
463
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.CNAMERecordSequence[]'/>
|
464
|
+
</xsd:restriction>
|
465
|
+
</xsd:complexContent>
|
466
|
+
</xsd:complexType>
|
467
|
+
<xsd:complexType name="Management.DNAMERecordSequenceSequence">
|
468
|
+
<xsd:complexContent>
|
469
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
470
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.DNAMERecordSequence[]'/>
|
471
|
+
</xsd:restriction>
|
472
|
+
</xsd:complexContent>
|
473
|
+
</xsd:complexType>
|
474
|
+
</xsd:schema>
|
475
|
+
</types>
|
476
|
+
|
477
|
+
<!-- message -->
|
478
|
+
|
479
|
+
<message name="Management.ResourceRecord.get_rrsRequest">
|
480
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
481
|
+
</message>
|
482
|
+
<message name="Management.ResourceRecord.get_rrsResponse">
|
483
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
484
|
+
</message>
|
485
|
+
|
486
|
+
<message name="Management.ResourceRecord.get_rrs_detailedRequest">
|
487
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
488
|
+
</message>
|
489
|
+
<message name="Management.ResourceRecord.get_rrs_detailedResponse">
|
490
|
+
<part name="return" type="tns:Management.RRListSequence"/>
|
491
|
+
</message>
|
492
|
+
|
493
|
+
<message name="Management.ResourceRecord.add_rrsRequest">
|
494
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
495
|
+
<part name="rr_lists" type="tns:Management.RRListSequence"/>
|
496
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
497
|
+
</message>
|
498
|
+
<message name="Management.ResourceRecord.add_rrsResponse">
|
499
|
+
</message>
|
500
|
+
|
501
|
+
<message name="Management.ResourceRecord.add_aRequest">
|
502
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
503
|
+
<part name="a_records" type="tns:Management.ARecordSequenceSequence"/>
|
504
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
505
|
+
</message>
|
506
|
+
<message name="Management.ResourceRecord.add_aResponse">
|
507
|
+
</message>
|
508
|
+
|
509
|
+
<message name="Management.ResourceRecord.add_cnameRequest">
|
510
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
511
|
+
<part name="cname_records" type="tns:Management.CNAMERecordSequenceSequence"/>
|
512
|
+
</message>
|
513
|
+
<message name="Management.ResourceRecord.add_cnameResponse">
|
514
|
+
</message>
|
515
|
+
|
516
|
+
<message name="Management.ResourceRecord.add_dsRequest">
|
517
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
518
|
+
<part name="ds_records" type="tns:Management.DSRecordSequenceSequence"/>
|
519
|
+
</message>
|
520
|
+
<message name="Management.ResourceRecord.add_dsResponse">
|
521
|
+
</message>
|
522
|
+
|
523
|
+
<message name="Management.ResourceRecord.add_hinfoRequest">
|
524
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
525
|
+
<part name="hinfo_records" type="tns:Management.HINFORecordSequenceSequence"/>
|
526
|
+
</message>
|
527
|
+
<message name="Management.ResourceRecord.add_hinfoResponse">
|
528
|
+
</message>
|
529
|
+
|
530
|
+
<message name="Management.ResourceRecord.add_mxRequest">
|
531
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
532
|
+
<part name="mx_records" type="tns:Management.MXRecordSequenceSequence"/>
|
533
|
+
</message>
|
534
|
+
<message name="Management.ResourceRecord.add_mxResponse">
|
535
|
+
</message>
|
536
|
+
|
537
|
+
<message name="Management.ResourceRecord.add_naptrRequest">
|
538
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
539
|
+
<part name="naptr_records" type="tns:Management.NAPTRRecordSequenceSequence"/>
|
540
|
+
</message>
|
541
|
+
<message name="Management.ResourceRecord.add_naptrResponse">
|
542
|
+
</message>
|
543
|
+
|
544
|
+
<message name="Management.ResourceRecord.add_nsRequest">
|
545
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
546
|
+
<part name="ns_records" type="tns:Management.NSRecordSequenceSequence"/>
|
547
|
+
</message>
|
548
|
+
<message name="Management.ResourceRecord.add_nsResponse">
|
549
|
+
</message>
|
550
|
+
|
551
|
+
<message name="Management.ResourceRecord.add_ptrRequest">
|
552
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
553
|
+
<part name="ptr_records" type="tns:Management.PTRRecordSequenceSequence"/>
|
554
|
+
</message>
|
555
|
+
<message name="Management.ResourceRecord.add_ptrResponse">
|
556
|
+
</message>
|
557
|
+
|
558
|
+
<message name="Management.ResourceRecord.add_soaRequest">
|
559
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
560
|
+
<part name="soa_records" type="tns:Management.SOARecordSequenceSequence"/>
|
561
|
+
</message>
|
562
|
+
<message name="Management.ResourceRecord.add_soaResponse">
|
563
|
+
</message>
|
564
|
+
|
565
|
+
<message name="Management.ResourceRecord.add_srvRequest">
|
566
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
567
|
+
<part name="srv_records" type="tns:Management.SRVRecordSequenceSequence"/>
|
568
|
+
</message>
|
569
|
+
<message name="Management.ResourceRecord.add_srvResponse">
|
570
|
+
</message>
|
571
|
+
|
572
|
+
<message name="Management.ResourceRecord.add_txtRequest">
|
573
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
574
|
+
<part name="txt_records" type="tns:Management.TXTRecordSequenceSequence"/>
|
575
|
+
</message>
|
576
|
+
<message name="Management.ResourceRecord.add_txtResponse">
|
577
|
+
</message>
|
578
|
+
|
579
|
+
<message name="Management.ResourceRecord.add_aaaaRequest">
|
580
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
581
|
+
<part name="aaaa_records" type="tns:Management.AAAARecordSequenceSequence"/>
|
582
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
583
|
+
</message>
|
584
|
+
<message name="Management.ResourceRecord.add_aaaaResponse">
|
585
|
+
</message>
|
586
|
+
|
587
|
+
<message name="Management.ResourceRecord.add_dnameRequest">
|
588
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
589
|
+
<part name="dname_records" type="tns:Management.DNAMERecordSequenceSequence"/>
|
590
|
+
</message>
|
591
|
+
<message name="Management.ResourceRecord.add_dnameResponse">
|
592
|
+
</message>
|
593
|
+
|
594
|
+
<message name="Management.ResourceRecord.delete_aRequest">
|
595
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
596
|
+
<part name="a_records" type="tns:Management.ARecordSequenceSequence"/>
|
597
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
598
|
+
</message>
|
599
|
+
<message name="Management.ResourceRecord.delete_aResponse">
|
600
|
+
</message>
|
601
|
+
|
602
|
+
<message name="Management.ResourceRecord.delete_cnameRequest">
|
603
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
604
|
+
<part name="cname_records" type="tns:Management.CNAMERecordSequenceSequence"/>
|
605
|
+
</message>
|
606
|
+
<message name="Management.ResourceRecord.delete_cnameResponse">
|
607
|
+
</message>
|
608
|
+
|
609
|
+
<message name="Management.ResourceRecord.delete_dsRequest">
|
610
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
611
|
+
<part name="ds_records" type="tns:Management.DSRecordSequenceSequence"/>
|
612
|
+
</message>
|
613
|
+
<message name="Management.ResourceRecord.delete_dsResponse">
|
614
|
+
</message>
|
615
|
+
|
616
|
+
<message name="Management.ResourceRecord.delete_hinfoRequest">
|
617
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
618
|
+
<part name="hinfo_records" type="tns:Management.HINFORecordSequenceSequence"/>
|
619
|
+
</message>
|
620
|
+
<message name="Management.ResourceRecord.delete_hinfoResponse">
|
621
|
+
</message>
|
622
|
+
|
623
|
+
<message name="Management.ResourceRecord.delete_mxRequest">
|
624
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
625
|
+
<part name="mx_records" type="tns:Management.MXRecordSequenceSequence"/>
|
626
|
+
</message>
|
627
|
+
<message name="Management.ResourceRecord.delete_mxResponse">
|
628
|
+
</message>
|
629
|
+
|
630
|
+
<message name="Management.ResourceRecord.delete_naptrRequest">
|
631
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
632
|
+
<part name="naptr_records" type="tns:Management.NAPTRRecordSequenceSequence"/>
|
633
|
+
</message>
|
634
|
+
<message name="Management.ResourceRecord.delete_naptrResponse">
|
635
|
+
</message>
|
636
|
+
|
637
|
+
<message name="Management.ResourceRecord.delete_nsRequest">
|
638
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
639
|
+
<part name="ns_records" type="tns:Management.NSRecordSequenceSequence"/>
|
640
|
+
</message>
|
641
|
+
<message name="Management.ResourceRecord.delete_nsResponse">
|
642
|
+
</message>
|
643
|
+
|
644
|
+
<message name="Management.ResourceRecord.delete_ptrRequest">
|
645
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
646
|
+
<part name="ptr_records" type="tns:Management.PTRRecordSequenceSequence"/>
|
647
|
+
</message>
|
648
|
+
<message name="Management.ResourceRecord.delete_ptrResponse">
|
649
|
+
</message>
|
650
|
+
|
651
|
+
<message name="Management.ResourceRecord.delete_soaRequest">
|
652
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
653
|
+
<part name="soa_records" type="tns:Management.SOARecordSequenceSequence"/>
|
654
|
+
</message>
|
655
|
+
<message name="Management.ResourceRecord.delete_soaResponse">
|
656
|
+
</message>
|
657
|
+
|
658
|
+
<message name="Management.ResourceRecord.delete_srvRequest">
|
659
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
660
|
+
<part name="srv_records" type="tns:Management.SRVRecordSequenceSequence"/>
|
661
|
+
</message>
|
662
|
+
<message name="Management.ResourceRecord.delete_srvResponse">
|
663
|
+
</message>
|
664
|
+
|
665
|
+
<message name="Management.ResourceRecord.delete_txtRequest">
|
666
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
667
|
+
<part name="txt_records" type="tns:Management.TXTRecordSequenceSequence"/>
|
668
|
+
</message>
|
669
|
+
<message name="Management.ResourceRecord.delete_txtResponse">
|
670
|
+
</message>
|
671
|
+
|
672
|
+
<message name="Management.ResourceRecord.delete_keyRequest">
|
673
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
674
|
+
<part name="key_records" type="tns:Management.KEYRecordSequenceSequence"/>
|
675
|
+
</message>
|
676
|
+
<message name="Management.ResourceRecord.delete_keyResponse">
|
677
|
+
</message>
|
678
|
+
|
679
|
+
<message name="Management.ResourceRecord.delete_sigRequest">
|
680
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
681
|
+
<part name="sig_records" type="tns:Management.SIGRecordSequenceSequence"/>
|
682
|
+
</message>
|
683
|
+
<message name="Management.ResourceRecord.delete_sigResponse">
|
684
|
+
</message>
|
685
|
+
|
686
|
+
<message name="Management.ResourceRecord.delete_nxtRequest">
|
687
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
688
|
+
<part name="nxt_records" type="tns:Management.NXTRecordSequenceSequence"/>
|
689
|
+
</message>
|
690
|
+
<message name="Management.ResourceRecord.delete_nxtResponse">
|
691
|
+
</message>
|
692
|
+
|
693
|
+
<message name="Management.ResourceRecord.delete_aaaaRequest">
|
694
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
695
|
+
<part name="aaaa_records" type="tns:Management.AAAARecordSequenceSequence"/>
|
696
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
697
|
+
</message>
|
698
|
+
<message name="Management.ResourceRecord.delete_aaaaResponse">
|
699
|
+
</message>
|
700
|
+
|
701
|
+
<message name="Management.ResourceRecord.delete_a6Request">
|
702
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
703
|
+
<part name="a6_records" type="tns:Management.A6RecordSequenceSequence"/>
|
704
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
705
|
+
</message>
|
706
|
+
<message name="Management.ResourceRecord.delete_a6Response">
|
707
|
+
</message>
|
708
|
+
|
709
|
+
<message name="Management.ResourceRecord.delete_dnameRequest">
|
710
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
711
|
+
<part name="dname_records" type="tns:Management.DNAMERecordSequenceSequence"/>
|
712
|
+
</message>
|
713
|
+
<message name="Management.ResourceRecord.delete_dnameResponse">
|
714
|
+
</message>
|
715
|
+
|
716
|
+
<message name="Management.ResourceRecord.update_aRequest">
|
717
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
718
|
+
<part name="old_records" type="tns:Management.ARecordSequenceSequence"/>
|
719
|
+
<part name="new_records" type="tns:Management.ARecordSequenceSequence"/>
|
720
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
721
|
+
</message>
|
722
|
+
<message name="Management.ResourceRecord.update_aResponse">
|
723
|
+
</message>
|
724
|
+
|
725
|
+
<message name="Management.ResourceRecord.update_cnameRequest">
|
726
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
727
|
+
<part name="old_records" type="tns:Management.CNAMERecordSequenceSequence"/>
|
728
|
+
<part name="new_records" type="tns:Management.CNAMERecordSequenceSequence"/>
|
729
|
+
</message>
|
730
|
+
<message name="Management.ResourceRecord.update_cnameResponse">
|
731
|
+
</message>
|
732
|
+
|
733
|
+
<message name="Management.ResourceRecord.update_dsRequest">
|
734
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
735
|
+
<part name="old_records" type="tns:Management.DSRecordSequenceSequence"/>
|
736
|
+
<part name="new_records" type="tns:Management.DSRecordSequenceSequence"/>
|
737
|
+
</message>
|
738
|
+
<message name="Management.ResourceRecord.update_dsResponse">
|
739
|
+
</message>
|
740
|
+
|
741
|
+
<message name="Management.ResourceRecord.update_hinfoRequest">
|
742
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
743
|
+
<part name="old_records" type="tns:Management.HINFORecordSequenceSequence"/>
|
744
|
+
<part name="new_records" type="tns:Management.HINFORecordSequenceSequence"/>
|
745
|
+
</message>
|
746
|
+
<message name="Management.ResourceRecord.update_hinfoResponse">
|
747
|
+
</message>
|
748
|
+
|
749
|
+
<message name="Management.ResourceRecord.update_mxRequest">
|
750
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
751
|
+
<part name="old_records" type="tns:Management.MXRecordSequenceSequence"/>
|
752
|
+
<part name="new_records" type="tns:Management.MXRecordSequenceSequence"/>
|
753
|
+
</message>
|
754
|
+
<message name="Management.ResourceRecord.update_mxResponse">
|
755
|
+
</message>
|
756
|
+
|
757
|
+
<message name="Management.ResourceRecord.update_naptrRequest">
|
758
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
759
|
+
<part name="old_records" type="tns:Management.NAPTRRecordSequenceSequence"/>
|
760
|
+
<part name="new_records" type="tns:Management.NAPTRRecordSequenceSequence"/>
|
761
|
+
</message>
|
762
|
+
<message name="Management.ResourceRecord.update_naptrResponse">
|
763
|
+
</message>
|
764
|
+
|
765
|
+
<message name="Management.ResourceRecord.update_nsRequest">
|
766
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
767
|
+
<part name="old_records" type="tns:Management.NSRecordSequenceSequence"/>
|
768
|
+
<part name="new_records" type="tns:Management.NSRecordSequenceSequence"/>
|
769
|
+
</message>
|
770
|
+
<message name="Management.ResourceRecord.update_nsResponse">
|
771
|
+
</message>
|
772
|
+
|
773
|
+
<message name="Management.ResourceRecord.update_ptrRequest">
|
774
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
775
|
+
<part name="old_records" type="tns:Management.PTRRecordSequenceSequence"/>
|
776
|
+
<part name="new_records" type="tns:Management.PTRRecordSequenceSequence"/>
|
777
|
+
</message>
|
778
|
+
<message name="Management.ResourceRecord.update_ptrResponse">
|
779
|
+
</message>
|
780
|
+
|
781
|
+
<message name="Management.ResourceRecord.update_soaRequest">
|
782
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
783
|
+
<part name="old_records" type="tns:Management.SOARecordSequenceSequence"/>
|
784
|
+
<part name="new_records" type="tns:Management.SOARecordSequenceSequence"/>
|
785
|
+
</message>
|
786
|
+
<message name="Management.ResourceRecord.update_soaResponse">
|
787
|
+
</message>
|
788
|
+
|
789
|
+
<message name="Management.ResourceRecord.update_srvRequest">
|
790
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
791
|
+
<part name="old_records" type="tns:Management.SRVRecordSequenceSequence"/>
|
792
|
+
<part name="new_records" type="tns:Management.SRVRecordSequenceSequence"/>
|
793
|
+
</message>
|
794
|
+
<message name="Management.ResourceRecord.update_srvResponse">
|
795
|
+
</message>
|
796
|
+
|
797
|
+
<message name="Management.ResourceRecord.update_txtRequest">
|
798
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
799
|
+
<part name="old_records" type="tns:Management.TXTRecordSequenceSequence"/>
|
800
|
+
<part name="new_records" type="tns:Management.TXTRecordSequenceSequence"/>
|
801
|
+
</message>
|
802
|
+
<message name="Management.ResourceRecord.update_txtResponse">
|
803
|
+
</message>
|
804
|
+
|
805
|
+
<message name="Management.ResourceRecord.update_aaaaRequest">
|
806
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
807
|
+
<part name="old_records" type="tns:Management.AAAARecordSequenceSequence"/>
|
808
|
+
<part name="new_records" type="tns:Management.AAAARecordSequenceSequence"/>
|
809
|
+
<part name="sync_ptrs" type="tns:Common.BooleanSequence"/>
|
810
|
+
</message>
|
811
|
+
<message name="Management.ResourceRecord.update_aaaaResponse">
|
812
|
+
</message>
|
813
|
+
|
814
|
+
<message name="Management.ResourceRecord.update_dnameRequest">
|
815
|
+
<part name="view_zones" type="tns:Management.ViewZoneSequence"/>
|
816
|
+
<part name="old_records" type="tns:Management.DNAMERecordSequenceSequence"/>
|
817
|
+
<part name="new_records" type="tns:Management.DNAMERecordSequenceSequence"/>
|
818
|
+
</message>
|
819
|
+
<message name="Management.ResourceRecord.update_dnameResponse">
|
820
|
+
</message>
|
821
|
+
|
822
|
+
<message name="Management.ResourceRecord.get_versionRequest">
|
823
|
+
</message>
|
824
|
+
<message name="Management.ResourceRecord.get_versionResponse">
|
825
|
+
<part name="return" type="xsd:string"/>
|
826
|
+
</message>
|
827
|
+
|
828
|
+
<!-- portType -->
|
829
|
+
|
830
|
+
<portType name="Management.ResourceRecordPortType">
|
831
|
+
<operation name="get_rrs">
|
832
|
+
<documentation>
|
833
|
+
Gets a list of resource records for a specified view/zone
|
834
|
+
|
835
|
+
</documentation>
|
836
|
+
<input message="tns:Management.ResourceRecord.get_rrsRequest"/>
|
837
|
+
<output message="tns:Management.ResourceRecord.get_rrsResponse"/>
|
838
|
+
</operation>
|
839
|
+
<operation name="get_rrs_detailed">
|
840
|
+
<documentation>
|
841
|
+
Gets a list of resource records for the specified view/zone information.
|
842
|
+
|
843
|
+
</documentation>
|
844
|
+
<input message="tns:Management.ResourceRecord.get_rrs_detailedRequest"/>
|
845
|
+
<output message="tns:Management.ResourceRecord.get_rrs_detailedResponse"/>
|
846
|
+
</operation>
|
847
|
+
<operation name="add_rrs">
|
848
|
+
<documentation>
|
849
|
+
Adds a list of RRS to a view/zone
|
850
|
+
|
851
|
+
</documentation>
|
852
|
+
<input message="tns:Management.ResourceRecord.add_rrsRequest"/>
|
853
|
+
<output message="tns:Management.ResourceRecord.add_rrsResponse"/>
|
854
|
+
</operation>
|
855
|
+
<operation name="add_a">
|
856
|
+
<documentation>
|
857
|
+
Adds DNS "A" Records.
|
858
|
+
|
859
|
+
</documentation>
|
860
|
+
<input message="tns:Management.ResourceRecord.add_aRequest"/>
|
861
|
+
<output message="tns:Management.ResourceRecord.add_aResponse"/>
|
862
|
+
</operation>
|
863
|
+
<operation name="add_cname">
|
864
|
+
<documentation>
|
865
|
+
Adds DNS "CNAME" Records.
|
866
|
+
|
867
|
+
</documentation>
|
868
|
+
<input message="tns:Management.ResourceRecord.add_cnameRequest"/>
|
869
|
+
<output message="tns:Management.ResourceRecord.add_cnameResponse"/>
|
870
|
+
</operation>
|
871
|
+
<operation name="add_ds">
|
872
|
+
<documentation>
|
873
|
+
Adds DNS "DS" Records.
|
874
|
+
|
875
|
+
</documentation>
|
876
|
+
<input message="tns:Management.ResourceRecord.add_dsRequest"/>
|
877
|
+
<output message="tns:Management.ResourceRecord.add_dsResponse"/>
|
878
|
+
</operation>
|
879
|
+
<operation name="add_hinfo">
|
880
|
+
<documentation>
|
881
|
+
Adds DNS "HINFO" Records.
|
882
|
+
|
883
|
+
</documentation>
|
884
|
+
<input message="tns:Management.ResourceRecord.add_hinfoRequest"/>
|
885
|
+
<output message="tns:Management.ResourceRecord.add_hinfoResponse"/>
|
886
|
+
</operation>
|
887
|
+
<operation name="add_mx">
|
888
|
+
<documentation>
|
889
|
+
Adds DNS "MX" Records.
|
890
|
+
|
891
|
+
</documentation>
|
892
|
+
<input message="tns:Management.ResourceRecord.add_mxRequest"/>
|
893
|
+
<output message="tns:Management.ResourceRecord.add_mxResponse"/>
|
894
|
+
</operation>
|
895
|
+
<operation name="add_naptr">
|
896
|
+
<documentation>
|
897
|
+
Adds DNS "NAPTR" Records.
|
898
|
+
|
899
|
+
</documentation>
|
900
|
+
<input message="tns:Management.ResourceRecord.add_naptrRequest"/>
|
901
|
+
<output message="tns:Management.ResourceRecord.add_naptrResponse"/>
|
902
|
+
</operation>
|
903
|
+
<operation name="add_ns">
|
904
|
+
<documentation>
|
905
|
+
Adds DNS "NS" Records.
|
906
|
+
|
907
|
+
</documentation>
|
908
|
+
<input message="tns:Management.ResourceRecord.add_nsRequest"/>
|
909
|
+
<output message="tns:Management.ResourceRecord.add_nsResponse"/>
|
910
|
+
</operation>
|
911
|
+
<operation name="add_ptr">
|
912
|
+
<documentation>
|
913
|
+
Adds DNS "PTR" Records.
|
914
|
+
|
915
|
+
</documentation>
|
916
|
+
<input message="tns:Management.ResourceRecord.add_ptrRequest"/>
|
917
|
+
<output message="tns:Management.ResourceRecord.add_ptrResponse"/>
|
918
|
+
</operation>
|
919
|
+
<operation name="add_soa">
|
920
|
+
<documentation>
|
921
|
+
Adds DNS "SOA" Records.
|
922
|
+
|
923
|
+
</documentation>
|
924
|
+
<input message="tns:Management.ResourceRecord.add_soaRequest"/>
|
925
|
+
<output message="tns:Management.ResourceRecord.add_soaResponse"/>
|
926
|
+
</operation>
|
927
|
+
<operation name="add_srv">
|
928
|
+
<documentation>
|
929
|
+
Adds DNS "SRV" Records.
|
930
|
+
|
931
|
+
</documentation>
|
932
|
+
<input message="tns:Management.ResourceRecord.add_srvRequest"/>
|
933
|
+
<output message="tns:Management.ResourceRecord.add_srvResponse"/>
|
934
|
+
</operation>
|
935
|
+
<operation name="add_txt">
|
936
|
+
<documentation>
|
937
|
+
Adds DNS "TXT" Records.
|
938
|
+
|
939
|
+
</documentation>
|
940
|
+
<input message="tns:Management.ResourceRecord.add_txtRequest"/>
|
941
|
+
<output message="tns:Management.ResourceRecord.add_txtResponse"/>
|
942
|
+
</operation>
|
943
|
+
<operation name="add_aaaa">
|
944
|
+
<documentation>
|
945
|
+
Adds DNS "AAAA" Records.
|
946
|
+
|
947
|
+
</documentation>
|
948
|
+
<input message="tns:Management.ResourceRecord.add_aaaaRequest"/>
|
949
|
+
<output message="tns:Management.ResourceRecord.add_aaaaResponse"/>
|
950
|
+
</operation>
|
951
|
+
<operation name="add_dname">
|
952
|
+
<documentation>
|
953
|
+
Adds DNS "DNAME" Records.
|
954
|
+
|
955
|
+
</documentation>
|
956
|
+
<input message="tns:Management.ResourceRecord.add_dnameRequest"/>
|
957
|
+
<output message="tns:Management.ResourceRecord.add_dnameResponse"/>
|
958
|
+
</operation>
|
959
|
+
<operation name="delete_a">
|
960
|
+
<documentation>
|
961
|
+
Deletes DNS "A" Records.
|
962
|
+
|
963
|
+
</documentation>
|
964
|
+
<input message="tns:Management.ResourceRecord.delete_aRequest"/>
|
965
|
+
<output message="tns:Management.ResourceRecord.delete_aResponse"/>
|
966
|
+
</operation>
|
967
|
+
<operation name="delete_cname">
|
968
|
+
<documentation>
|
969
|
+
Deletes DNS "CNAME" Records.
|
970
|
+
|
971
|
+
</documentation>
|
972
|
+
<input message="tns:Management.ResourceRecord.delete_cnameRequest"/>
|
973
|
+
<output message="tns:Management.ResourceRecord.delete_cnameResponse"/>
|
974
|
+
</operation>
|
975
|
+
<operation name="delete_ds">
|
976
|
+
<documentation>
|
977
|
+
Deletes DNS "DS" Records.
|
978
|
+
|
979
|
+
</documentation>
|
980
|
+
<input message="tns:Management.ResourceRecord.delete_dsRequest"/>
|
981
|
+
<output message="tns:Management.ResourceRecord.delete_dsResponse"/>
|
982
|
+
</operation>
|
983
|
+
<operation name="delete_hinfo">
|
984
|
+
<documentation>
|
985
|
+
Deletes DNS "HINFO" Records.
|
986
|
+
|
987
|
+
</documentation>
|
988
|
+
<input message="tns:Management.ResourceRecord.delete_hinfoRequest"/>
|
989
|
+
<output message="tns:Management.ResourceRecord.delete_hinfoResponse"/>
|
990
|
+
</operation>
|
991
|
+
<operation name="delete_mx">
|
992
|
+
<documentation>
|
993
|
+
Deletes DNS "MX" Records.
|
994
|
+
|
995
|
+
</documentation>
|
996
|
+
<input message="tns:Management.ResourceRecord.delete_mxRequest"/>
|
997
|
+
<output message="tns:Management.ResourceRecord.delete_mxResponse"/>
|
998
|
+
</operation>
|
999
|
+
<operation name="delete_naptr">
|
1000
|
+
<documentation>
|
1001
|
+
Deletes DNS "NAPTR" Records.
|
1002
|
+
|
1003
|
+
</documentation>
|
1004
|
+
<input message="tns:Management.ResourceRecord.delete_naptrRequest"/>
|
1005
|
+
<output message="tns:Management.ResourceRecord.delete_naptrResponse"/>
|
1006
|
+
</operation>
|
1007
|
+
<operation name="delete_ns">
|
1008
|
+
<documentation>
|
1009
|
+
Deletes DNS "NS" Records.
|
1010
|
+
|
1011
|
+
</documentation>
|
1012
|
+
<input message="tns:Management.ResourceRecord.delete_nsRequest"/>
|
1013
|
+
<output message="tns:Management.ResourceRecord.delete_nsResponse"/>
|
1014
|
+
</operation>
|
1015
|
+
<operation name="delete_ptr">
|
1016
|
+
<documentation>
|
1017
|
+
Deletes DNS "PTR" Records.
|
1018
|
+
|
1019
|
+
</documentation>
|
1020
|
+
<input message="tns:Management.ResourceRecord.delete_ptrRequest"/>
|
1021
|
+
<output message="tns:Management.ResourceRecord.delete_ptrResponse"/>
|
1022
|
+
</operation>
|
1023
|
+
<operation name="delete_soa">
|
1024
|
+
<documentation>
|
1025
|
+
Deletes DNS "SOA" Records.
|
1026
|
+
|
1027
|
+
</documentation>
|
1028
|
+
<input message="tns:Management.ResourceRecord.delete_soaRequest"/>
|
1029
|
+
<output message="tns:Management.ResourceRecord.delete_soaResponse"/>
|
1030
|
+
</operation>
|
1031
|
+
<operation name="delete_srv">
|
1032
|
+
<documentation>
|
1033
|
+
Deletes DNS "SRV" Records.
|
1034
|
+
|
1035
|
+
</documentation>
|
1036
|
+
<input message="tns:Management.ResourceRecord.delete_srvRequest"/>
|
1037
|
+
<output message="tns:Management.ResourceRecord.delete_srvResponse"/>
|
1038
|
+
</operation>
|
1039
|
+
<operation name="delete_txt">
|
1040
|
+
<documentation>
|
1041
|
+
Deletes DNS "TXT" Records.
|
1042
|
+
|
1043
|
+
</documentation>
|
1044
|
+
<input message="tns:Management.ResourceRecord.delete_txtRequest"/>
|
1045
|
+
<output message="tns:Management.ResourceRecord.delete_txtResponse"/>
|
1046
|
+
</operation>
|
1047
|
+
<operation name="delete_key">
|
1048
|
+
<documentation>
|
1049
|
+
Deletes DNS "KEY" Records.
|
1050
|
+
|
1051
|
+
</documentation>
|
1052
|
+
<input message="tns:Management.ResourceRecord.delete_keyRequest"/>
|
1053
|
+
<output message="tns:Management.ResourceRecord.delete_keyResponse"/>
|
1054
|
+
</operation>
|
1055
|
+
<operation name="delete_sig">
|
1056
|
+
<documentation>
|
1057
|
+
deletes DNS "SIG" Records.
|
1058
|
+
|
1059
|
+
</documentation>
|
1060
|
+
<input message="tns:Management.ResourceRecord.delete_sigRequest"/>
|
1061
|
+
<output message="tns:Management.ResourceRecord.delete_sigResponse"/>
|
1062
|
+
</operation>
|
1063
|
+
<operation name="delete_nxt">
|
1064
|
+
<documentation>
|
1065
|
+
deletes DNS "NXT" Records.
|
1066
|
+
|
1067
|
+
</documentation>
|
1068
|
+
<input message="tns:Management.ResourceRecord.delete_nxtRequest"/>
|
1069
|
+
<output message="tns:Management.ResourceRecord.delete_nxtResponse"/>
|
1070
|
+
</operation>
|
1071
|
+
<operation name="delete_aaaa">
|
1072
|
+
<documentation>
|
1073
|
+
Deletes DNS "AAAA" Records.
|
1074
|
+
|
1075
|
+
</documentation>
|
1076
|
+
<input message="tns:Management.ResourceRecord.delete_aaaaRequest"/>
|
1077
|
+
<output message="tns:Management.ResourceRecord.delete_aaaaResponse"/>
|
1078
|
+
</operation>
|
1079
|
+
<operation name="delete_a6">
|
1080
|
+
<documentation>
|
1081
|
+
deletes DNS "A6" Records.
|
1082
|
+
|
1083
|
+
</documentation>
|
1084
|
+
<input message="tns:Management.ResourceRecord.delete_a6Request"/>
|
1085
|
+
<output message="tns:Management.ResourceRecord.delete_a6Response"/>
|
1086
|
+
</operation>
|
1087
|
+
<operation name="delete_dname">
|
1088
|
+
<documentation>
|
1089
|
+
Deletes DNS "DNAME" Records.
|
1090
|
+
|
1091
|
+
</documentation>
|
1092
|
+
<input message="tns:Management.ResourceRecord.delete_dnameRequest"/>
|
1093
|
+
<output message="tns:Management.ResourceRecord.delete_dnameResponse"/>
|
1094
|
+
</operation>
|
1095
|
+
<operation name="update_a">
|
1096
|
+
<documentation>
|
1097
|
+
Updates or changes DNS "A" Records.
|
1098
|
+
|
1099
|
+
</documentation>
|
1100
|
+
<input message="tns:Management.ResourceRecord.update_aRequest"/>
|
1101
|
+
<output message="tns:Management.ResourceRecord.update_aResponse"/>
|
1102
|
+
</operation>
|
1103
|
+
<operation name="update_cname">
|
1104
|
+
<documentation>
|
1105
|
+
Updates or changes DNS "CNAME" Records.
|
1106
|
+
|
1107
|
+
</documentation>
|
1108
|
+
<input message="tns:Management.ResourceRecord.update_cnameRequest"/>
|
1109
|
+
<output message="tns:Management.ResourceRecord.update_cnameResponse"/>
|
1110
|
+
</operation>
|
1111
|
+
<operation name="update_ds">
|
1112
|
+
<documentation>
|
1113
|
+
Updates or changes DNS "DS" Records.
|
1114
|
+
|
1115
|
+
</documentation>
|
1116
|
+
<input message="tns:Management.ResourceRecord.update_dsRequest"/>
|
1117
|
+
<output message="tns:Management.ResourceRecord.update_dsResponse"/>
|
1118
|
+
</operation>
|
1119
|
+
<operation name="update_hinfo">
|
1120
|
+
<documentation>
|
1121
|
+
Updates or changes DNS "HINFO" Records.
|
1122
|
+
|
1123
|
+
</documentation>
|
1124
|
+
<input message="tns:Management.ResourceRecord.update_hinfoRequest"/>
|
1125
|
+
<output message="tns:Management.ResourceRecord.update_hinfoResponse"/>
|
1126
|
+
</operation>
|
1127
|
+
<operation name="update_mx">
|
1128
|
+
<documentation>
|
1129
|
+
Updates or changes DNS "MX" Records.
|
1130
|
+
|
1131
|
+
</documentation>
|
1132
|
+
<input message="tns:Management.ResourceRecord.update_mxRequest"/>
|
1133
|
+
<output message="tns:Management.ResourceRecord.update_mxResponse"/>
|
1134
|
+
</operation>
|
1135
|
+
<operation name="update_naptr">
|
1136
|
+
<documentation>
|
1137
|
+
Updates or changes DNS "NAPTR" Records.
|
1138
|
+
|
1139
|
+
</documentation>
|
1140
|
+
<input message="tns:Management.ResourceRecord.update_naptrRequest"/>
|
1141
|
+
<output message="tns:Management.ResourceRecord.update_naptrResponse"/>
|
1142
|
+
</operation>
|
1143
|
+
<operation name="update_ns">
|
1144
|
+
<documentation>
|
1145
|
+
Updates or changes DNS "NS" Records.
|
1146
|
+
|
1147
|
+
</documentation>
|
1148
|
+
<input message="tns:Management.ResourceRecord.update_nsRequest"/>
|
1149
|
+
<output message="tns:Management.ResourceRecord.update_nsResponse"/>
|
1150
|
+
</operation>
|
1151
|
+
<operation name="update_ptr">
|
1152
|
+
<documentation>
|
1153
|
+
Updates or changes DNS "PTR" Records.
|
1154
|
+
|
1155
|
+
</documentation>
|
1156
|
+
<input message="tns:Management.ResourceRecord.update_ptrRequest"/>
|
1157
|
+
<output message="tns:Management.ResourceRecord.update_ptrResponse"/>
|
1158
|
+
</operation>
|
1159
|
+
<operation name="update_soa">
|
1160
|
+
<documentation>
|
1161
|
+
Updates or changes DNS "SOA" Records.
|
1162
|
+
|
1163
|
+
</documentation>
|
1164
|
+
<input message="tns:Management.ResourceRecord.update_soaRequest"/>
|
1165
|
+
<output message="tns:Management.ResourceRecord.update_soaResponse"/>
|
1166
|
+
</operation>
|
1167
|
+
<operation name="update_srv">
|
1168
|
+
<documentation>
|
1169
|
+
Updates or changes DNS "SRV" Records.
|
1170
|
+
|
1171
|
+
</documentation>
|
1172
|
+
<input message="tns:Management.ResourceRecord.update_srvRequest"/>
|
1173
|
+
<output message="tns:Management.ResourceRecord.update_srvResponse"/>
|
1174
|
+
</operation>
|
1175
|
+
<operation name="update_txt">
|
1176
|
+
<documentation>
|
1177
|
+
Updates or changes DNS "TXT" Records.
|
1178
|
+
|
1179
|
+
</documentation>
|
1180
|
+
<input message="tns:Management.ResourceRecord.update_txtRequest"/>
|
1181
|
+
<output message="tns:Management.ResourceRecord.update_txtResponse"/>
|
1182
|
+
</operation>
|
1183
|
+
<operation name="update_aaaa">
|
1184
|
+
<documentation>
|
1185
|
+
Updates or changes DNS "AAAA" Records.
|
1186
|
+
|
1187
|
+
</documentation>
|
1188
|
+
<input message="tns:Management.ResourceRecord.update_aaaaRequest"/>
|
1189
|
+
<output message="tns:Management.ResourceRecord.update_aaaaResponse"/>
|
1190
|
+
</operation>
|
1191
|
+
<operation name="update_dname">
|
1192
|
+
<documentation>
|
1193
|
+
Updates or changes DNS "DNAME" Records.
|
1194
|
+
|
1195
|
+
</documentation>
|
1196
|
+
<input message="tns:Management.ResourceRecord.update_dnameRequest"/>
|
1197
|
+
<output message="tns:Management.ResourceRecord.update_dnameResponse"/>
|
1198
|
+
</operation>
|
1199
|
+
<operation name="get_version">
|
1200
|
+
<documentation>
|
1201
|
+
Gets the version information for this interface.
|
1202
|
+
|
1203
|
+
</documentation>
|
1204
|
+
<input message="tns:Management.ResourceRecord.get_versionRequest"/>
|
1205
|
+
<output message="tns:Management.ResourceRecord.get_versionResponse"/>
|
1206
|
+
</operation>
|
1207
|
+
</portType>
|
1208
|
+
|
1209
|
+
<!-- binding -->
|
1210
|
+
|
1211
|
+
<binding name="Management.ResourceRecordBinding" type="tns:Management.ResourceRecordPortType">
|
1212
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
1213
|
+
<operation name="get_rrs">
|
1214
|
+
<documentation>
|
1215
|
+
Gets a list of resource records for a specified view/zone
|
1216
|
+
|
1217
|
+
</documentation>
|
1218
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1219
|
+
<input>
|
1220
|
+
<soap:body
|
1221
|
+
use="encoded"
|
1222
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1223
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1224
|
+
</input>
|
1225
|
+
<output>
|
1226
|
+
<soap:body
|
1227
|
+
use="encoded"
|
1228
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1230
|
+
</output>
|
1231
|
+
</operation>
|
1232
|
+
|
1233
|
+
<operation name="get_rrs_detailed">
|
1234
|
+
<documentation>
|
1235
|
+
Gets a list of resource records for the specified view/zone information.
|
1236
|
+
|
1237
|
+
</documentation>
|
1238
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1239
|
+
<input>
|
1240
|
+
<soap:body
|
1241
|
+
use="encoded"
|
1242
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1243
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1244
|
+
</input>
|
1245
|
+
<output>
|
1246
|
+
<soap:body
|
1247
|
+
use="encoded"
|
1248
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1250
|
+
</output>
|
1251
|
+
</operation>
|
1252
|
+
|
1253
|
+
<operation name="add_rrs">
|
1254
|
+
<documentation>
|
1255
|
+
Adds a list of RRS to a view/zone
|
1256
|
+
|
1257
|
+
</documentation>
|
1258
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1259
|
+
<input>
|
1260
|
+
<soap:body
|
1261
|
+
use="encoded"
|
1262
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1263
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1264
|
+
</input>
|
1265
|
+
<output>
|
1266
|
+
<soap:body
|
1267
|
+
use="encoded"
|
1268
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1270
|
+
</output>
|
1271
|
+
</operation>
|
1272
|
+
|
1273
|
+
<operation name="add_a">
|
1274
|
+
<documentation>
|
1275
|
+
Adds DNS "A" Records.
|
1276
|
+
|
1277
|
+
</documentation>
|
1278
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1279
|
+
<input>
|
1280
|
+
<soap:body
|
1281
|
+
use="encoded"
|
1282
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1284
|
+
</input>
|
1285
|
+
<output>
|
1286
|
+
<soap:body
|
1287
|
+
use="encoded"
|
1288
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1290
|
+
</output>
|
1291
|
+
</operation>
|
1292
|
+
|
1293
|
+
<operation name="add_cname">
|
1294
|
+
<documentation>
|
1295
|
+
Adds DNS "CNAME" Records.
|
1296
|
+
|
1297
|
+
</documentation>
|
1298
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1299
|
+
<input>
|
1300
|
+
<soap:body
|
1301
|
+
use="encoded"
|
1302
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1303
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1304
|
+
</input>
|
1305
|
+
<output>
|
1306
|
+
<soap:body
|
1307
|
+
use="encoded"
|
1308
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1310
|
+
</output>
|
1311
|
+
</operation>
|
1312
|
+
|
1313
|
+
<operation name="add_ds">
|
1314
|
+
<documentation>
|
1315
|
+
Adds DNS "DS" Records.
|
1316
|
+
|
1317
|
+
</documentation>
|
1318
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1319
|
+
<input>
|
1320
|
+
<soap:body
|
1321
|
+
use="encoded"
|
1322
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1324
|
+
</input>
|
1325
|
+
<output>
|
1326
|
+
<soap:body
|
1327
|
+
use="encoded"
|
1328
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1330
|
+
</output>
|
1331
|
+
</operation>
|
1332
|
+
|
1333
|
+
<operation name="add_hinfo">
|
1334
|
+
<documentation>
|
1335
|
+
Adds DNS "HINFO" Records.
|
1336
|
+
|
1337
|
+
</documentation>
|
1338
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1339
|
+
<input>
|
1340
|
+
<soap:body
|
1341
|
+
use="encoded"
|
1342
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1344
|
+
</input>
|
1345
|
+
<output>
|
1346
|
+
<soap:body
|
1347
|
+
use="encoded"
|
1348
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1350
|
+
</output>
|
1351
|
+
</operation>
|
1352
|
+
|
1353
|
+
<operation name="add_mx">
|
1354
|
+
<documentation>
|
1355
|
+
Adds DNS "MX" Records.
|
1356
|
+
|
1357
|
+
</documentation>
|
1358
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1359
|
+
<input>
|
1360
|
+
<soap:body
|
1361
|
+
use="encoded"
|
1362
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1363
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1364
|
+
</input>
|
1365
|
+
<output>
|
1366
|
+
<soap:body
|
1367
|
+
use="encoded"
|
1368
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1369
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1370
|
+
</output>
|
1371
|
+
</operation>
|
1372
|
+
|
1373
|
+
<operation name="add_naptr">
|
1374
|
+
<documentation>
|
1375
|
+
Adds DNS "NAPTR" Records.
|
1376
|
+
|
1377
|
+
</documentation>
|
1378
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1379
|
+
<input>
|
1380
|
+
<soap:body
|
1381
|
+
use="encoded"
|
1382
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1383
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1384
|
+
</input>
|
1385
|
+
<output>
|
1386
|
+
<soap:body
|
1387
|
+
use="encoded"
|
1388
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1389
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1390
|
+
</output>
|
1391
|
+
</operation>
|
1392
|
+
|
1393
|
+
<operation name="add_ns">
|
1394
|
+
<documentation>
|
1395
|
+
Adds DNS "NS" Records.
|
1396
|
+
|
1397
|
+
</documentation>
|
1398
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1399
|
+
<input>
|
1400
|
+
<soap:body
|
1401
|
+
use="encoded"
|
1402
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1403
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1404
|
+
</input>
|
1405
|
+
<output>
|
1406
|
+
<soap:body
|
1407
|
+
use="encoded"
|
1408
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1409
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1410
|
+
</output>
|
1411
|
+
</operation>
|
1412
|
+
|
1413
|
+
<operation name="add_ptr">
|
1414
|
+
<documentation>
|
1415
|
+
Adds DNS "PTR" Records.
|
1416
|
+
|
1417
|
+
</documentation>
|
1418
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1419
|
+
<input>
|
1420
|
+
<soap:body
|
1421
|
+
use="encoded"
|
1422
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1423
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1424
|
+
</input>
|
1425
|
+
<output>
|
1426
|
+
<soap:body
|
1427
|
+
use="encoded"
|
1428
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1429
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1430
|
+
</output>
|
1431
|
+
</operation>
|
1432
|
+
|
1433
|
+
<operation name="add_soa">
|
1434
|
+
<documentation>
|
1435
|
+
Adds DNS "SOA" Records.
|
1436
|
+
|
1437
|
+
</documentation>
|
1438
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1439
|
+
<input>
|
1440
|
+
<soap:body
|
1441
|
+
use="encoded"
|
1442
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1443
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1444
|
+
</input>
|
1445
|
+
<output>
|
1446
|
+
<soap:body
|
1447
|
+
use="encoded"
|
1448
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1449
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1450
|
+
</output>
|
1451
|
+
</operation>
|
1452
|
+
|
1453
|
+
<operation name="add_srv">
|
1454
|
+
<documentation>
|
1455
|
+
Adds DNS "SRV" Records.
|
1456
|
+
|
1457
|
+
</documentation>
|
1458
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1459
|
+
<input>
|
1460
|
+
<soap:body
|
1461
|
+
use="encoded"
|
1462
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1463
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1464
|
+
</input>
|
1465
|
+
<output>
|
1466
|
+
<soap:body
|
1467
|
+
use="encoded"
|
1468
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1469
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1470
|
+
</output>
|
1471
|
+
</operation>
|
1472
|
+
|
1473
|
+
<operation name="add_txt">
|
1474
|
+
<documentation>
|
1475
|
+
Adds DNS "TXT" Records.
|
1476
|
+
|
1477
|
+
</documentation>
|
1478
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1479
|
+
<input>
|
1480
|
+
<soap:body
|
1481
|
+
use="encoded"
|
1482
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1483
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1484
|
+
</input>
|
1485
|
+
<output>
|
1486
|
+
<soap:body
|
1487
|
+
use="encoded"
|
1488
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1489
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1490
|
+
</output>
|
1491
|
+
</operation>
|
1492
|
+
|
1493
|
+
<operation name="add_aaaa">
|
1494
|
+
<documentation>
|
1495
|
+
Adds DNS "AAAA" Records.
|
1496
|
+
|
1497
|
+
</documentation>
|
1498
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1499
|
+
<input>
|
1500
|
+
<soap:body
|
1501
|
+
use="encoded"
|
1502
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1503
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1504
|
+
</input>
|
1505
|
+
<output>
|
1506
|
+
<soap:body
|
1507
|
+
use="encoded"
|
1508
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1509
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1510
|
+
</output>
|
1511
|
+
</operation>
|
1512
|
+
|
1513
|
+
<operation name="add_dname">
|
1514
|
+
<documentation>
|
1515
|
+
Adds DNS "DNAME" Records.
|
1516
|
+
|
1517
|
+
</documentation>
|
1518
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1519
|
+
<input>
|
1520
|
+
<soap:body
|
1521
|
+
use="encoded"
|
1522
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1524
|
+
</input>
|
1525
|
+
<output>
|
1526
|
+
<soap:body
|
1527
|
+
use="encoded"
|
1528
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1529
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1530
|
+
</output>
|
1531
|
+
</operation>
|
1532
|
+
|
1533
|
+
<operation name="delete_a">
|
1534
|
+
<documentation>
|
1535
|
+
Deletes DNS "A" Records.
|
1536
|
+
|
1537
|
+
</documentation>
|
1538
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1539
|
+
<input>
|
1540
|
+
<soap:body
|
1541
|
+
use="encoded"
|
1542
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1543
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1544
|
+
</input>
|
1545
|
+
<output>
|
1546
|
+
<soap:body
|
1547
|
+
use="encoded"
|
1548
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1549
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1550
|
+
</output>
|
1551
|
+
</operation>
|
1552
|
+
|
1553
|
+
<operation name="delete_cname">
|
1554
|
+
<documentation>
|
1555
|
+
Deletes DNS "CNAME" Records.
|
1556
|
+
|
1557
|
+
</documentation>
|
1558
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1559
|
+
<input>
|
1560
|
+
<soap:body
|
1561
|
+
use="encoded"
|
1562
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1563
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1564
|
+
</input>
|
1565
|
+
<output>
|
1566
|
+
<soap:body
|
1567
|
+
use="encoded"
|
1568
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1569
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1570
|
+
</output>
|
1571
|
+
</operation>
|
1572
|
+
|
1573
|
+
<operation name="delete_ds">
|
1574
|
+
<documentation>
|
1575
|
+
Deletes DNS "DS" Records.
|
1576
|
+
|
1577
|
+
</documentation>
|
1578
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1579
|
+
<input>
|
1580
|
+
<soap:body
|
1581
|
+
use="encoded"
|
1582
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1583
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1584
|
+
</input>
|
1585
|
+
<output>
|
1586
|
+
<soap:body
|
1587
|
+
use="encoded"
|
1588
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1589
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1590
|
+
</output>
|
1591
|
+
</operation>
|
1592
|
+
|
1593
|
+
<operation name="delete_hinfo">
|
1594
|
+
<documentation>
|
1595
|
+
Deletes DNS "HINFO" Records.
|
1596
|
+
|
1597
|
+
</documentation>
|
1598
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1599
|
+
<input>
|
1600
|
+
<soap:body
|
1601
|
+
use="encoded"
|
1602
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1603
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1604
|
+
</input>
|
1605
|
+
<output>
|
1606
|
+
<soap:body
|
1607
|
+
use="encoded"
|
1608
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1609
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1610
|
+
</output>
|
1611
|
+
</operation>
|
1612
|
+
|
1613
|
+
<operation name="delete_mx">
|
1614
|
+
<documentation>
|
1615
|
+
Deletes DNS "MX" Records.
|
1616
|
+
|
1617
|
+
</documentation>
|
1618
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1619
|
+
<input>
|
1620
|
+
<soap:body
|
1621
|
+
use="encoded"
|
1622
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1623
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1624
|
+
</input>
|
1625
|
+
<output>
|
1626
|
+
<soap:body
|
1627
|
+
use="encoded"
|
1628
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1629
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1630
|
+
</output>
|
1631
|
+
</operation>
|
1632
|
+
|
1633
|
+
<operation name="delete_naptr">
|
1634
|
+
<documentation>
|
1635
|
+
Deletes DNS "NAPTR" Records.
|
1636
|
+
|
1637
|
+
</documentation>
|
1638
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1639
|
+
<input>
|
1640
|
+
<soap:body
|
1641
|
+
use="encoded"
|
1642
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1643
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1644
|
+
</input>
|
1645
|
+
<output>
|
1646
|
+
<soap:body
|
1647
|
+
use="encoded"
|
1648
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1649
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1650
|
+
</output>
|
1651
|
+
</operation>
|
1652
|
+
|
1653
|
+
<operation name="delete_ns">
|
1654
|
+
<documentation>
|
1655
|
+
Deletes DNS "NS" Records.
|
1656
|
+
|
1657
|
+
</documentation>
|
1658
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1659
|
+
<input>
|
1660
|
+
<soap:body
|
1661
|
+
use="encoded"
|
1662
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1663
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1664
|
+
</input>
|
1665
|
+
<output>
|
1666
|
+
<soap:body
|
1667
|
+
use="encoded"
|
1668
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1669
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1670
|
+
</output>
|
1671
|
+
</operation>
|
1672
|
+
|
1673
|
+
<operation name="delete_ptr">
|
1674
|
+
<documentation>
|
1675
|
+
Deletes DNS "PTR" Records.
|
1676
|
+
|
1677
|
+
</documentation>
|
1678
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1679
|
+
<input>
|
1680
|
+
<soap:body
|
1681
|
+
use="encoded"
|
1682
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1683
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1684
|
+
</input>
|
1685
|
+
<output>
|
1686
|
+
<soap:body
|
1687
|
+
use="encoded"
|
1688
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1689
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1690
|
+
</output>
|
1691
|
+
</operation>
|
1692
|
+
|
1693
|
+
<operation name="delete_soa">
|
1694
|
+
<documentation>
|
1695
|
+
Deletes DNS "SOA" Records.
|
1696
|
+
|
1697
|
+
</documentation>
|
1698
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1699
|
+
<input>
|
1700
|
+
<soap:body
|
1701
|
+
use="encoded"
|
1702
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1703
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1704
|
+
</input>
|
1705
|
+
<output>
|
1706
|
+
<soap:body
|
1707
|
+
use="encoded"
|
1708
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1709
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1710
|
+
</output>
|
1711
|
+
</operation>
|
1712
|
+
|
1713
|
+
<operation name="delete_srv">
|
1714
|
+
<documentation>
|
1715
|
+
Deletes DNS "SRV" Records.
|
1716
|
+
|
1717
|
+
</documentation>
|
1718
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1719
|
+
<input>
|
1720
|
+
<soap:body
|
1721
|
+
use="encoded"
|
1722
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1723
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1724
|
+
</input>
|
1725
|
+
<output>
|
1726
|
+
<soap:body
|
1727
|
+
use="encoded"
|
1728
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1729
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1730
|
+
</output>
|
1731
|
+
</operation>
|
1732
|
+
|
1733
|
+
<operation name="delete_txt">
|
1734
|
+
<documentation>
|
1735
|
+
Deletes DNS "TXT" Records.
|
1736
|
+
|
1737
|
+
</documentation>
|
1738
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1739
|
+
<input>
|
1740
|
+
<soap:body
|
1741
|
+
use="encoded"
|
1742
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1743
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1744
|
+
</input>
|
1745
|
+
<output>
|
1746
|
+
<soap:body
|
1747
|
+
use="encoded"
|
1748
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1749
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1750
|
+
</output>
|
1751
|
+
</operation>
|
1752
|
+
|
1753
|
+
<operation name="delete_key">
|
1754
|
+
<documentation>
|
1755
|
+
Deletes DNS "KEY" Records.
|
1756
|
+
|
1757
|
+
</documentation>
|
1758
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1759
|
+
<input>
|
1760
|
+
<soap:body
|
1761
|
+
use="encoded"
|
1762
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1763
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1764
|
+
</input>
|
1765
|
+
<output>
|
1766
|
+
<soap:body
|
1767
|
+
use="encoded"
|
1768
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1769
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1770
|
+
</output>
|
1771
|
+
</operation>
|
1772
|
+
|
1773
|
+
<operation name="delete_sig">
|
1774
|
+
<documentation>
|
1775
|
+
deletes DNS "SIG" Records.
|
1776
|
+
|
1777
|
+
</documentation>
|
1778
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1779
|
+
<input>
|
1780
|
+
<soap:body
|
1781
|
+
use="encoded"
|
1782
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1783
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1784
|
+
</input>
|
1785
|
+
<output>
|
1786
|
+
<soap:body
|
1787
|
+
use="encoded"
|
1788
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1789
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1790
|
+
</output>
|
1791
|
+
</operation>
|
1792
|
+
|
1793
|
+
<operation name="delete_nxt">
|
1794
|
+
<documentation>
|
1795
|
+
deletes DNS "NXT" Records.
|
1796
|
+
|
1797
|
+
</documentation>
|
1798
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1799
|
+
<input>
|
1800
|
+
<soap:body
|
1801
|
+
use="encoded"
|
1802
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1803
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1804
|
+
</input>
|
1805
|
+
<output>
|
1806
|
+
<soap:body
|
1807
|
+
use="encoded"
|
1808
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1809
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1810
|
+
</output>
|
1811
|
+
</operation>
|
1812
|
+
|
1813
|
+
<operation name="delete_aaaa">
|
1814
|
+
<documentation>
|
1815
|
+
Deletes DNS "AAAA" Records.
|
1816
|
+
|
1817
|
+
</documentation>
|
1818
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1819
|
+
<input>
|
1820
|
+
<soap:body
|
1821
|
+
use="encoded"
|
1822
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1823
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1824
|
+
</input>
|
1825
|
+
<output>
|
1826
|
+
<soap:body
|
1827
|
+
use="encoded"
|
1828
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1829
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1830
|
+
</output>
|
1831
|
+
</operation>
|
1832
|
+
|
1833
|
+
<operation name="delete_a6">
|
1834
|
+
<documentation>
|
1835
|
+
deletes DNS "A6" Records.
|
1836
|
+
|
1837
|
+
</documentation>
|
1838
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1839
|
+
<input>
|
1840
|
+
<soap:body
|
1841
|
+
use="encoded"
|
1842
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1843
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1844
|
+
</input>
|
1845
|
+
<output>
|
1846
|
+
<soap:body
|
1847
|
+
use="encoded"
|
1848
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1849
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1850
|
+
</output>
|
1851
|
+
</operation>
|
1852
|
+
|
1853
|
+
<operation name="delete_dname">
|
1854
|
+
<documentation>
|
1855
|
+
Deletes DNS "DNAME" Records.
|
1856
|
+
|
1857
|
+
</documentation>
|
1858
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1859
|
+
<input>
|
1860
|
+
<soap:body
|
1861
|
+
use="encoded"
|
1862
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1863
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1864
|
+
</input>
|
1865
|
+
<output>
|
1866
|
+
<soap:body
|
1867
|
+
use="encoded"
|
1868
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1869
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1870
|
+
</output>
|
1871
|
+
</operation>
|
1872
|
+
|
1873
|
+
<operation name="update_a">
|
1874
|
+
<documentation>
|
1875
|
+
Updates or changes DNS "A" Records.
|
1876
|
+
|
1877
|
+
</documentation>
|
1878
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1879
|
+
<input>
|
1880
|
+
<soap:body
|
1881
|
+
use="encoded"
|
1882
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1883
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1884
|
+
</input>
|
1885
|
+
<output>
|
1886
|
+
<soap:body
|
1887
|
+
use="encoded"
|
1888
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1889
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1890
|
+
</output>
|
1891
|
+
</operation>
|
1892
|
+
|
1893
|
+
<operation name="update_cname">
|
1894
|
+
<documentation>
|
1895
|
+
Updates or changes DNS "CNAME" Records.
|
1896
|
+
|
1897
|
+
</documentation>
|
1898
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1899
|
+
<input>
|
1900
|
+
<soap:body
|
1901
|
+
use="encoded"
|
1902
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1903
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1904
|
+
</input>
|
1905
|
+
<output>
|
1906
|
+
<soap:body
|
1907
|
+
use="encoded"
|
1908
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1909
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1910
|
+
</output>
|
1911
|
+
</operation>
|
1912
|
+
|
1913
|
+
<operation name="update_ds">
|
1914
|
+
<documentation>
|
1915
|
+
Updates or changes DNS "DS" Records.
|
1916
|
+
|
1917
|
+
</documentation>
|
1918
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1919
|
+
<input>
|
1920
|
+
<soap:body
|
1921
|
+
use="encoded"
|
1922
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1923
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1924
|
+
</input>
|
1925
|
+
<output>
|
1926
|
+
<soap:body
|
1927
|
+
use="encoded"
|
1928
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1930
|
+
</output>
|
1931
|
+
</operation>
|
1932
|
+
|
1933
|
+
<operation name="update_hinfo">
|
1934
|
+
<documentation>
|
1935
|
+
Updates or changes DNS "HINFO" Records.
|
1936
|
+
|
1937
|
+
</documentation>
|
1938
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1939
|
+
<input>
|
1940
|
+
<soap:body
|
1941
|
+
use="encoded"
|
1942
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1943
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1944
|
+
</input>
|
1945
|
+
<output>
|
1946
|
+
<soap:body
|
1947
|
+
use="encoded"
|
1948
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1949
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1950
|
+
</output>
|
1951
|
+
</operation>
|
1952
|
+
|
1953
|
+
<operation name="update_mx">
|
1954
|
+
<documentation>
|
1955
|
+
Updates or changes DNS "MX" Records.
|
1956
|
+
|
1957
|
+
</documentation>
|
1958
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1959
|
+
<input>
|
1960
|
+
<soap:body
|
1961
|
+
use="encoded"
|
1962
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1963
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1964
|
+
</input>
|
1965
|
+
<output>
|
1966
|
+
<soap:body
|
1967
|
+
use="encoded"
|
1968
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1969
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1970
|
+
</output>
|
1971
|
+
</operation>
|
1972
|
+
|
1973
|
+
<operation name="update_naptr">
|
1974
|
+
<documentation>
|
1975
|
+
Updates or changes DNS "NAPTR" Records.
|
1976
|
+
|
1977
|
+
</documentation>
|
1978
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1979
|
+
<input>
|
1980
|
+
<soap:body
|
1981
|
+
use="encoded"
|
1982
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1983
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1984
|
+
</input>
|
1985
|
+
<output>
|
1986
|
+
<soap:body
|
1987
|
+
use="encoded"
|
1988
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
1989
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
1990
|
+
</output>
|
1991
|
+
</operation>
|
1992
|
+
|
1993
|
+
<operation name="update_ns">
|
1994
|
+
<documentation>
|
1995
|
+
Updates or changes DNS "NS" Records.
|
1996
|
+
|
1997
|
+
</documentation>
|
1998
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
1999
|
+
<input>
|
2000
|
+
<soap:body
|
2001
|
+
use="encoded"
|
2002
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2003
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2004
|
+
</input>
|
2005
|
+
<output>
|
2006
|
+
<soap:body
|
2007
|
+
use="encoded"
|
2008
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2009
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2010
|
+
</output>
|
2011
|
+
</operation>
|
2012
|
+
|
2013
|
+
<operation name="update_ptr">
|
2014
|
+
<documentation>
|
2015
|
+
Updates or changes DNS "PTR" Records.
|
2016
|
+
|
2017
|
+
</documentation>
|
2018
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2019
|
+
<input>
|
2020
|
+
<soap:body
|
2021
|
+
use="encoded"
|
2022
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2023
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2024
|
+
</input>
|
2025
|
+
<output>
|
2026
|
+
<soap:body
|
2027
|
+
use="encoded"
|
2028
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2029
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2030
|
+
</output>
|
2031
|
+
</operation>
|
2032
|
+
|
2033
|
+
<operation name="update_soa">
|
2034
|
+
<documentation>
|
2035
|
+
Updates or changes DNS "SOA" Records.
|
2036
|
+
|
2037
|
+
</documentation>
|
2038
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2039
|
+
<input>
|
2040
|
+
<soap:body
|
2041
|
+
use="encoded"
|
2042
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2043
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2044
|
+
</input>
|
2045
|
+
<output>
|
2046
|
+
<soap:body
|
2047
|
+
use="encoded"
|
2048
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2049
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2050
|
+
</output>
|
2051
|
+
</operation>
|
2052
|
+
|
2053
|
+
<operation name="update_srv">
|
2054
|
+
<documentation>
|
2055
|
+
Updates or changes DNS "SRV" Records.
|
2056
|
+
|
2057
|
+
</documentation>
|
2058
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2059
|
+
<input>
|
2060
|
+
<soap:body
|
2061
|
+
use="encoded"
|
2062
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2063
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2064
|
+
</input>
|
2065
|
+
<output>
|
2066
|
+
<soap:body
|
2067
|
+
use="encoded"
|
2068
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2069
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2070
|
+
</output>
|
2071
|
+
</operation>
|
2072
|
+
|
2073
|
+
<operation name="update_txt">
|
2074
|
+
<documentation>
|
2075
|
+
Updates or changes DNS "TXT" Records.
|
2076
|
+
|
2077
|
+
</documentation>
|
2078
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2079
|
+
<input>
|
2080
|
+
<soap:body
|
2081
|
+
use="encoded"
|
2082
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2083
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2084
|
+
</input>
|
2085
|
+
<output>
|
2086
|
+
<soap:body
|
2087
|
+
use="encoded"
|
2088
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2089
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2090
|
+
</output>
|
2091
|
+
</operation>
|
2092
|
+
|
2093
|
+
<operation name="update_aaaa">
|
2094
|
+
<documentation>
|
2095
|
+
Updates or changes DNS "AAAA" Records.
|
2096
|
+
|
2097
|
+
</documentation>
|
2098
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2099
|
+
<input>
|
2100
|
+
<soap:body
|
2101
|
+
use="encoded"
|
2102
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2103
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2104
|
+
</input>
|
2105
|
+
<output>
|
2106
|
+
<soap:body
|
2107
|
+
use="encoded"
|
2108
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2109
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2110
|
+
</output>
|
2111
|
+
</operation>
|
2112
|
+
|
2113
|
+
<operation name="update_dname">
|
2114
|
+
<documentation>
|
2115
|
+
Updates or changes DNS "DNAME" Records.
|
2116
|
+
|
2117
|
+
</documentation>
|
2118
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2119
|
+
<input>
|
2120
|
+
<soap:body
|
2121
|
+
use="encoded"
|
2122
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2123
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2124
|
+
</input>
|
2125
|
+
<output>
|
2126
|
+
<soap:body
|
2127
|
+
use="encoded"
|
2128
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2129
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2130
|
+
</output>
|
2131
|
+
</operation>
|
2132
|
+
|
2133
|
+
<operation name="get_version">
|
2134
|
+
<documentation>
|
2135
|
+
Gets the version information for this interface.
|
2136
|
+
|
2137
|
+
</documentation>
|
2138
|
+
<soap:operation soapAction="urn:iControl:Management/ResourceRecord"/>
|
2139
|
+
<input>
|
2140
|
+
<soap:body
|
2141
|
+
use="encoded"
|
2142
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2143
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2144
|
+
</input>
|
2145
|
+
<output>
|
2146
|
+
<soap:body
|
2147
|
+
use="encoded"
|
2148
|
+
namespace="urn:iControl:Management/ResourceRecord"
|
2149
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2150
|
+
</output>
|
2151
|
+
</operation>
|
2152
|
+
</binding>
|
2153
|
+
|
2154
|
+
<!-- service -->
|
2155
|
+
|
2156
|
+
<service name="Management.ResourceRecord">
|
2157
|
+
<documentation>
|
2158
|
+
The ResourceRecord interface contains all the calls necessary for manipulating
|
2159
|
+
Resource Records: adding/deleting/updating
|
2160
|
+
|
2161
|
+
This interface does not support transactions.
|
2162
|
+
|
2163
|
+
</documentation>
|
2164
|
+
<port name="Management.ResourceRecordPort" binding="tns:Management.ResourceRecordBinding">
|
2165
|
+
<soap:address location="https://url_to_service"/>
|
2166
|
+
</port>
|
2167
|
+
</service>
|
2168
|
+
</definitions>
|