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,626 @@
|
|
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.CRLDPServer"
|
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.CRLDPServer.CRLDPServerDefinition">
|
25
|
+
<xsd:sequence>
|
26
|
+
<xsd:element name="name" type="xsd:string"/>
|
27
|
+
<xsd:element name="hostname" type="xsd:string"/>
|
28
|
+
<xsd:element name="port" type="xsd:long"/>
|
29
|
+
</xsd:sequence>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:simpleType name="Common.EnabledState">
|
32
|
+
<xsd:restriction base="xsd:string">
|
33
|
+
<xsd:enumeration value="STATE_DISABLED">
|
34
|
+
<xsd:annotation>
|
35
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
36
|
+
</xsd:annotation>
|
37
|
+
</xsd:enumeration>
|
38
|
+
<xsd:enumeration value="STATE_ENABLED">
|
39
|
+
<xsd:annotation>
|
40
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
41
|
+
</xsd:annotation>
|
42
|
+
</xsd:enumeration>
|
43
|
+
</xsd:restriction>
|
44
|
+
</xsd:simpleType>
|
45
|
+
<xsd:complexType name="Common.StringSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Management.CRLDPServer.CRLDPServerDefinitionSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Management.CRLDPServer.CRLDPServerDefinition[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="Common.PortSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
67
|
+
<xsd:complexContent>
|
68
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
69
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
70
|
+
</xsd:restriction>
|
71
|
+
</xsd:complexContent>
|
72
|
+
</xsd:complexType>
|
73
|
+
</xsd:schema>
|
74
|
+
</types>
|
75
|
+
|
76
|
+
<!-- message -->
|
77
|
+
|
78
|
+
<message name="Management.CRLDPServer.get_listRequest">
|
79
|
+
</message>
|
80
|
+
<message name="Management.CRLDPServer.get_listResponse">
|
81
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Management.CRLDPServer.createRequest">
|
85
|
+
<part name="servers" type="tns:Management.CRLDPServer.CRLDPServerDefinitionSequence"/>
|
86
|
+
</message>
|
87
|
+
<message name="Management.CRLDPServer.createResponse">
|
88
|
+
</message>
|
89
|
+
|
90
|
+
<message name="Management.CRLDPServer.delete_serverRequest">
|
91
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
92
|
+
</message>
|
93
|
+
<message name="Management.CRLDPServer.delete_serverResponse">
|
94
|
+
</message>
|
95
|
+
|
96
|
+
<message name="Management.CRLDPServer.delete_all_serversRequest">
|
97
|
+
</message>
|
98
|
+
<message name="Management.CRLDPServer.delete_all_serversResponse">
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="Management.CRLDPServer.set_hostnameRequest">
|
102
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
103
|
+
<part name="hostnames" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Management.CRLDPServer.set_hostnameResponse">
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Management.CRLDPServer.get_hostnameRequest">
|
109
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
110
|
+
</message>
|
111
|
+
<message name="Management.CRLDPServer.get_hostnameResponse">
|
112
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
113
|
+
</message>
|
114
|
+
|
115
|
+
<message name="Management.CRLDPServer.set_portRequest">
|
116
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
117
|
+
<part name="ports" type="tns:Common.PortSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Management.CRLDPServer.set_portResponse">
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Management.CRLDPServer.get_portRequest">
|
123
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
124
|
+
</message>
|
125
|
+
<message name="Management.CRLDPServer.get_portResponse">
|
126
|
+
<part name="return" type="tns:Common.PortSequence"/>
|
127
|
+
</message>
|
128
|
+
|
129
|
+
<message name="Management.CRLDPServer.set_base_dnRequest">
|
130
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
131
|
+
<part name="base_dns" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Management.CRLDPServer.set_base_dnResponse">
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Management.CRLDPServer.get_base_dnRequest">
|
137
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
138
|
+
</message>
|
139
|
+
<message name="Management.CRLDPServer.get_base_dnResponse">
|
140
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
141
|
+
</message>
|
142
|
+
|
143
|
+
<message name="Management.CRLDPServer.set_reverse_dn_stateRequest">
|
144
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
145
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.CRLDPServer.set_reverse_dn_stateResponse">
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<message name="Management.CRLDPServer.get_reverse_dn_stateRequest">
|
151
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
152
|
+
</message>
|
153
|
+
<message name="Management.CRLDPServer.get_reverse_dn_stateResponse">
|
154
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
155
|
+
</message>
|
156
|
+
|
157
|
+
<message name="Management.CRLDPServer.set_descriptionRequest">
|
158
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
159
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.CRLDPServer.set_descriptionResponse">
|
162
|
+
</message>
|
163
|
+
|
164
|
+
<message name="Management.CRLDPServer.get_descriptionRequest">
|
165
|
+
<part name="servers" type="tns:Common.StringSequence"/>
|
166
|
+
</message>
|
167
|
+
<message name="Management.CRLDPServer.get_descriptionResponse">
|
168
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
169
|
+
</message>
|
170
|
+
|
171
|
+
<message name="Management.CRLDPServer.get_versionRequest">
|
172
|
+
</message>
|
173
|
+
<message name="Management.CRLDPServer.get_versionResponse">
|
174
|
+
<part name="return" type="xsd:string"/>
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<!-- portType -->
|
178
|
+
|
179
|
+
<portType name="Management.CRLDPServerPortType">
|
180
|
+
<operation name="get_list">
|
181
|
+
<documentation>
|
182
|
+
Gets a list of all CRLDP servers.
|
183
|
+
|
184
|
+
</documentation>
|
185
|
+
<input message="tns:Management.CRLDPServer.get_listRequest"/>
|
186
|
+
<output message="tns:Management.CRLDPServer.get_listResponse"/>
|
187
|
+
</operation>
|
188
|
+
<operation name="create">
|
189
|
+
<documentation>
|
190
|
+
Creates the specified CRLDP servers.
|
191
|
+
|
192
|
+
</documentation>
|
193
|
+
<input message="tns:Management.CRLDPServer.createRequest"/>
|
194
|
+
<output message="tns:Management.CRLDPServer.createResponse"/>
|
195
|
+
</operation>
|
196
|
+
<operation name="delete_server">
|
197
|
+
<documentation>
|
198
|
+
Deletes the specified CRLDP servers.
|
199
|
+
|
200
|
+
</documentation>
|
201
|
+
<input message="tns:Management.CRLDPServer.delete_serverRequest"/>
|
202
|
+
<output message="tns:Management.CRLDPServer.delete_serverResponse"/>
|
203
|
+
</operation>
|
204
|
+
<operation name="delete_all_servers">
|
205
|
+
<documentation>
|
206
|
+
Deletes all CRLDP servers.
|
207
|
+
|
208
|
+
</documentation>
|
209
|
+
<input message="tns:Management.CRLDPServer.delete_all_serversRequest"/>
|
210
|
+
<output message="tns:Management.CRLDPServer.delete_all_serversResponse"/>
|
211
|
+
</operation>
|
212
|
+
<operation name="set_hostname">
|
213
|
+
<documentation>
|
214
|
+
Sets the hostnames of the CRLDP servers.
|
215
|
+
|
216
|
+
</documentation>
|
217
|
+
<input message="tns:Management.CRLDPServer.set_hostnameRequest"/>
|
218
|
+
<output message="tns:Management.CRLDPServer.set_hostnameResponse"/>
|
219
|
+
</operation>
|
220
|
+
<operation name="get_hostname">
|
221
|
+
<documentation>
|
222
|
+
Gets the hostnames of the CRLDP servers.
|
223
|
+
|
224
|
+
</documentation>
|
225
|
+
<input message="tns:Management.CRLDPServer.get_hostnameRequest"/>
|
226
|
+
<output message="tns:Management.CRLDPServer.get_hostnameResponse"/>
|
227
|
+
</operation>
|
228
|
+
<operation name="set_port">
|
229
|
+
<documentation>
|
230
|
+
Sets the ports of the CRLDP servers.
|
231
|
+
|
232
|
+
</documentation>
|
233
|
+
<input message="tns:Management.CRLDPServer.set_portRequest"/>
|
234
|
+
<output message="tns:Management.CRLDPServer.set_portResponse"/>
|
235
|
+
</operation>
|
236
|
+
<operation name="get_port">
|
237
|
+
<documentation>
|
238
|
+
Gets the ports of the CRLDP servers.
|
239
|
+
|
240
|
+
</documentation>
|
241
|
+
<input message="tns:Management.CRLDPServer.get_portRequest"/>
|
242
|
+
<output message="tns:Management.CRLDPServer.get_portResponse"/>
|
243
|
+
</operation>
|
244
|
+
<operation name="set_base_dn">
|
245
|
+
<documentation>
|
246
|
+
Sets the base DNs of the CRLDP servers.
|
247
|
+
|
248
|
+
</documentation>
|
249
|
+
<input message="tns:Management.CRLDPServer.set_base_dnRequest"/>
|
250
|
+
<output message="tns:Management.CRLDPServer.set_base_dnResponse"/>
|
251
|
+
</operation>
|
252
|
+
<operation name="get_base_dn">
|
253
|
+
<documentation>
|
254
|
+
Gets the base DNs of the CRLDP servers.
|
255
|
+
|
256
|
+
</documentation>
|
257
|
+
<input message="tns:Management.CRLDPServer.get_base_dnRequest"/>
|
258
|
+
<output message="tns:Management.CRLDPServer.get_base_dnResponse"/>
|
259
|
+
</operation>
|
260
|
+
<operation name="set_reverse_dn_state">
|
261
|
+
<documentation>
|
262
|
+
Sets the states indicating whether to match from head to tail in the case
|
263
|
+
where the DNs are in reversed order.
|
264
|
+
|
265
|
+
</documentation>
|
266
|
+
<input message="tns:Management.CRLDPServer.set_reverse_dn_stateRequest"/>
|
267
|
+
<output message="tns:Management.CRLDPServer.set_reverse_dn_stateResponse"/>
|
268
|
+
</operation>
|
269
|
+
<operation name="get_reverse_dn_state">
|
270
|
+
<documentation>
|
271
|
+
Gets the states indicating whether to match from head to tail in the case
|
272
|
+
where the DNs are in reversed order.
|
273
|
+
|
274
|
+
</documentation>
|
275
|
+
<input message="tns:Management.CRLDPServer.get_reverse_dn_stateRequest"/>
|
276
|
+
<output message="tns:Management.CRLDPServer.get_reverse_dn_stateResponse"/>
|
277
|
+
</operation>
|
278
|
+
<operation name="set_description">
|
279
|
+
<documentation>
|
280
|
+
Sets the description for a set of CRLDP servers.
|
281
|
+
|
282
|
+
This is an arbitrary field which can be used for any purpose.
|
283
|
+
|
284
|
+
</documentation>
|
285
|
+
<input message="tns:Management.CRLDPServer.set_descriptionRequest"/>
|
286
|
+
<output message="tns:Management.CRLDPServer.set_descriptionResponse"/>
|
287
|
+
</operation>
|
288
|
+
<operation name="get_description">
|
289
|
+
<documentation>
|
290
|
+
Gets the descriptions for a set of CRLDP servers.
|
291
|
+
|
292
|
+
</documentation>
|
293
|
+
<input message="tns:Management.CRLDPServer.get_descriptionRequest"/>
|
294
|
+
<output message="tns:Management.CRLDPServer.get_descriptionResponse"/>
|
295
|
+
</operation>
|
296
|
+
<operation name="get_version">
|
297
|
+
<documentation>
|
298
|
+
Gets the version information for this interface.
|
299
|
+
|
300
|
+
</documentation>
|
301
|
+
<input message="tns:Management.CRLDPServer.get_versionRequest"/>
|
302
|
+
<output message="tns:Management.CRLDPServer.get_versionResponse"/>
|
303
|
+
</operation>
|
304
|
+
</portType>
|
305
|
+
|
306
|
+
<!-- binding -->
|
307
|
+
|
308
|
+
<binding name="Management.CRLDPServerBinding" type="tns:Management.CRLDPServerPortType">
|
309
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
310
|
+
<operation name="get_list">
|
311
|
+
<documentation>
|
312
|
+
Gets a list of all CRLDP servers.
|
313
|
+
|
314
|
+
</documentation>
|
315
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
316
|
+
<input>
|
317
|
+
<soap:body
|
318
|
+
use="encoded"
|
319
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
320
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
321
|
+
</input>
|
322
|
+
<output>
|
323
|
+
<soap:body
|
324
|
+
use="encoded"
|
325
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
327
|
+
</output>
|
328
|
+
</operation>
|
329
|
+
|
330
|
+
<operation name="create">
|
331
|
+
<documentation>
|
332
|
+
Creates the specified CRLDP servers.
|
333
|
+
|
334
|
+
</documentation>
|
335
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
336
|
+
<input>
|
337
|
+
<soap:body
|
338
|
+
use="encoded"
|
339
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
341
|
+
</input>
|
342
|
+
<output>
|
343
|
+
<soap:body
|
344
|
+
use="encoded"
|
345
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
347
|
+
</output>
|
348
|
+
</operation>
|
349
|
+
|
350
|
+
<operation name="delete_server">
|
351
|
+
<documentation>
|
352
|
+
Deletes the specified CRLDP servers.
|
353
|
+
|
354
|
+
</documentation>
|
355
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
356
|
+
<input>
|
357
|
+
<soap:body
|
358
|
+
use="encoded"
|
359
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
361
|
+
</input>
|
362
|
+
<output>
|
363
|
+
<soap:body
|
364
|
+
use="encoded"
|
365
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
366
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
367
|
+
</output>
|
368
|
+
</operation>
|
369
|
+
|
370
|
+
<operation name="delete_all_servers">
|
371
|
+
<documentation>
|
372
|
+
Deletes all CRLDP servers.
|
373
|
+
|
374
|
+
</documentation>
|
375
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
376
|
+
<input>
|
377
|
+
<soap:body
|
378
|
+
use="encoded"
|
379
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
381
|
+
</input>
|
382
|
+
<output>
|
383
|
+
<soap:body
|
384
|
+
use="encoded"
|
385
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
386
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
387
|
+
</output>
|
388
|
+
</operation>
|
389
|
+
|
390
|
+
<operation name="set_hostname">
|
391
|
+
<documentation>
|
392
|
+
Sets the hostnames of the CRLDP servers.
|
393
|
+
|
394
|
+
</documentation>
|
395
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
396
|
+
<input>
|
397
|
+
<soap:body
|
398
|
+
use="encoded"
|
399
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
401
|
+
</input>
|
402
|
+
<output>
|
403
|
+
<soap:body
|
404
|
+
use="encoded"
|
405
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
407
|
+
</output>
|
408
|
+
</operation>
|
409
|
+
|
410
|
+
<operation name="get_hostname">
|
411
|
+
<documentation>
|
412
|
+
Gets the hostnames of the CRLDP servers.
|
413
|
+
|
414
|
+
</documentation>
|
415
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
416
|
+
<input>
|
417
|
+
<soap:body
|
418
|
+
use="encoded"
|
419
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
421
|
+
</input>
|
422
|
+
<output>
|
423
|
+
<soap:body
|
424
|
+
use="encoded"
|
425
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
+
</output>
|
428
|
+
</operation>
|
429
|
+
|
430
|
+
<operation name="set_port">
|
431
|
+
<documentation>
|
432
|
+
Sets the ports of the CRLDP servers.
|
433
|
+
|
434
|
+
</documentation>
|
435
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
436
|
+
<input>
|
437
|
+
<soap:body
|
438
|
+
use="encoded"
|
439
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
440
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
441
|
+
</input>
|
442
|
+
<output>
|
443
|
+
<soap:body
|
444
|
+
use="encoded"
|
445
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
446
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
447
|
+
</output>
|
448
|
+
</operation>
|
449
|
+
|
450
|
+
<operation name="get_port">
|
451
|
+
<documentation>
|
452
|
+
Gets the ports of the CRLDP servers.
|
453
|
+
|
454
|
+
</documentation>
|
455
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
456
|
+
<input>
|
457
|
+
<soap:body
|
458
|
+
use="encoded"
|
459
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
460
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
461
|
+
</input>
|
462
|
+
<output>
|
463
|
+
<soap:body
|
464
|
+
use="encoded"
|
465
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
466
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
467
|
+
</output>
|
468
|
+
</operation>
|
469
|
+
|
470
|
+
<operation name="set_base_dn">
|
471
|
+
<documentation>
|
472
|
+
Sets the base DNs of the CRLDP servers.
|
473
|
+
|
474
|
+
</documentation>
|
475
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
476
|
+
<input>
|
477
|
+
<soap:body
|
478
|
+
use="encoded"
|
479
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
481
|
+
</input>
|
482
|
+
<output>
|
483
|
+
<soap:body
|
484
|
+
use="encoded"
|
485
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
486
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
487
|
+
</output>
|
488
|
+
</operation>
|
489
|
+
|
490
|
+
<operation name="get_base_dn">
|
491
|
+
<documentation>
|
492
|
+
Gets the base DNs of the CRLDP servers.
|
493
|
+
|
494
|
+
</documentation>
|
495
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
496
|
+
<input>
|
497
|
+
<soap:body
|
498
|
+
use="encoded"
|
499
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
500
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
501
|
+
</input>
|
502
|
+
<output>
|
503
|
+
<soap:body
|
504
|
+
use="encoded"
|
505
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
506
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
507
|
+
</output>
|
508
|
+
</operation>
|
509
|
+
|
510
|
+
<operation name="set_reverse_dn_state">
|
511
|
+
<documentation>
|
512
|
+
Sets the states indicating whether to match from head to tail in the case
|
513
|
+
where the DNs are in reversed order.
|
514
|
+
|
515
|
+
</documentation>
|
516
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
517
|
+
<input>
|
518
|
+
<soap:body
|
519
|
+
use="encoded"
|
520
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
521
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
522
|
+
</input>
|
523
|
+
<output>
|
524
|
+
<soap:body
|
525
|
+
use="encoded"
|
526
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
527
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
528
|
+
</output>
|
529
|
+
</operation>
|
530
|
+
|
531
|
+
<operation name="get_reverse_dn_state">
|
532
|
+
<documentation>
|
533
|
+
Gets the states indicating whether to match from head to tail in the case
|
534
|
+
where the DNs are in reversed order.
|
535
|
+
|
536
|
+
</documentation>
|
537
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
538
|
+
<input>
|
539
|
+
<soap:body
|
540
|
+
use="encoded"
|
541
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
542
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
543
|
+
</input>
|
544
|
+
<output>
|
545
|
+
<soap:body
|
546
|
+
use="encoded"
|
547
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
548
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
549
|
+
</output>
|
550
|
+
</operation>
|
551
|
+
|
552
|
+
<operation name="set_description">
|
553
|
+
<documentation>
|
554
|
+
Sets the description for a set of CRLDP servers.
|
555
|
+
|
556
|
+
This is an arbitrary field which can be used for any purpose.
|
557
|
+
|
558
|
+
</documentation>
|
559
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
560
|
+
<input>
|
561
|
+
<soap:body
|
562
|
+
use="encoded"
|
563
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
564
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
565
|
+
</input>
|
566
|
+
<output>
|
567
|
+
<soap:body
|
568
|
+
use="encoded"
|
569
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
570
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
571
|
+
</output>
|
572
|
+
</operation>
|
573
|
+
|
574
|
+
<operation name="get_description">
|
575
|
+
<documentation>
|
576
|
+
Gets the descriptions for a set of CRLDP servers.
|
577
|
+
|
578
|
+
</documentation>
|
579
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
580
|
+
<input>
|
581
|
+
<soap:body
|
582
|
+
use="encoded"
|
583
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
584
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
585
|
+
</input>
|
586
|
+
<output>
|
587
|
+
<soap:body
|
588
|
+
use="encoded"
|
589
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
590
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
591
|
+
</output>
|
592
|
+
</operation>
|
593
|
+
|
594
|
+
<operation name="get_version">
|
595
|
+
<documentation>
|
596
|
+
Gets the version information for this interface.
|
597
|
+
|
598
|
+
</documentation>
|
599
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPServer"/>
|
600
|
+
<input>
|
601
|
+
<soap:body
|
602
|
+
use="encoded"
|
603
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
604
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
605
|
+
</input>
|
606
|
+
<output>
|
607
|
+
<soap:body
|
608
|
+
use="encoded"
|
609
|
+
namespace="urn:iControl:Management/CRLDPServer"
|
610
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
611
|
+
</output>
|
612
|
+
</operation>
|
613
|
+
</binding>
|
614
|
+
|
615
|
+
<!-- service -->
|
616
|
+
|
617
|
+
<service name="Management.CRLDPServer">
|
618
|
+
<documentation>
|
619
|
+
The CRLDPServer interface enables you to manage CRLDP Server configuration.
|
620
|
+
|
621
|
+
</documentation>
|
622
|
+
<port name="Management.CRLDPServerPort" binding="tns:Management.CRLDPServerBinding">
|
623
|
+
<soap:address location="https://url_to_service"/>
|
624
|
+
</port>
|
625
|
+
</service>
|
626
|
+
</definitions>
|