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,763 @@
|
|
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.CRLDPConfiguration"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:simpleType name="Common.EnabledState">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="STATE_DISABLED">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="STATE_ENABLED">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
</xsd:restriction>
|
37
|
+
</xsd:simpleType>
|
38
|
+
<xsd:complexType name="Common.StringSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="Common.ULongSequence">
|
46
|
+
<xsd:complexContent>
|
47
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
48
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:complexContent>
|
51
|
+
</xsd:complexType>
|
52
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
53
|
+
<xsd:complexContent>
|
54
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
55
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
56
|
+
</xsd:restriction>
|
57
|
+
</xsd:complexContent>
|
58
|
+
</xsd:complexType>
|
59
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
60
|
+
<xsd:complexContent>
|
61
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
62
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
63
|
+
</xsd:restriction>
|
64
|
+
</xsd:complexContent>
|
65
|
+
</xsd:complexType>
|
66
|
+
</xsd:schema>
|
67
|
+
</types>
|
68
|
+
|
69
|
+
<!-- message -->
|
70
|
+
|
71
|
+
<message name="Management.CRLDPConfiguration.get_listRequest">
|
72
|
+
</message>
|
73
|
+
<message name="Management.CRLDPConfiguration.get_listResponse">
|
74
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
75
|
+
</message>
|
76
|
+
|
77
|
+
<message name="Management.CRLDPConfiguration.createRequest">
|
78
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
79
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
80
|
+
</message>
|
81
|
+
<message name="Management.CRLDPConfiguration.createResponse">
|
82
|
+
</message>
|
83
|
+
|
84
|
+
<message name="Management.CRLDPConfiguration.delete_configurationRequest">
|
85
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
86
|
+
</message>
|
87
|
+
<message name="Management.CRLDPConfiguration.delete_configurationResponse">
|
88
|
+
</message>
|
89
|
+
|
90
|
+
<message name="Management.CRLDPConfiguration.delete_all_configurationsRequest">
|
91
|
+
</message>
|
92
|
+
<message name="Management.CRLDPConfiguration.delete_all_configurationsResponse">
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="Management.CRLDPConfiguration.set_use_issuer_stateRequest">
|
96
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
97
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
98
|
+
</message>
|
99
|
+
<message name="Management.CRLDPConfiguration.set_use_issuer_stateResponse">
|
100
|
+
</message>
|
101
|
+
|
102
|
+
<message name="Management.CRLDPConfiguration.get_use_issuer_stateRequest">
|
103
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
104
|
+
</message>
|
105
|
+
<message name="Management.CRLDPConfiguration.get_use_issuer_stateResponse">
|
106
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
107
|
+
</message>
|
108
|
+
|
109
|
+
<message name="Management.CRLDPConfiguration.set_connection_timeoutRequest">
|
110
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
111
|
+
<part name="timeouts" type="tns:Common.ULongSequence"/>
|
112
|
+
</message>
|
113
|
+
<message name="Management.CRLDPConfiguration.set_connection_timeoutResponse">
|
114
|
+
</message>
|
115
|
+
|
116
|
+
<message name="Management.CRLDPConfiguration.get_connection_timeoutRequest">
|
117
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
118
|
+
</message>
|
119
|
+
<message name="Management.CRLDPConfiguration.get_connection_timeoutResponse">
|
120
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
121
|
+
</message>
|
122
|
+
|
123
|
+
<message name="Management.CRLDPConfiguration.set_update_intervalRequest">
|
124
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
125
|
+
<part name="intervals" type="tns:Common.ULongSequence"/>
|
126
|
+
</message>
|
127
|
+
<message name="Management.CRLDPConfiguration.set_update_intervalResponse">
|
128
|
+
</message>
|
129
|
+
|
130
|
+
<message name="Management.CRLDPConfiguration.get_update_intervalRequest">
|
131
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
132
|
+
</message>
|
133
|
+
<message name="Management.CRLDPConfiguration.get_update_intervalResponse">
|
134
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
135
|
+
</message>
|
136
|
+
|
137
|
+
<message name="Management.CRLDPConfiguration.set_cache_timeoutRequest">
|
138
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
139
|
+
<part name="timeouts" type="tns:Common.ULongSequence"/>
|
140
|
+
</message>
|
141
|
+
<message name="Management.CRLDPConfiguration.set_cache_timeoutResponse">
|
142
|
+
</message>
|
143
|
+
|
144
|
+
<message name="Management.CRLDPConfiguration.get_cache_timeoutRequest">
|
145
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
146
|
+
</message>
|
147
|
+
<message name="Management.CRLDPConfiguration.get_cache_timeoutResponse">
|
148
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
149
|
+
</message>
|
150
|
+
|
151
|
+
<message name="Management.CRLDPConfiguration.get_serverRequest">
|
152
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
153
|
+
</message>
|
154
|
+
<message name="Management.CRLDPConfiguration.get_serverResponse">
|
155
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
156
|
+
</message>
|
157
|
+
|
158
|
+
<message name="Management.CRLDPConfiguration.add_serverRequest">
|
159
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
160
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
161
|
+
</message>
|
162
|
+
<message name="Management.CRLDPConfiguration.add_serverResponse">
|
163
|
+
</message>
|
164
|
+
|
165
|
+
<message name="Management.CRLDPConfiguration.remove_serverRequest">
|
166
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
167
|
+
<part name="servers" type="tns:Common.StringSequenceSequence"/>
|
168
|
+
</message>
|
169
|
+
<message name="Management.CRLDPConfiguration.remove_serverResponse">
|
170
|
+
</message>
|
171
|
+
|
172
|
+
<message name="Management.CRLDPConfiguration.remove_all_serversRequest">
|
173
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
174
|
+
</message>
|
175
|
+
<message name="Management.CRLDPConfiguration.remove_all_serversResponse">
|
176
|
+
</message>
|
177
|
+
|
178
|
+
<message name="Management.CRLDPConfiguration.set_descriptionRequest">
|
179
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
180
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
181
|
+
</message>
|
182
|
+
<message name="Management.CRLDPConfiguration.set_descriptionResponse">
|
183
|
+
</message>
|
184
|
+
|
185
|
+
<message name="Management.CRLDPConfiguration.get_descriptionRequest">
|
186
|
+
<part name="config_names" type="tns:Common.StringSequence"/>
|
187
|
+
</message>
|
188
|
+
<message name="Management.CRLDPConfiguration.get_descriptionResponse">
|
189
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
190
|
+
</message>
|
191
|
+
|
192
|
+
<message name="Management.CRLDPConfiguration.get_versionRequest">
|
193
|
+
</message>
|
194
|
+
<message name="Management.CRLDPConfiguration.get_versionResponse">
|
195
|
+
<part name="return" type="xsd:string"/>
|
196
|
+
</message>
|
197
|
+
|
198
|
+
<!-- portType -->
|
199
|
+
|
200
|
+
<portType name="Management.CRLDPConfigurationPortType">
|
201
|
+
<operation name="get_list">
|
202
|
+
<documentation>
|
203
|
+
Gets a list of all CRLDP configurations.
|
204
|
+
|
205
|
+
</documentation>
|
206
|
+
<input message="tns:Management.CRLDPConfiguration.get_listRequest"/>
|
207
|
+
<output message="tns:Management.CRLDPConfiguration.get_listResponse"/>
|
208
|
+
</operation>
|
209
|
+
<operation name="create">
|
210
|
+
<documentation>
|
211
|
+
Creates the specified CRLDP configurations.
|
212
|
+
|
213
|
+
</documentation>
|
214
|
+
<input message="tns:Management.CRLDPConfiguration.createRequest"/>
|
215
|
+
<output message="tns:Management.CRLDPConfiguration.createResponse"/>
|
216
|
+
</operation>
|
217
|
+
<operation name="delete_configuration">
|
218
|
+
<documentation>
|
219
|
+
Deletes the specified CRLDP configurations.
|
220
|
+
|
221
|
+
</documentation>
|
222
|
+
<input message="tns:Management.CRLDPConfiguration.delete_configurationRequest"/>
|
223
|
+
<output message="tns:Management.CRLDPConfiguration.delete_configurationResponse"/>
|
224
|
+
</operation>
|
225
|
+
<operation name="delete_all_configurations">
|
226
|
+
<documentation>
|
227
|
+
Deletes all CRLDP configurations.
|
228
|
+
|
229
|
+
</documentation>
|
230
|
+
<input message="tns:Management.CRLDPConfiguration.delete_all_configurationsRequest"/>
|
231
|
+
<output message="tns:Management.CRLDPConfiguration.delete_all_configurationsResponse"/>
|
232
|
+
</operation>
|
233
|
+
<operation name="set_use_issuer_state">
|
234
|
+
<documentation>
|
235
|
+
Sets the states indicating whether to reuse the issuer.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:Management.CRLDPConfiguration.set_use_issuer_stateRequest"/>
|
239
|
+
<output message="tns:Management.CRLDPConfiguration.set_use_issuer_stateResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="get_use_issuer_state">
|
242
|
+
<documentation>
|
243
|
+
Gets the states indicating whether reuse the issuer.
|
244
|
+
|
245
|
+
</documentation>
|
246
|
+
<input message="tns:Management.CRLDPConfiguration.get_use_issuer_stateRequest"/>
|
247
|
+
<output message="tns:Management.CRLDPConfiguration.get_use_issuer_stateResponse"/>
|
248
|
+
</operation>
|
249
|
+
<operation name="set_connection_timeout">
|
250
|
+
<documentation>
|
251
|
+
Sets the number of seconds to wait for server's response before concluding that
|
252
|
+
the server is down.
|
253
|
+
|
254
|
+
</documentation>
|
255
|
+
<input message="tns:Management.CRLDPConfiguration.set_connection_timeoutRequest"/>
|
256
|
+
<output message="tns:Management.CRLDPConfiguration.set_connection_timeoutResponse"/>
|
257
|
+
</operation>
|
258
|
+
<operation name="get_connection_timeout">
|
259
|
+
<documentation>
|
260
|
+
Gets the number of seconds to wait for server's response before concluding that
|
261
|
+
the server is down.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<input message="tns:Management.CRLDPConfiguration.get_connection_timeoutRequest"/>
|
265
|
+
<output message="tns:Management.CRLDPConfiguration.get_connection_timeoutResponse"/>
|
266
|
+
</operation>
|
267
|
+
<operation name="set_update_interval">
|
268
|
+
<documentation>
|
269
|
+
Sets the number of seconds to wait between updates.
|
270
|
+
|
271
|
+
</documentation>
|
272
|
+
<input message="tns:Management.CRLDPConfiguration.set_update_intervalRequest"/>
|
273
|
+
<output message="tns:Management.CRLDPConfiguration.set_update_intervalResponse"/>
|
274
|
+
</operation>
|
275
|
+
<operation name="get_update_interval">
|
276
|
+
<documentation>
|
277
|
+
Gets the number of seconds to wait between updates.
|
278
|
+
|
279
|
+
</documentation>
|
280
|
+
<input message="tns:Management.CRLDPConfiguration.get_update_intervalRequest"/>
|
281
|
+
<output message="tns:Management.CRLDPConfiguration.get_update_intervalResponse"/>
|
282
|
+
</operation>
|
283
|
+
<operation name="set_cache_timeout">
|
284
|
+
<documentation>
|
285
|
+
Sets the number of seconds before a CRL entry expires and
|
286
|
+
is deleted from the CRL cache.
|
287
|
+
|
288
|
+
</documentation>
|
289
|
+
<input message="tns:Management.CRLDPConfiguration.set_cache_timeoutRequest"/>
|
290
|
+
<output message="tns:Management.CRLDPConfiguration.set_cache_timeoutResponse"/>
|
291
|
+
</operation>
|
292
|
+
<operation name="get_cache_timeout">
|
293
|
+
<documentation>
|
294
|
+
Gets the number of seconds before a CRL entry expires and
|
295
|
+
is deleted from the CRL cache.
|
296
|
+
|
297
|
+
</documentation>
|
298
|
+
<input message="tns:Management.CRLDPConfiguration.get_cache_timeoutRequest"/>
|
299
|
+
<output message="tns:Management.CRLDPConfiguration.get_cache_timeoutResponse"/>
|
300
|
+
</operation>
|
301
|
+
<operation name="get_server">
|
302
|
+
<documentation>
|
303
|
+
Gets the lists of servers the specified CRLDP configurations are associated with.
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<input message="tns:Management.CRLDPConfiguration.get_serverRequest"/>
|
307
|
+
<output message="tns:Management.CRLDPConfiguration.get_serverResponse"/>
|
308
|
+
</operation>
|
309
|
+
<operation name="add_server">
|
310
|
+
<documentation>
|
311
|
+
Adds/associates servers to the specified CRLDP configurations.
|
312
|
+
|
313
|
+
</documentation>
|
314
|
+
<input message="tns:Management.CRLDPConfiguration.add_serverRequest"/>
|
315
|
+
<output message="tns:Management.CRLDPConfiguration.add_serverResponse"/>
|
316
|
+
</operation>
|
317
|
+
<operation name="remove_server">
|
318
|
+
<documentation>
|
319
|
+
Removes servers from the specified CRLDP configurations.
|
320
|
+
|
321
|
+
</documentation>
|
322
|
+
<input message="tns:Management.CRLDPConfiguration.remove_serverRequest"/>
|
323
|
+
<output message="tns:Management.CRLDPConfiguration.remove_serverResponse"/>
|
324
|
+
</operation>
|
325
|
+
<operation name="remove_all_servers">
|
326
|
+
<documentation>
|
327
|
+
Removes all servers from the specified CRLDP configurations.
|
328
|
+
|
329
|
+
</documentation>
|
330
|
+
<input message="tns:Management.CRLDPConfiguration.remove_all_serversRequest"/>
|
331
|
+
<output message="tns:Management.CRLDPConfiguration.remove_all_serversResponse"/>
|
332
|
+
</operation>
|
333
|
+
<operation name="set_description">
|
334
|
+
<documentation>
|
335
|
+
Sets the description for a set of CRLDP configurations.
|
336
|
+
|
337
|
+
This is an arbitrary field which can be used for any purpose.
|
338
|
+
|
339
|
+
</documentation>
|
340
|
+
<input message="tns:Management.CRLDPConfiguration.set_descriptionRequest"/>
|
341
|
+
<output message="tns:Management.CRLDPConfiguration.set_descriptionResponse"/>
|
342
|
+
</operation>
|
343
|
+
<operation name="get_description">
|
344
|
+
<documentation>
|
345
|
+
Gets the descriptions for a set of CRLDP configurations.
|
346
|
+
|
347
|
+
</documentation>
|
348
|
+
<input message="tns:Management.CRLDPConfiguration.get_descriptionRequest"/>
|
349
|
+
<output message="tns:Management.CRLDPConfiguration.get_descriptionResponse"/>
|
350
|
+
</operation>
|
351
|
+
<operation name="get_version">
|
352
|
+
<documentation>
|
353
|
+
Gets the version information for this interface.
|
354
|
+
|
355
|
+
</documentation>
|
356
|
+
<input message="tns:Management.CRLDPConfiguration.get_versionRequest"/>
|
357
|
+
<output message="tns:Management.CRLDPConfiguration.get_versionResponse"/>
|
358
|
+
</operation>
|
359
|
+
</portType>
|
360
|
+
|
361
|
+
<!-- binding -->
|
362
|
+
|
363
|
+
<binding name="Management.CRLDPConfigurationBinding" type="tns:Management.CRLDPConfigurationPortType">
|
364
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
365
|
+
<operation name="get_list">
|
366
|
+
<documentation>
|
367
|
+
Gets a list of all CRLDP configurations.
|
368
|
+
|
369
|
+
</documentation>
|
370
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
371
|
+
<input>
|
372
|
+
<soap:body
|
373
|
+
use="encoded"
|
374
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
375
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
376
|
+
</input>
|
377
|
+
<output>
|
378
|
+
<soap:body
|
379
|
+
use="encoded"
|
380
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
381
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
382
|
+
</output>
|
383
|
+
</operation>
|
384
|
+
|
385
|
+
<operation name="create">
|
386
|
+
<documentation>
|
387
|
+
Creates the specified CRLDP configurations.
|
388
|
+
|
389
|
+
</documentation>
|
390
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
391
|
+
<input>
|
392
|
+
<soap:body
|
393
|
+
use="encoded"
|
394
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
395
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
396
|
+
</input>
|
397
|
+
<output>
|
398
|
+
<soap:body
|
399
|
+
use="encoded"
|
400
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
401
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
402
|
+
</output>
|
403
|
+
</operation>
|
404
|
+
|
405
|
+
<operation name="delete_configuration">
|
406
|
+
<documentation>
|
407
|
+
Deletes the specified CRLDP configurations.
|
408
|
+
|
409
|
+
</documentation>
|
410
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
411
|
+
<input>
|
412
|
+
<soap:body
|
413
|
+
use="encoded"
|
414
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
415
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
416
|
+
</input>
|
417
|
+
<output>
|
418
|
+
<soap:body
|
419
|
+
use="encoded"
|
420
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
421
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
422
|
+
</output>
|
423
|
+
</operation>
|
424
|
+
|
425
|
+
<operation name="delete_all_configurations">
|
426
|
+
<documentation>
|
427
|
+
Deletes all CRLDP configurations.
|
428
|
+
|
429
|
+
</documentation>
|
430
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
431
|
+
<input>
|
432
|
+
<soap:body
|
433
|
+
use="encoded"
|
434
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
435
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
436
|
+
</input>
|
437
|
+
<output>
|
438
|
+
<soap:body
|
439
|
+
use="encoded"
|
440
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
441
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
442
|
+
</output>
|
443
|
+
</operation>
|
444
|
+
|
445
|
+
<operation name="set_use_issuer_state">
|
446
|
+
<documentation>
|
447
|
+
Sets the states indicating whether to reuse the issuer.
|
448
|
+
|
449
|
+
</documentation>
|
450
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
451
|
+
<input>
|
452
|
+
<soap:body
|
453
|
+
use="encoded"
|
454
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
455
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
456
|
+
</input>
|
457
|
+
<output>
|
458
|
+
<soap:body
|
459
|
+
use="encoded"
|
460
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
461
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
462
|
+
</output>
|
463
|
+
</operation>
|
464
|
+
|
465
|
+
<operation name="get_use_issuer_state">
|
466
|
+
<documentation>
|
467
|
+
Gets the states indicating whether reuse the issuer.
|
468
|
+
|
469
|
+
</documentation>
|
470
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
471
|
+
<input>
|
472
|
+
<soap:body
|
473
|
+
use="encoded"
|
474
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
475
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
476
|
+
</input>
|
477
|
+
<output>
|
478
|
+
<soap:body
|
479
|
+
use="encoded"
|
480
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
481
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
482
|
+
</output>
|
483
|
+
</operation>
|
484
|
+
|
485
|
+
<operation name="set_connection_timeout">
|
486
|
+
<documentation>
|
487
|
+
Sets the number of seconds to wait for server's response before concluding that
|
488
|
+
the server is down.
|
489
|
+
|
490
|
+
</documentation>
|
491
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
492
|
+
<input>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</input>
|
498
|
+
<output>
|
499
|
+
<soap:body
|
500
|
+
use="encoded"
|
501
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
502
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
503
|
+
</output>
|
504
|
+
</operation>
|
505
|
+
|
506
|
+
<operation name="get_connection_timeout">
|
507
|
+
<documentation>
|
508
|
+
Gets the number of seconds to wait for server's response before concluding that
|
509
|
+
the server is down.
|
510
|
+
|
511
|
+
</documentation>
|
512
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
513
|
+
<input>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</input>
|
519
|
+
<output>
|
520
|
+
<soap:body
|
521
|
+
use="encoded"
|
522
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
523
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
524
|
+
</output>
|
525
|
+
</operation>
|
526
|
+
|
527
|
+
<operation name="set_update_interval">
|
528
|
+
<documentation>
|
529
|
+
Sets the number of seconds to wait between updates.
|
530
|
+
|
531
|
+
</documentation>
|
532
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
533
|
+
<input>
|
534
|
+
<soap:body
|
535
|
+
use="encoded"
|
536
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
538
|
+
</input>
|
539
|
+
<output>
|
540
|
+
<soap:body
|
541
|
+
use="encoded"
|
542
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
543
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
544
|
+
</output>
|
545
|
+
</operation>
|
546
|
+
|
547
|
+
<operation name="get_update_interval">
|
548
|
+
<documentation>
|
549
|
+
Gets the number of seconds to wait between updates.
|
550
|
+
|
551
|
+
</documentation>
|
552
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
553
|
+
<input>
|
554
|
+
<soap:body
|
555
|
+
use="encoded"
|
556
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
557
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
558
|
+
</input>
|
559
|
+
<output>
|
560
|
+
<soap:body
|
561
|
+
use="encoded"
|
562
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
563
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
564
|
+
</output>
|
565
|
+
</operation>
|
566
|
+
|
567
|
+
<operation name="set_cache_timeout">
|
568
|
+
<documentation>
|
569
|
+
Sets the number of seconds before a CRL entry expires and
|
570
|
+
is deleted from the CRL cache.
|
571
|
+
|
572
|
+
</documentation>
|
573
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
574
|
+
<input>
|
575
|
+
<soap:body
|
576
|
+
use="encoded"
|
577
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
578
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
579
|
+
</input>
|
580
|
+
<output>
|
581
|
+
<soap:body
|
582
|
+
use="encoded"
|
583
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
584
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
585
|
+
</output>
|
586
|
+
</operation>
|
587
|
+
|
588
|
+
<operation name="get_cache_timeout">
|
589
|
+
<documentation>
|
590
|
+
Gets the number of seconds before a CRL entry expires and
|
591
|
+
is deleted from the CRL cache.
|
592
|
+
|
593
|
+
</documentation>
|
594
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
595
|
+
<input>
|
596
|
+
<soap:body
|
597
|
+
use="encoded"
|
598
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
599
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
600
|
+
</input>
|
601
|
+
<output>
|
602
|
+
<soap:body
|
603
|
+
use="encoded"
|
604
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
605
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
606
|
+
</output>
|
607
|
+
</operation>
|
608
|
+
|
609
|
+
<operation name="get_server">
|
610
|
+
<documentation>
|
611
|
+
Gets the lists of servers the specified CRLDP configurations are associated with.
|
612
|
+
|
613
|
+
</documentation>
|
614
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
615
|
+
<input>
|
616
|
+
<soap:body
|
617
|
+
use="encoded"
|
618
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
619
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
620
|
+
</input>
|
621
|
+
<output>
|
622
|
+
<soap:body
|
623
|
+
use="encoded"
|
624
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
625
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
626
|
+
</output>
|
627
|
+
</operation>
|
628
|
+
|
629
|
+
<operation name="add_server">
|
630
|
+
<documentation>
|
631
|
+
Adds/associates servers to the specified CRLDP configurations.
|
632
|
+
|
633
|
+
</documentation>
|
634
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
635
|
+
<input>
|
636
|
+
<soap:body
|
637
|
+
use="encoded"
|
638
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
639
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
640
|
+
</input>
|
641
|
+
<output>
|
642
|
+
<soap:body
|
643
|
+
use="encoded"
|
644
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
645
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
646
|
+
</output>
|
647
|
+
</operation>
|
648
|
+
|
649
|
+
<operation name="remove_server">
|
650
|
+
<documentation>
|
651
|
+
Removes servers from the specified CRLDP configurations.
|
652
|
+
|
653
|
+
</documentation>
|
654
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
655
|
+
<input>
|
656
|
+
<soap:body
|
657
|
+
use="encoded"
|
658
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
659
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
660
|
+
</input>
|
661
|
+
<output>
|
662
|
+
<soap:body
|
663
|
+
use="encoded"
|
664
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
665
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
666
|
+
</output>
|
667
|
+
</operation>
|
668
|
+
|
669
|
+
<operation name="remove_all_servers">
|
670
|
+
<documentation>
|
671
|
+
Removes all servers from the specified CRLDP configurations.
|
672
|
+
|
673
|
+
</documentation>
|
674
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
675
|
+
<input>
|
676
|
+
<soap:body
|
677
|
+
use="encoded"
|
678
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
679
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
680
|
+
</input>
|
681
|
+
<output>
|
682
|
+
<soap:body
|
683
|
+
use="encoded"
|
684
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
685
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
686
|
+
</output>
|
687
|
+
</operation>
|
688
|
+
|
689
|
+
<operation name="set_description">
|
690
|
+
<documentation>
|
691
|
+
Sets the description for a set of CRLDP configurations.
|
692
|
+
|
693
|
+
This is an arbitrary field which can be used for any purpose.
|
694
|
+
|
695
|
+
</documentation>
|
696
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
697
|
+
<input>
|
698
|
+
<soap:body
|
699
|
+
use="encoded"
|
700
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
701
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
702
|
+
</input>
|
703
|
+
<output>
|
704
|
+
<soap:body
|
705
|
+
use="encoded"
|
706
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
707
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
708
|
+
</output>
|
709
|
+
</operation>
|
710
|
+
|
711
|
+
<operation name="get_description">
|
712
|
+
<documentation>
|
713
|
+
Gets the descriptions for a set of CRLDP configurations.
|
714
|
+
|
715
|
+
</documentation>
|
716
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
717
|
+
<input>
|
718
|
+
<soap:body
|
719
|
+
use="encoded"
|
720
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
721
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
722
|
+
</input>
|
723
|
+
<output>
|
724
|
+
<soap:body
|
725
|
+
use="encoded"
|
726
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
727
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
728
|
+
</output>
|
729
|
+
</operation>
|
730
|
+
|
731
|
+
<operation name="get_version">
|
732
|
+
<documentation>
|
733
|
+
Gets the version information for this interface.
|
734
|
+
|
735
|
+
</documentation>
|
736
|
+
<soap:operation soapAction="urn:iControl:Management/CRLDPConfiguration"/>
|
737
|
+
<input>
|
738
|
+
<soap:body
|
739
|
+
use="encoded"
|
740
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
741
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
742
|
+
</input>
|
743
|
+
<output>
|
744
|
+
<soap:body
|
745
|
+
use="encoded"
|
746
|
+
namespace="urn:iControl:Management/CRLDPConfiguration"
|
747
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
748
|
+
</output>
|
749
|
+
</operation>
|
750
|
+
</binding>
|
751
|
+
|
752
|
+
<!-- service -->
|
753
|
+
|
754
|
+
<service name="Management.CRLDPConfiguration">
|
755
|
+
<documentation>
|
756
|
+
The CRLDPConfiguration interface enables you to manage CRLDP PAM configuration.
|
757
|
+
|
758
|
+
</documentation>
|
759
|
+
<port name="Management.CRLDPConfigurationPort" binding="tns:Management.CRLDPConfigurationBinding">
|
760
|
+
<soap:address location="https://url_to_service"/>
|
761
|
+
</port>
|
762
|
+
</service>
|
763
|
+
</definitions>
|