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,840 @@
|
|
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="System.CertificateRevocationListFile"
|
11
|
+
targetNamespace="urn:iControl"
|
12
|
+
xmlns:tns="urn:iControl"
|
13
|
+
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
14
|
+
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
15
|
+
xmlns="http://schemas.xmlsoap.org/wsdl/">
|
16
|
+
|
17
|
+
<!-- types -->
|
18
|
+
|
19
|
+
<types>
|
20
|
+
<xsd:schema targetNamespace='urn:iControl'
|
21
|
+
xmlns='http://www.w3.org/2001/XMLSchema'
|
22
|
+
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
|
23
|
+
xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'>
|
24
|
+
<xsd:complexType name="Common.TimeStampSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.TimeStamp[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.ULong64">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="high" type="xsd:long"/>
|
34
|
+
<xsd:element name="low" type="xsd:long"/>
|
35
|
+
</xsd:sequence>
|
36
|
+
</xsd:complexType>
|
37
|
+
<xsd:simpleType name="Common.EnabledState">
|
38
|
+
<xsd:restriction base="xsd:string">
|
39
|
+
<xsd:enumeration value="STATE_DISABLED">
|
40
|
+
<xsd:annotation>
|
41
|
+
<xsd:documentation>STATE_DISABLED</xsd:documentation>
|
42
|
+
</xsd:annotation>
|
43
|
+
</xsd:enumeration>
|
44
|
+
<xsd:enumeration value="STATE_ENABLED">
|
45
|
+
<xsd:annotation>
|
46
|
+
<xsd:documentation>STATE_ENABLED</xsd:documentation>
|
47
|
+
</xsd:annotation>
|
48
|
+
</xsd:enumeration>
|
49
|
+
</xsd:restriction>
|
50
|
+
</xsd:simpleType>
|
51
|
+
<xsd:complexType name="Common.TimeStamp">
|
52
|
+
<xsd:sequence>
|
53
|
+
<xsd:element name="year" type="xsd:long"/>
|
54
|
+
<xsd:element name="month" type="xsd:long"/>
|
55
|
+
<xsd:element name="day" type="xsd:long"/>
|
56
|
+
<xsd:element name="hour" type="xsd:long"/>
|
57
|
+
<xsd:element name="minute" type="xsd:long"/>
|
58
|
+
<xsd:element name="second" type="xsd:long"/>
|
59
|
+
</xsd:sequence>
|
60
|
+
</xsd:complexType>
|
61
|
+
<xsd:complexType name="Common.StringSequence">
|
62
|
+
<xsd:complexContent>
|
63
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
64
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
65
|
+
</xsd:restriction>
|
66
|
+
</xsd:complexContent>
|
67
|
+
</xsd:complexType>
|
68
|
+
<xsd:complexType name="Common.ULong64Sequence">
|
69
|
+
<xsd:complexContent>
|
70
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
71
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULong64[]'/>
|
72
|
+
</xsd:restriction>
|
73
|
+
</xsd:complexContent>
|
74
|
+
</xsd:complexType>
|
75
|
+
<xsd:complexType name="Common.ULongSequence">
|
76
|
+
<xsd:complexContent>
|
77
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
78
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
79
|
+
</xsd:restriction>
|
80
|
+
</xsd:complexContent>
|
81
|
+
</xsd:complexType>
|
82
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
83
|
+
<xsd:complexContent>
|
84
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
85
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
86
|
+
</xsd:restriction>
|
87
|
+
</xsd:complexContent>
|
88
|
+
</xsd:complexType>
|
89
|
+
</xsd:schema>
|
90
|
+
</types>
|
91
|
+
|
92
|
+
<!-- message -->
|
93
|
+
|
94
|
+
<message name="System.CertificateRevocationListFile.get_listRequest">
|
95
|
+
</message>
|
96
|
+
<message name="System.CertificateRevocationListFile.get_listResponse">
|
97
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
98
|
+
</message>
|
99
|
+
|
100
|
+
<message name="System.CertificateRevocationListFile.createRequest">
|
101
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
102
|
+
<part name="paths" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
<message name="System.CertificateRevocationListFile.createResponse">
|
105
|
+
</message>
|
106
|
+
|
107
|
+
<message name="System.CertificateRevocationListFile.delete_certificate_revocation_list_fileRequest">
|
108
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
109
|
+
</message>
|
110
|
+
<message name="System.CertificateRevocationListFile.delete_certificate_revocation_list_fileResponse">
|
111
|
+
</message>
|
112
|
+
|
113
|
+
<message name="System.CertificateRevocationListFile.delete_all_certificate_revocation_list_filesRequest">
|
114
|
+
</message>
|
115
|
+
<message name="System.CertificateRevocationListFile.delete_all_certificate_revocation_list_filesResponse">
|
116
|
+
</message>
|
117
|
+
|
118
|
+
<message name="System.CertificateRevocationListFile.get_cache_pathRequest">
|
119
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
120
|
+
</message>
|
121
|
+
<message name="System.CertificateRevocationListFile.get_cache_pathResponse">
|
122
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
123
|
+
</message>
|
124
|
+
|
125
|
+
<message name="System.CertificateRevocationListFile.get_checksumRequest">
|
126
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
127
|
+
</message>
|
128
|
+
<message name="System.CertificateRevocationListFile.get_checksumResponse">
|
129
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
130
|
+
</message>
|
131
|
+
|
132
|
+
<message name="System.CertificateRevocationListFile.get_creation_timeRequest">
|
133
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
134
|
+
</message>
|
135
|
+
<message name="System.CertificateRevocationListFile.get_creation_timeResponse">
|
136
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
137
|
+
</message>
|
138
|
+
|
139
|
+
<message name="System.CertificateRevocationListFile.get_creatorRequest">
|
140
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
141
|
+
</message>
|
142
|
+
<message name="System.CertificateRevocationListFile.get_creatorResponse">
|
143
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
144
|
+
</message>
|
145
|
+
|
146
|
+
<message name="System.CertificateRevocationListFile.get_dynamic_stateRequest">
|
147
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
148
|
+
</message>
|
149
|
+
<message name="System.CertificateRevocationListFile.get_dynamic_stateResponse">
|
150
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
151
|
+
</message>
|
152
|
+
|
153
|
+
<message name="System.CertificateRevocationListFile.set_local_pathRequest">
|
154
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
155
|
+
<part name="paths" type="tns:Common.StringSequence"/>
|
156
|
+
</message>
|
157
|
+
<message name="System.CertificateRevocationListFile.set_local_pathResponse">
|
158
|
+
</message>
|
159
|
+
|
160
|
+
<message name="System.CertificateRevocationListFile.get_modification_timeRequest">
|
161
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
162
|
+
</message>
|
163
|
+
<message name="System.CertificateRevocationListFile.get_modification_timeResponse">
|
164
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
165
|
+
</message>
|
166
|
+
|
167
|
+
<message name="System.CertificateRevocationListFile.get_modifierRequest">
|
168
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
169
|
+
</message>
|
170
|
+
<message name="System.CertificateRevocationListFile.get_modifierResponse">
|
171
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
172
|
+
</message>
|
173
|
+
|
174
|
+
<message name="System.CertificateRevocationListFile.get_modeRequest">
|
175
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
176
|
+
</message>
|
177
|
+
<message name="System.CertificateRevocationListFile.get_modeResponse">
|
178
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
179
|
+
</message>
|
180
|
+
|
181
|
+
<message name="System.CertificateRevocationListFile.get_revisionRequest">
|
182
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
183
|
+
</message>
|
184
|
+
<message name="System.CertificateRevocationListFile.get_revisionResponse">
|
185
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
186
|
+
</message>
|
187
|
+
|
188
|
+
<message name="System.CertificateRevocationListFile.get_sizeRequest">
|
189
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
190
|
+
</message>
|
191
|
+
<message name="System.CertificateRevocationListFile.get_sizeResponse">
|
192
|
+
<part name="return" type="tns:Common.ULong64Sequence"/>
|
193
|
+
</message>
|
194
|
+
|
195
|
+
<message name="System.CertificateRevocationListFile.get_source_pathRequest">
|
196
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
197
|
+
</message>
|
198
|
+
<message name="System.CertificateRevocationListFile.get_source_pathResponse">
|
199
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
200
|
+
</message>
|
201
|
+
|
202
|
+
<message name="System.CertificateRevocationListFile.get_system_pathRequest">
|
203
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
204
|
+
</message>
|
205
|
+
<message name="System.CertificateRevocationListFile.get_system_pathResponse">
|
206
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
207
|
+
</message>
|
208
|
+
|
209
|
+
<message name="System.CertificateRevocationListFile.get_system_stateRequest">
|
210
|
+
<part name="files" type="tns:Common.StringSequence"/>
|
211
|
+
</message>
|
212
|
+
<message name="System.CertificateRevocationListFile.get_system_stateResponse">
|
213
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
214
|
+
</message>
|
215
|
+
|
216
|
+
<message name="System.CertificateRevocationListFile.get_versionRequest">
|
217
|
+
</message>
|
218
|
+
<message name="System.CertificateRevocationListFile.get_versionResponse">
|
219
|
+
<part name="return" type="xsd:string"/>
|
220
|
+
</message>
|
221
|
+
|
222
|
+
<!-- portType -->
|
223
|
+
|
224
|
+
<portType name="System.CertificateRevocationListFilePortType">
|
225
|
+
<operation name="get_list">
|
226
|
+
<documentation>
|
227
|
+
Gets the identifiers of all certificate revocation list file
|
228
|
+
objects.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<input message="tns:System.CertificateRevocationListFile.get_listRequest"/>
|
232
|
+
<output message="tns:System.CertificateRevocationListFile.get_listResponse"/>
|
233
|
+
</operation>
|
234
|
+
<operation name="create">
|
235
|
+
<documentation>
|
236
|
+
Creates a set of certificate revocation list file objects.
|
237
|
+
|
238
|
+
The specified files are deleted after being imported.
|
239
|
+
|
240
|
+
</documentation>
|
241
|
+
<input message="tns:System.CertificateRevocationListFile.createRequest"/>
|
242
|
+
<output message="tns:System.CertificateRevocationListFile.createResponse"/>
|
243
|
+
</operation>
|
244
|
+
<operation name="delete_certificate_revocation_list_file">
|
245
|
+
<documentation>
|
246
|
+
Deletes a set of certificate revocation list file objects.
|
247
|
+
|
248
|
+
</documentation>
|
249
|
+
<input message="tns:System.CertificateRevocationListFile.delete_certificate_revocation_list_fileRequest"/>
|
250
|
+
<output message="tns:System.CertificateRevocationListFile.delete_certificate_revocation_list_fileResponse"/>
|
251
|
+
</operation>
|
252
|
+
<operation name="delete_all_certificate_revocation_list_files">
|
253
|
+
<documentation>
|
254
|
+
Deletes all certificate revocation list file objects.
|
255
|
+
|
256
|
+
</documentation>
|
257
|
+
<input message="tns:System.CertificateRevocationListFile.delete_all_certificate_revocation_list_filesRequest"/>
|
258
|
+
<output message="tns:System.CertificateRevocationListFile.delete_all_certificate_revocation_list_filesResponse"/>
|
259
|
+
</operation>
|
260
|
+
<operation name="get_cache_path">
|
261
|
+
<documentation>
|
262
|
+
Gets the full path to the file inside the file cache for a set of
|
263
|
+
certificate revocation list file objects. For system files outside
|
264
|
+
the cache, like ZebOS.conf, the cached path holds a soft link to
|
265
|
+
the external file.
|
266
|
+
|
267
|
+
</documentation>
|
268
|
+
<input message="tns:System.CertificateRevocationListFile.get_cache_pathRequest"/>
|
269
|
+
<output message="tns:System.CertificateRevocationListFile.get_cache_pathResponse"/>
|
270
|
+
</operation>
|
271
|
+
<operation name="get_checksum">
|
272
|
+
<documentation>
|
273
|
+
Gets the file checksum, a unique signature used for validation and
|
274
|
+
verification for a set of certificate revocation list file objects.
|
275
|
+
|
276
|
+
</documentation>
|
277
|
+
<input message="tns:System.CertificateRevocationListFile.get_checksumRequest"/>
|
278
|
+
<output message="tns:System.CertificateRevocationListFile.get_checksumResponse"/>
|
279
|
+
</operation>
|
280
|
+
<operation name="get_creation_time">
|
281
|
+
<documentation>
|
282
|
+
Gets the file creation date/time for a set of certificate
|
283
|
+
revocation list file objects.
|
284
|
+
|
285
|
+
</documentation>
|
286
|
+
<input message="tns:System.CertificateRevocationListFile.get_creation_timeRequest"/>
|
287
|
+
<output message="tns:System.CertificateRevocationListFile.get_creation_timeResponse"/>
|
288
|
+
</operation>
|
289
|
+
<operation name="get_creator">
|
290
|
+
<documentation>
|
291
|
+
Gets the name of the user who originally created the file for a set
|
292
|
+
of certificate revocation list file objects.
|
293
|
+
|
294
|
+
</documentation>
|
295
|
+
<input message="tns:System.CertificateRevocationListFile.get_creatorRequest"/>
|
296
|
+
<output message="tns:System.CertificateRevocationListFile.get_creatorResponse"/>
|
297
|
+
</operation>
|
298
|
+
<operation name="get_dynamic_state">
|
299
|
+
<documentation>
|
300
|
+
Gets the state for whether this file can be modified by an external
|
301
|
+
process during runtime for a set of certificate revocation list
|
302
|
+
file objects. Setting this allows validation to skip certain steps,
|
303
|
+
such as checksum verification.
|
304
|
+
|
305
|
+
</documentation>
|
306
|
+
<input message="tns:System.CertificateRevocationListFile.get_dynamic_stateRequest"/>
|
307
|
+
<output message="tns:System.CertificateRevocationListFile.get_dynamic_stateResponse"/>
|
308
|
+
</operation>
|
309
|
+
<operation name="set_local_path">
|
310
|
+
<documentation>
|
311
|
+
Sets the name of the file to be imported into the configuration
|
312
|
+
file cache for a set of certificate revocation list file objects.
|
313
|
+
Specifying this attribute for an existing file object triggers
|
314
|
+
importing the specified file into the configuration file cache,
|
315
|
+
replacing the existing file in the file object. Once a file is
|
316
|
+
imported into the file cache, this file is deleted. This name
|
317
|
+
must either be a full file path or a path relative to
|
318
|
+
/config/ssl/ssl.crl.
|
319
|
+
|
320
|
+
</documentation>
|
321
|
+
<input message="tns:System.CertificateRevocationListFile.set_local_pathRequest"/>
|
322
|
+
<output message="tns:System.CertificateRevocationListFile.set_local_pathResponse"/>
|
323
|
+
</operation>
|
324
|
+
<operation name="get_modification_time">
|
325
|
+
<documentation>
|
326
|
+
Gets the date/time of the last file modification for a set of
|
327
|
+
certificate revocation list file objects.
|
328
|
+
|
329
|
+
</documentation>
|
330
|
+
<input message="tns:System.CertificateRevocationListFile.get_modification_timeRequest"/>
|
331
|
+
<output message="tns:System.CertificateRevocationListFile.get_modification_timeResponse"/>
|
332
|
+
</operation>
|
333
|
+
<operation name="get_modifier">
|
334
|
+
<documentation>
|
335
|
+
Gets the name of the user who last modified the file for a set of
|
336
|
+
certificate revocation list file objects.
|
337
|
+
|
338
|
+
</documentation>
|
339
|
+
<input message="tns:System.CertificateRevocationListFile.get_modifierRequest"/>
|
340
|
+
<output message="tns:System.CertificateRevocationListFile.get_modifierResponse"/>
|
341
|
+
</operation>
|
342
|
+
<operation name="get_mode">
|
343
|
+
<documentation>
|
344
|
+
Gets the bit field holding the file type and permissions, as in the
|
345
|
+
Unix "stat" information for a set of certificate revocation list
|
346
|
+
file objects.
|
347
|
+
|
348
|
+
</documentation>
|
349
|
+
<input message="tns:System.CertificateRevocationListFile.get_modeRequest"/>
|
350
|
+
<output message="tns:System.CertificateRevocationListFile.get_modeResponse"/>
|
351
|
+
</operation>
|
352
|
+
<operation name="get_revision">
|
353
|
+
<documentation>
|
354
|
+
Gets the running count of file modifications for a set of
|
355
|
+
certificate revocation list file objects.
|
356
|
+
|
357
|
+
</documentation>
|
358
|
+
<input message="tns:System.CertificateRevocationListFile.get_revisionRequest"/>
|
359
|
+
<output message="tns:System.CertificateRevocationListFile.get_revisionResponse"/>
|
360
|
+
</operation>
|
361
|
+
<operation name="get_size">
|
362
|
+
<documentation>
|
363
|
+
Gets the file size for a set of certificate revocation list file
|
364
|
+
objects.
|
365
|
+
|
366
|
+
</documentation>
|
367
|
+
<input message="tns:System.CertificateRevocationListFile.get_sizeRequest"/>
|
368
|
+
<output message="tns:System.CertificateRevocationListFile.get_sizeResponse"/>
|
369
|
+
</operation>
|
370
|
+
<operation name="get_source_path">
|
371
|
+
<documentation>
|
372
|
+
Gets the the original source path of the file for a set of
|
373
|
+
certificate revocation list file objects.
|
374
|
+
|
375
|
+
</documentation>
|
376
|
+
<input message="tns:System.CertificateRevocationListFile.get_source_pathRequest"/>
|
377
|
+
<output message="tns:System.CertificateRevocationListFile.get_source_pathResponse"/>
|
378
|
+
</operation>
|
379
|
+
<operation name="get_system_path">
|
380
|
+
<documentation>
|
381
|
+
Gets the full path to system files that exist outside the file
|
382
|
+
cache for a set of certificate revocation list file objects. The
|
383
|
+
cached file is simply a soft link to this file.
|
384
|
+
|
385
|
+
</documentation>
|
386
|
+
<input message="tns:System.CertificateRevocationListFile.get_system_pathRequest"/>
|
387
|
+
<output message="tns:System.CertificateRevocationListFile.get_system_pathResponse"/>
|
388
|
+
</operation>
|
389
|
+
<operation name="get_system_state">
|
390
|
+
<documentation>
|
391
|
+
Gets the state for whether this is a system file for a set of
|
392
|
+
certificate revocation list file objects. System files cannot be
|
393
|
+
created, deleted, or modified by users, and file objects holding
|
394
|
+
them cannot be deleted.
|
395
|
+
|
396
|
+
</documentation>
|
397
|
+
<input message="tns:System.CertificateRevocationListFile.get_system_stateRequest"/>
|
398
|
+
<output message="tns:System.CertificateRevocationListFile.get_system_stateResponse"/>
|
399
|
+
</operation>
|
400
|
+
<operation name="get_version">
|
401
|
+
<documentation>
|
402
|
+
Gets the version information for this interface.
|
403
|
+
|
404
|
+
</documentation>
|
405
|
+
<input message="tns:System.CertificateRevocationListFile.get_versionRequest"/>
|
406
|
+
<output message="tns:System.CertificateRevocationListFile.get_versionResponse"/>
|
407
|
+
</operation>
|
408
|
+
</portType>
|
409
|
+
|
410
|
+
<!-- binding -->
|
411
|
+
|
412
|
+
<binding name="System.CertificateRevocationListFileBinding" type="tns:System.CertificateRevocationListFilePortType">
|
413
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
414
|
+
<operation name="get_list">
|
415
|
+
<documentation>
|
416
|
+
Gets the identifiers of all certificate revocation list file
|
417
|
+
objects.
|
418
|
+
|
419
|
+
</documentation>
|
420
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
421
|
+
<input>
|
422
|
+
<soap:body
|
423
|
+
use="encoded"
|
424
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
426
|
+
</input>
|
427
|
+
<output>
|
428
|
+
<soap:body
|
429
|
+
use="encoded"
|
430
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
431
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
432
|
+
</output>
|
433
|
+
</operation>
|
434
|
+
|
435
|
+
<operation name="create">
|
436
|
+
<documentation>
|
437
|
+
Creates a set of certificate revocation list file objects.
|
438
|
+
|
439
|
+
The specified files are deleted after being imported.
|
440
|
+
|
441
|
+
</documentation>
|
442
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
443
|
+
<input>
|
444
|
+
<soap:body
|
445
|
+
use="encoded"
|
446
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
+
</input>
|
449
|
+
<output>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</output>
|
455
|
+
</operation>
|
456
|
+
|
457
|
+
<operation name="delete_certificate_revocation_list_file">
|
458
|
+
<documentation>
|
459
|
+
Deletes a set of certificate revocation list file objects.
|
460
|
+
|
461
|
+
</documentation>
|
462
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
463
|
+
<input>
|
464
|
+
<soap:body
|
465
|
+
use="encoded"
|
466
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
467
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
468
|
+
</input>
|
469
|
+
<output>
|
470
|
+
<soap:body
|
471
|
+
use="encoded"
|
472
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
473
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
474
|
+
</output>
|
475
|
+
</operation>
|
476
|
+
|
477
|
+
<operation name="delete_all_certificate_revocation_list_files">
|
478
|
+
<documentation>
|
479
|
+
Deletes all certificate revocation list file objects.
|
480
|
+
|
481
|
+
</documentation>
|
482
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
483
|
+
<input>
|
484
|
+
<soap:body
|
485
|
+
use="encoded"
|
486
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
488
|
+
</input>
|
489
|
+
<output>
|
490
|
+
<soap:body
|
491
|
+
use="encoded"
|
492
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
493
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
494
|
+
</output>
|
495
|
+
</operation>
|
496
|
+
|
497
|
+
<operation name="get_cache_path">
|
498
|
+
<documentation>
|
499
|
+
Gets the full path to the file inside the file cache for a set of
|
500
|
+
certificate revocation list file objects. For system files outside
|
501
|
+
the cache, like ZebOS.conf, the cached path holds a soft link to
|
502
|
+
the external file.
|
503
|
+
|
504
|
+
</documentation>
|
505
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
506
|
+
<input>
|
507
|
+
<soap:body
|
508
|
+
use="encoded"
|
509
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
510
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
511
|
+
</input>
|
512
|
+
<output>
|
513
|
+
<soap:body
|
514
|
+
use="encoded"
|
515
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
516
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
517
|
+
</output>
|
518
|
+
</operation>
|
519
|
+
|
520
|
+
<operation name="get_checksum">
|
521
|
+
<documentation>
|
522
|
+
Gets the file checksum, a unique signature used for validation and
|
523
|
+
verification for a set of certificate revocation list file objects.
|
524
|
+
|
525
|
+
</documentation>
|
526
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
527
|
+
<input>
|
528
|
+
<soap:body
|
529
|
+
use="encoded"
|
530
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
531
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
532
|
+
</input>
|
533
|
+
<output>
|
534
|
+
<soap:body
|
535
|
+
use="encoded"
|
536
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
537
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
538
|
+
</output>
|
539
|
+
</operation>
|
540
|
+
|
541
|
+
<operation name="get_creation_time">
|
542
|
+
<documentation>
|
543
|
+
Gets the file creation date/time for a set of certificate
|
544
|
+
revocation list file objects.
|
545
|
+
|
546
|
+
</documentation>
|
547
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
548
|
+
<input>
|
549
|
+
<soap:body
|
550
|
+
use="encoded"
|
551
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
552
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
553
|
+
</input>
|
554
|
+
<output>
|
555
|
+
<soap:body
|
556
|
+
use="encoded"
|
557
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
558
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
559
|
+
</output>
|
560
|
+
</operation>
|
561
|
+
|
562
|
+
<operation name="get_creator">
|
563
|
+
<documentation>
|
564
|
+
Gets the name of the user who originally created the file for a set
|
565
|
+
of certificate revocation list file objects.
|
566
|
+
|
567
|
+
</documentation>
|
568
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
569
|
+
<input>
|
570
|
+
<soap:body
|
571
|
+
use="encoded"
|
572
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
573
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
574
|
+
</input>
|
575
|
+
<output>
|
576
|
+
<soap:body
|
577
|
+
use="encoded"
|
578
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
579
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
580
|
+
</output>
|
581
|
+
</operation>
|
582
|
+
|
583
|
+
<operation name="get_dynamic_state">
|
584
|
+
<documentation>
|
585
|
+
Gets the state for whether this file can be modified by an external
|
586
|
+
process during runtime for a set of certificate revocation list
|
587
|
+
file objects. Setting this allows validation to skip certain steps,
|
588
|
+
such as checksum verification.
|
589
|
+
|
590
|
+
</documentation>
|
591
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
592
|
+
<input>
|
593
|
+
<soap:body
|
594
|
+
use="encoded"
|
595
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
596
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
597
|
+
</input>
|
598
|
+
<output>
|
599
|
+
<soap:body
|
600
|
+
use="encoded"
|
601
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
602
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
603
|
+
</output>
|
604
|
+
</operation>
|
605
|
+
|
606
|
+
<operation name="set_local_path">
|
607
|
+
<documentation>
|
608
|
+
Sets the name of the file to be imported into the configuration
|
609
|
+
file cache for a set of certificate revocation list file objects.
|
610
|
+
Specifying this attribute for an existing file object triggers
|
611
|
+
importing the specified file into the configuration file cache,
|
612
|
+
replacing the existing file in the file object. Once a file is
|
613
|
+
imported into the file cache, this file is deleted. This name
|
614
|
+
must either be a full file path or a path relative to
|
615
|
+
/config/ssl/ssl.crl.
|
616
|
+
|
617
|
+
</documentation>
|
618
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
619
|
+
<input>
|
620
|
+
<soap:body
|
621
|
+
use="encoded"
|
622
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
623
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
624
|
+
</input>
|
625
|
+
<output>
|
626
|
+
<soap:body
|
627
|
+
use="encoded"
|
628
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
629
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
630
|
+
</output>
|
631
|
+
</operation>
|
632
|
+
|
633
|
+
<operation name="get_modification_time">
|
634
|
+
<documentation>
|
635
|
+
Gets the date/time of the last file modification for a set of
|
636
|
+
certificate revocation list file objects.
|
637
|
+
|
638
|
+
</documentation>
|
639
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
640
|
+
<input>
|
641
|
+
<soap:body
|
642
|
+
use="encoded"
|
643
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
644
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
645
|
+
</input>
|
646
|
+
<output>
|
647
|
+
<soap:body
|
648
|
+
use="encoded"
|
649
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
650
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
651
|
+
</output>
|
652
|
+
</operation>
|
653
|
+
|
654
|
+
<operation name="get_modifier">
|
655
|
+
<documentation>
|
656
|
+
Gets the name of the user who last modified the file for a set of
|
657
|
+
certificate revocation list file objects.
|
658
|
+
|
659
|
+
</documentation>
|
660
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
661
|
+
<input>
|
662
|
+
<soap:body
|
663
|
+
use="encoded"
|
664
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
665
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
666
|
+
</input>
|
667
|
+
<output>
|
668
|
+
<soap:body
|
669
|
+
use="encoded"
|
670
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
671
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
672
|
+
</output>
|
673
|
+
</operation>
|
674
|
+
|
675
|
+
<operation name="get_mode">
|
676
|
+
<documentation>
|
677
|
+
Gets the bit field holding the file type and permissions, as in the
|
678
|
+
Unix "stat" information for a set of certificate revocation list
|
679
|
+
file objects.
|
680
|
+
|
681
|
+
</documentation>
|
682
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
683
|
+
<input>
|
684
|
+
<soap:body
|
685
|
+
use="encoded"
|
686
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
687
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
688
|
+
</input>
|
689
|
+
<output>
|
690
|
+
<soap:body
|
691
|
+
use="encoded"
|
692
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
693
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
694
|
+
</output>
|
695
|
+
</operation>
|
696
|
+
|
697
|
+
<operation name="get_revision">
|
698
|
+
<documentation>
|
699
|
+
Gets the running count of file modifications for a set of
|
700
|
+
certificate revocation list file objects.
|
701
|
+
|
702
|
+
</documentation>
|
703
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
704
|
+
<input>
|
705
|
+
<soap:body
|
706
|
+
use="encoded"
|
707
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
708
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
709
|
+
</input>
|
710
|
+
<output>
|
711
|
+
<soap:body
|
712
|
+
use="encoded"
|
713
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
714
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
715
|
+
</output>
|
716
|
+
</operation>
|
717
|
+
|
718
|
+
<operation name="get_size">
|
719
|
+
<documentation>
|
720
|
+
Gets the file size for a set of certificate revocation list file
|
721
|
+
objects.
|
722
|
+
|
723
|
+
</documentation>
|
724
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
725
|
+
<input>
|
726
|
+
<soap:body
|
727
|
+
use="encoded"
|
728
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
729
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
730
|
+
</input>
|
731
|
+
<output>
|
732
|
+
<soap:body
|
733
|
+
use="encoded"
|
734
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
735
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
736
|
+
</output>
|
737
|
+
</operation>
|
738
|
+
|
739
|
+
<operation name="get_source_path">
|
740
|
+
<documentation>
|
741
|
+
Gets the the original source path of the file for a set of
|
742
|
+
certificate revocation list file objects.
|
743
|
+
|
744
|
+
</documentation>
|
745
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
746
|
+
<input>
|
747
|
+
<soap:body
|
748
|
+
use="encoded"
|
749
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
750
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
751
|
+
</input>
|
752
|
+
<output>
|
753
|
+
<soap:body
|
754
|
+
use="encoded"
|
755
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
756
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
757
|
+
</output>
|
758
|
+
</operation>
|
759
|
+
|
760
|
+
<operation name="get_system_path">
|
761
|
+
<documentation>
|
762
|
+
Gets the full path to system files that exist outside the file
|
763
|
+
cache for a set of certificate revocation list file objects. The
|
764
|
+
cached file is simply a soft link to this file.
|
765
|
+
|
766
|
+
</documentation>
|
767
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
768
|
+
<input>
|
769
|
+
<soap:body
|
770
|
+
use="encoded"
|
771
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
772
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
773
|
+
</input>
|
774
|
+
<output>
|
775
|
+
<soap:body
|
776
|
+
use="encoded"
|
777
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
778
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
779
|
+
</output>
|
780
|
+
</operation>
|
781
|
+
|
782
|
+
<operation name="get_system_state">
|
783
|
+
<documentation>
|
784
|
+
Gets the state for whether this is a system file for a set of
|
785
|
+
certificate revocation list file objects. System files cannot be
|
786
|
+
created, deleted, or modified by users, and file objects holding
|
787
|
+
them cannot be deleted.
|
788
|
+
|
789
|
+
</documentation>
|
790
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
791
|
+
<input>
|
792
|
+
<soap:body
|
793
|
+
use="encoded"
|
794
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
795
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
796
|
+
</input>
|
797
|
+
<output>
|
798
|
+
<soap:body
|
799
|
+
use="encoded"
|
800
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
801
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
802
|
+
</output>
|
803
|
+
</operation>
|
804
|
+
|
805
|
+
<operation name="get_version">
|
806
|
+
<documentation>
|
807
|
+
Gets the version information for this interface.
|
808
|
+
|
809
|
+
</documentation>
|
810
|
+
<soap:operation soapAction="urn:iControl:System/CertificateRevocationListFile"/>
|
811
|
+
<input>
|
812
|
+
<soap:body
|
813
|
+
use="encoded"
|
814
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
815
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
816
|
+
</input>
|
817
|
+
<output>
|
818
|
+
<soap:body
|
819
|
+
use="encoded"
|
820
|
+
namespace="urn:iControl:System/CertificateRevocationListFile"
|
821
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
822
|
+
</output>
|
823
|
+
</operation>
|
824
|
+
</binding>
|
825
|
+
|
826
|
+
<!-- service -->
|
827
|
+
|
828
|
+
<service name="System.CertificateRevocationListFile">
|
829
|
+
<documentation>
|
830
|
+
Certificate revocation list (CRL) configuration file. These files are
|
831
|
+
intimately tied into the configuration, such that any change to the
|
832
|
+
file itself is treated as a change to the configuration. Such files are
|
833
|
+
also integrated into a file cache for more complete control.
|
834
|
+
|
835
|
+
</documentation>
|
836
|
+
<port name="System.CertificateRevocationListFilePort" binding="tns:System.CertificateRevocationListFileBinding">
|
837
|
+
<soap:address location="https://url_to_service"/>
|
838
|
+
</port>
|
839
|
+
</service>
|
840
|
+
</definitions>
|