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,448 @@
|
|
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="Log.Publisher"
|
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.StringSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
</xsd:schema>
|
39
|
+
</types>
|
40
|
+
|
41
|
+
<!-- message -->
|
42
|
+
|
43
|
+
<message name="Log.Publisher.get_listRequest">
|
44
|
+
</message>
|
45
|
+
<message name="Log.Publisher.get_listResponse">
|
46
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
47
|
+
</message>
|
48
|
+
|
49
|
+
<message name="Log.Publisher.createRequest">
|
50
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
51
|
+
<part name="destinations" type="tns:Common.StringSequenceSequence"/>
|
52
|
+
</message>
|
53
|
+
<message name="Log.Publisher.createResponse">
|
54
|
+
</message>
|
55
|
+
|
56
|
+
<message name="Log.Publisher.delete_publisherRequest">
|
57
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
58
|
+
</message>
|
59
|
+
<message name="Log.Publisher.delete_publisherResponse">
|
60
|
+
</message>
|
61
|
+
|
62
|
+
<message name="Log.Publisher.delete_all_publishersRequest">
|
63
|
+
</message>
|
64
|
+
<message name="Log.Publisher.delete_all_publishersResponse">
|
65
|
+
</message>
|
66
|
+
|
67
|
+
<message name="Log.Publisher.get_destinationRequest">
|
68
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
69
|
+
</message>
|
70
|
+
<message name="Log.Publisher.get_destinationResponse">
|
71
|
+
<part name="return" type="tns:Common.StringSequenceSequence"/>
|
72
|
+
</message>
|
73
|
+
|
74
|
+
<message name="Log.Publisher.add_destinationRequest">
|
75
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
76
|
+
<part name="destinations" type="tns:Common.StringSequenceSequence"/>
|
77
|
+
</message>
|
78
|
+
<message name="Log.Publisher.add_destinationResponse">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="Log.Publisher.remove_destinationRequest">
|
82
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
83
|
+
<part name="destinations" type="tns:Common.StringSequenceSequence"/>
|
84
|
+
</message>
|
85
|
+
<message name="Log.Publisher.remove_destinationResponse">
|
86
|
+
</message>
|
87
|
+
|
88
|
+
<message name="Log.Publisher.remove_all_destinationsRequest">
|
89
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
90
|
+
</message>
|
91
|
+
<message name="Log.Publisher.remove_all_destinationsResponse">
|
92
|
+
</message>
|
93
|
+
|
94
|
+
<message name="Log.Publisher.set_descriptionRequest">
|
95
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
96
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
97
|
+
</message>
|
98
|
+
<message name="Log.Publisher.set_descriptionResponse">
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="Log.Publisher.get_descriptionRequest">
|
102
|
+
<part name="publishers" type="tns:Common.StringSequence"/>
|
103
|
+
</message>
|
104
|
+
<message name="Log.Publisher.get_descriptionResponse">
|
105
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
106
|
+
</message>
|
107
|
+
|
108
|
+
<message name="Log.Publisher.get_versionRequest">
|
109
|
+
</message>
|
110
|
+
<message name="Log.Publisher.get_versionResponse">
|
111
|
+
<part name="return" type="xsd:string"/>
|
112
|
+
</message>
|
113
|
+
|
114
|
+
<!-- portType -->
|
115
|
+
|
116
|
+
<portType name="Log.PublisherPortType">
|
117
|
+
<operation name="get_list">
|
118
|
+
<documentation>
|
119
|
+
Gets the list of publishers.
|
120
|
+
|
121
|
+
</documentation>
|
122
|
+
<input message="tns:Log.Publisher.get_listRequest"/>
|
123
|
+
<output message="tns:Log.Publisher.get_listResponse"/>
|
124
|
+
</operation>
|
125
|
+
<operation name="create">
|
126
|
+
<documentation>
|
127
|
+
Creates new publishers.
|
128
|
+
|
129
|
+
</documentation>
|
130
|
+
<input message="tns:Log.Publisher.createRequest"/>
|
131
|
+
<output message="tns:Log.Publisher.createResponse"/>
|
132
|
+
</operation>
|
133
|
+
<operation name="delete_publisher">
|
134
|
+
<documentation>
|
135
|
+
Deletes the specified publishers.
|
136
|
+
|
137
|
+
</documentation>
|
138
|
+
<input message="tns:Log.Publisher.delete_publisherRequest"/>
|
139
|
+
<output message="tns:Log.Publisher.delete_publisherResponse"/>
|
140
|
+
</operation>
|
141
|
+
<operation name="delete_all_publishers">
|
142
|
+
<documentation>
|
143
|
+
Deletes all publishers.
|
144
|
+
|
145
|
+
</documentation>
|
146
|
+
<input message="tns:Log.Publisher.delete_all_publishersRequest"/>
|
147
|
+
<output message="tns:Log.Publisher.delete_all_publishersResponse"/>
|
148
|
+
</operation>
|
149
|
+
<operation name="get_destination">
|
150
|
+
<documentation>
|
151
|
+
Gets the destinations attached to the specified publishers.
|
152
|
+
|
153
|
+
</documentation>
|
154
|
+
<input message="tns:Log.Publisher.get_destinationRequest"/>
|
155
|
+
<output message="tns:Log.Publisher.get_destinationResponse"/>
|
156
|
+
</operation>
|
157
|
+
<operation name="add_destination">
|
158
|
+
<documentation>
|
159
|
+
Adds to the list of destinations for the specified publishers.
|
160
|
+
|
161
|
+
</documentation>
|
162
|
+
<input message="tns:Log.Publisher.add_destinationRequest"/>
|
163
|
+
<output message="tns:Log.Publisher.add_destinationResponse"/>
|
164
|
+
</operation>
|
165
|
+
<operation name="remove_destination">
|
166
|
+
<documentation>
|
167
|
+
Removes a list of destinations for the specified publishers.
|
168
|
+
|
169
|
+
</documentation>
|
170
|
+
<input message="tns:Log.Publisher.remove_destinationRequest"/>
|
171
|
+
<output message="tns:Log.Publisher.remove_destinationResponse"/>
|
172
|
+
</operation>
|
173
|
+
<operation name="remove_all_destinations">
|
174
|
+
<documentation>
|
175
|
+
Removes all the destinations from the specified publishers.
|
176
|
+
|
177
|
+
</documentation>
|
178
|
+
<input message="tns:Log.Publisher.remove_all_destinationsRequest"/>
|
179
|
+
<output message="tns:Log.Publisher.remove_all_destinationsResponse"/>
|
180
|
+
</operation>
|
181
|
+
<operation name="set_description">
|
182
|
+
<documentation>
|
183
|
+
Sets the description for the specified publishers.
|
184
|
+
|
185
|
+
This is an arbitrary field which can be used for any purpose.
|
186
|
+
|
187
|
+
</documentation>
|
188
|
+
<input message="tns:Log.Publisher.set_descriptionRequest"/>
|
189
|
+
<output message="tns:Log.Publisher.set_descriptionResponse"/>
|
190
|
+
</operation>
|
191
|
+
<operation name="get_description">
|
192
|
+
<documentation>
|
193
|
+
Gets the descriptions for the specifed publishers.
|
194
|
+
|
195
|
+
</documentation>
|
196
|
+
<input message="tns:Log.Publisher.get_descriptionRequest"/>
|
197
|
+
<output message="tns:Log.Publisher.get_descriptionResponse"/>
|
198
|
+
</operation>
|
199
|
+
<operation name="get_version">
|
200
|
+
<documentation>
|
201
|
+
Gets the version information for this interface.
|
202
|
+
|
203
|
+
</documentation>
|
204
|
+
<input message="tns:Log.Publisher.get_versionRequest"/>
|
205
|
+
<output message="tns:Log.Publisher.get_versionResponse"/>
|
206
|
+
</operation>
|
207
|
+
</portType>
|
208
|
+
|
209
|
+
<!-- binding -->
|
210
|
+
|
211
|
+
<binding name="Log.PublisherBinding" type="tns:Log.PublisherPortType">
|
212
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
213
|
+
<operation name="get_list">
|
214
|
+
<documentation>
|
215
|
+
Gets the list of publishers.
|
216
|
+
|
217
|
+
</documentation>
|
218
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
219
|
+
<input>
|
220
|
+
<soap:body
|
221
|
+
use="encoded"
|
222
|
+
namespace="urn:iControl:Log/Publisher"
|
223
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
224
|
+
</input>
|
225
|
+
<output>
|
226
|
+
<soap:body
|
227
|
+
use="encoded"
|
228
|
+
namespace="urn:iControl:Log/Publisher"
|
229
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
230
|
+
</output>
|
231
|
+
</operation>
|
232
|
+
|
233
|
+
<operation name="create">
|
234
|
+
<documentation>
|
235
|
+
Creates new publishers.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
239
|
+
<input>
|
240
|
+
<soap:body
|
241
|
+
use="encoded"
|
242
|
+
namespace="urn:iControl:Log/Publisher"
|
243
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
244
|
+
</input>
|
245
|
+
<output>
|
246
|
+
<soap:body
|
247
|
+
use="encoded"
|
248
|
+
namespace="urn:iControl:Log/Publisher"
|
249
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
250
|
+
</output>
|
251
|
+
</operation>
|
252
|
+
|
253
|
+
<operation name="delete_publisher">
|
254
|
+
<documentation>
|
255
|
+
Deletes the specified publishers.
|
256
|
+
|
257
|
+
</documentation>
|
258
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
259
|
+
<input>
|
260
|
+
<soap:body
|
261
|
+
use="encoded"
|
262
|
+
namespace="urn:iControl:Log/Publisher"
|
263
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
264
|
+
</input>
|
265
|
+
<output>
|
266
|
+
<soap:body
|
267
|
+
use="encoded"
|
268
|
+
namespace="urn:iControl:Log/Publisher"
|
269
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
270
|
+
</output>
|
271
|
+
</operation>
|
272
|
+
|
273
|
+
<operation name="delete_all_publishers">
|
274
|
+
<documentation>
|
275
|
+
Deletes all publishers.
|
276
|
+
|
277
|
+
</documentation>
|
278
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
279
|
+
<input>
|
280
|
+
<soap:body
|
281
|
+
use="encoded"
|
282
|
+
namespace="urn:iControl:Log/Publisher"
|
283
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
284
|
+
</input>
|
285
|
+
<output>
|
286
|
+
<soap:body
|
287
|
+
use="encoded"
|
288
|
+
namespace="urn:iControl:Log/Publisher"
|
289
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
290
|
+
</output>
|
291
|
+
</operation>
|
292
|
+
|
293
|
+
<operation name="get_destination">
|
294
|
+
<documentation>
|
295
|
+
Gets the destinations attached to the specified publishers.
|
296
|
+
|
297
|
+
</documentation>
|
298
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
299
|
+
<input>
|
300
|
+
<soap:body
|
301
|
+
use="encoded"
|
302
|
+
namespace="urn:iControl:Log/Publisher"
|
303
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
304
|
+
</input>
|
305
|
+
<output>
|
306
|
+
<soap:body
|
307
|
+
use="encoded"
|
308
|
+
namespace="urn:iControl:Log/Publisher"
|
309
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
310
|
+
</output>
|
311
|
+
</operation>
|
312
|
+
|
313
|
+
<operation name="add_destination">
|
314
|
+
<documentation>
|
315
|
+
Adds to the list of destinations for the specified publishers.
|
316
|
+
|
317
|
+
</documentation>
|
318
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
319
|
+
<input>
|
320
|
+
<soap:body
|
321
|
+
use="encoded"
|
322
|
+
namespace="urn:iControl:Log/Publisher"
|
323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
+
</input>
|
325
|
+
<output>
|
326
|
+
<soap:body
|
327
|
+
use="encoded"
|
328
|
+
namespace="urn:iControl:Log/Publisher"
|
329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
330
|
+
</output>
|
331
|
+
</operation>
|
332
|
+
|
333
|
+
<operation name="remove_destination">
|
334
|
+
<documentation>
|
335
|
+
Removes a list of destinations for the specified publishers.
|
336
|
+
|
337
|
+
</documentation>
|
338
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
339
|
+
<input>
|
340
|
+
<soap:body
|
341
|
+
use="encoded"
|
342
|
+
namespace="urn:iControl:Log/Publisher"
|
343
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
344
|
+
</input>
|
345
|
+
<output>
|
346
|
+
<soap:body
|
347
|
+
use="encoded"
|
348
|
+
namespace="urn:iControl:Log/Publisher"
|
349
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
350
|
+
</output>
|
351
|
+
</operation>
|
352
|
+
|
353
|
+
<operation name="remove_all_destinations">
|
354
|
+
<documentation>
|
355
|
+
Removes all the destinations from the specified publishers.
|
356
|
+
|
357
|
+
</documentation>
|
358
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
359
|
+
<input>
|
360
|
+
<soap:body
|
361
|
+
use="encoded"
|
362
|
+
namespace="urn:iControl:Log/Publisher"
|
363
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
364
|
+
</input>
|
365
|
+
<output>
|
366
|
+
<soap:body
|
367
|
+
use="encoded"
|
368
|
+
namespace="urn:iControl:Log/Publisher"
|
369
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
370
|
+
</output>
|
371
|
+
</operation>
|
372
|
+
|
373
|
+
<operation name="set_description">
|
374
|
+
<documentation>
|
375
|
+
Sets the description for the specified publishers.
|
376
|
+
|
377
|
+
This is an arbitrary field which can be used for any purpose.
|
378
|
+
|
379
|
+
</documentation>
|
380
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
381
|
+
<input>
|
382
|
+
<soap:body
|
383
|
+
use="encoded"
|
384
|
+
namespace="urn:iControl:Log/Publisher"
|
385
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
386
|
+
</input>
|
387
|
+
<output>
|
388
|
+
<soap:body
|
389
|
+
use="encoded"
|
390
|
+
namespace="urn:iControl:Log/Publisher"
|
391
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
392
|
+
</output>
|
393
|
+
</operation>
|
394
|
+
|
395
|
+
<operation name="get_description">
|
396
|
+
<documentation>
|
397
|
+
Gets the descriptions for the specifed publishers.
|
398
|
+
|
399
|
+
</documentation>
|
400
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
401
|
+
<input>
|
402
|
+
<soap:body
|
403
|
+
use="encoded"
|
404
|
+
namespace="urn:iControl:Log/Publisher"
|
405
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
406
|
+
</input>
|
407
|
+
<output>
|
408
|
+
<soap:body
|
409
|
+
use="encoded"
|
410
|
+
namespace="urn:iControl:Log/Publisher"
|
411
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
412
|
+
</output>
|
413
|
+
</operation>
|
414
|
+
|
415
|
+
<operation name="get_version">
|
416
|
+
<documentation>
|
417
|
+
Gets the version information for this interface.
|
418
|
+
|
419
|
+
</documentation>
|
420
|
+
<soap:operation soapAction="urn:iControl:Log/Publisher"/>
|
421
|
+
<input>
|
422
|
+
<soap:body
|
423
|
+
use="encoded"
|
424
|
+
namespace="urn:iControl:Log/Publisher"
|
425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
426
|
+
</input>
|
427
|
+
<output>
|
428
|
+
<soap:body
|
429
|
+
use="encoded"
|
430
|
+
namespace="urn:iControl:Log/Publisher"
|
431
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
432
|
+
</output>
|
433
|
+
</operation>
|
434
|
+
</binding>
|
435
|
+
|
436
|
+
<!-- service -->
|
437
|
+
|
438
|
+
<service name="Log.Publisher">
|
439
|
+
<documentation>
|
440
|
+
The Publisher interface enables you to create and modify publishers.
|
441
|
+
Publishers are simply named collections of logging destinations.
|
442
|
+
|
443
|
+
</documentation>
|
444
|
+
<port name="Log.PublisherPort" binding="tns:Log.PublisherBinding">
|
445
|
+
<soap:address location="https://url_to_service"/>
|
446
|
+
</port>
|
447
|
+
</service>
|
448
|
+
</definitions>
|
@@ -0,0 +1,698 @@
|
|
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.ApplicationPresentationScript"
|
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:simpleType name="Common.VerificationStatus">
|
46
|
+
<xsd:restriction base="xsd:string">
|
47
|
+
<xsd:enumeration value="VERIFICATION_STATUS_UNKNOWN">
|
48
|
+
<xsd:annotation>
|
49
|
+
<xsd:documentation>VERIFICATION_STATUS_UNKNOWN</xsd:documentation>
|
50
|
+
</xsd:annotation>
|
51
|
+
</xsd:enumeration>
|
52
|
+
<xsd:enumeration value="VERIFICATION_STATUS_NONE">
|
53
|
+
<xsd:annotation>
|
54
|
+
<xsd:documentation>VERIFICATION_STATUS_NONE</xsd:documentation>
|
55
|
+
</xsd:annotation>
|
56
|
+
</xsd:enumeration>
|
57
|
+
<xsd:enumeration value="VERIFICATION_STATUS_SIGNATURE_NOT_VERIFIED">
|
58
|
+
<xsd:annotation>
|
59
|
+
<xsd:documentation>VERIFICATION_STATUS_SIGNATURE_NOT_VERIFIED</xsd:documentation>
|
60
|
+
</xsd:annotation>
|
61
|
+
</xsd:enumeration>
|
62
|
+
<xsd:enumeration value="VERIFICATION_STATUS_SIGNATURE_VERIFIED">
|
63
|
+
<xsd:annotation>
|
64
|
+
<xsd:documentation>VERIFICATION_STATUS_SIGNATURE_VERIFIED</xsd:documentation>
|
65
|
+
</xsd:annotation>
|
66
|
+
</xsd:enumeration>
|
67
|
+
<xsd:enumeration value="VERIFICATION_STATUS_CHECKSUM_NOT_VERIFIED">
|
68
|
+
<xsd:annotation>
|
69
|
+
<xsd:documentation>VERIFICATION_STATUS_CHECKSUM_NOT_VERIFIED</xsd:documentation>
|
70
|
+
</xsd:annotation>
|
71
|
+
</xsd:enumeration>
|
72
|
+
<xsd:enumeration value="VERIFICATION_STATUS_CHECKSUM_VERIFIED">
|
73
|
+
<xsd:annotation>
|
74
|
+
<xsd:documentation>VERIFICATION_STATUS_CHECKSUM_VERIFIED</xsd:documentation>
|
75
|
+
</xsd:annotation>
|
76
|
+
</xsd:enumeration>
|
77
|
+
</xsd:restriction>
|
78
|
+
</xsd:simpleType>
|
79
|
+
<xsd:complexType name="Common.VerificationStatusSequence">
|
80
|
+
<xsd:complexContent>
|
81
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
82
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.VerificationStatus[]'/>
|
83
|
+
</xsd:restriction>
|
84
|
+
</xsd:complexContent>
|
85
|
+
</xsd:complexType>
|
86
|
+
<xsd:complexType name="Common.EnabledStateSequence">
|
87
|
+
<xsd:complexContent>
|
88
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
89
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.EnabledState[]'/>
|
90
|
+
</xsd:restriction>
|
91
|
+
</xsd:complexContent>
|
92
|
+
</xsd:complexType>
|
93
|
+
</xsd:schema>
|
94
|
+
</types>
|
95
|
+
|
96
|
+
<!-- message -->
|
97
|
+
|
98
|
+
<message name="Management.ApplicationPresentationScript.get_listRequest">
|
99
|
+
</message>
|
100
|
+
<message name="Management.ApplicationPresentationScript.get_listResponse">
|
101
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
102
|
+
</message>
|
103
|
+
|
104
|
+
<message name="Management.ApplicationPresentationScript.createRequest">
|
105
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
106
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
107
|
+
</message>
|
108
|
+
<message name="Management.ApplicationPresentationScript.createResponse">
|
109
|
+
</message>
|
110
|
+
|
111
|
+
<message name="Management.ApplicationPresentationScript.delete_application_presentation_scriptRequest">
|
112
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
113
|
+
</message>
|
114
|
+
<message name="Management.ApplicationPresentationScript.delete_application_presentation_scriptResponse">
|
115
|
+
</message>
|
116
|
+
|
117
|
+
<message name="Management.ApplicationPresentationScript.delete_all_application_presentation_scriptsRequest">
|
118
|
+
</message>
|
119
|
+
<message name="Management.ApplicationPresentationScript.delete_all_application_presentation_scriptsResponse">
|
120
|
+
</message>
|
121
|
+
|
122
|
+
<message name="Management.ApplicationPresentationScript.set_scriptRequest">
|
123
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
124
|
+
<part name="definitions" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
<message name="Management.ApplicationPresentationScript.set_scriptResponse">
|
127
|
+
</message>
|
128
|
+
|
129
|
+
<message name="Management.ApplicationPresentationScript.get_scriptRequest">
|
130
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
131
|
+
</message>
|
132
|
+
<message name="Management.ApplicationPresentationScript.get_scriptResponse">
|
133
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
134
|
+
</message>
|
135
|
+
|
136
|
+
<message name="Management.ApplicationPresentationScript.set_descriptionRequest">
|
137
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
138
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
139
|
+
</message>
|
140
|
+
<message name="Management.ApplicationPresentationScript.set_descriptionResponse">
|
141
|
+
</message>
|
142
|
+
|
143
|
+
<message name="Management.ApplicationPresentationScript.get_descriptionRequest">
|
144
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
145
|
+
</message>
|
146
|
+
<message name="Management.ApplicationPresentationScript.get_descriptionResponse">
|
147
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
148
|
+
</message>
|
149
|
+
|
150
|
+
<message name="Management.ApplicationPresentationScript.add_checksumRequest">
|
151
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
152
|
+
</message>
|
153
|
+
<message name="Management.ApplicationPresentationScript.add_checksumResponse">
|
154
|
+
</message>
|
155
|
+
|
156
|
+
<message name="Management.ApplicationPresentationScript.add_signatureRequest">
|
157
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
158
|
+
<part name="signing_keys" type="tns:Common.StringSequence"/>
|
159
|
+
<part name="public_certs" type="tns:Common.StringSequence"/>
|
160
|
+
</message>
|
161
|
+
<message name="Management.ApplicationPresentationScript.add_signatureResponse">
|
162
|
+
</message>
|
163
|
+
|
164
|
+
<message name="Management.ApplicationPresentationScript.clear_verificationRequest">
|
165
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
166
|
+
</message>
|
167
|
+
<message name="Management.ApplicationPresentationScript.clear_verificationResponse">
|
168
|
+
</message>
|
169
|
+
|
170
|
+
<message name="Management.ApplicationPresentationScript.set_ignore_verification_stateRequest">
|
171
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
172
|
+
<part name="states" type="tns:Common.EnabledStateSequence"/>
|
173
|
+
</message>
|
174
|
+
<message name="Management.ApplicationPresentationScript.set_ignore_verification_stateResponse">
|
175
|
+
</message>
|
176
|
+
|
177
|
+
<message name="Management.ApplicationPresentationScript.get_ignore_verification_stateRequest">
|
178
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
179
|
+
</message>
|
180
|
+
<message name="Management.ApplicationPresentationScript.get_ignore_verification_stateResponse">
|
181
|
+
<part name="return" type="tns:Common.EnabledStateSequence"/>
|
182
|
+
</message>
|
183
|
+
|
184
|
+
<message name="Management.ApplicationPresentationScript.get_verification_statusRequest">
|
185
|
+
<part name="scripts" type="tns:Common.StringSequence"/>
|
186
|
+
</message>
|
187
|
+
<message name="Management.ApplicationPresentationScript.get_verification_statusResponse">
|
188
|
+
<part name="return" type="tns:Common.VerificationStatusSequence"/>
|
189
|
+
</message>
|
190
|
+
|
191
|
+
<message name="Management.ApplicationPresentationScript.get_versionRequest">
|
192
|
+
</message>
|
193
|
+
<message name="Management.ApplicationPresentationScript.get_versionResponse">
|
194
|
+
<part name="return" type="xsd:string"/>
|
195
|
+
</message>
|
196
|
+
|
197
|
+
<!-- portType -->
|
198
|
+
|
199
|
+
<portType name="Management.ApplicationPresentationScriptPortType">
|
200
|
+
<operation name="get_list">
|
201
|
+
<documentation>
|
202
|
+
Gets the names of all application presentation scripts.
|
203
|
+
|
204
|
+
</documentation>
|
205
|
+
<input message="tns:Management.ApplicationPresentationScript.get_listRequest"/>
|
206
|
+
<output message="tns:Management.ApplicationPresentationScript.get_listResponse"/>
|
207
|
+
</operation>
|
208
|
+
<operation name="create">
|
209
|
+
<documentation>
|
210
|
+
Creates the specified application presentation scripts.
|
211
|
+
|
212
|
+
</documentation>
|
213
|
+
<input message="tns:Management.ApplicationPresentationScript.createRequest"/>
|
214
|
+
<output message="tns:Management.ApplicationPresentationScript.createResponse"/>
|
215
|
+
</operation>
|
216
|
+
<operation name="delete_application_presentation_script">
|
217
|
+
<documentation>
|
218
|
+
Deletes the specified application presentation scripts. An
|
219
|
+
exception will be raised when attempting to delete builtin
|
220
|
+
application presentation scripts.
|
221
|
+
|
222
|
+
</documentation>
|
223
|
+
<input message="tns:Management.ApplicationPresentationScript.delete_application_presentation_scriptRequest"/>
|
224
|
+
<output message="tns:Management.ApplicationPresentationScript.delete_application_presentation_scriptResponse"/>
|
225
|
+
</operation>
|
226
|
+
<operation name="delete_all_application_presentation_scripts">
|
227
|
+
<documentation>
|
228
|
+
Deletes all user-defined application presentation scripts.
|
229
|
+
|
230
|
+
</documentation>
|
231
|
+
<input message="tns:Management.ApplicationPresentationScript.delete_all_application_presentation_scriptsRequest"/>
|
232
|
+
<output message="tns:Management.ApplicationPresentationScript.delete_all_application_presentation_scriptsResponse"/>
|
233
|
+
</operation>
|
234
|
+
<operation name="set_script">
|
235
|
+
<documentation>
|
236
|
+
Sets the script definition/content for the specified application
|
237
|
+
presentation scripts.
|
238
|
+
|
239
|
+
</documentation>
|
240
|
+
<input message="tns:Management.ApplicationPresentationScript.set_scriptRequest"/>
|
241
|
+
<output message="tns:Management.ApplicationPresentationScript.set_scriptResponse"/>
|
242
|
+
</operation>
|
243
|
+
<operation name="get_script">
|
244
|
+
<documentation>
|
245
|
+
Gets the script definition/content for the specified application
|
246
|
+
presentation scripts.
|
247
|
+
|
248
|
+
</documentation>
|
249
|
+
<input message="tns:Management.ApplicationPresentationScript.get_scriptRequest"/>
|
250
|
+
<output message="tns:Management.ApplicationPresentationScript.get_scriptResponse"/>
|
251
|
+
</operation>
|
252
|
+
<operation name="set_description">
|
253
|
+
<documentation>
|
254
|
+
Sets the description for the specified application presentation
|
255
|
+
scripts. Description is an arbitrary field which can be used for
|
256
|
+
any purpose.
|
257
|
+
|
258
|
+
</documentation>
|
259
|
+
<input message="tns:Management.ApplicationPresentationScript.set_descriptionRequest"/>
|
260
|
+
<output message="tns:Management.ApplicationPresentationScript.set_descriptionResponse"/>
|
261
|
+
</operation>
|
262
|
+
<operation name="get_description">
|
263
|
+
<documentation>
|
264
|
+
Gets the descriptions for the specified application presentation
|
265
|
+
scripts.
|
266
|
+
|
267
|
+
</documentation>
|
268
|
+
<input message="tns:Management.ApplicationPresentationScript.get_descriptionRequest"/>
|
269
|
+
<output message="tns:Management.ApplicationPresentationScript.get_descriptionResponse"/>
|
270
|
+
</operation>
|
271
|
+
<operation name="add_checksum">
|
272
|
+
<documentation>
|
273
|
+
Computes and adds a checksum to each specified application
|
274
|
+
presentation script. To each application presentation script,
|
275
|
+
either checksum or signature can be added but not both. The
|
276
|
+
system will throw if both algorithms are attempted on one
|
277
|
+
application presentation script.
|
278
|
+
|
279
|
+
</documentation>
|
280
|
+
<input message="tns:Management.ApplicationPresentationScript.add_checksumRequest"/>
|
281
|
+
<output message="tns:Management.ApplicationPresentationScript.add_checksumResponse"/>
|
282
|
+
</operation>
|
283
|
+
<operation name="add_signature">
|
284
|
+
<documentation>
|
285
|
+
Computes and adds a signature to each specified application
|
286
|
+
presentation script. The signature is used during application
|
287
|
+
presentation script validation to assure that the application
|
288
|
+
presentation script's content has not been modified. To each
|
289
|
+
application presentation script, either checksum or signature
|
290
|
+
can be added but not both. The system will throw if both
|
291
|
+
algorithms are attempted on one application presentation script.
|
292
|
+
|
293
|
+
</documentation>
|
294
|
+
<input message="tns:Management.ApplicationPresentationScript.add_signatureRequest"/>
|
295
|
+
<output message="tns:Management.ApplicationPresentationScript.add_signatureResponse"/>
|
296
|
+
</operation>
|
297
|
+
<operation name="clear_verification">
|
298
|
+
<documentation>
|
299
|
+
Clear both signature and checksum fields for the specified
|
300
|
+
application presentation scripts. The difference between enabling
|
301
|
+
"ignore_verification" and "clear_verification" is: "ignore"
|
302
|
+
suspends the verification temporarily while leaving the signature
|
303
|
+
and checksum fields intact. Verification can be resumed.
|
304
|
+
"clear" resets for good the signing information as if the
|
305
|
+
application presentation scripts had never been signed.
|
306
|
+
|
307
|
+
</documentation>
|
308
|
+
<input message="tns:Management.ApplicationPresentationScript.clear_verificationRequest"/>
|
309
|
+
<output message="tns:Management.ApplicationPresentationScript.clear_verificationResponse"/>
|
310
|
+
</operation>
|
311
|
+
<operation name="set_ignore_verification_state">
|
312
|
+
<documentation>
|
313
|
+
Sets the ignore verification state for the specified application
|
314
|
+
presentation scripts. If enabled, the system will ignore the
|
315
|
+
signature or checksum. Otherwise the signature or checksum is used
|
316
|
+
during application presentation script validation to assure that
|
317
|
+
the application presentation script's content has not been modified.
|
318
|
+
|
319
|
+
</documentation>
|
320
|
+
<input message="tns:Management.ApplicationPresentationScript.set_ignore_verification_stateRequest"/>
|
321
|
+
<output message="tns:Management.ApplicationPresentationScript.set_ignore_verification_stateResponse"/>
|
322
|
+
</operation>
|
323
|
+
<operation name="get_ignore_verification_state">
|
324
|
+
<documentation>
|
325
|
+
Gets the state of ignoring the signature or checksum.
|
326
|
+
|
327
|
+
</documentation>
|
328
|
+
<input message="tns:Management.ApplicationPresentationScript.get_ignore_verification_stateRequest"/>
|
329
|
+
<output message="tns:Management.ApplicationPresentationScript.get_ignore_verification_stateResponse"/>
|
330
|
+
</operation>
|
331
|
+
<operation name="get_verification_status">
|
332
|
+
<documentation>
|
333
|
+
Gets the verification status for the specified application
|
334
|
+
presentation scripts.
|
335
|
+
|
336
|
+
</documentation>
|
337
|
+
<input message="tns:Management.ApplicationPresentationScript.get_verification_statusRequest"/>
|
338
|
+
<output message="tns:Management.ApplicationPresentationScript.get_verification_statusResponse"/>
|
339
|
+
</operation>
|
340
|
+
<operation name="get_version">
|
341
|
+
<documentation>
|
342
|
+
Gets the version information for this interface.
|
343
|
+
|
344
|
+
</documentation>
|
345
|
+
<input message="tns:Management.ApplicationPresentationScript.get_versionRequest"/>
|
346
|
+
<output message="tns:Management.ApplicationPresentationScript.get_versionResponse"/>
|
347
|
+
</operation>
|
348
|
+
</portType>
|
349
|
+
|
350
|
+
<!-- binding -->
|
351
|
+
|
352
|
+
<binding name="Management.ApplicationPresentationScriptBinding" type="tns:Management.ApplicationPresentationScriptPortType">
|
353
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
354
|
+
<operation name="get_list">
|
355
|
+
<documentation>
|
356
|
+
Gets the names of all application presentation scripts.
|
357
|
+
|
358
|
+
</documentation>
|
359
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
360
|
+
<input>
|
361
|
+
<soap:body
|
362
|
+
use="encoded"
|
363
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
364
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
365
|
+
</input>
|
366
|
+
<output>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</output>
|
372
|
+
</operation>
|
373
|
+
|
374
|
+
<operation name="create">
|
375
|
+
<documentation>
|
376
|
+
Creates the specified application presentation scripts.
|
377
|
+
|
378
|
+
</documentation>
|
379
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
380
|
+
<input>
|
381
|
+
<soap:body
|
382
|
+
use="encoded"
|
383
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
384
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
385
|
+
</input>
|
386
|
+
<output>
|
387
|
+
<soap:body
|
388
|
+
use="encoded"
|
389
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
390
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
391
|
+
</output>
|
392
|
+
</operation>
|
393
|
+
|
394
|
+
<operation name="delete_application_presentation_script">
|
395
|
+
<documentation>
|
396
|
+
Deletes the specified application presentation scripts. An
|
397
|
+
exception will be raised when attempting to delete builtin
|
398
|
+
application presentation scripts.
|
399
|
+
|
400
|
+
</documentation>
|
401
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
402
|
+
<input>
|
403
|
+
<soap:body
|
404
|
+
use="encoded"
|
405
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
407
|
+
</input>
|
408
|
+
<output>
|
409
|
+
<soap:body
|
410
|
+
use="encoded"
|
411
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
412
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
413
|
+
</output>
|
414
|
+
</operation>
|
415
|
+
|
416
|
+
<operation name="delete_all_application_presentation_scripts">
|
417
|
+
<documentation>
|
418
|
+
Deletes all user-defined application presentation scripts.
|
419
|
+
|
420
|
+
</documentation>
|
421
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
422
|
+
<input>
|
423
|
+
<soap:body
|
424
|
+
use="encoded"
|
425
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
427
|
+
</input>
|
428
|
+
<output>
|
429
|
+
<soap:body
|
430
|
+
use="encoded"
|
431
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
432
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
433
|
+
</output>
|
434
|
+
</operation>
|
435
|
+
|
436
|
+
<operation name="set_script">
|
437
|
+
<documentation>
|
438
|
+
Sets the script definition/content for the specified application
|
439
|
+
presentation scripts.
|
440
|
+
|
441
|
+
</documentation>
|
442
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
443
|
+
<input>
|
444
|
+
<soap:body
|
445
|
+
use="encoded"
|
446
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
448
|
+
</input>
|
449
|
+
<output>
|
450
|
+
<soap:body
|
451
|
+
use="encoded"
|
452
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
453
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
454
|
+
</output>
|
455
|
+
</operation>
|
456
|
+
|
457
|
+
<operation name="get_script">
|
458
|
+
<documentation>
|
459
|
+
Gets the script definition/content for the specified application
|
460
|
+
presentation scripts.
|
461
|
+
|
462
|
+
</documentation>
|
463
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
464
|
+
<input>
|
465
|
+
<soap:body
|
466
|
+
use="encoded"
|
467
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
468
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
469
|
+
</input>
|
470
|
+
<output>
|
471
|
+
<soap:body
|
472
|
+
use="encoded"
|
473
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
474
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
475
|
+
</output>
|
476
|
+
</operation>
|
477
|
+
|
478
|
+
<operation name="set_description">
|
479
|
+
<documentation>
|
480
|
+
Sets the description for the specified application presentation
|
481
|
+
scripts. Description is an arbitrary field which can be used for
|
482
|
+
any purpose.
|
483
|
+
|
484
|
+
</documentation>
|
485
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
486
|
+
<input>
|
487
|
+
<soap:body
|
488
|
+
use="encoded"
|
489
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
490
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
491
|
+
</input>
|
492
|
+
<output>
|
493
|
+
<soap:body
|
494
|
+
use="encoded"
|
495
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
496
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
497
|
+
</output>
|
498
|
+
</operation>
|
499
|
+
|
500
|
+
<operation name="get_description">
|
501
|
+
<documentation>
|
502
|
+
Gets the descriptions for the specified application presentation
|
503
|
+
scripts.
|
504
|
+
|
505
|
+
</documentation>
|
506
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
507
|
+
<input>
|
508
|
+
<soap:body
|
509
|
+
use="encoded"
|
510
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
511
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
512
|
+
</input>
|
513
|
+
<output>
|
514
|
+
<soap:body
|
515
|
+
use="encoded"
|
516
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
517
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
518
|
+
</output>
|
519
|
+
</operation>
|
520
|
+
|
521
|
+
<operation name="add_checksum">
|
522
|
+
<documentation>
|
523
|
+
Computes and adds a checksum to each specified application
|
524
|
+
presentation script. To each application presentation script,
|
525
|
+
either checksum or signature can be added but not both. The
|
526
|
+
system will throw if both algorithms are attempted on one
|
527
|
+
application presentation script.
|
528
|
+
|
529
|
+
</documentation>
|
530
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
531
|
+
<input>
|
532
|
+
<soap:body
|
533
|
+
use="encoded"
|
534
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
535
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
536
|
+
</input>
|
537
|
+
<output>
|
538
|
+
<soap:body
|
539
|
+
use="encoded"
|
540
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
541
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
542
|
+
</output>
|
543
|
+
</operation>
|
544
|
+
|
545
|
+
<operation name="add_signature">
|
546
|
+
<documentation>
|
547
|
+
Computes and adds a signature to each specified application
|
548
|
+
presentation script. The signature is used during application
|
549
|
+
presentation script validation to assure that the application
|
550
|
+
presentation script's content has not been modified. To each
|
551
|
+
application presentation script, either checksum or signature
|
552
|
+
can be added but not both. The system will throw if both
|
553
|
+
algorithms are attempted on one application presentation script.
|
554
|
+
|
555
|
+
</documentation>
|
556
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
557
|
+
<input>
|
558
|
+
<soap:body
|
559
|
+
use="encoded"
|
560
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
561
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
562
|
+
</input>
|
563
|
+
<output>
|
564
|
+
<soap:body
|
565
|
+
use="encoded"
|
566
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
567
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
568
|
+
</output>
|
569
|
+
</operation>
|
570
|
+
|
571
|
+
<operation name="clear_verification">
|
572
|
+
<documentation>
|
573
|
+
Clear both signature and checksum fields for the specified
|
574
|
+
application presentation scripts. The difference between enabling
|
575
|
+
"ignore_verification" and "clear_verification" is: "ignore"
|
576
|
+
suspends the verification temporarily while leaving the signature
|
577
|
+
and checksum fields intact. Verification can be resumed.
|
578
|
+
"clear" resets for good the signing information as if the
|
579
|
+
application presentation scripts had never been signed.
|
580
|
+
|
581
|
+
</documentation>
|
582
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
583
|
+
<input>
|
584
|
+
<soap:body
|
585
|
+
use="encoded"
|
586
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
587
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
588
|
+
</input>
|
589
|
+
<output>
|
590
|
+
<soap:body
|
591
|
+
use="encoded"
|
592
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
593
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
594
|
+
</output>
|
595
|
+
</operation>
|
596
|
+
|
597
|
+
<operation name="set_ignore_verification_state">
|
598
|
+
<documentation>
|
599
|
+
Sets the ignore verification state for the specified application
|
600
|
+
presentation scripts. If enabled, the system will ignore the
|
601
|
+
signature or checksum. Otherwise the signature or checksum is used
|
602
|
+
during application presentation script validation to assure that
|
603
|
+
the application presentation script's content has not been modified.
|
604
|
+
|
605
|
+
</documentation>
|
606
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
607
|
+
<input>
|
608
|
+
<soap:body
|
609
|
+
use="encoded"
|
610
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
611
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
612
|
+
</input>
|
613
|
+
<output>
|
614
|
+
<soap:body
|
615
|
+
use="encoded"
|
616
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
617
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
618
|
+
</output>
|
619
|
+
</operation>
|
620
|
+
|
621
|
+
<operation name="get_ignore_verification_state">
|
622
|
+
<documentation>
|
623
|
+
Gets the state of ignoring the signature or checksum.
|
624
|
+
|
625
|
+
</documentation>
|
626
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
627
|
+
<input>
|
628
|
+
<soap:body
|
629
|
+
use="encoded"
|
630
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
631
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
632
|
+
</input>
|
633
|
+
<output>
|
634
|
+
<soap:body
|
635
|
+
use="encoded"
|
636
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
637
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
638
|
+
</output>
|
639
|
+
</operation>
|
640
|
+
|
641
|
+
<operation name="get_verification_status">
|
642
|
+
<documentation>
|
643
|
+
Gets the verification status for the specified application
|
644
|
+
presentation scripts.
|
645
|
+
|
646
|
+
</documentation>
|
647
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
648
|
+
<input>
|
649
|
+
<soap:body
|
650
|
+
use="encoded"
|
651
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
652
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
653
|
+
</input>
|
654
|
+
<output>
|
655
|
+
<soap:body
|
656
|
+
use="encoded"
|
657
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
658
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
659
|
+
</output>
|
660
|
+
</operation>
|
661
|
+
|
662
|
+
<operation name="get_version">
|
663
|
+
<documentation>
|
664
|
+
Gets the version information for this interface.
|
665
|
+
|
666
|
+
</documentation>
|
667
|
+
<soap:operation soapAction="urn:iControl:Management/ApplicationPresentationScript"/>
|
668
|
+
<input>
|
669
|
+
<soap:body
|
670
|
+
use="encoded"
|
671
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
672
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
673
|
+
</input>
|
674
|
+
<output>
|
675
|
+
<soap:body
|
676
|
+
use="encoded"
|
677
|
+
namespace="urn:iControl:Management/ApplicationPresentationScript"
|
678
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
679
|
+
</output>
|
680
|
+
</operation>
|
681
|
+
</binding>
|
682
|
+
|
683
|
+
<!-- service -->
|
684
|
+
|
685
|
+
<service name="Management.ApplicationPresentationScript">
|
686
|
+
<documentation>
|
687
|
+
An Application presentation script contains application presentation
|
688
|
+
language (APL) elements. It can be directly included in presentation
|
689
|
+
section of application templates. Application presentation scripts
|
690
|
+
provide a convenient way to build libraries of common presentation
|
691
|
+
elements.
|
692
|
+
|
693
|
+
</documentation>
|
694
|
+
<port name="Management.ApplicationPresentationScriptPort" binding="tns:Management.ApplicationPresentationScriptBinding">
|
695
|
+
<soap:address location="https://url_to_service"/>
|
696
|
+
</port>
|
697
|
+
</service>
|
698
|
+
</definitions>
|