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,570 @@
|
|
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="WebAccelerator.Policies"
|
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.TimeStamp">
|
32
|
+
<xsd:sequence>
|
33
|
+
<xsd:element name="year" type="xsd:long"/>
|
34
|
+
<xsd:element name="month" type="xsd:long"/>
|
35
|
+
<xsd:element name="day" type="xsd:long"/>
|
36
|
+
<xsd:element name="hour" type="xsd:long"/>
|
37
|
+
<xsd:element name="minute" type="xsd:long"/>
|
38
|
+
<xsd:element name="second" type="xsd:long"/>
|
39
|
+
</xsd:sequence>
|
40
|
+
</xsd:complexType>
|
41
|
+
<xsd:complexType name="Common.StringSequence">
|
42
|
+
<xsd:complexContent>
|
43
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
44
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
45
|
+
</xsd:restriction>
|
46
|
+
</xsd:complexContent>
|
47
|
+
</xsd:complexType>
|
48
|
+
<xsd:complexType name="Common.BooleanSequence">
|
49
|
+
<xsd:complexContent>
|
50
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
51
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
52
|
+
</xsd:restriction>
|
53
|
+
</xsd:complexContent>
|
54
|
+
</xsd:complexType>
|
55
|
+
</xsd:schema>
|
56
|
+
</types>
|
57
|
+
|
58
|
+
<!-- message -->
|
59
|
+
|
60
|
+
<message name="WebAccelerator.Policies.get_listRequest">
|
61
|
+
</message>
|
62
|
+
<message name="WebAccelerator.Policies.get_listResponse">
|
63
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
64
|
+
</message>
|
65
|
+
|
66
|
+
<message name="WebAccelerator.Policies.import_policyRequest">
|
67
|
+
<part name="filename" type="xsd:string"/>
|
68
|
+
<part name="overwrite" type="xsd:boolean"/>
|
69
|
+
</message>
|
70
|
+
<message name="WebAccelerator.Policies.import_policyResponse">
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="WebAccelerator.Policies.import_policy_v2Request">
|
74
|
+
<part name="filenames" type="tns:Common.StringSequence"/>
|
75
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
76
|
+
<part name="overwrites" type="tns:Common.BooleanSequence"/>
|
77
|
+
</message>
|
78
|
+
<message name="WebAccelerator.Policies.import_policy_v2Response">
|
79
|
+
</message>
|
80
|
+
|
81
|
+
<message name="WebAccelerator.Policies.export_policyRequest">
|
82
|
+
<part name="filenames" type="tns:Common.StringSequence"/>
|
83
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
84
|
+
<part name="overwrites" type="tns:Common.BooleanSequence"/>
|
85
|
+
</message>
|
86
|
+
<message name="WebAccelerator.Policies.export_policyResponse">
|
87
|
+
</message>
|
88
|
+
|
89
|
+
<message name="WebAccelerator.Policies.delete_policyRequest">
|
90
|
+
<part name="name" type="xsd:string"/>
|
91
|
+
</message>
|
92
|
+
<message name="WebAccelerator.Policies.delete_policyResponse">
|
93
|
+
</message>
|
94
|
+
|
95
|
+
<message name="WebAccelerator.Policies.delete_policy_v2Request">
|
96
|
+
<part name="policies" type="tns:Common.StringSequence"/>
|
97
|
+
</message>
|
98
|
+
<message name="WebAccelerator.Policies.delete_policy_v2Response">
|
99
|
+
</message>
|
100
|
+
|
101
|
+
<message name="WebAccelerator.Policies.delete_all_policiesRequest">
|
102
|
+
</message>
|
103
|
+
<message name="WebAccelerator.Policies.delete_all_policiesResponse">
|
104
|
+
</message>
|
105
|
+
|
106
|
+
<message name="WebAccelerator.Policies.publish_policyRequest">
|
107
|
+
<part name="policies" type="tns:Common.StringSequence"/>
|
108
|
+
<part name="comments" type="tns:Common.StringSequence"/>
|
109
|
+
</message>
|
110
|
+
<message name="WebAccelerator.Policies.publish_policyResponse">
|
111
|
+
</message>
|
112
|
+
|
113
|
+
<message name="WebAccelerator.Policies.is_predefinedRequest">
|
114
|
+
<part name="policies" type="tns:Common.StringSequence"/>
|
115
|
+
</message>
|
116
|
+
<message name="WebAccelerator.Policies.is_predefinedResponse">
|
117
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
118
|
+
</message>
|
119
|
+
|
120
|
+
<message name="WebAccelerator.Policies.get_publish_commentRequest">
|
121
|
+
<part name="policies" type="tns:Common.StringSequence"/>
|
122
|
+
</message>
|
123
|
+
<message name="WebAccelerator.Policies.get_publish_commentResponse">
|
124
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
125
|
+
</message>
|
126
|
+
|
127
|
+
<message name="WebAccelerator.Policies.get_publish_timeRequest">
|
128
|
+
<part name="policies" type="tns:Common.StringSequence"/>
|
129
|
+
</message>
|
130
|
+
<message name="WebAccelerator.Policies.get_publish_timeResponse">
|
131
|
+
<part name="return" type="tns:Common.TimeStampSequence"/>
|
132
|
+
</message>
|
133
|
+
|
134
|
+
<message name="WebAccelerator.Policies.get_versionRequest">
|
135
|
+
</message>
|
136
|
+
<message name="WebAccelerator.Policies.get_versionResponse">
|
137
|
+
<part name="return" type="xsd:string"/>
|
138
|
+
</message>
|
139
|
+
|
140
|
+
<!-- portType -->
|
141
|
+
|
142
|
+
<portType name="WebAccelerator.PoliciesPortType">
|
143
|
+
<operation name="get_list">
|
144
|
+
<documentation>
|
145
|
+
Get a list of policies present on this WebAccelerator.
|
146
|
+
Only the policies of the active folder are viewable.
|
147
|
+
|
148
|
+
The active folder may be changed using the
|
149
|
+
System::Session::set_active_folder method.
|
150
|
+
|
151
|
+
To view all folders recursively under the active folder
|
152
|
+
use the set_recursive_query_state method also in that module.
|
153
|
+
|
154
|
+
</documentation>
|
155
|
+
<input message="tns:WebAccelerator.Policies.get_listRequest"/>
|
156
|
+
<output message="tns:WebAccelerator.Policies.get_listResponse"/>
|
157
|
+
</operation>
|
158
|
+
<operation name="import_policy">
|
159
|
+
<documentation>
|
160
|
+
This method is deprecated. Please use import_policy_v2 instead.
|
161
|
+
|
162
|
+
Import a policy onto this WebAccelerator. The policy file must be
|
163
|
+
in an XML format. The policy's name will be extracted from the file.
|
164
|
+
If overwrite is false and the policy to be imported has the same
|
165
|
+
name as a previously defined policy, then an error will be thrown.
|
166
|
+
|
167
|
+
</documentation>
|
168
|
+
<input message="tns:WebAccelerator.Policies.import_policyRequest"/>
|
169
|
+
<output message="tns:WebAccelerator.Policies.import_policyResponse"/>
|
170
|
+
</operation>
|
171
|
+
<operation name="import_policy_v2">
|
172
|
+
<documentation>
|
173
|
+
Import multiple policies onto this WebAccelerator. The policy file
|
174
|
+
may be in either XML or TMSH format. The policy name will be specified
|
175
|
+
as an argument and may or may not match the name in the file.
|
176
|
+
If overwrite is false and a policy to be imported has the same
|
177
|
+
name as a previously defined policy, then an error will be thrown.
|
178
|
+
|
179
|
+
</documentation>
|
180
|
+
<input message="tns:WebAccelerator.Policies.import_policy_v2Request"/>
|
181
|
+
<output message="tns:WebAccelerator.Policies.import_policy_v2Response"/>
|
182
|
+
</operation>
|
183
|
+
<operation name="export_policy">
|
184
|
+
<documentation>
|
185
|
+
Export multiple policies from this WebAccelerator. The policy file
|
186
|
+
will be in TMSH format corresponding to the given policy name.
|
187
|
+
If overwrite is false and a policy file to be exported has the same
|
188
|
+
filename as a previously exported policy file, then an error will be thrown.
|
189
|
+
|
190
|
+
</documentation>
|
191
|
+
<input message="tns:WebAccelerator.Policies.export_policyRequest"/>
|
192
|
+
<output message="tns:WebAccelerator.Policies.export_policyResponse"/>
|
193
|
+
</operation>
|
194
|
+
<operation name="delete_policy">
|
195
|
+
<documentation>
|
196
|
+
This method has been deprecated, please use delete_policy_v2 instead.
|
197
|
+
If the policy is in use by an application, then an error will be thrown.
|
198
|
+
|
199
|
+
Delete a named policy.
|
200
|
+
|
201
|
+
</documentation>
|
202
|
+
<input message="tns:WebAccelerator.Policies.delete_policyRequest"/>
|
203
|
+
<output message="tns:WebAccelerator.Policies.delete_policyResponse"/>
|
204
|
+
</operation>
|
205
|
+
<operation name="delete_policy_v2">
|
206
|
+
<documentation>
|
207
|
+
Delete a list of policies. Attempting to delete default policies
|
208
|
+
or policies in use by an application will result in OperationFailed.
|
209
|
+
|
210
|
+
Note: This method can be used to "unpublish" an existing policy.
|
211
|
+
example: delete_policy_v2(['MyPolicy'])
|
212
|
+
or to remove a draft policy
|
213
|
+
example: delete_policy_v2(['Drafts/MyPolicy'])
|
214
|
+
|
215
|
+
</documentation>
|
216
|
+
<input message="tns:WebAccelerator.Policies.delete_policy_v2Request"/>
|
217
|
+
<output message="tns:WebAccelerator.Policies.delete_policy_v2Response"/>
|
218
|
+
</operation>
|
219
|
+
<operation name="delete_all_policies">
|
220
|
+
<documentation>
|
221
|
+
Delete all policies. However, default policies
|
222
|
+
will not be deleted. If any policies deleted are in use
|
223
|
+
by an application, then an error will be thrown.
|
224
|
+
If this function is being used as a cleanup method,
|
225
|
+
it is recommended to run delete_all_applications first.
|
226
|
+
This can be found in the WebAccelerator::Applications module.
|
227
|
+
|
228
|
+
</documentation>
|
229
|
+
<input message="tns:WebAccelerator.Policies.delete_all_policiesRequest"/>
|
230
|
+
<output message="tns:WebAccelerator.Policies.delete_all_policiesResponse"/>
|
231
|
+
</operation>
|
232
|
+
<operation name="publish_policy">
|
233
|
+
<documentation>
|
234
|
+
Publish a list of policies. This allows a custom policy to be
|
235
|
+
used by an application.
|
236
|
+
|
237
|
+
</documentation>
|
238
|
+
<input message="tns:WebAccelerator.Policies.publish_policyRequest"/>
|
239
|
+
<output message="tns:WebAccelerator.Policies.publish_policyResponse"/>
|
240
|
+
</operation>
|
241
|
+
<operation name="is_predefined">
|
242
|
+
<documentation>
|
243
|
+
Checks if the policies listed are predefined. If they
|
244
|
+
are predefined, then they cannot be deleted in a
|
245
|
+
delete policy call. This setting cannot be changed by the user.
|
246
|
+
|
247
|
+
</documentation>
|
248
|
+
<input message="tns:WebAccelerator.Policies.is_predefinedRequest"/>
|
249
|
+
<output message="tns:WebAccelerator.Policies.is_predefinedResponse"/>
|
250
|
+
</operation>
|
251
|
+
<operation name="get_publish_comment">
|
252
|
+
<documentation>
|
253
|
+
Gets the publish comments of the given published policies.
|
254
|
+
|
255
|
+
</documentation>
|
256
|
+
<input message="tns:WebAccelerator.Policies.get_publish_commentRequest"/>
|
257
|
+
<output message="tns:WebAccelerator.Policies.get_publish_commentResponse"/>
|
258
|
+
</operation>
|
259
|
+
<operation name="get_publish_time">
|
260
|
+
<documentation>
|
261
|
+
Gets the time of last publishing of the given policies.
|
262
|
+
|
263
|
+
</documentation>
|
264
|
+
<input message="tns:WebAccelerator.Policies.get_publish_timeRequest"/>
|
265
|
+
<output message="tns:WebAccelerator.Policies.get_publish_timeResponse"/>
|
266
|
+
</operation>
|
267
|
+
<operation name="get_version">
|
268
|
+
<documentation>
|
269
|
+
Gets the version information for this interface.
|
270
|
+
|
271
|
+
</documentation>
|
272
|
+
<input message="tns:WebAccelerator.Policies.get_versionRequest"/>
|
273
|
+
<output message="tns:WebAccelerator.Policies.get_versionResponse"/>
|
274
|
+
</operation>
|
275
|
+
</portType>
|
276
|
+
|
277
|
+
<!-- binding -->
|
278
|
+
|
279
|
+
<binding name="WebAccelerator.PoliciesBinding" type="tns:WebAccelerator.PoliciesPortType">
|
280
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
281
|
+
<operation name="get_list">
|
282
|
+
<documentation>
|
283
|
+
Get a list of policies present on this WebAccelerator.
|
284
|
+
Only the policies of the active folder are viewable.
|
285
|
+
|
286
|
+
The active folder may be changed using the
|
287
|
+
System::Session::set_active_folder method.
|
288
|
+
|
289
|
+
To view all folders recursively under the active folder
|
290
|
+
use the set_recursive_query_state method also in that module.
|
291
|
+
|
292
|
+
</documentation>
|
293
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
294
|
+
<input>
|
295
|
+
<soap:body
|
296
|
+
use="encoded"
|
297
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
298
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
299
|
+
</input>
|
300
|
+
<output>
|
301
|
+
<soap:body
|
302
|
+
use="encoded"
|
303
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
304
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
305
|
+
</output>
|
306
|
+
</operation>
|
307
|
+
|
308
|
+
<operation name="import_policy">
|
309
|
+
<documentation>
|
310
|
+
This method is deprecated. Please use import_policy_v2 instead.
|
311
|
+
|
312
|
+
Import a policy onto this WebAccelerator. The policy file must be
|
313
|
+
in an XML format. The policy's name will be extracted from the file.
|
314
|
+
If overwrite is false and the policy to be imported has the same
|
315
|
+
name as a previously defined policy, then an error will be thrown.
|
316
|
+
|
317
|
+
</documentation>
|
318
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
319
|
+
<input>
|
320
|
+
<soap:body
|
321
|
+
use="encoded"
|
322
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
323
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
324
|
+
</input>
|
325
|
+
<output>
|
326
|
+
<soap:body
|
327
|
+
use="encoded"
|
328
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
329
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
330
|
+
</output>
|
331
|
+
</operation>
|
332
|
+
|
333
|
+
<operation name="import_policy_v2">
|
334
|
+
<documentation>
|
335
|
+
Import multiple policies onto this WebAccelerator. The policy file
|
336
|
+
may be in either XML or TMSH format. The policy name will be specified
|
337
|
+
as an argument and may or may not match the name in the file.
|
338
|
+
If overwrite is false and a policy to be imported has the same
|
339
|
+
name as a previously defined policy, then an error will be thrown.
|
340
|
+
|
341
|
+
</documentation>
|
342
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
343
|
+
<input>
|
344
|
+
<soap:body
|
345
|
+
use="encoded"
|
346
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
347
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
348
|
+
</input>
|
349
|
+
<output>
|
350
|
+
<soap:body
|
351
|
+
use="encoded"
|
352
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
353
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
354
|
+
</output>
|
355
|
+
</operation>
|
356
|
+
|
357
|
+
<operation name="export_policy">
|
358
|
+
<documentation>
|
359
|
+
Export multiple policies from this WebAccelerator. The policy file
|
360
|
+
will be in TMSH format corresponding to the given policy name.
|
361
|
+
If overwrite is false and a policy file to be exported has the same
|
362
|
+
filename as a previously exported policy file, then an error will be thrown.
|
363
|
+
|
364
|
+
</documentation>
|
365
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
366
|
+
<input>
|
367
|
+
<soap:body
|
368
|
+
use="encoded"
|
369
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
370
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
371
|
+
</input>
|
372
|
+
<output>
|
373
|
+
<soap:body
|
374
|
+
use="encoded"
|
375
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
376
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
377
|
+
</output>
|
378
|
+
</operation>
|
379
|
+
|
380
|
+
<operation name="delete_policy">
|
381
|
+
<documentation>
|
382
|
+
This method has been deprecated, please use delete_policy_v2 instead.
|
383
|
+
If the policy is in use by an application, then an error will be thrown.
|
384
|
+
|
385
|
+
Delete a named policy.
|
386
|
+
|
387
|
+
</documentation>
|
388
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
389
|
+
<input>
|
390
|
+
<soap:body
|
391
|
+
use="encoded"
|
392
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
393
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
394
|
+
</input>
|
395
|
+
<output>
|
396
|
+
<soap:body
|
397
|
+
use="encoded"
|
398
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
399
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
400
|
+
</output>
|
401
|
+
</operation>
|
402
|
+
|
403
|
+
<operation name="delete_policy_v2">
|
404
|
+
<documentation>
|
405
|
+
Delete a list of policies. Attempting to delete default policies
|
406
|
+
or policies in use by an application will result in OperationFailed.
|
407
|
+
|
408
|
+
Note: This method can be used to "unpublish" an existing policy.
|
409
|
+
example: delete_policy_v2(['MyPolicy'])
|
410
|
+
or to remove a draft policy
|
411
|
+
example: delete_policy_v2(['Drafts/MyPolicy'])
|
412
|
+
|
413
|
+
</documentation>
|
414
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
415
|
+
<input>
|
416
|
+
<soap:body
|
417
|
+
use="encoded"
|
418
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
419
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
420
|
+
</input>
|
421
|
+
<output>
|
422
|
+
<soap:body
|
423
|
+
use="encoded"
|
424
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
425
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
426
|
+
</output>
|
427
|
+
</operation>
|
428
|
+
|
429
|
+
<operation name="delete_all_policies">
|
430
|
+
<documentation>
|
431
|
+
Delete all policies. However, default policies
|
432
|
+
will not be deleted. If any policies deleted are in use
|
433
|
+
by an application, then an error will be thrown.
|
434
|
+
If this function is being used as a cleanup method,
|
435
|
+
it is recommended to run delete_all_applications first.
|
436
|
+
This can be found in the WebAccelerator::Applications module.
|
437
|
+
|
438
|
+
</documentation>
|
439
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
440
|
+
<input>
|
441
|
+
<soap:body
|
442
|
+
use="encoded"
|
443
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
444
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
445
|
+
</input>
|
446
|
+
<output>
|
447
|
+
<soap:body
|
448
|
+
use="encoded"
|
449
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
450
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
451
|
+
</output>
|
452
|
+
</operation>
|
453
|
+
|
454
|
+
<operation name="publish_policy">
|
455
|
+
<documentation>
|
456
|
+
Publish a list of policies. This allows a custom policy to be
|
457
|
+
used by an application.
|
458
|
+
|
459
|
+
</documentation>
|
460
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
461
|
+
<input>
|
462
|
+
<soap:body
|
463
|
+
use="encoded"
|
464
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
465
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
466
|
+
</input>
|
467
|
+
<output>
|
468
|
+
<soap:body
|
469
|
+
use="encoded"
|
470
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
471
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
472
|
+
</output>
|
473
|
+
</operation>
|
474
|
+
|
475
|
+
<operation name="is_predefined">
|
476
|
+
<documentation>
|
477
|
+
Checks if the policies listed are predefined. If they
|
478
|
+
are predefined, then they cannot be deleted in a
|
479
|
+
delete policy call. This setting cannot be changed by the user.
|
480
|
+
|
481
|
+
</documentation>
|
482
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
483
|
+
<input>
|
484
|
+
<soap:body
|
485
|
+
use="encoded"
|
486
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
488
|
+
</input>
|
489
|
+
<output>
|
490
|
+
<soap:body
|
491
|
+
use="encoded"
|
492
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
493
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
494
|
+
</output>
|
495
|
+
</operation>
|
496
|
+
|
497
|
+
<operation name="get_publish_comment">
|
498
|
+
<documentation>
|
499
|
+
Gets the publish comments of the given published policies.
|
500
|
+
|
501
|
+
</documentation>
|
502
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
503
|
+
<input>
|
504
|
+
<soap:body
|
505
|
+
use="encoded"
|
506
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
507
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
508
|
+
</input>
|
509
|
+
<output>
|
510
|
+
<soap:body
|
511
|
+
use="encoded"
|
512
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
513
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
514
|
+
</output>
|
515
|
+
</operation>
|
516
|
+
|
517
|
+
<operation name="get_publish_time">
|
518
|
+
<documentation>
|
519
|
+
Gets the time of last publishing of the given policies.
|
520
|
+
|
521
|
+
</documentation>
|
522
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
523
|
+
<input>
|
524
|
+
<soap:body
|
525
|
+
use="encoded"
|
526
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
527
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
528
|
+
</input>
|
529
|
+
<output>
|
530
|
+
<soap:body
|
531
|
+
use="encoded"
|
532
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
533
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
534
|
+
</output>
|
535
|
+
</operation>
|
536
|
+
|
537
|
+
<operation name="get_version">
|
538
|
+
<documentation>
|
539
|
+
Gets the version information for this interface.
|
540
|
+
|
541
|
+
</documentation>
|
542
|
+
<soap:operation soapAction="urn:iControl:WebAccelerator/Policies"/>
|
543
|
+
<input>
|
544
|
+
<soap:body
|
545
|
+
use="encoded"
|
546
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
547
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
548
|
+
</input>
|
549
|
+
<output>
|
550
|
+
<soap:body
|
551
|
+
use="encoded"
|
552
|
+
namespace="urn:iControl:WebAccelerator/Policies"
|
553
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
554
|
+
</output>
|
555
|
+
</operation>
|
556
|
+
</binding>
|
557
|
+
|
558
|
+
<!-- service -->
|
559
|
+
|
560
|
+
<service name="WebAccelerator.Policies">
|
561
|
+
<documentation>
|
562
|
+
This interface allows manipulation of policies, including importing,
|
563
|
+
exporting, publishing, and removing policies.
|
564
|
+
|
565
|
+
</documentation>
|
566
|
+
<port name="WebAccelerator.PoliciesPort" binding="tns:WebAccelerator.PoliciesBinding">
|
567
|
+
<soap:address location="https://url_to_service"/>
|
568
|
+
</port>
|
569
|
+
</service>
|
570
|
+
</definitions>
|