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,198 @@
|
|
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="ASM.ObjectParams"
|
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="ASM.ObjectParams.ObjectParamCategory">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="WH_OBJECT_PARAM_SQL_INJECTION">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>WH_OBJECT_PARAM_SQL_INJECTION</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="WH_OBJECT_PARAM_XSS">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>WH_OBJECT_PARAM_XSS</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="WH_OBJECT_PARAM_COMMAND_INJECTION">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>WH_OBJECT_PARAM_COMMAND_INJECTION</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
<xsd:enumeration value="WH_OBJECT_PARAM_XPATH_INJECTION">
|
42
|
+
<xsd:annotation>
|
43
|
+
<xsd:documentation>WH_OBJECT_PARAM_XPATH_INJECTION</xsd:documentation>
|
44
|
+
</xsd:annotation>
|
45
|
+
</xsd:enumeration>
|
46
|
+
</xsd:restriction>
|
47
|
+
</xsd:simpleType>
|
48
|
+
<xsd:complexType name="ASM.ObjectParams.ObjectParamCategorySequence">
|
49
|
+
<xsd:complexContent>
|
50
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
51
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.ObjectParams.ObjectParamCategory[]'/>
|
52
|
+
</xsd:restriction>
|
53
|
+
</xsd:complexContent>
|
54
|
+
</xsd:complexType>
|
55
|
+
</xsd:schema>
|
56
|
+
</types>
|
57
|
+
|
58
|
+
<!-- message -->
|
59
|
+
|
60
|
+
<message name="ASM.ObjectParams.add_or_update_object_param_with_characteristicsRequest">
|
61
|
+
<part name="policy_name" type="xsd:string"/>
|
62
|
+
<part name="uri" type="xsd:string"/>
|
63
|
+
<part name="param_name" type="xsd:string"/>
|
64
|
+
<part name="setting_categories" type="tns:ASM.ObjectParams.ObjectParamCategorySequence"/>
|
65
|
+
</message>
|
66
|
+
<message name="ASM.ObjectParams.add_or_update_object_param_with_characteristicsResponse">
|
67
|
+
<part name="return" type="xsd:boolean"/>
|
68
|
+
</message>
|
69
|
+
|
70
|
+
<message name="ASM.ObjectParams.set_parameter_staging_flagRequest">
|
71
|
+
<part name="policy_name" type="xsd:string"/>
|
72
|
+
<part name="uri" type="xsd:string"/>
|
73
|
+
<part name="param_name" type="xsd:string"/>
|
74
|
+
<part name="flg_is_staging" type="xsd:boolean"/>
|
75
|
+
</message>
|
76
|
+
<message name="ASM.ObjectParams.set_parameter_staging_flagResponse">
|
77
|
+
<part name="return" type="xsd:boolean"/>
|
78
|
+
</message>
|
79
|
+
|
80
|
+
<message name="ASM.ObjectParams.get_versionRequest">
|
81
|
+
</message>
|
82
|
+
<message name="ASM.ObjectParams.get_versionResponse">
|
83
|
+
<part name="return" type="xsd:string"/>
|
84
|
+
</message>
|
85
|
+
|
86
|
+
<!-- portType -->
|
87
|
+
|
88
|
+
<portType name="ASM.ObjectParamsPortType">
|
89
|
+
<operation name="add_or_update_object_param_with_characteristics">
|
90
|
+
<documentation>
|
91
|
+
This method has been deprecated; Please use ASM GUI instead.
|
92
|
+
Adds (if doesn't exists) or updates (if exists) URL parameter in a policy.
|
93
|
+
|
94
|
+
</documentation>
|
95
|
+
<input message="tns:ASM.ObjectParams.add_or_update_object_param_with_characteristicsRequest"/>
|
96
|
+
<output message="tns:ASM.ObjectParams.add_or_update_object_param_with_characteristicsResponse"/>
|
97
|
+
</operation>
|
98
|
+
<operation name="set_parameter_staging_flag">
|
99
|
+
<documentation>
|
100
|
+
This method has been deprecated; Please use ASM GUI instead.
|
101
|
+
Set or unset staging for URL parameter in a policy.
|
102
|
+
|
103
|
+
</documentation>
|
104
|
+
<input message="tns:ASM.ObjectParams.set_parameter_staging_flagRequest"/>
|
105
|
+
<output message="tns:ASM.ObjectParams.set_parameter_staging_flagResponse"/>
|
106
|
+
</operation>
|
107
|
+
<operation name="get_version">
|
108
|
+
<documentation>
|
109
|
+
Gets the version information for this interface.
|
110
|
+
|
111
|
+
</documentation>
|
112
|
+
<input message="tns:ASM.ObjectParams.get_versionRequest"/>
|
113
|
+
<output message="tns:ASM.ObjectParams.get_versionResponse"/>
|
114
|
+
</operation>
|
115
|
+
</portType>
|
116
|
+
|
117
|
+
<!-- binding -->
|
118
|
+
|
119
|
+
<binding name="ASM.ObjectParamsBinding" type="tns:ASM.ObjectParamsPortType">
|
120
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
121
|
+
<operation name="add_or_update_object_param_with_characteristics">
|
122
|
+
<documentation>
|
123
|
+
This method has been deprecated; Please use ASM GUI instead.
|
124
|
+
Adds (if doesn't exists) or updates (if exists) URL parameter in a policy.
|
125
|
+
|
126
|
+
</documentation>
|
127
|
+
<soap:operation soapAction="urn:iControl:ASM/ObjectParams"/>
|
128
|
+
<input>
|
129
|
+
<soap:body
|
130
|
+
use="encoded"
|
131
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
132
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
133
|
+
</input>
|
134
|
+
<output>
|
135
|
+
<soap:body
|
136
|
+
use="encoded"
|
137
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
138
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
139
|
+
</output>
|
140
|
+
</operation>
|
141
|
+
|
142
|
+
<operation name="set_parameter_staging_flag">
|
143
|
+
<documentation>
|
144
|
+
This method has been deprecated; Please use ASM GUI instead.
|
145
|
+
Set or unset staging for URL parameter in a policy.
|
146
|
+
|
147
|
+
</documentation>
|
148
|
+
<soap:operation soapAction="urn:iControl:ASM/ObjectParams"/>
|
149
|
+
<input>
|
150
|
+
<soap:body
|
151
|
+
use="encoded"
|
152
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
153
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
154
|
+
</input>
|
155
|
+
<output>
|
156
|
+
<soap:body
|
157
|
+
use="encoded"
|
158
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
159
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
160
|
+
</output>
|
161
|
+
</operation>
|
162
|
+
|
163
|
+
<operation name="get_version">
|
164
|
+
<documentation>
|
165
|
+
Gets the version information for this interface.
|
166
|
+
|
167
|
+
</documentation>
|
168
|
+
<soap:operation soapAction="urn:iControl:ASM/ObjectParams"/>
|
169
|
+
<input>
|
170
|
+
<soap:body
|
171
|
+
use="encoded"
|
172
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
173
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
174
|
+
</input>
|
175
|
+
<output>
|
176
|
+
<soap:body
|
177
|
+
use="encoded"
|
178
|
+
namespace="urn:iControl:ASM/ObjectParams"
|
179
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
180
|
+
</output>
|
181
|
+
</operation>
|
182
|
+
</binding>
|
183
|
+
|
184
|
+
<!-- service -->
|
185
|
+
|
186
|
+
<service name="ASM.ObjectParams">
|
187
|
+
<documentation>
|
188
|
+
The ObjectParams interface enables you to manipulate
|
189
|
+
Object Parameters
|
190
|
+
|
191
|
+
This interface does not support transactions.
|
192
|
+
|
193
|
+
</documentation>
|
194
|
+
<port name="ASM.ObjectParamsPort" binding="tns:ASM.ObjectParamsBinding">
|
195
|
+
<soap:address location="https://url_to_service"/>
|
196
|
+
</port>
|
197
|
+
</service>
|
198
|
+
</definitions>
|
@@ -0,0 +1,228 @@
|
|
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="ASM.PSMProfile"
|
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="ASM.PSMProfile.PSMProfileType">
|
25
|
+
<xsd:restriction base="xsd:string">
|
26
|
+
<xsd:enumeration value="PSM_PROFILE_FTP">
|
27
|
+
<xsd:annotation>
|
28
|
+
<xsd:documentation>PSM_PROFILE_FTP</xsd:documentation>
|
29
|
+
</xsd:annotation>
|
30
|
+
</xsd:enumeration>
|
31
|
+
<xsd:enumeration value="PSM_PROFILE_SMTP">
|
32
|
+
<xsd:annotation>
|
33
|
+
<xsd:documentation>PSM_PROFILE_SMTP</xsd:documentation>
|
34
|
+
</xsd:annotation>
|
35
|
+
</xsd:enumeration>
|
36
|
+
<xsd:enumeration value="PSM_PROFILE_HTTP">
|
37
|
+
<xsd:annotation>
|
38
|
+
<xsd:documentation>PSM_PROFILE_HTTP</xsd:documentation>
|
39
|
+
</xsd:annotation>
|
40
|
+
</xsd:enumeration>
|
41
|
+
</xsd:restriction>
|
42
|
+
</xsd:simpleType>
|
43
|
+
<xsd:complexType name="Common.StringSequence">
|
44
|
+
<xsd:complexContent>
|
45
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
46
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
47
|
+
</xsd:restriction>
|
48
|
+
</xsd:complexContent>
|
49
|
+
</xsd:complexType>
|
50
|
+
<xsd:simpleType name="Common.ULong">
|
51
|
+
<xsd:restriction base="xsd:long"/>
|
52
|
+
</xsd:simpleType>
|
53
|
+
</xsd:schema>
|
54
|
+
</types>
|
55
|
+
|
56
|
+
<!-- message -->
|
57
|
+
|
58
|
+
<message name="ASM.PSMProfile.get_listRequest">
|
59
|
+
<part name="type" type="tns:ASM.PSMProfile.PSMProfileType"/>
|
60
|
+
</message>
|
61
|
+
<message name="ASM.PSMProfile.get_listResponse">
|
62
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
63
|
+
</message>
|
64
|
+
|
65
|
+
<message name="ASM.PSMProfile.set_assignmentRequest">
|
66
|
+
<part name="ltm_profiles" type="tns:Common.StringSequence"/>
|
67
|
+
<part name="psm_profiles" type="tns:Common.StringSequence"/>
|
68
|
+
<part name="timeout" type="xsd:long"/>
|
69
|
+
</message>
|
70
|
+
<message name="ASM.PSMProfile.set_assignmentResponse">
|
71
|
+
</message>
|
72
|
+
|
73
|
+
<message name="ASM.PSMProfile.get_assignmentRequest">
|
74
|
+
<part name="ltm_profiles" type="tns:Common.StringSequence"/>
|
75
|
+
</message>
|
76
|
+
<message name="ASM.PSMProfile.get_assignmentResponse">
|
77
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
78
|
+
</message>
|
79
|
+
|
80
|
+
<message name="ASM.PSMProfile.get_versionRequest">
|
81
|
+
</message>
|
82
|
+
<message name="ASM.PSMProfile.get_versionResponse">
|
83
|
+
<part name="return" type="xsd:string"/>
|
84
|
+
</message>
|
85
|
+
|
86
|
+
<!-- portType -->
|
87
|
+
|
88
|
+
<portType name="ASM.PSMProfilePortType">
|
89
|
+
<operation name="get_list">
|
90
|
+
<documentation>
|
91
|
+
Gets a list of all PSM profiles of the specified type.
|
92
|
+
|
93
|
+
</documentation>
|
94
|
+
<input message="tns:ASM.PSMProfile.get_listRequest"/>
|
95
|
+
<output message="tns:ASM.PSMProfile.get_listResponse"/>
|
96
|
+
</operation>
|
97
|
+
<operation name="set_assignment">
|
98
|
+
<documentation>
|
99
|
+
Assigns a PSM profile to a preconfigured LTM profile.
|
100
|
+
For information on creating LTM profiles and associating them with virtual servers, see the LocalLB module.
|
101
|
+
The profile type of the PSM profile being assigned to an LTM profile must match the LTM profile type, e.g.: PSM_PROFILE_HTTP for PROFILE_TYPE_HTTP.
|
102
|
+
Note that changes are applied immediately.
|
103
|
+
|
104
|
+
</documentation>
|
105
|
+
<input message="tns:ASM.PSMProfile.set_assignmentRequest"/>
|
106
|
+
<output message="tns:ASM.PSMProfile.set_assignmentResponse"/>
|
107
|
+
</operation>
|
108
|
+
<operation name="get_assignment">
|
109
|
+
<documentation>
|
110
|
+
Gets the PSM profile assigned to the specified LTM profile.
|
111
|
+
|
112
|
+
</documentation>
|
113
|
+
<input message="tns:ASM.PSMProfile.get_assignmentRequest"/>
|
114
|
+
<output message="tns:ASM.PSMProfile.get_assignmentResponse"/>
|
115
|
+
</operation>
|
116
|
+
<operation name="get_version">
|
117
|
+
<documentation>
|
118
|
+
Gets the version information for this interface.
|
119
|
+
|
120
|
+
</documentation>
|
121
|
+
<input message="tns:ASM.PSMProfile.get_versionRequest"/>
|
122
|
+
<output message="tns:ASM.PSMProfile.get_versionResponse"/>
|
123
|
+
</operation>
|
124
|
+
</portType>
|
125
|
+
|
126
|
+
<!-- binding -->
|
127
|
+
|
128
|
+
<binding name="ASM.PSMProfileBinding" type="tns:ASM.PSMProfilePortType">
|
129
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
130
|
+
<operation name="get_list">
|
131
|
+
<documentation>
|
132
|
+
Gets a list of all PSM profiles of the specified type.
|
133
|
+
|
134
|
+
</documentation>
|
135
|
+
<soap:operation soapAction="urn:iControl:ASM/PSMProfile"/>
|
136
|
+
<input>
|
137
|
+
<soap:body
|
138
|
+
use="encoded"
|
139
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
140
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
141
|
+
</input>
|
142
|
+
<output>
|
143
|
+
<soap:body
|
144
|
+
use="encoded"
|
145
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
146
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
147
|
+
</output>
|
148
|
+
</operation>
|
149
|
+
|
150
|
+
<operation name="set_assignment">
|
151
|
+
<documentation>
|
152
|
+
Assigns a PSM profile to a preconfigured LTM profile.
|
153
|
+
For information on creating LTM profiles and associating them with virtual servers, see the LocalLB module.
|
154
|
+
The profile type of the PSM profile being assigned to an LTM profile must match the LTM profile type, e.g.: PSM_PROFILE_HTTP for PROFILE_TYPE_HTTP.
|
155
|
+
Note that changes are applied immediately.
|
156
|
+
|
157
|
+
</documentation>
|
158
|
+
<soap:operation soapAction="urn:iControl:ASM/PSMProfile"/>
|
159
|
+
<input>
|
160
|
+
<soap:body
|
161
|
+
use="encoded"
|
162
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
163
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
164
|
+
</input>
|
165
|
+
<output>
|
166
|
+
<soap:body
|
167
|
+
use="encoded"
|
168
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
169
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
170
|
+
</output>
|
171
|
+
</operation>
|
172
|
+
|
173
|
+
<operation name="get_assignment">
|
174
|
+
<documentation>
|
175
|
+
Gets the PSM profile assigned to the specified LTM profile.
|
176
|
+
|
177
|
+
</documentation>
|
178
|
+
<soap:operation soapAction="urn:iControl:ASM/PSMProfile"/>
|
179
|
+
<input>
|
180
|
+
<soap:body
|
181
|
+
use="encoded"
|
182
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
183
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
184
|
+
</input>
|
185
|
+
<output>
|
186
|
+
<soap:body
|
187
|
+
use="encoded"
|
188
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
189
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
190
|
+
</output>
|
191
|
+
</operation>
|
192
|
+
|
193
|
+
<operation name="get_version">
|
194
|
+
<documentation>
|
195
|
+
Gets the version information for this interface.
|
196
|
+
|
197
|
+
</documentation>
|
198
|
+
<soap:operation soapAction="urn:iControl:ASM/PSMProfile"/>
|
199
|
+
<input>
|
200
|
+
<soap:body
|
201
|
+
use="encoded"
|
202
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
203
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
204
|
+
</input>
|
205
|
+
<output>
|
206
|
+
<soap:body
|
207
|
+
use="encoded"
|
208
|
+
namespace="urn:iControl:ASM/PSMProfile"
|
209
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
210
|
+
</output>
|
211
|
+
</operation>
|
212
|
+
</binding>
|
213
|
+
|
214
|
+
<!-- service -->
|
215
|
+
|
216
|
+
<service name="ASM.PSMProfile">
|
217
|
+
<documentation>
|
218
|
+
The PSMProfile interface is a private interface to support internal F5 capabilities (hence is subject to change without notice).
|
219
|
+
It enables you partially to manipulate Protocol Security profiles of PSM (lightweight ASM), including HTTP, FTP and SMTP.
|
220
|
+
|
221
|
+
This interface does not support transactions.
|
222
|
+
|
223
|
+
</documentation>
|
224
|
+
<port name="ASM.PSMProfilePort" binding="tns:ASM.PSMProfileBinding">
|
225
|
+
<soap:address location="https://url_to_service"/>
|
226
|
+
</port>
|
227
|
+
</service>
|
228
|
+
</definitions>
|
@@ -0,0 +1,3504 @@
|
|
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="ASM.Policy"
|
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.BooleanSequenceSequence">
|
25
|
+
<xsd:complexContent>
|
26
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
27
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.BooleanSequence[]'/>
|
28
|
+
</xsd:restriction>
|
29
|
+
</xsd:complexContent>
|
30
|
+
</xsd:complexType>
|
31
|
+
<xsd:complexType name="ASM.PolicyTemplateSequenceSequence">
|
32
|
+
<xsd:complexContent>
|
33
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
34
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.PolicyTemplateSequence[]'/>
|
35
|
+
</xsd:restriction>
|
36
|
+
</xsd:complexContent>
|
37
|
+
</xsd:complexType>
|
38
|
+
<xsd:complexType name="ASM.DynamicSessionsInUrlSequence">
|
39
|
+
<xsd:complexContent>
|
40
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
41
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.DynamicSessionsInUrl[]'/>
|
42
|
+
</xsd:restriction>
|
43
|
+
</xsd:complexContent>
|
44
|
+
</xsd:complexType>
|
45
|
+
<xsd:complexType name="ASM.FileTransferContext">
|
46
|
+
<xsd:sequence>
|
47
|
+
<xsd:element name="file_data" type="tns:Common.OctetSequence"/>
|
48
|
+
<xsd:element name="chain_type" type="tns:Common.FileChainType"/>
|
49
|
+
</xsd:sequence>
|
50
|
+
</xsd:complexType>
|
51
|
+
<xsd:simpleType name="Common.OctetSequence">
|
52
|
+
<xsd:restriction base="xsd:base64Binary"/>
|
53
|
+
</xsd:simpleType>
|
54
|
+
<xsd:complexType name="ASM.WebApplicationLanguageSequence">
|
55
|
+
<xsd:complexContent>
|
56
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
57
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.WebApplicationLanguage[]'/>
|
58
|
+
</xsd:restriction>
|
59
|
+
</xsd:complexContent>
|
60
|
+
</xsd:complexType>
|
61
|
+
<xsd:complexType name="Common.IPNetmask">
|
62
|
+
<xsd:sequence>
|
63
|
+
<xsd:element name="address" type="xsd:string"/>
|
64
|
+
<xsd:element name="netmask" type="xsd:string"/>
|
65
|
+
</xsd:sequence>
|
66
|
+
</xsd:complexType>
|
67
|
+
<xsd:simpleType name="ASM.FlagState">
|
68
|
+
<xsd:restriction base="xsd:string">
|
69
|
+
<xsd:enumeration value="FLAG_ON">
|
70
|
+
<xsd:annotation>
|
71
|
+
<xsd:documentation>FLAG_ON</xsd:documentation>
|
72
|
+
</xsd:annotation>
|
73
|
+
</xsd:enumeration>
|
74
|
+
<xsd:enumeration value="FLAG_OFF">
|
75
|
+
<xsd:annotation>
|
76
|
+
<xsd:documentation>FLAG_OFF</xsd:documentation>
|
77
|
+
</xsd:annotation>
|
78
|
+
</xsd:enumeration>
|
79
|
+
<xsd:enumeration value="FLAG_UNCHANGED">
|
80
|
+
<xsd:annotation>
|
81
|
+
<xsd:documentation>FLAG_UNCHANGED</xsd:documentation>
|
82
|
+
</xsd:annotation>
|
83
|
+
</xsd:enumeration>
|
84
|
+
</xsd:restriction>
|
85
|
+
</xsd:simpleType>
|
86
|
+
<xsd:complexType name="ASM.DosSequence">
|
87
|
+
<xsd:complexContent>
|
88
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
89
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.Dos[]'/>
|
90
|
+
</xsd:restriction>
|
91
|
+
</xsd:complexContent>
|
92
|
+
</xsd:complexType>
|
93
|
+
<xsd:complexType name="ASM.ViolationSequenceSequence">
|
94
|
+
<xsd:complexContent>
|
95
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
96
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.ViolationSequence[]'/>
|
97
|
+
</xsd:restriction>
|
98
|
+
</xsd:complexContent>
|
99
|
+
</xsd:complexType>
|
100
|
+
<xsd:complexType name="Common.StringSequence">
|
101
|
+
<xsd:complexContent>
|
102
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
103
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
|
104
|
+
</xsd:restriction>
|
105
|
+
</xsd:complexContent>
|
106
|
+
</xsd:complexType>
|
107
|
+
<xsd:complexType name="ASM.DynamicSessionsInUrl">
|
108
|
+
<xsd:sequence>
|
109
|
+
<xsd:element name="type" type="tns:ASM.DynamicSessionsInUrlType"/>
|
110
|
+
<xsd:element name="value" type="xsd:string"/>
|
111
|
+
<xsd:element name="description" type="xsd:string"/>
|
112
|
+
</xsd:sequence>
|
113
|
+
</xsd:complexType>
|
114
|
+
<xsd:complexType name="ASM.PolicyTemplateSequence">
|
115
|
+
<xsd:complexContent>
|
116
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
117
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.PolicyTemplate[]'/>
|
118
|
+
</xsd:restriction>
|
119
|
+
</xsd:complexContent>
|
120
|
+
</xsd:complexType>
|
121
|
+
<xsd:simpleType name="ASM.ViolationName">
|
122
|
+
<xsd:restriction base="xsd:string">
|
123
|
+
<xsd:enumeration value="VIOLATION_EVASION_DETECTED">
|
124
|
+
<xsd:annotation>
|
125
|
+
<xsd:documentation>VIOLATION_EVASION_DETECTED</xsd:documentation>
|
126
|
+
</xsd:annotation>
|
127
|
+
</xsd:enumeration>
|
128
|
+
<xsd:enumeration value="VIOLATION_VIRUS_DETECTED">
|
129
|
+
<xsd:annotation>
|
130
|
+
<xsd:documentation>VIOLATION_VIRUS_DETECTED</xsd:documentation>
|
131
|
+
</xsd:annotation>
|
132
|
+
</xsd:enumeration>
|
133
|
+
<xsd:enumeration value="VIOLATION_REQUEST_TOO_LONG">
|
134
|
+
<xsd:annotation>
|
135
|
+
<xsd:documentation>VIOLATION_REQUEST_TOO_LONG</xsd:documentation>
|
136
|
+
</xsd:annotation>
|
137
|
+
</xsd:enumeration>
|
138
|
+
<xsd:enumeration value="VIOLATION_ILLEGAL_INGRESS_OBJECT">
|
139
|
+
<xsd:annotation>
|
140
|
+
<xsd:documentation>VIOLATION_ILLEGAL_INGRESS_OBJECT</xsd:documentation>
|
141
|
+
</xsd:annotation>
|
142
|
+
</xsd:enumeration>
|
143
|
+
<xsd:enumeration value="VIOLATION_PARSER_EXPIRED_INGRESS_OBJECT">
|
144
|
+
<xsd:annotation>
|
145
|
+
<xsd:documentation>VIOLATION_PARSER_EXPIRED_INGRESS_OBJECT</xsd:documentation>
|
146
|
+
</xsd:annotation>
|
147
|
+
</xsd:enumeration>
|
148
|
+
<xsd:enumeration value="VIOLATION_RESPONSE_SCRUBBING">
|
149
|
+
<xsd:annotation>
|
150
|
+
<xsd:documentation>VIOLATION_RESPONSE_SCRUBBING</xsd:documentation>
|
151
|
+
</xsd:annotation>
|
152
|
+
</xsd:enumeration>
|
153
|
+
<xsd:enumeration value="VIOLATION_ILLEGAL_SOAP_ATTACHMENT">
|
154
|
+
<xsd:annotation>
|
155
|
+
<xsd:documentation>VIOLATION_ILLEGAL_SOAP_ATTACHMENT</xsd:documentation>
|
156
|
+
</xsd:annotation>
|
157
|
+
</xsd:enumeration>
|
158
|
+
<xsd:enumeration value="VIOLATION_MISSING_MANDATORY_HEADER">
|
159
|
+
<xsd:annotation>
|
160
|
+
<xsd:documentation>VIOLATION_MISSING_MANDATORY_HEADER</xsd:documentation>
|
161
|
+
</xsd:annotation>
|
162
|
+
</xsd:enumeration>
|
163
|
+
<xsd:enumeration value="VIOLATION_ILLEGAL_GEOLOCATION">
|
164
|
+
<xsd:annotation>
|
165
|
+
<xsd:documentation>VIOLATION_ILLEGAL_GEOLOCATION</xsd:documentation>
|
166
|
+
</xsd:annotation>
|
167
|
+
</xsd:enumeration>
|
168
|
+
<xsd:enumeration value="VIOLATION_HTTP_SANITY_CHECK_FAILED">
|
169
|
+
<xsd:annotation>
|
170
|
+
<xsd:documentation>VIOLATION_HTTP_SANITY_CHECK_FAILED</xsd:documentation>
|
171
|
+
</xsd:annotation>
|
172
|
+
</xsd:enumeration>
|
173
|
+
<xsd:enumeration value="VIOLATION_CHAR_CONV">
|
174
|
+
<xsd:annotation>
|
175
|
+
<xsd:documentation>VIOLATION_CHAR_CONV</xsd:documentation>
|
176
|
+
</xsd:annotation>
|
177
|
+
</xsd:enumeration>
|
178
|
+
<xsd:enumeration value="VIOLATION_CSRF">
|
179
|
+
<xsd:annotation>
|
180
|
+
<xsd:documentation>VIOLATION_CSRF</xsd:documentation>
|
181
|
+
</xsd:annotation>
|
182
|
+
</xsd:enumeration>
|
183
|
+
<xsd:enumeration value="VIOLATION_MALFORMED_XML">
|
184
|
+
<xsd:annotation>
|
185
|
+
<xsd:documentation>VIOLATION_MALFORMED_XML</xsd:documentation>
|
186
|
+
</xsd:annotation>
|
187
|
+
</xsd:enumeration>
|
188
|
+
<xsd:enumeration value="VIOLATION_XML_WSDL">
|
189
|
+
<xsd:annotation>
|
190
|
+
<xsd:documentation>VIOLATION_XML_WSDL</xsd:documentation>
|
191
|
+
</xsd:annotation>
|
192
|
+
</xsd:enumeration>
|
193
|
+
<xsd:enumeration value="VIOLATION_XML_FORMAT_SETTING">
|
194
|
+
<xsd:annotation>
|
195
|
+
<xsd:documentation>VIOLATION_XML_FORMAT_SETTING</xsd:documentation>
|
196
|
+
</xsd:annotation>
|
197
|
+
</xsd:enumeration>
|
198
|
+
<xsd:enumeration value="VIOLATION_PARSER_FAILED_SOAP_SECURITY">
|
199
|
+
<xsd:annotation>
|
200
|
+
<xsd:documentation>VIOLATION_PARSER_FAILED_SOAP_SECURITY</xsd:documentation>
|
201
|
+
</xsd:annotation>
|
202
|
+
</xsd:enumeration>
|
203
|
+
<xsd:enumeration value="VIOLATION_SOAP_METHOD_NOT_ALLOWED">
|
204
|
+
<xsd:annotation>
|
205
|
+
<xsd:documentation>VIOLATION_SOAP_METHOD_NOT_ALLOWED</xsd:documentation>
|
206
|
+
</xsd:annotation>
|
207
|
+
</xsd:enumeration>
|
208
|
+
<xsd:enumeration value="VIOLATION_BRUTE_FORCE_ATTACK_DETECTED">
|
209
|
+
<xsd:annotation>
|
210
|
+
<xsd:documentation>VIOLATION_BRUTE_FORCE_ATTACK_DETECTED</xsd:documentation>
|
211
|
+
</xsd:annotation>
|
212
|
+
</xsd:enumeration>
|
213
|
+
<xsd:enumeration value="VIOLATION_WEB_SCRAPING_DETECTED">
|
214
|
+
<xsd:annotation>
|
215
|
+
<xsd:documentation>VIOLATION_WEB_SCRAPING_DETECTED</xsd:documentation>
|
216
|
+
</xsd:annotation>
|
217
|
+
</xsd:enumeration>
|
218
|
+
<xsd:enumeration value="VIOLATION_CSRF_EXPIRED">
|
219
|
+
<xsd:annotation>
|
220
|
+
<xsd:documentation>VIOLATION_CSRF_EXPIRED</xsd:documentation>
|
221
|
+
</xsd:annotation>
|
222
|
+
</xsd:enumeration>
|
223
|
+
<xsd:enumeration value="VIOLATION_OBJ_LEN">
|
224
|
+
<xsd:annotation>
|
225
|
+
<xsd:documentation>VIOLATION_OBJ_LEN</xsd:documentation>
|
226
|
+
</xsd:annotation>
|
227
|
+
</xsd:enumeration>
|
228
|
+
<xsd:enumeration value="VIOLATION_COOKIE_LEN">
|
229
|
+
<xsd:annotation>
|
230
|
+
<xsd:documentation>VIOLATION_COOKIE_LEN</xsd:documentation>
|
231
|
+
</xsd:annotation>
|
232
|
+
</xsd:enumeration>
|
233
|
+
<xsd:enumeration value="VIOLATION_REQ_LEN">
|
234
|
+
<xsd:annotation>
|
235
|
+
<xsd:documentation>VIOLATION_REQ_LEN</xsd:documentation>
|
236
|
+
</xsd:annotation>
|
237
|
+
</xsd:enumeration>
|
238
|
+
<xsd:enumeration value="VIOLATION_QS_LEN">
|
239
|
+
<xsd:annotation>
|
240
|
+
<xsd:documentation>VIOLATION_QS_LEN</xsd:documentation>
|
241
|
+
</xsd:annotation>
|
242
|
+
</xsd:enumeration>
|
243
|
+
<xsd:enumeration value="VIOLATION_POST_DATA_LEN">
|
244
|
+
<xsd:annotation>
|
245
|
+
<xsd:documentation>VIOLATION_POST_DATA_LEN</xsd:documentation>
|
246
|
+
</xsd:annotation>
|
247
|
+
</xsd:enumeration>
|
248
|
+
<xsd:enumeration value="VIOLATION_MULTI_PART_PARAM_VAL">
|
249
|
+
<xsd:annotation>
|
250
|
+
<xsd:documentation>VIOLATION_MULTI_PART_PARAM_VAL</xsd:documentation>
|
251
|
+
</xsd:annotation>
|
252
|
+
</xsd:enumeration>
|
253
|
+
<xsd:enumeration value="VIOLATION_HEADER_LEN">
|
254
|
+
<xsd:annotation>
|
255
|
+
<xsd:documentation>VIOLATION_HEADER_LEN</xsd:documentation>
|
256
|
+
</xsd:annotation>
|
257
|
+
</xsd:enumeration>
|
258
|
+
<xsd:enumeration value="VIOLATION_JSON_FORMAT_SETTING">
|
259
|
+
<xsd:annotation>
|
260
|
+
<xsd:documentation>VIOLATION_JSON_FORMAT_SETTING</xsd:documentation>
|
261
|
+
</xsd:annotation>
|
262
|
+
</xsd:enumeration>
|
263
|
+
<xsd:enumeration value="VIOLATION_REPEATED_PARAMETER_NAME">
|
264
|
+
<xsd:annotation>
|
265
|
+
<xsd:documentation>VIOLATION_REPEATED_PARAMETER_NAME</xsd:documentation>
|
266
|
+
</xsd:annotation>
|
267
|
+
</xsd:enumeration>
|
268
|
+
<xsd:enumeration value="VIOLATION_METACHAR_IN_OBJ">
|
269
|
+
<xsd:annotation>
|
270
|
+
<xsd:documentation>VIOLATION_METACHAR_IN_OBJ</xsd:documentation>
|
271
|
+
</xsd:annotation>
|
272
|
+
</xsd:enumeration>
|
273
|
+
<xsd:enumeration value="VIOLATION_METACHAR_IN_PARAM_NAME">
|
274
|
+
<xsd:annotation>
|
275
|
+
<xsd:documentation>VIOLATION_METACHAR_IN_PARAM_NAME</xsd:documentation>
|
276
|
+
</xsd:annotation>
|
277
|
+
</xsd:enumeration>
|
278
|
+
<xsd:enumeration value="VIOLATION_METACHAR_IN_DEF_PARAM">
|
279
|
+
<xsd:annotation>
|
280
|
+
<xsd:documentation>VIOLATION_METACHAR_IN_DEF_PARAM</xsd:documentation>
|
281
|
+
</xsd:annotation>
|
282
|
+
</xsd:enumeration>
|
283
|
+
<xsd:enumeration value="VIOLATION_OBJ_TYPE">
|
284
|
+
<xsd:annotation>
|
285
|
+
<xsd:documentation>VIOLATION_OBJ_TYPE</xsd:documentation>
|
286
|
+
</xsd:annotation>
|
287
|
+
</xsd:enumeration>
|
288
|
+
<xsd:enumeration value="VIOLATION_OBJ_DOESNT_EXIST">
|
289
|
+
<xsd:annotation>
|
290
|
+
<xsd:documentation>VIOLATION_OBJ_DOESNT_EXIST</xsd:documentation>
|
291
|
+
</xsd:annotation>
|
292
|
+
</xsd:enumeration>
|
293
|
+
<xsd:enumeration value="VIOLATION_FLOW_TO_OBJ">
|
294
|
+
<xsd:annotation>
|
295
|
+
<xsd:documentation>VIOLATION_FLOW_TO_OBJ</xsd:documentation>
|
296
|
+
</xsd:annotation>
|
297
|
+
</xsd:enumeration>
|
298
|
+
<xsd:enumeration value="VIOLATION_ILLEGAL_METHOD">
|
299
|
+
<xsd:annotation>
|
300
|
+
<xsd:documentation>VIOLATION_ILLEGAL_METHOD</xsd:documentation>
|
301
|
+
</xsd:annotation>
|
302
|
+
</xsd:enumeration>
|
303
|
+
<xsd:enumeration value="VIOLATION_SESSSION_ID_IN_URL">
|
304
|
+
<xsd:annotation>
|
305
|
+
<xsd:documentation>VIOLATION_SESSSION_ID_IN_URL</xsd:documentation>
|
306
|
+
</xsd:annotation>
|
307
|
+
</xsd:enumeration>
|
308
|
+
<xsd:enumeration value="VIOLATION_QS_OR_POST_DATA">
|
309
|
+
<xsd:annotation>
|
310
|
+
<xsd:documentation>VIOLATION_QS_OR_POST_DATA</xsd:documentation>
|
311
|
+
</xsd:annotation>
|
312
|
+
</xsd:enumeration>
|
313
|
+
<xsd:enumeration value="VIOLATION_PARAM">
|
314
|
+
<xsd:annotation>
|
315
|
+
<xsd:documentation>VIOLATION_PARAM</xsd:documentation>
|
316
|
+
</xsd:annotation>
|
317
|
+
</xsd:enumeration>
|
318
|
+
<xsd:enumeration value="VIOLATION_EMPTY_PARAM_VALUE">
|
319
|
+
<xsd:annotation>
|
320
|
+
<xsd:documentation>VIOLATION_EMPTY_PARAM_VALUE</xsd:documentation>
|
321
|
+
</xsd:annotation>
|
322
|
+
</xsd:enumeration>
|
323
|
+
<xsd:enumeration value="VIOLATION_STATIC_PARAM_VALUE">
|
324
|
+
<xsd:annotation>
|
325
|
+
<xsd:documentation>VIOLATION_STATIC_PARAM_VALUE</xsd:documentation>
|
326
|
+
</xsd:annotation>
|
327
|
+
</xsd:enumeration>
|
328
|
+
<xsd:enumeration value="VIOLATION_DYN_PARAM_VALUE">
|
329
|
+
<xsd:annotation>
|
330
|
+
<xsd:documentation>VIOLATION_DYN_PARAM_VALUE</xsd:documentation>
|
331
|
+
</xsd:annotation>
|
332
|
+
</xsd:enumeration>
|
333
|
+
<xsd:enumeration value="VIOLATION_PARAM_VALUE_LEN">
|
334
|
+
<xsd:annotation>
|
335
|
+
<xsd:documentation>VIOLATION_PARAM_VALUE_LEN</xsd:documentation>
|
336
|
+
</xsd:annotation>
|
337
|
+
</xsd:enumeration>
|
338
|
+
<xsd:enumeration value="VIOLATION_PARAM_DATA_TYPE">
|
339
|
+
<xsd:annotation>
|
340
|
+
<xsd:documentation>VIOLATION_PARAM_DATA_TYPE</xsd:documentation>
|
341
|
+
</xsd:annotation>
|
342
|
+
</xsd:enumeration>
|
343
|
+
<xsd:enumeration value="VIOLATION_PARAM_NUMERIC_VALUE">
|
344
|
+
<xsd:annotation>
|
345
|
+
<xsd:documentation>VIOLATION_PARAM_NUMERIC_VALUE</xsd:documentation>
|
346
|
+
</xsd:annotation>
|
347
|
+
</xsd:enumeration>
|
348
|
+
<xsd:enumeration value="VIOLATION_NUM_OF_MANDATORY_PARAMS">
|
349
|
+
<xsd:annotation>
|
350
|
+
<xsd:documentation>VIOLATION_NUM_OF_MANDATORY_PARAMS</xsd:documentation>
|
351
|
+
</xsd:annotation>
|
352
|
+
</xsd:enumeration>
|
353
|
+
<xsd:enumeration value="VIOLATION_PARAM_VALUE_NOT_MATCHING_REGEX">
|
354
|
+
<xsd:annotation>
|
355
|
+
<xsd:documentation>VIOLATION_PARAM_VALUE_NOT_MATCHING_REGEX</xsd:documentation>
|
356
|
+
</xsd:annotation>
|
357
|
+
</xsd:enumeration>
|
358
|
+
<xsd:enumeration value="VIOLATION_MOD_ASM_COOKIE">
|
359
|
+
<xsd:annotation>
|
360
|
+
<xsd:documentation>VIOLATION_MOD_ASM_COOKIE</xsd:documentation>
|
361
|
+
</xsd:annotation>
|
362
|
+
</xsd:enumeration>
|
363
|
+
<xsd:enumeration value="VIOLATION_MOD_DOMAIN_COOKIE">
|
364
|
+
<xsd:annotation>
|
365
|
+
<xsd:documentation>VIOLATION_MOD_DOMAIN_COOKIE</xsd:documentation>
|
366
|
+
</xsd:annotation>
|
367
|
+
</xsd:enumeration>
|
368
|
+
<xsd:enumeration value="VIOLATION_NOT_RFC_COOKIE">
|
369
|
+
<xsd:annotation>
|
370
|
+
<xsd:documentation>VIOLATION_NOT_RFC_COOKIE</xsd:documentation>
|
371
|
+
</xsd:annotation>
|
372
|
+
</xsd:enumeration>
|
373
|
+
<xsd:enumeration value="VIOLATION_MALFORMED_JSON">
|
374
|
+
<xsd:annotation>
|
375
|
+
<xsd:documentation>VIOLATION_MALFORMED_JSON</xsd:documentation>
|
376
|
+
</xsd:annotation>
|
377
|
+
</xsd:enumeration>
|
378
|
+
<xsd:enumeration value="VIOLATION_ENTRY_POINT">
|
379
|
+
<xsd:annotation>
|
380
|
+
<xsd:documentation>VIOLATION_ENTRY_POINT</xsd:documentation>
|
381
|
+
</xsd:annotation>
|
382
|
+
</xsd:enumeration>
|
383
|
+
<xsd:enumeration value="VIOLATION_SESSION_AWARENESS">
|
384
|
+
<xsd:annotation>
|
385
|
+
<xsd:documentation>VIOLATION_SESSION_AWARENESS</xsd:documentation>
|
386
|
+
</xsd:annotation>
|
387
|
+
</xsd:enumeration>
|
388
|
+
<xsd:enumeration value="VIOLATION_MSG_KEY">
|
389
|
+
<xsd:annotation>
|
390
|
+
<xsd:documentation>VIOLATION_MSG_KEY</xsd:documentation>
|
391
|
+
</xsd:annotation>
|
392
|
+
</xsd:enumeration>
|
393
|
+
<xsd:enumeration value="VIOLATION_EXPIRED_TIMESTAMP">
|
394
|
+
<xsd:annotation>
|
395
|
+
<xsd:documentation>VIOLATION_EXPIRED_TIMESTAMP</xsd:documentation>
|
396
|
+
</xsd:annotation>
|
397
|
+
</xsd:enumeration>
|
398
|
+
<xsd:enumeration value="VIOLATION_DISALLOWED_FILE_UPLOAD_CONTENT">
|
399
|
+
<xsd:annotation>
|
400
|
+
<xsd:documentation>VIOLATION_DISALLOWED_FILE_UPLOAD_CONTENT</xsd:documentation>
|
401
|
+
</xsd:annotation>
|
402
|
+
</xsd:enumeration>
|
403
|
+
<xsd:enumeration value="VIOLATION_METACHAR_IN_HEADER">
|
404
|
+
<xsd:annotation>
|
405
|
+
<xsd:documentation>VIOLATION_METACHAR_IN_HEADER</xsd:documentation>
|
406
|
+
</xsd:annotation>
|
407
|
+
</xsd:enumeration>
|
408
|
+
<xsd:enumeration value="VIOLATION_ILLEGAL_REQUEST_CONTENT_TYPE">
|
409
|
+
<xsd:annotation>
|
410
|
+
<xsd:documentation>VIOLATION_ILLEGAL_REQUEST_CONTENT_TYPE</xsd:documentation>
|
411
|
+
</xsd:annotation>
|
412
|
+
</xsd:enumeration>
|
413
|
+
<xsd:enumeration value="VIOLATION_HTTP_STATUS_IN_RESPONSE">
|
414
|
+
<xsd:annotation>
|
415
|
+
<xsd:documentation>VIOLATION_HTTP_STATUS_IN_RESPONSE</xsd:documentation>
|
416
|
+
</xsd:annotation>
|
417
|
+
</xsd:enumeration>
|
418
|
+
<xsd:enumeration value="VIOLATION_PARSER_ACCESS_FROM_MALICIOUS_IP_ADDRESS">
|
419
|
+
<xsd:annotation>
|
420
|
+
<xsd:documentation>VIOLATION_PARSER_ACCESS_FROM_MALICIOUS_IP_ADDRESS</xsd:documentation>
|
421
|
+
</xsd:annotation>
|
422
|
+
</xsd:enumeration>
|
423
|
+
<xsd:enumeration value="VIOLATION_GWT_FORMAT_SETTING">
|
424
|
+
<xsd:annotation>
|
425
|
+
<xsd:documentation>VIOLATION_GWT_FORMAT_SETTING</xsd:documentation>
|
426
|
+
</xsd:annotation>
|
427
|
+
</xsd:enumeration>
|
428
|
+
<xsd:enumeration value="VIOLATION_MALFORMED_GWT">
|
429
|
+
<xsd:annotation>
|
430
|
+
<xsd:documentation>VIOLATION_MALFORMED_GWT</xsd:documentation>
|
431
|
+
</xsd:annotation>
|
432
|
+
</xsd:enumeration>
|
433
|
+
<xsd:enumeration value="VIOLATION_BASE64_PARAM_VALUE">
|
434
|
+
<xsd:annotation>
|
435
|
+
<xsd:documentation>VIOLATION_BASE64_PARAM_VALUE</xsd:documentation>
|
436
|
+
</xsd:annotation>
|
437
|
+
</xsd:enumeration>
|
438
|
+
</xsd:restriction>
|
439
|
+
</xsd:simpleType>
|
440
|
+
<xsd:complexType name="Common.BooleanSequence">
|
441
|
+
<xsd:complexContent>
|
442
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
443
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
|
444
|
+
</xsd:restriction>
|
445
|
+
</xsd:complexContent>
|
446
|
+
</xsd:complexType>
|
447
|
+
<xsd:simpleType name="ASM.DosOperationMode">
|
448
|
+
<xsd:restriction base="xsd:string">
|
449
|
+
<xsd:enumeration value="DOS_OPERATION_OFF">
|
450
|
+
<xsd:annotation>
|
451
|
+
<xsd:documentation>DOS_OPERATION_OFF</xsd:documentation>
|
452
|
+
</xsd:annotation>
|
453
|
+
</xsd:enumeration>
|
454
|
+
<xsd:enumeration value="DOS_OPERATION_TRANSPARENT">
|
455
|
+
<xsd:annotation>
|
456
|
+
<xsd:documentation>DOS_OPERATION_TRANSPARENT</xsd:documentation>
|
457
|
+
</xsd:annotation>
|
458
|
+
</xsd:enumeration>
|
459
|
+
<xsd:enumeration value="DOS_OPERATION_BLOCKING">
|
460
|
+
<xsd:annotation>
|
461
|
+
<xsd:documentation>DOS_OPERATION_BLOCKING</xsd:documentation>
|
462
|
+
</xsd:annotation>
|
463
|
+
</xsd:enumeration>
|
464
|
+
</xsd:restriction>
|
465
|
+
</xsd:simpleType>
|
466
|
+
<xsd:complexType name="Common.ULongSequence">
|
467
|
+
<xsd:complexContent>
|
468
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
469
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
|
470
|
+
</xsd:restriction>
|
471
|
+
</xsd:complexContent>
|
472
|
+
</xsd:complexType>
|
473
|
+
<xsd:simpleType name="ASM.DosDetectionMode">
|
474
|
+
<xsd:restriction base="xsd:string">
|
475
|
+
<xsd:enumeration value="DOS_DETECTION_TPS_BASED">
|
476
|
+
<xsd:annotation>
|
477
|
+
<xsd:documentation>DOS_DETECTION_TPS_BASED</xsd:documentation>
|
478
|
+
</xsd:annotation>
|
479
|
+
</xsd:enumeration>
|
480
|
+
<xsd:enumeration value="DOS_DETECTION_LATENCY_BASED">
|
481
|
+
<xsd:annotation>
|
482
|
+
<xsd:documentation>DOS_DETECTION_LATENCY_BASED</xsd:documentation>
|
483
|
+
</xsd:annotation>
|
484
|
+
</xsd:enumeration>
|
485
|
+
</xsd:restriction>
|
486
|
+
</xsd:simpleType>
|
487
|
+
<xsd:simpleType name="Common.FileChainType">
|
488
|
+
<xsd:restriction base="xsd:string">
|
489
|
+
<xsd:enumeration value="FILE_UNDEFINED">
|
490
|
+
<xsd:annotation>
|
491
|
+
<xsd:documentation>FILE_UNDEFINED</xsd:documentation>
|
492
|
+
</xsd:annotation>
|
493
|
+
</xsd:enumeration>
|
494
|
+
<xsd:enumeration value="FILE_FIRST">
|
495
|
+
<xsd:annotation>
|
496
|
+
<xsd:documentation>FILE_FIRST</xsd:documentation>
|
497
|
+
</xsd:annotation>
|
498
|
+
</xsd:enumeration>
|
499
|
+
<xsd:enumeration value="FILE_MIDDLE">
|
500
|
+
<xsd:annotation>
|
501
|
+
<xsd:documentation>FILE_MIDDLE</xsd:documentation>
|
502
|
+
</xsd:annotation>
|
503
|
+
</xsd:enumeration>
|
504
|
+
<xsd:enumeration value="FILE_UNUSED">
|
505
|
+
<xsd:annotation>
|
506
|
+
<xsd:documentation>FILE_UNUSED</xsd:documentation>
|
507
|
+
</xsd:annotation>
|
508
|
+
</xsd:enumeration>
|
509
|
+
<xsd:enumeration value="FILE_LAST">
|
510
|
+
<xsd:annotation>
|
511
|
+
<xsd:documentation>FILE_LAST</xsd:documentation>
|
512
|
+
</xsd:annotation>
|
513
|
+
</xsd:enumeration>
|
514
|
+
<xsd:enumeration value="FILE_FIRST_AND_LAST">
|
515
|
+
<xsd:annotation>
|
516
|
+
<xsd:documentation>FILE_FIRST_AND_LAST</xsd:documentation>
|
517
|
+
</xsd:annotation>
|
518
|
+
</xsd:enumeration>
|
519
|
+
</xsd:restriction>
|
520
|
+
</xsd:simpleType>
|
521
|
+
<xsd:complexType name="ASM.Violation">
|
522
|
+
<xsd:sequence>
|
523
|
+
<xsd:element name="violation_name" type="tns:ASM.ViolationName"/>
|
524
|
+
<xsd:element name="learn_flag" type="tns:ASM.FlagState"/>
|
525
|
+
<xsd:element name="alarm_flag" type="tns:ASM.FlagState"/>
|
526
|
+
<xsd:element name="block_flag" type="tns:ASM.FlagState"/>
|
527
|
+
</xsd:sequence>
|
528
|
+
</xsd:complexType>
|
529
|
+
<xsd:complexType name="ASM.DosDetectionModeSequence">
|
530
|
+
<xsd:complexContent>
|
531
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
532
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.DosDetectionMode[]'/>
|
533
|
+
</xsd:restriction>
|
534
|
+
</xsd:complexContent>
|
535
|
+
</xsd:complexType>
|
536
|
+
<xsd:simpleType name="Common.ULong">
|
537
|
+
<xsd:restriction base="xsd:long"/>
|
538
|
+
</xsd:simpleType>
|
539
|
+
<xsd:complexType name="ASM.ViolationSequence">
|
540
|
+
<xsd:complexContent>
|
541
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
542
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.Violation[]'/>
|
543
|
+
</xsd:restriction>
|
544
|
+
</xsd:complexContent>
|
545
|
+
</xsd:complexType>
|
546
|
+
<xsd:simpleType name="ASM.DynamicSessionsInUrlType">
|
547
|
+
<xsd:restriction base="xsd:string">
|
548
|
+
<xsd:enumeration value="DYNAMIC_SESSIONS_DISABLED">
|
549
|
+
<xsd:annotation>
|
550
|
+
<xsd:documentation>DYNAMIC_SESSIONS_DISABLED</xsd:documentation>
|
551
|
+
</xsd:annotation>
|
552
|
+
</xsd:enumeration>
|
553
|
+
<xsd:enumeration value="DYNAMIC_SESSIONS_DEFAULT_PATTERN">
|
554
|
+
<xsd:annotation>
|
555
|
+
<xsd:documentation>DYNAMIC_SESSIONS_DEFAULT_PATTERN</xsd:documentation>
|
556
|
+
</xsd:annotation>
|
557
|
+
</xsd:enumeration>
|
558
|
+
<xsd:enumeration value="DYNAMIC_SESSIONS_CUSTOM_PATTERN">
|
559
|
+
<xsd:annotation>
|
560
|
+
<xsd:documentation>DYNAMIC_SESSIONS_CUSTOM_PATTERN</xsd:documentation>
|
561
|
+
</xsd:annotation>
|
562
|
+
</xsd:enumeration>
|
563
|
+
</xsd:restriction>
|
564
|
+
</xsd:simpleType>
|
565
|
+
<xsd:complexType name="Common.IPNetmaskSequenceSequence">
|
566
|
+
<xsd:complexContent>
|
567
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
568
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPNetmaskSequence[]'/>
|
569
|
+
</xsd:restriction>
|
570
|
+
</xsd:complexContent>
|
571
|
+
</xsd:complexType>
|
572
|
+
<xsd:complexType name="ASM.Dos">
|
573
|
+
<xsd:sequence>
|
574
|
+
<xsd:element name="operation_mode" type="tns:ASM.DosOperationMode"/>
|
575
|
+
<xsd:element name="detection_mode" type="tns:ASM.DosDetectionMode"/>
|
576
|
+
<xsd:element name="latency_increase_rate" type="xsd:long"/>
|
577
|
+
<xsd:element name="maximum_latency" type="xsd:long"/>
|
578
|
+
<xsd:element name="minimum_latency" type="xsd:long"/>
|
579
|
+
<xsd:element name="source_ip_based_client_side_integrity_defense_flag" type="xsd:boolean"/>
|
580
|
+
<xsd:element name="source_ip_based_rate_limiting_flag" type="xsd:boolean"/>
|
581
|
+
<xsd:element name="url_based_client_side_integrity_defense_flag" type="xsd:boolean"/>
|
582
|
+
<xsd:element name="url_based_rate_limiting_flag" type="xsd:boolean"/>
|
583
|
+
<xsd:element name="ip_tps_increase_rate" type="xsd:long"/>
|
584
|
+
<xsd:element name="ip_maximum_tps" type="xsd:long"/>
|
585
|
+
<xsd:element name="ip_minimum_tps" type="xsd:long"/>
|
586
|
+
<xsd:element name="url_tps_increase_rate" type="xsd:long"/>
|
587
|
+
<xsd:element name="url_maximum_tps" type="xsd:long"/>
|
588
|
+
<xsd:element name="url_minimum_tps" type="xsd:long"/>
|
589
|
+
<xsd:element name="maximum_prevention_duration" type="xsd:long"/>
|
590
|
+
<xsd:element name="ip_white_list" type="tns:Common.IPNetmaskSequence"/>
|
591
|
+
</xsd:sequence>
|
592
|
+
</xsd:complexType>
|
593
|
+
<xsd:complexType name="Common.StringSequenceSequence">
|
594
|
+
<xsd:complexContent>
|
595
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
596
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
|
597
|
+
</xsd:restriction>
|
598
|
+
</xsd:complexContent>
|
599
|
+
</xsd:complexType>
|
600
|
+
<xsd:complexType name="ASM.DosOperationModeSequence">
|
601
|
+
<xsd:complexContent>
|
602
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
603
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.DosOperationMode[]'/>
|
604
|
+
</xsd:restriction>
|
605
|
+
</xsd:complexContent>
|
606
|
+
</xsd:complexType>
|
607
|
+
<xsd:simpleType name="ASM.WebApplicationLanguage">
|
608
|
+
<xsd:restriction base="xsd:string">
|
609
|
+
<xsd:enumeration value="LANGUAGE_UNDEFINED">
|
610
|
+
<xsd:annotation>
|
611
|
+
<xsd:documentation>LANGUAGE_UNDEFINED</xsd:documentation>
|
612
|
+
</xsd:annotation>
|
613
|
+
</xsd:enumeration>
|
614
|
+
<xsd:enumeration value="UNICODE_UTF_8">
|
615
|
+
<xsd:annotation>
|
616
|
+
<xsd:documentation>UNICODE_UTF_8</xsd:documentation>
|
617
|
+
</xsd:annotation>
|
618
|
+
</xsd:enumeration>
|
619
|
+
<xsd:enumeration value="WESTERN_EUROPEAN_ISO_8859_1">
|
620
|
+
<xsd:annotation>
|
621
|
+
<xsd:documentation>WESTERN_EUROPEAN_ISO_8859_1</xsd:documentation>
|
622
|
+
</xsd:annotation>
|
623
|
+
</xsd:enumeration>
|
624
|
+
<xsd:enumeration value="WESTERN_EUROPEAN_WINDOWS_1252">
|
625
|
+
<xsd:annotation>
|
626
|
+
<xsd:documentation>WESTERN_EUROPEAN_WINDOWS_1252</xsd:documentation>
|
627
|
+
</xsd:annotation>
|
628
|
+
</xsd:enumeration>
|
629
|
+
<xsd:enumeration value="WESTERN_EUROPEAN_ISO_8859_15">
|
630
|
+
<xsd:annotation>
|
631
|
+
<xsd:documentation>WESTERN_EUROPEAN_ISO_8859_15</xsd:documentation>
|
632
|
+
</xsd:annotation>
|
633
|
+
</xsd:enumeration>
|
634
|
+
<xsd:enumeration value="CENTRAL_EUROPEAN_ISO_8859_2">
|
635
|
+
<xsd:annotation>
|
636
|
+
<xsd:documentation>CENTRAL_EUROPEAN_ISO_8859_2</xsd:documentation>
|
637
|
+
</xsd:annotation>
|
638
|
+
</xsd:enumeration>
|
639
|
+
<xsd:enumeration value="CENTRAL_EUROPEAN_WINDOWS_1250">
|
640
|
+
<xsd:annotation>
|
641
|
+
<xsd:documentation>CENTRAL_EUROPEAN_WINDOWS_1250</xsd:documentation>
|
642
|
+
</xsd:annotation>
|
643
|
+
</xsd:enumeration>
|
644
|
+
<xsd:enumeration value="SOUTH_EUROPEAN_ISO_8859_3">
|
645
|
+
<xsd:annotation>
|
646
|
+
<xsd:documentation>SOUTH_EUROPEAN_ISO_8859_3</xsd:documentation>
|
647
|
+
</xsd:annotation>
|
648
|
+
</xsd:enumeration>
|
649
|
+
<xsd:enumeration value="GREEK_ISO_8859_7">
|
650
|
+
<xsd:annotation>
|
651
|
+
<xsd:documentation>GREEK_ISO_8859_7</xsd:documentation>
|
652
|
+
</xsd:annotation>
|
653
|
+
</xsd:enumeration>
|
654
|
+
<xsd:enumeration value="GREEK_WINDOWS_1253">
|
655
|
+
<xsd:annotation>
|
656
|
+
<xsd:documentation>GREEK_WINDOWS_1253</xsd:documentation>
|
657
|
+
</xsd:annotation>
|
658
|
+
</xsd:enumeration>
|
659
|
+
<xsd:enumeration value="NORDIC_ISO_8859_10">
|
660
|
+
<xsd:annotation>
|
661
|
+
<xsd:documentation>NORDIC_ISO_8859_10</xsd:documentation>
|
662
|
+
</xsd:annotation>
|
663
|
+
</xsd:enumeration>
|
664
|
+
<xsd:enumeration value="CYRILLIC_WINDOWS_1251">
|
665
|
+
<xsd:annotation>
|
666
|
+
<xsd:documentation>CYRILLIC_WINDOWS_1251</xsd:documentation>
|
667
|
+
</xsd:annotation>
|
668
|
+
</xsd:enumeration>
|
669
|
+
<xsd:enumeration value="CYRILLIC_KOI8_R">
|
670
|
+
<xsd:annotation>
|
671
|
+
<xsd:documentation>CYRILLIC_KOI8_R</xsd:documentation>
|
672
|
+
</xsd:annotation>
|
673
|
+
</xsd:enumeration>
|
674
|
+
<xsd:enumeration value="CYRILLIC_ISO_8859_5">
|
675
|
+
<xsd:annotation>
|
676
|
+
<xsd:documentation>CYRILLIC_ISO_8859_5</xsd:documentation>
|
677
|
+
</xsd:annotation>
|
678
|
+
</xsd:enumeration>
|
679
|
+
<xsd:enumeration value="ROMANIAN_ISO_8859_16">
|
680
|
+
<xsd:annotation>
|
681
|
+
<xsd:documentation>ROMANIAN_ISO_8859_16</xsd:documentation>
|
682
|
+
</xsd:annotation>
|
683
|
+
</xsd:enumeration>
|
684
|
+
<xsd:enumeration value="BALTIC_ISO_8859_4">
|
685
|
+
<xsd:annotation>
|
686
|
+
<xsd:documentation>BALTIC_ISO_8859_4</xsd:documentation>
|
687
|
+
</xsd:annotation>
|
688
|
+
</xsd:enumeration>
|
689
|
+
<xsd:enumeration value="BALTIC_ISO_8859_13">
|
690
|
+
<xsd:annotation>
|
691
|
+
<xsd:documentation>BALTIC_ISO_8859_13</xsd:documentation>
|
692
|
+
</xsd:annotation>
|
693
|
+
</xsd:enumeration>
|
694
|
+
<xsd:enumeration value="BALTIC_WINDOWS_1257">
|
695
|
+
<xsd:annotation>
|
696
|
+
<xsd:documentation>BALTIC_WINDOWS_1257</xsd:documentation>
|
697
|
+
</xsd:annotation>
|
698
|
+
</xsd:enumeration>
|
699
|
+
<xsd:enumeration value="HEBREW_WINDOWS_1255">
|
700
|
+
<xsd:annotation>
|
701
|
+
<xsd:documentation>HEBREW_WINDOWS_1255</xsd:documentation>
|
702
|
+
</xsd:annotation>
|
703
|
+
</xsd:enumeration>
|
704
|
+
<xsd:enumeration value="HEBREW_ISO_8859_8">
|
705
|
+
<xsd:annotation>
|
706
|
+
<xsd:documentation>HEBREW_ISO_8859_8</xsd:documentation>
|
707
|
+
</xsd:annotation>
|
708
|
+
</xsd:enumeration>
|
709
|
+
<xsd:enumeration value="JAPANESE_SHIFT_JIS">
|
710
|
+
<xsd:annotation>
|
711
|
+
<xsd:documentation>JAPANESE_SHIFT_JIS</xsd:documentation>
|
712
|
+
</xsd:annotation>
|
713
|
+
</xsd:enumeration>
|
714
|
+
<xsd:enumeration value="JAPANESE_EUC_JP">
|
715
|
+
<xsd:annotation>
|
716
|
+
<xsd:documentation>JAPANESE_EUC_JP</xsd:documentation>
|
717
|
+
</xsd:annotation>
|
718
|
+
</xsd:enumeration>
|
719
|
+
<xsd:enumeration value="KOREAN_EUC_KR">
|
720
|
+
<xsd:annotation>
|
721
|
+
<xsd:documentation>KOREAN_EUC_KR</xsd:documentation>
|
722
|
+
</xsd:annotation>
|
723
|
+
</xsd:enumeration>
|
724
|
+
<xsd:enumeration value="CHINESE_BIG5">
|
725
|
+
<xsd:annotation>
|
726
|
+
<xsd:documentation>CHINESE_BIG5</xsd:documentation>
|
727
|
+
</xsd:annotation>
|
728
|
+
</xsd:enumeration>
|
729
|
+
<xsd:enumeration value="CHINESE_GB2312">
|
730
|
+
<xsd:annotation>
|
731
|
+
<xsd:documentation>CHINESE_GB2312</xsd:documentation>
|
732
|
+
</xsd:annotation>
|
733
|
+
</xsd:enumeration>
|
734
|
+
<xsd:enumeration value="THAI_CP874">
|
735
|
+
<xsd:annotation>
|
736
|
+
<xsd:documentation>THAI_CP874</xsd:documentation>
|
737
|
+
</xsd:annotation>
|
738
|
+
</xsd:enumeration>
|
739
|
+
<xsd:enumeration value="ARABIC_ISO_8859_6">
|
740
|
+
<xsd:annotation>
|
741
|
+
<xsd:documentation>ARABIC_ISO_8859_6</xsd:documentation>
|
742
|
+
</xsd:annotation>
|
743
|
+
</xsd:enumeration>
|
744
|
+
<xsd:enumeration value="CHINESE_GBK">
|
745
|
+
<xsd:annotation>
|
746
|
+
<xsd:documentation>CHINESE_GBK</xsd:documentation>
|
747
|
+
</xsd:annotation>
|
748
|
+
</xsd:enumeration>
|
749
|
+
<xsd:enumeration value="CHINESE_GB18030">
|
750
|
+
<xsd:annotation>
|
751
|
+
<xsd:documentation>CHINESE_GB18030</xsd:documentation>
|
752
|
+
</xsd:annotation>
|
753
|
+
</xsd:enumeration>
|
754
|
+
<xsd:enumeration value="TURKISH_ISO_8859_9">
|
755
|
+
<xsd:annotation>
|
756
|
+
<xsd:documentation>TURKISH_ISO_8859_9</xsd:documentation>
|
757
|
+
</xsd:annotation>
|
758
|
+
</xsd:enumeration>
|
759
|
+
</xsd:restriction>
|
760
|
+
</xsd:simpleType>
|
761
|
+
<xsd:complexType name="Common.IPNetmaskSequence">
|
762
|
+
<xsd:complexContent>
|
763
|
+
<xsd:restriction base='SOAP-ENC:Array'>
|
764
|
+
<xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPNetmask[]'/>
|
765
|
+
</xsd:restriction>
|
766
|
+
</xsd:complexContent>
|
767
|
+
</xsd:complexType>
|
768
|
+
<xsd:simpleType name="ASM.PolicyTemplate">
|
769
|
+
<xsd:restriction base="xsd:string">
|
770
|
+
<xsd:enumeration value="POLICY_TEMPLATE_EMPTY">
|
771
|
+
<xsd:annotation>
|
772
|
+
<xsd:documentation>POLICY_TEMPLATE_EMPTY</xsd:documentation>
|
773
|
+
</xsd:annotation>
|
774
|
+
</xsd:enumeration>
|
775
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2007_HTTP">
|
776
|
+
<xsd:annotation>
|
777
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2007_HTTP</xsd:documentation>
|
778
|
+
</xsd:annotation>
|
779
|
+
</xsd:enumeration>
|
780
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2007_HTTPS">
|
781
|
+
<xsd:annotation>
|
782
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2007_HTTPS</xsd:documentation>
|
783
|
+
</xsd:annotation>
|
784
|
+
</xsd:enumeration>
|
785
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2003_HTTP">
|
786
|
+
<xsd:annotation>
|
787
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2003_HTTP</xsd:documentation>
|
788
|
+
</xsd:annotation>
|
789
|
+
</xsd:enumeration>
|
790
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2003_HTTPS">
|
791
|
+
<xsd:annotation>
|
792
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2003_HTTPS</xsd:documentation>
|
793
|
+
</xsd:annotation>
|
794
|
+
</xsd:enumeration>
|
795
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ORACLE_APPLICATIONS_11I_HTTP">
|
796
|
+
<xsd:annotation>
|
797
|
+
<xsd:documentation>POLICY_TEMPLATE_ORACLE_APPLICATIONS_11I_HTTP</xsd:documentation>
|
798
|
+
</xsd:annotation>
|
799
|
+
</xsd:enumeration>
|
800
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ORACLE_APPLICATIONS_11I_HTTPS">
|
801
|
+
<xsd:annotation>
|
802
|
+
<xsd:documentation>POLICY_TEMPLATE_ORACLE_APPLICATIONS_11I_HTTPS</xsd:documentation>
|
803
|
+
</xsd:annotation>
|
804
|
+
</xsd:enumeration>
|
805
|
+
<xsd:enumeration value="POLICY_TEMPLATE_LOTUSDOMINO_6_5_HTTP">
|
806
|
+
<xsd:annotation>
|
807
|
+
<xsd:documentation>POLICY_TEMPLATE_LOTUSDOMINO_6_5_HTTP</xsd:documentation>
|
808
|
+
</xsd:annotation>
|
809
|
+
</xsd:enumeration>
|
810
|
+
<xsd:enumeration value="POLICY_TEMPLATE_LOTUSDOMINO_6_5_HTTPS">
|
811
|
+
<xsd:annotation>
|
812
|
+
<xsd:documentation>POLICY_TEMPLATE_LOTUSDOMINO_6_5_HTTPS</xsd:documentation>
|
813
|
+
</xsd:annotation>
|
814
|
+
</xsd:enumeration>
|
815
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2007_HTTP">
|
816
|
+
<xsd:annotation>
|
817
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2007_HTTP</xsd:documentation>
|
818
|
+
</xsd:annotation>
|
819
|
+
</xsd:enumeration>
|
820
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2007_HTTPS">
|
821
|
+
<xsd:annotation>
|
822
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2007_HTTPS</xsd:documentation>
|
823
|
+
</xsd:annotation>
|
824
|
+
</xsd:enumeration>
|
825
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SAP_NETWEAVER_7_HTTP">
|
826
|
+
<xsd:annotation>
|
827
|
+
<xsd:documentation>POLICY_TEMPLATE_SAP_NETWEAVER_7_HTTP</xsd:documentation>
|
828
|
+
</xsd:annotation>
|
829
|
+
</xsd:enumeration>
|
830
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SAP_NETWEAVER_7_HTTPS">
|
831
|
+
<xsd:annotation>
|
832
|
+
<xsd:documentation>POLICY_TEMPLATE_SAP_NETWEAVER_7_HTTPS</xsd:documentation>
|
833
|
+
</xsd:annotation>
|
834
|
+
</xsd:enumeration>
|
835
|
+
<xsd:enumeration value="POLICY_TEMPLATE_RAPID_DEPLOYMENT_HTTP">
|
836
|
+
<xsd:annotation>
|
837
|
+
<xsd:documentation>POLICY_TEMPLATE_RAPID_DEPLOYMENT_HTTP</xsd:documentation>
|
838
|
+
</xsd:annotation>
|
839
|
+
</xsd:enumeration>
|
840
|
+
<xsd:enumeration value="POLICY_TEMPLATE_RAPID_DEPLOYMENT_HTTPS">
|
841
|
+
<xsd:annotation>
|
842
|
+
<xsd:documentation>POLICY_TEMPLATE_RAPID_DEPLOYMENT_HTTPS</xsd:documentation>
|
843
|
+
</xsd:annotation>
|
844
|
+
</xsd:enumeration>
|
845
|
+
<xsd:enumeration value="POLICY_TEMPLATE_PEOPLESOFT_PORTAL_9_HTTP">
|
846
|
+
<xsd:annotation>
|
847
|
+
<xsd:documentation>POLICY_TEMPLATE_PEOPLESOFT_PORTAL_9_HTTP</xsd:documentation>
|
848
|
+
</xsd:annotation>
|
849
|
+
</xsd:enumeration>
|
850
|
+
<xsd:enumeration value="POLICY_TEMPLATE_PEOPLESOFT_PORTAL_9_HTTPS">
|
851
|
+
<xsd:annotation>
|
852
|
+
<xsd:documentation>POLICY_TEMPLATE_PEOPLESOFT_PORTAL_9_HTTPS</xsd:documentation>
|
853
|
+
</xsd:annotation>
|
854
|
+
</xsd:enumeration>
|
855
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ORACLE_10G_PORTAL_HTTP">
|
856
|
+
<xsd:annotation>
|
857
|
+
<xsd:documentation>POLICY_TEMPLATE_ORACLE_10G_PORTAL_HTTP</xsd:documentation>
|
858
|
+
</xsd:annotation>
|
859
|
+
</xsd:enumeration>
|
860
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ORACLE_10G_PORTAL_HTTPS">
|
861
|
+
<xsd:annotation>
|
862
|
+
<xsd:documentation>POLICY_TEMPLATE_ORACLE_10G_PORTAL_HTTPS</xsd:documentation>
|
863
|
+
</xsd:annotation>
|
864
|
+
</xsd:enumeration>
|
865
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2003_HTTP">
|
866
|
+
<xsd:annotation>
|
867
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2003_HTTP</xsd:documentation>
|
868
|
+
</xsd:annotation>
|
869
|
+
</xsd:enumeration>
|
870
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2003_HTTPS">
|
871
|
+
<xsd:annotation>
|
872
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2003_HTTPS</xsd:documentation>
|
873
|
+
</xsd:annotation>
|
874
|
+
</xsd:enumeration>
|
875
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ACTIVESYNC_V1_0_V2_0_HTTP">
|
876
|
+
<xsd:annotation>
|
877
|
+
<xsd:documentation>POLICY_TEMPLATE_ACTIVESYNC_V1_0_V2_0_HTTP</xsd:documentation>
|
878
|
+
</xsd:annotation>
|
879
|
+
</xsd:enumeration>
|
880
|
+
<xsd:enumeration value="POLICY_TEMPLATE_ACTIVESYNC_V1_0_V2_0_HTTPS">
|
881
|
+
<xsd:annotation>
|
882
|
+
<xsd:documentation>POLICY_TEMPLATE_ACTIVESYNC_V1_0_V2_0_HTTPS</xsd:documentation>
|
883
|
+
</xsd:annotation>
|
884
|
+
</xsd:enumeration>
|
885
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2007_WITH_ACTIVESYNC_HTTP">
|
886
|
+
<xsd:annotation>
|
887
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2007_WITH_ACTIVESYNC_HTTP</xsd:documentation>
|
888
|
+
</xsd:annotation>
|
889
|
+
</xsd:enumeration>
|
890
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2007_WITH_ACTIVESYNC_HTTPS">
|
891
|
+
<xsd:annotation>
|
892
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2007_WITH_ACTIVESYNC_HTTPS</xsd:documentation>
|
893
|
+
</xsd:annotation>
|
894
|
+
</xsd:enumeration>
|
895
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2003_WITH_ACTIVESYNC_HTTP">
|
896
|
+
<xsd:annotation>
|
897
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2003_WITH_ACTIVESYNC_HTTP</xsd:documentation>
|
898
|
+
</xsd:annotation>
|
899
|
+
</xsd:enumeration>
|
900
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2003_WITH_ACTIVESYNC_HTTPS">
|
901
|
+
<xsd:annotation>
|
902
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2003_WITH_ACTIVESYNC_HTTPS</xsd:documentation>
|
903
|
+
</xsd:annotation>
|
904
|
+
</xsd:enumeration>
|
905
|
+
<xsd:enumeration value="POLICY_TEMPLATE_WHITEHAT_SENTINEL_BASELINE">
|
906
|
+
<xsd:annotation>
|
907
|
+
<xsd:documentation>POLICY_TEMPLATE_WHITEHAT_SENTINEL_BASELINE</xsd:documentation>
|
908
|
+
</xsd:annotation>
|
909
|
+
</xsd:enumeration>
|
910
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2010_HTTP">
|
911
|
+
<xsd:annotation>
|
912
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2010_HTTP</xsd:documentation>
|
913
|
+
</xsd:annotation>
|
914
|
+
</xsd:enumeration>
|
915
|
+
<xsd:enumeration value="POLICY_TEMPLATE_OWA_EXCHANGE_2010_HTTPS">
|
916
|
+
<xsd:annotation>
|
917
|
+
<xsd:documentation>POLICY_TEMPLATE_OWA_EXCHANGE_2010_HTTPS</xsd:documentation>
|
918
|
+
</xsd:annotation>
|
919
|
+
</xsd:enumeration>
|
920
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2010_HTTP">
|
921
|
+
<xsd:annotation>
|
922
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2010_HTTP</xsd:documentation>
|
923
|
+
</xsd:annotation>
|
924
|
+
</xsd:enumeration>
|
925
|
+
<xsd:enumeration value="POLICY_TEMPLATE_SHAREPOINT_2010_HTTPS">
|
926
|
+
<xsd:annotation>
|
927
|
+
<xsd:documentation>POLICY_TEMPLATE_SHAREPOINT_2010_HTTPS</xsd:documentation>
|
928
|
+
</xsd:annotation>
|
929
|
+
</xsd:enumeration>
|
930
|
+
<xsd:enumeration value="POLICY_TEMPLATE_RAPID_DEPLOYMENT">
|
931
|
+
<xsd:annotation>
|
932
|
+
<xsd:documentation>POLICY_TEMPLATE_RAPID_DEPLOYMENT</xsd:documentation>
|
933
|
+
</xsd:annotation>
|
934
|
+
</xsd:enumeration>
|
935
|
+
<xsd:enumeration value="POLICY_TEMPLATE_RAPID_DEPLOYMENT_PB">
|
936
|
+
<xsd:annotation>
|
937
|
+
<xsd:documentation>POLICY_TEMPLATE_RAPID_DEPLOYMENT_PB</xsd:documentation>
|
938
|
+
</xsd:annotation>
|
939
|
+
</xsd:enumeration>
|
940
|
+
</xsd:restriction>
|
941
|
+
</xsd:simpleType>
|
942
|
+
</xsd:schema>
|
943
|
+
</types>
|
944
|
+
|
945
|
+
<!-- message -->
|
946
|
+
|
947
|
+
<message name="ASM.Policy.get_listRequest">
|
948
|
+
</message>
|
949
|
+
<message name="ASM.Policy.get_listResponse">
|
950
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
951
|
+
</message>
|
952
|
+
|
953
|
+
<message name="ASM.Policy.detach_wa_webappRequest">
|
954
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
955
|
+
<part name="wa_webapp_names" type="tns:Common.StringSequence"/>
|
956
|
+
</message>
|
957
|
+
<message name="ASM.Policy.detach_wa_webappResponse">
|
958
|
+
</message>
|
959
|
+
|
960
|
+
<message name="ASM.Policy.associate_wa_webappRequest">
|
961
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
962
|
+
<part name="wa_webapp_names" type="tns:Common.StringSequence"/>
|
963
|
+
</message>
|
964
|
+
<message name="ASM.Policy.associate_wa_webappResponse">
|
965
|
+
</message>
|
966
|
+
|
967
|
+
<message name="ASM.Policy.attach_to_virtual_serverRequest">
|
968
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
969
|
+
<part name="virtual_servers" type="tns:Common.StringSequence"/>
|
970
|
+
</message>
|
971
|
+
<message name="ASM.Policy.attach_to_virtual_serverResponse">
|
972
|
+
</message>
|
973
|
+
|
974
|
+
<message name="ASM.Policy.detach_from_virtual_serverRequest">
|
975
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
976
|
+
<part name="virtual_servers" type="tns:Common.StringSequence"/>
|
977
|
+
</message>
|
978
|
+
<message name="ASM.Policy.detach_from_virtual_serverResponse">
|
979
|
+
</message>
|
980
|
+
|
981
|
+
<message name="ASM.Policy.createRequest">
|
982
|
+
<part name="webapp_names" type="tns:Common.StringSequence"/>
|
983
|
+
<part name="policy_names" type="tns:Common.StringSequenceSequence"/>
|
984
|
+
</message>
|
985
|
+
<message name="ASM.Policy.createResponse">
|
986
|
+
</message>
|
987
|
+
|
988
|
+
<message name="ASM.Policy.create_case_insensitiveRequest">
|
989
|
+
<part name="webapp_names" type="tns:Common.StringSequence"/>
|
990
|
+
<part name="policy_names" type="tns:Common.StringSequenceSequence"/>
|
991
|
+
<part name="case_insensitive_flags" type="tns:Common.BooleanSequenceSequence"/>
|
992
|
+
</message>
|
993
|
+
<message name="ASM.Policy.create_case_insensitiveResponse">
|
994
|
+
</message>
|
995
|
+
|
996
|
+
<message name="ASM.Policy.create_from_templateRequest">
|
997
|
+
<part name="webapp_names" type="tns:Common.StringSequence"/>
|
998
|
+
<part name="policy_names" type="tns:Common.StringSequenceSequence"/>
|
999
|
+
<part name="policy_templates" type="tns:ASM.PolicyTemplateSequenceSequence"/>
|
1000
|
+
</message>
|
1001
|
+
<message name="ASM.Policy.create_from_templateResponse">
|
1002
|
+
</message>
|
1003
|
+
|
1004
|
+
<message name="ASM.Policy.create_from_template_namesRequest">
|
1005
|
+
<part name="webapp_names" type="tns:Common.StringSequence"/>
|
1006
|
+
<part name="policy_names" type="tns:Common.StringSequenceSequence"/>
|
1007
|
+
<part name="policy_template_names" type="tns:Common.StringSequenceSequence"/>
|
1008
|
+
</message>
|
1009
|
+
<message name="ASM.Policy.create_from_template_namesResponse">
|
1010
|
+
</message>
|
1011
|
+
|
1012
|
+
<message name="ASM.Policy.create_from_template_with_languageRequest">
|
1013
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1014
|
+
<part name="languages" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1015
|
+
<part name="policy_templates" type="tns:ASM.PolicyTemplateSequence"/>
|
1016
|
+
</message>
|
1017
|
+
<message name="ASM.Policy.create_from_template_with_languageResponse">
|
1018
|
+
</message>
|
1019
|
+
|
1020
|
+
<message name="ASM.Policy.create_from_template_names_with_languageRequest">
|
1021
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1022
|
+
<part name="languages" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1023
|
+
<part name="policy_template_names" type="tns:Common.StringSequence"/>
|
1024
|
+
</message>
|
1025
|
+
<message name="ASM.Policy.create_from_template_names_with_languageResponse">
|
1026
|
+
</message>
|
1027
|
+
|
1028
|
+
<message name="ASM.Policy.renameRequest">
|
1029
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1030
|
+
<part name="new_policy_names" type="tns:Common.StringSequence"/>
|
1031
|
+
</message>
|
1032
|
+
<message name="ASM.Policy.renameResponse">
|
1033
|
+
</message>
|
1034
|
+
|
1035
|
+
<message name="ASM.Policy.delete_policyRequest">
|
1036
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1037
|
+
</message>
|
1038
|
+
<message name="ASM.Policy.delete_policyResponse">
|
1039
|
+
</message>
|
1040
|
+
|
1041
|
+
<message name="ASM.Policy.set_activeRequest">
|
1042
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1043
|
+
<part name="active_flags" type="tns:Common.BooleanSequence"/>
|
1044
|
+
</message>
|
1045
|
+
<message name="ASM.Policy.set_activeResponse">
|
1046
|
+
</message>
|
1047
|
+
|
1048
|
+
<message name="ASM.Policy.get_activeRequest">
|
1049
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1050
|
+
</message>
|
1051
|
+
<message name="ASM.Policy.get_activeResponse">
|
1052
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
1053
|
+
</message>
|
1054
|
+
|
1055
|
+
<message name="ASM.Policy.apply_policyRequest">
|
1056
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1057
|
+
</message>
|
1058
|
+
<message name="ASM.Policy.apply_policyResponse">
|
1059
|
+
</message>
|
1060
|
+
|
1061
|
+
<message name="ASM.Policy.reconfigureRequest">
|
1062
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1063
|
+
</message>
|
1064
|
+
<message name="ASM.Policy.reconfigureResponse">
|
1065
|
+
</message>
|
1066
|
+
|
1067
|
+
<message name="ASM.Policy.set_descriptionRequest">
|
1068
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1069
|
+
<part name="descriptions" type="tns:Common.StringSequence"/>
|
1070
|
+
</message>
|
1071
|
+
<message name="ASM.Policy.set_descriptionResponse">
|
1072
|
+
</message>
|
1073
|
+
|
1074
|
+
<message name="ASM.Policy.get_descriptionRequest">
|
1075
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1076
|
+
</message>
|
1077
|
+
<message name="ASM.Policy.get_descriptionResponse">
|
1078
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
1079
|
+
</message>
|
1080
|
+
|
1081
|
+
<message name="ASM.Policy.set_languageRequest">
|
1082
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1083
|
+
<part name="languages" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1084
|
+
</message>
|
1085
|
+
<message name="ASM.Policy.set_languageResponse">
|
1086
|
+
</message>
|
1087
|
+
|
1088
|
+
<message name="ASM.Policy.get_languageRequest">
|
1089
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1090
|
+
</message>
|
1091
|
+
<message name="ASM.Policy.get_languageResponse">
|
1092
|
+
<part name="return" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1093
|
+
</message>
|
1094
|
+
|
1095
|
+
<message name="ASM.Policy.set_language_templateRequest">
|
1096
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1097
|
+
<part name="languages" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1098
|
+
<part name="policy_templates" type="tns:ASM.PolicyTemplateSequence"/>
|
1099
|
+
</message>
|
1100
|
+
<message name="ASM.Policy.set_language_templateResponse">
|
1101
|
+
</message>
|
1102
|
+
|
1103
|
+
<message name="ASM.Policy.set_language_template_nameRequest">
|
1104
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1105
|
+
<part name="languages" type="tns:ASM.WebApplicationLanguageSequence"/>
|
1106
|
+
<part name="policy_template_names" type="tns:Common.StringSequence"/>
|
1107
|
+
</message>
|
1108
|
+
<message name="ASM.Policy.set_language_template_nameResponse">
|
1109
|
+
</message>
|
1110
|
+
|
1111
|
+
<message name="ASM.Policy.set_logging_profileRequest">
|
1112
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1113
|
+
<part name="logprof_names" type="tns:Common.StringSequence"/>
|
1114
|
+
</message>
|
1115
|
+
<message name="ASM.Policy.set_logging_profileResponse">
|
1116
|
+
</message>
|
1117
|
+
|
1118
|
+
<message name="ASM.Policy.get_logging_profileRequest">
|
1119
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1120
|
+
</message>
|
1121
|
+
<message name="ASM.Policy.get_logging_profileResponse">
|
1122
|
+
<part name="return" type="tns:Common.StringSequence"/>
|
1123
|
+
</message>
|
1124
|
+
|
1125
|
+
<message name="ASM.Policy.set_cookie_lengthRequest">
|
1126
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1127
|
+
<part name="cookie_lengths" type="tns:Common.ULongSequence"/>
|
1128
|
+
</message>
|
1129
|
+
<message name="ASM.Policy.set_cookie_lengthResponse">
|
1130
|
+
</message>
|
1131
|
+
|
1132
|
+
<message name="ASM.Policy.get_cookie_lengthRequest">
|
1133
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1134
|
+
</message>
|
1135
|
+
<message name="ASM.Policy.get_cookie_lengthResponse">
|
1136
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
1137
|
+
</message>
|
1138
|
+
|
1139
|
+
<message name="ASM.Policy.set_http_header_lengthRequest">
|
1140
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1141
|
+
<part name="http_header_lengths" type="tns:Common.ULongSequence"/>
|
1142
|
+
</message>
|
1143
|
+
<message name="ASM.Policy.set_http_header_lengthResponse">
|
1144
|
+
</message>
|
1145
|
+
|
1146
|
+
<message name="ASM.Policy.get_http_header_lengthRequest">
|
1147
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1148
|
+
</message>
|
1149
|
+
<message name="ASM.Policy.get_http_header_lengthResponse">
|
1150
|
+
<part name="return" type="tns:Common.ULongSequence"/>
|
1151
|
+
</message>
|
1152
|
+
|
1153
|
+
<message name="ASM.Policy.set_dos_operation_modeRequest">
|
1154
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1155
|
+
<part name="operation_modes" type="tns:ASM.DosOperationModeSequence"/>
|
1156
|
+
</message>
|
1157
|
+
<message name="ASM.Policy.set_dos_operation_modeResponse">
|
1158
|
+
</message>
|
1159
|
+
|
1160
|
+
<message name="ASM.Policy.set_dos_detection_modeRequest">
|
1161
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1162
|
+
<part name="detection_modes" type="tns:ASM.DosDetectionModeSequence"/>
|
1163
|
+
</message>
|
1164
|
+
<message name="ASM.Policy.set_dos_detection_modeResponse">
|
1165
|
+
</message>
|
1166
|
+
|
1167
|
+
<message name="ASM.Policy.set_dos_latency_increase_rateRequest">
|
1168
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1169
|
+
<part name="latency_increase_rates" type="tns:Common.ULongSequence"/>
|
1170
|
+
</message>
|
1171
|
+
<message name="ASM.Policy.set_dos_latency_increase_rateResponse">
|
1172
|
+
</message>
|
1173
|
+
|
1174
|
+
<message name="ASM.Policy.set_dos_maximum_latencyRequest">
|
1175
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1176
|
+
<part name="maximum_latencies" type="tns:Common.ULongSequence"/>
|
1177
|
+
</message>
|
1178
|
+
<message name="ASM.Policy.set_dos_maximum_latencyResponse">
|
1179
|
+
</message>
|
1180
|
+
|
1181
|
+
<message name="ASM.Policy.set_dos_minimum_latencyRequest">
|
1182
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1183
|
+
<part name="minimum_latencies" type="tns:Common.ULongSequence"/>
|
1184
|
+
</message>
|
1185
|
+
<message name="ASM.Policy.set_dos_minimum_latencyResponse">
|
1186
|
+
</message>
|
1187
|
+
|
1188
|
+
<message name="ASM.Policy.set_dos_source_ip_based_client_side_integrity_defense_flagRequest">
|
1189
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1190
|
+
<part name="source_ip_based_client_side_integrity_defense_flags" type="tns:Common.BooleanSequence"/>
|
1191
|
+
</message>
|
1192
|
+
<message name="ASM.Policy.set_dos_source_ip_based_client_side_integrity_defense_flagResponse">
|
1193
|
+
</message>
|
1194
|
+
|
1195
|
+
<message name="ASM.Policy.set_dos_source_ip_based_rate_limiting_flagRequest">
|
1196
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1197
|
+
<part name="source_ip_based_rate_limiting_flags" type="tns:Common.BooleanSequence"/>
|
1198
|
+
</message>
|
1199
|
+
<message name="ASM.Policy.set_dos_source_ip_based_rate_limiting_flagResponse">
|
1200
|
+
</message>
|
1201
|
+
|
1202
|
+
<message name="ASM.Policy.set_dos_url_based_client_side_integrity_defense_flagRequest">
|
1203
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1204
|
+
<part name="url_based_client_side_integrity_defense_flags" type="tns:Common.BooleanSequence"/>
|
1205
|
+
</message>
|
1206
|
+
<message name="ASM.Policy.set_dos_url_based_client_side_integrity_defense_flagResponse">
|
1207
|
+
</message>
|
1208
|
+
|
1209
|
+
<message name="ASM.Policy.set_dos_url_based_rate_limiting_flagRequest">
|
1210
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1211
|
+
<part name="url_based_rate_limiting_flags" type="tns:Common.BooleanSequence"/>
|
1212
|
+
</message>
|
1213
|
+
<message name="ASM.Policy.set_dos_url_based_rate_limiting_flagResponse">
|
1214
|
+
</message>
|
1215
|
+
|
1216
|
+
<message name="ASM.Policy.set_dos_ip_tps_increase_rateRequest">
|
1217
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1218
|
+
<part name="ip_tps_increase_rates" type="tns:Common.ULongSequence"/>
|
1219
|
+
</message>
|
1220
|
+
<message name="ASM.Policy.set_dos_ip_tps_increase_rateResponse">
|
1221
|
+
</message>
|
1222
|
+
|
1223
|
+
<message name="ASM.Policy.set_dos_ip_maximum_tpsRequest">
|
1224
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1225
|
+
<part name="ip_maximum_tpses" type="tns:Common.ULongSequence"/>
|
1226
|
+
</message>
|
1227
|
+
<message name="ASM.Policy.set_dos_ip_maximum_tpsResponse">
|
1228
|
+
</message>
|
1229
|
+
|
1230
|
+
<message name="ASM.Policy.set_dos_ip_minimum_tpsRequest">
|
1231
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1232
|
+
<part name="ip_minimum_tpses" type="tns:Common.ULongSequence"/>
|
1233
|
+
</message>
|
1234
|
+
<message name="ASM.Policy.set_dos_ip_minimum_tpsResponse">
|
1235
|
+
</message>
|
1236
|
+
|
1237
|
+
<message name="ASM.Policy.set_dos_url_tps_increase_rateRequest">
|
1238
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1239
|
+
<part name="url_tps_increase_rates" type="tns:Common.ULongSequence"/>
|
1240
|
+
</message>
|
1241
|
+
<message name="ASM.Policy.set_dos_url_tps_increase_rateResponse">
|
1242
|
+
</message>
|
1243
|
+
|
1244
|
+
<message name="ASM.Policy.set_dos_url_maximum_tpsRequest">
|
1245
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1246
|
+
<part name="url_maximum_tpses" type="tns:Common.ULongSequence"/>
|
1247
|
+
</message>
|
1248
|
+
<message name="ASM.Policy.set_dos_url_maximum_tpsResponse">
|
1249
|
+
</message>
|
1250
|
+
|
1251
|
+
<message name="ASM.Policy.set_dos_url_minimum_tpsRequest">
|
1252
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1253
|
+
<part name="url_minimum_tpses" type="tns:Common.ULongSequence"/>
|
1254
|
+
</message>
|
1255
|
+
<message name="ASM.Policy.set_dos_url_minimum_tpsResponse">
|
1256
|
+
</message>
|
1257
|
+
|
1258
|
+
<message name="ASM.Policy.set_dos_maximum_prevention_durationRequest">
|
1259
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1260
|
+
<part name="maximum_prevention_durations" type="tns:Common.ULongSequence"/>
|
1261
|
+
</message>
|
1262
|
+
<message name="ASM.Policy.set_dos_maximum_prevention_durationResponse">
|
1263
|
+
</message>
|
1264
|
+
|
1265
|
+
<message name="ASM.Policy.add_dos_white_ipRequest">
|
1266
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1267
|
+
<part name="ip_netmasks" type="tns:Common.IPNetmaskSequenceSequence"/>
|
1268
|
+
</message>
|
1269
|
+
<message name="ASM.Policy.add_dos_white_ipResponse">
|
1270
|
+
</message>
|
1271
|
+
|
1272
|
+
<message name="ASM.Policy.remove_dos_white_ipRequest">
|
1273
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1274
|
+
<part name="ip_netmasks" type="tns:Common.IPNetmaskSequenceSequence"/>
|
1275
|
+
</message>
|
1276
|
+
<message name="ASM.Policy.remove_dos_white_ipResponse">
|
1277
|
+
</message>
|
1278
|
+
|
1279
|
+
<message name="ASM.Policy.get_dosRequest">
|
1280
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1281
|
+
</message>
|
1282
|
+
<message name="ASM.Policy.get_dosResponse">
|
1283
|
+
<part name="return" type="tns:ASM.DosSequence"/>
|
1284
|
+
</message>
|
1285
|
+
|
1286
|
+
<message name="ASM.Policy.restore_dos_defaultsRequest">
|
1287
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1288
|
+
</message>
|
1289
|
+
<message name="ASM.Policy.restore_dos_defaultsResponse">
|
1290
|
+
</message>
|
1291
|
+
|
1292
|
+
<message name="ASM.Policy.set_disable_blocking_flagRequest">
|
1293
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1294
|
+
<part name="blocking_flags" type="tns:Common.BooleanSequence"/>
|
1295
|
+
</message>
|
1296
|
+
<message name="ASM.Policy.set_disable_blocking_flagResponse">
|
1297
|
+
</message>
|
1298
|
+
|
1299
|
+
<message name="ASM.Policy.set_prerequisite_expiration_periodRequest">
|
1300
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1301
|
+
<part name="expiration_periods" type="tns:Common.ULongSequence"/>
|
1302
|
+
</message>
|
1303
|
+
<message name="ASM.Policy.set_prerequisite_expiration_periodResponse">
|
1304
|
+
</message>
|
1305
|
+
|
1306
|
+
<message name="ASM.Policy.get_disable_blocking_flagRequest">
|
1307
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1308
|
+
</message>
|
1309
|
+
<message name="ASM.Policy.get_disable_blocking_flagResponse">
|
1310
|
+
<part name="return" type="tns:Common.BooleanSequence"/>
|
1311
|
+
</message>
|
1312
|
+
|
1313
|
+
<message name="ASM.Policy.set_violation_flagsRequest">
|
1314
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1315
|
+
<part name="violations" type="tns:ASM.ViolationSequenceSequence"/>
|
1316
|
+
</message>
|
1317
|
+
<message name="ASM.Policy.set_violation_flagsResponse">
|
1318
|
+
</message>
|
1319
|
+
|
1320
|
+
<message name="ASM.Policy.get_violation_flagsRequest">
|
1321
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1322
|
+
</message>
|
1323
|
+
<message name="ASM.Policy.get_violation_flagsResponse">
|
1324
|
+
<part name="return" type="tns:ASM.ViolationSequenceSequence"/>
|
1325
|
+
</message>
|
1326
|
+
|
1327
|
+
<message name="ASM.Policy.import_policyRequest">
|
1328
|
+
<part name="webapp_name" type="xsd:string"/>
|
1329
|
+
<part name="filename" type="xsd:string"/>
|
1330
|
+
</message>
|
1331
|
+
<message name="ASM.Policy.import_policyResponse">
|
1332
|
+
<part name="return" type="xsd:string"/>
|
1333
|
+
</message>
|
1334
|
+
|
1335
|
+
<message name="ASM.Policy.export_policyRequest">
|
1336
|
+
<part name="policy_name" type="xsd:string"/>
|
1337
|
+
<part name="filename" type="xsd:string"/>
|
1338
|
+
</message>
|
1339
|
+
<message name="ASM.Policy.export_policyResponse">
|
1340
|
+
</message>
|
1341
|
+
|
1342
|
+
<message name="ASM.Policy.export_policy_xmlRequest">
|
1343
|
+
<part name="policy_name" type="xsd:string"/>
|
1344
|
+
<part name="filename" type="xsd:string"/>
|
1345
|
+
</message>
|
1346
|
+
<message name="ASM.Policy.export_policy_xmlResponse">
|
1347
|
+
</message>
|
1348
|
+
|
1349
|
+
<message name="ASM.Policy.download_policyRequest">
|
1350
|
+
<part name="policy_name" type="xsd:string"/>
|
1351
|
+
<part name="chunk_size" type="xsd:long"/>
|
1352
|
+
<part name="file_offset" type="xsd:long"/>
|
1353
|
+
</message>
|
1354
|
+
<message name="ASM.Policy.download_policyResponse">
|
1355
|
+
<part name="return" type="tns:ASM.FileTransferContext"/>
|
1356
|
+
<part name="file_offset" type="xsd:long"/>
|
1357
|
+
</message>
|
1358
|
+
|
1359
|
+
<message name="ASM.Policy.upload_policyRequest">
|
1360
|
+
<part name="policy_name" type="xsd:string"/>
|
1361
|
+
<part name="file_context" type="tns:ASM.FileTransferContext"/>
|
1362
|
+
</message>
|
1363
|
+
<message name="ASM.Policy.upload_policyResponse">
|
1364
|
+
</message>
|
1365
|
+
|
1366
|
+
<message name="ASM.Policy.get_versionRequest">
|
1367
|
+
</message>
|
1368
|
+
<message name="ASM.Policy.get_versionResponse">
|
1369
|
+
<part name="return" type="xsd:string"/>
|
1370
|
+
</message>
|
1371
|
+
|
1372
|
+
<message name="ASM.Policy.set_dynamic_sessions_in_urlRequest">
|
1373
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1374
|
+
<part name="settings" type="tns:ASM.DynamicSessionsInUrlSequence"/>
|
1375
|
+
</message>
|
1376
|
+
<message name="ASM.Policy.set_dynamic_sessions_in_urlResponse">
|
1377
|
+
</message>
|
1378
|
+
|
1379
|
+
<message name="ASM.Policy.get_dynamic_sessions_in_urlRequest">
|
1380
|
+
<part name="policy_names" type="tns:Common.StringSequence"/>
|
1381
|
+
</message>
|
1382
|
+
<message name="ASM.Policy.get_dynamic_sessions_in_urlResponse">
|
1383
|
+
<part name="return" type="tns:ASM.DynamicSessionsInUrlSequence"/>
|
1384
|
+
</message>
|
1385
|
+
|
1386
|
+
<message name="ASM.Policy.upload_xml_profile_wsdlRequest">
|
1387
|
+
<part name="policy_name" type="xsd:string"/>
|
1388
|
+
<part name="profile_name" type="xsd:string"/>
|
1389
|
+
<part name="wsdl_filename" type="xsd:string"/>
|
1390
|
+
<part name="wsdl_text" type="xsd:string"/>
|
1391
|
+
</message>
|
1392
|
+
<message name="ASM.Policy.upload_xml_profile_wsdlResponse">
|
1393
|
+
</message>
|
1394
|
+
|
1395
|
+
<message name="ASM.Policy.add_predictable_resource_locationRequest">
|
1396
|
+
<part name="policy_name" type="xsd:string"/>
|
1397
|
+
<part name="uris" type="tns:Common.StringSequence"/>
|
1398
|
+
</message>
|
1399
|
+
<message name="ASM.Policy.add_predictable_resource_locationResponse">
|
1400
|
+
<part name="return" type="xsd:boolean"/>
|
1401
|
+
</message>
|
1402
|
+
|
1403
|
+
<message name="ASM.Policy.set_path_traversalRequest">
|
1404
|
+
<part name="policy_name" type="xsd:string"/>
|
1405
|
+
</message>
|
1406
|
+
<message name="ASM.Policy.set_path_traversalResponse">
|
1407
|
+
<part name="return" type="xsd:boolean"/>
|
1408
|
+
</message>
|
1409
|
+
|
1410
|
+
<message name="ASM.Policy.set_http_response_splittingRequest">
|
1411
|
+
<part name="policy_name" type="xsd:string"/>
|
1412
|
+
</message>
|
1413
|
+
<message name="ASM.Policy.set_http_response_splittingResponse">
|
1414
|
+
<part name="return" type="xsd:boolean"/>
|
1415
|
+
</message>
|
1416
|
+
|
1417
|
+
<!-- portType -->
|
1418
|
+
|
1419
|
+
<portType name="ASM.PolicyPortType">
|
1420
|
+
<operation name="get_list">
|
1421
|
+
<documentation>
|
1422
|
+
Get the list of policies.
|
1423
|
+
|
1424
|
+
</documentation>
|
1425
|
+
<input message="tns:ASM.Policy.get_listRequest"/>
|
1426
|
+
<output message="tns:ASM.Policy.get_listResponse"/>
|
1427
|
+
</operation>
|
1428
|
+
<operation name="detach_wa_webapp">
|
1429
|
+
<documentation>
|
1430
|
+
This method has been deprecated. As of v11.0.0, there is separate Web Acceleration profile,
|
1431
|
+
which is assigned to VS, so WA is not associated with ASM directly, like it was in v10.x.x.
|
1432
|
+
|
1433
|
+
Detaches the WA web applications from the ASM policy.
|
1434
|
+
|
1435
|
+
</documentation>
|
1436
|
+
<input message="tns:ASM.Policy.detach_wa_webappRequest"/>
|
1437
|
+
<output message="tns:ASM.Policy.detach_wa_webappResponse"/>
|
1438
|
+
</operation>
|
1439
|
+
<operation name="associate_wa_webapp">
|
1440
|
+
<documentation>
|
1441
|
+
This method has been deprecated. As of v11.0.0, there is separate Web Acceleration profile,
|
1442
|
+
which is assigned to VS, so WA is not associated with ASM directly, like it was in v10.x.x.
|
1443
|
+
|
1444
|
+
Associates the WA web applications to the ASM policy.
|
1445
|
+
|
1446
|
+
</documentation>
|
1447
|
+
<input message="tns:ASM.Policy.associate_wa_webappRequest"/>
|
1448
|
+
<output message="tns:ASM.Policy.associate_wa_webappResponse"/>
|
1449
|
+
</operation>
|
1450
|
+
<operation name="attach_to_virtual_server">
|
1451
|
+
<documentation>
|
1452
|
+
Associates the ASM policy to the specified virtual servers.
|
1453
|
+
|
1454
|
+
</documentation>
|
1455
|
+
<input message="tns:ASM.Policy.attach_to_virtual_serverRequest"/>
|
1456
|
+
<output message="tns:ASM.Policy.attach_to_virtual_serverResponse"/>
|
1457
|
+
</operation>
|
1458
|
+
<operation name="detach_from_virtual_server">
|
1459
|
+
<documentation>
|
1460
|
+
Detaches the ASM policy from the specified virtual servers.
|
1461
|
+
|
1462
|
+
</documentation>
|
1463
|
+
<input message="tns:ASM.Policy.detach_from_virtual_serverRequest"/>
|
1464
|
+
<output message="tns:ASM.Policy.detach_from_virtual_serverResponse"/>
|
1465
|
+
</operation>
|
1466
|
+
<operation name="create">
|
1467
|
+
<documentation>
|
1468
|
+
Create inactive policies.
|
1469
|
+
|
1470
|
+
</documentation>
|
1471
|
+
<input message="tns:ASM.Policy.createRequest"/>
|
1472
|
+
<output message="tns:ASM.Policy.createResponse"/>
|
1473
|
+
</operation>
|
1474
|
+
<operation name="create_case_insensitive">
|
1475
|
+
<documentation>
|
1476
|
+
Create case insensitive or sensitive inactive policies.
|
1477
|
+
|
1478
|
+
</documentation>
|
1479
|
+
<input message="tns:ASM.Policy.create_case_insensitiveRequest"/>
|
1480
|
+
<output message="tns:ASM.Policy.create_case_insensitiveResponse"/>
|
1481
|
+
</operation>
|
1482
|
+
<operation name="create_from_template">
|
1483
|
+
<documentation>
|
1484
|
+
Create inactive policies from template.
|
1485
|
+
|
1486
|
+
</documentation>
|
1487
|
+
<input message="tns:ASM.Policy.create_from_templateRequest"/>
|
1488
|
+
<output message="tns:ASM.Policy.create_from_templateResponse"/>
|
1489
|
+
</operation>
|
1490
|
+
<operation name="create_from_template_names">
|
1491
|
+
<documentation>
|
1492
|
+
Create inactive policies from template names.
|
1493
|
+
|
1494
|
+
</documentation>
|
1495
|
+
<input message="tns:ASM.Policy.create_from_template_namesRequest"/>
|
1496
|
+
<output message="tns:ASM.Policy.create_from_template_namesResponse"/>
|
1497
|
+
</operation>
|
1498
|
+
<operation name="create_from_template_with_language">
|
1499
|
+
<documentation>
|
1500
|
+
Create inactive policies from template with specified language encoding.
|
1501
|
+
|
1502
|
+
</documentation>
|
1503
|
+
<input message="tns:ASM.Policy.create_from_template_with_languageRequest"/>
|
1504
|
+
<output message="tns:ASM.Policy.create_from_template_with_languageResponse"/>
|
1505
|
+
</operation>
|
1506
|
+
<operation name="create_from_template_names_with_language">
|
1507
|
+
<documentation>
|
1508
|
+
Create inactive policies from template names with specified language encoding.
|
1509
|
+
|
1510
|
+
</documentation>
|
1511
|
+
<input message="tns:ASM.Policy.create_from_template_names_with_languageRequest"/>
|
1512
|
+
<output message="tns:ASM.Policy.create_from_template_names_with_languageResponse"/>
|
1513
|
+
</operation>
|
1514
|
+
<operation name="rename">
|
1515
|
+
<documentation>
|
1516
|
+
This method has been deprecated. As of v11.4.0, the ASM policy name is immutable.
|
1517
|
+
|
1518
|
+
Rename policies.
|
1519
|
+
|
1520
|
+
</documentation>
|
1521
|
+
<input message="tns:ASM.Policy.renameRequest"/>
|
1522
|
+
<output message="tns:ASM.Policy.renameResponse"/>
|
1523
|
+
</operation>
|
1524
|
+
<operation name="delete_policy">
|
1525
|
+
<documentation>
|
1526
|
+
Deletes a policy.
|
1527
|
+
|
1528
|
+
</documentation>
|
1529
|
+
<input message="tns:ASM.Policy.delete_policyRequest"/>
|
1530
|
+
<output message="tns:ASM.Policy.delete_policyResponse"/>
|
1531
|
+
</operation>
|
1532
|
+
<operation name="set_active">
|
1533
|
+
<documentation>
|
1534
|
+
Updates the active flag for the specified policies.
|
1535
|
+
|
1536
|
+
</documentation>
|
1537
|
+
<input message="tns:ASM.Policy.set_activeRequest"/>
|
1538
|
+
<output message="tns:ASM.Policy.set_activeResponse"/>
|
1539
|
+
</operation>
|
1540
|
+
<operation name="get_active">
|
1541
|
+
<documentation>
|
1542
|
+
Get the active flag for the specified policies.
|
1543
|
+
|
1544
|
+
</documentation>
|
1545
|
+
<input message="tns:ASM.Policy.get_activeRequest"/>
|
1546
|
+
<output message="tns:ASM.Policy.get_activeResponse"/>
|
1547
|
+
</operation>
|
1548
|
+
<operation name="apply_policy">
|
1549
|
+
<documentation>
|
1550
|
+
Applies the specified active policy to the enforcer.
|
1551
|
+
|
1552
|
+
</documentation>
|
1553
|
+
<input message="tns:ASM.Policy.apply_policyRequest"/>
|
1554
|
+
<output message="tns:ASM.Policy.apply_policyResponse"/>
|
1555
|
+
</operation>
|
1556
|
+
<operation name="reconfigure">
|
1557
|
+
<documentation>
|
1558
|
+
Reconfigures the ASM policies. This resets all properties and statistics of the policy.
|
1559
|
+
|
1560
|
+
</documentation>
|
1561
|
+
<input message="tns:ASM.Policy.reconfigureRequest"/>
|
1562
|
+
<output message="tns:ASM.Policy.reconfigureResponse"/>
|
1563
|
+
</operation>
|
1564
|
+
<operation name="set_description">
|
1565
|
+
<documentation>
|
1566
|
+
Updates policy description.
|
1567
|
+
|
1568
|
+
</documentation>
|
1569
|
+
<input message="tns:ASM.Policy.set_descriptionRequest"/>
|
1570
|
+
<output message="tns:ASM.Policy.set_descriptionResponse"/>
|
1571
|
+
</operation>
|
1572
|
+
<operation name="get_description">
|
1573
|
+
<documentation>
|
1574
|
+
Get policy description.
|
1575
|
+
|
1576
|
+
|
1577
|
+
</documentation>
|
1578
|
+
<input message="tns:ASM.Policy.get_descriptionRequest"/>
|
1579
|
+
<output message="tns:ASM.Policy.get_descriptionResponse"/>
|
1580
|
+
</operation>
|
1581
|
+
<operation name="set_language">
|
1582
|
+
<documentation>
|
1583
|
+
Reconfigures the ASM policies with specified language encoding. This resets all properties and statistics of the policy.
|
1584
|
+
|
1585
|
+
</documentation>
|
1586
|
+
<input message="tns:ASM.Policy.set_languageRequest"/>
|
1587
|
+
<output message="tns:ASM.Policy.set_languageResponse"/>
|
1588
|
+
</operation>
|
1589
|
+
<operation name="get_language">
|
1590
|
+
<documentation>
|
1591
|
+
Get language encoding.
|
1592
|
+
|
1593
|
+
</documentation>
|
1594
|
+
<input message="tns:ASM.Policy.get_languageRequest"/>
|
1595
|
+
<output message="tns:ASM.Policy.get_languageResponse"/>
|
1596
|
+
</operation>
|
1597
|
+
<operation name="set_language_template">
|
1598
|
+
<documentation>
|
1599
|
+
Reconfigures the ASM policies with specified language and template. This resets all properties and statistics of the policy.
|
1600
|
+
|
1601
|
+
</documentation>
|
1602
|
+
<input message="tns:ASM.Policy.set_language_templateRequest"/>
|
1603
|
+
<output message="tns:ASM.Policy.set_language_templateResponse"/>
|
1604
|
+
</operation>
|
1605
|
+
<operation name="set_language_template_name">
|
1606
|
+
<documentation>
|
1607
|
+
Reconfigures the ASM policies with specified language and template name. This resets all properties and statistics of the policy.
|
1608
|
+
|
1609
|
+
</documentation>
|
1610
|
+
<input message="tns:ASM.Policy.set_language_template_nameRequest"/>
|
1611
|
+
<output message="tns:ASM.Policy.set_language_template_nameResponse"/>
|
1612
|
+
</operation>
|
1613
|
+
<operation name="set_logging_profile">
|
1614
|
+
<documentation>
|
1615
|
+
This method has been deprecated. As of v11.3.0, there is separate Security log profile,
|
1616
|
+
which is assigned to VS, so logging profile is not associated with ASM directly.
|
1617
|
+
|
1618
|
+
Updates logging profile.
|
1619
|
+
|
1620
|
+
</documentation>
|
1621
|
+
<input message="tns:ASM.Policy.set_logging_profileRequest"/>
|
1622
|
+
<output message="tns:ASM.Policy.set_logging_profileResponse"/>
|
1623
|
+
</operation>
|
1624
|
+
<operation name="get_logging_profile">
|
1625
|
+
<documentation>
|
1626
|
+
This method has been deprecated. As of v11.3.0, there is separate Security log profile,
|
1627
|
+
which is assigned to VS, so logging profile is not associated with ASM directly.
|
1628
|
+
|
1629
|
+
Get logging profile.
|
1630
|
+
|
1631
|
+
</documentation>
|
1632
|
+
<input message="tns:ASM.Policy.get_logging_profileRequest"/>
|
1633
|
+
<output message="tns:ASM.Policy.get_logging_profileResponse"/>
|
1634
|
+
</operation>
|
1635
|
+
<operation name="set_cookie_length">
|
1636
|
+
<documentation>
|
1637
|
+
Updates max cookie length.
|
1638
|
+
|
1639
|
+
</documentation>
|
1640
|
+
<input message="tns:ASM.Policy.set_cookie_lengthRequest"/>
|
1641
|
+
<output message="tns:ASM.Policy.set_cookie_lengthResponse"/>
|
1642
|
+
</operation>
|
1643
|
+
<operation name="get_cookie_length">
|
1644
|
+
<documentation>
|
1645
|
+
Get the max cookie length.
|
1646
|
+
|
1647
|
+
</documentation>
|
1648
|
+
<input message="tns:ASM.Policy.get_cookie_lengthRequest"/>
|
1649
|
+
<output message="tns:ASM.Policy.get_cookie_lengthResponse"/>
|
1650
|
+
</operation>
|
1651
|
+
<operation name="set_http_header_length">
|
1652
|
+
<documentation>
|
1653
|
+
Updates max http header length.
|
1654
|
+
|
1655
|
+
</documentation>
|
1656
|
+
<input message="tns:ASM.Policy.set_http_header_lengthRequest"/>
|
1657
|
+
<output message="tns:ASM.Policy.set_http_header_lengthResponse"/>
|
1658
|
+
</operation>
|
1659
|
+
<operation name="get_http_header_length">
|
1660
|
+
<documentation>
|
1661
|
+
Get max http header length.
|
1662
|
+
|
1663
|
+
</documentation>
|
1664
|
+
<input message="tns:ASM.Policy.get_http_header_lengthRequest"/>
|
1665
|
+
<output message="tns:ASM.Policy.get_http_header_lengthResponse"/>
|
1666
|
+
</operation>
|
1667
|
+
<operation name="set_dos_operation_mode">
|
1668
|
+
<documentation>
|
1669
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1670
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1671
|
+
|
1672
|
+
Updates DoS operation mode.
|
1673
|
+
|
1674
|
+
</documentation>
|
1675
|
+
<input message="tns:ASM.Policy.set_dos_operation_modeRequest"/>
|
1676
|
+
<output message="tns:ASM.Policy.set_dos_operation_modeResponse"/>
|
1677
|
+
</operation>
|
1678
|
+
<operation name="set_dos_detection_mode">
|
1679
|
+
<documentation>
|
1680
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1681
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1682
|
+
|
1683
|
+
Updates DoS detection mode.
|
1684
|
+
|
1685
|
+
</documentation>
|
1686
|
+
<input message="tns:ASM.Policy.set_dos_detection_modeRequest"/>
|
1687
|
+
<output message="tns:ASM.Policy.set_dos_detection_modeResponse"/>
|
1688
|
+
</operation>
|
1689
|
+
<operation name="set_dos_latency_increase_rate">
|
1690
|
+
<documentation>
|
1691
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1692
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1693
|
+
|
1694
|
+
Updates DoS latency increase rate.
|
1695
|
+
|
1696
|
+
</documentation>
|
1697
|
+
<input message="tns:ASM.Policy.set_dos_latency_increase_rateRequest"/>
|
1698
|
+
<output message="tns:ASM.Policy.set_dos_latency_increase_rateResponse"/>
|
1699
|
+
</operation>
|
1700
|
+
<operation name="set_dos_maximum_latency">
|
1701
|
+
<documentation>
|
1702
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1703
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1704
|
+
|
1705
|
+
Updates DoS maximum latency.
|
1706
|
+
|
1707
|
+
</documentation>
|
1708
|
+
<input message="tns:ASM.Policy.set_dos_maximum_latencyRequest"/>
|
1709
|
+
<output message="tns:ASM.Policy.set_dos_maximum_latencyResponse"/>
|
1710
|
+
</operation>
|
1711
|
+
<operation name="set_dos_minimum_latency">
|
1712
|
+
<documentation>
|
1713
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1714
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1715
|
+
|
1716
|
+
Updates DoS minimum latency.
|
1717
|
+
|
1718
|
+
</documentation>
|
1719
|
+
<input message="tns:ASM.Policy.set_dos_minimum_latencyRequest"/>
|
1720
|
+
<output message="tns:ASM.Policy.set_dos_minimum_latencyResponse"/>
|
1721
|
+
</operation>
|
1722
|
+
<operation name="set_dos_source_ip_based_client_side_integrity_defense_flag">
|
1723
|
+
<documentation>
|
1724
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1725
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1726
|
+
|
1727
|
+
Updates DoS Source IP-Based Client Side Integrity Defense flag.
|
1728
|
+
|
1729
|
+
</documentation>
|
1730
|
+
<input message="tns:ASM.Policy.set_dos_source_ip_based_client_side_integrity_defense_flagRequest"/>
|
1731
|
+
<output message="tns:ASM.Policy.set_dos_source_ip_based_client_side_integrity_defense_flagResponse"/>
|
1732
|
+
</operation>
|
1733
|
+
<operation name="set_dos_source_ip_based_rate_limiting_flag">
|
1734
|
+
<documentation>
|
1735
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1736
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1737
|
+
|
1738
|
+
Updates DoS Source IP-Based Rate Limiting flag.
|
1739
|
+
|
1740
|
+
</documentation>
|
1741
|
+
<input message="tns:ASM.Policy.set_dos_source_ip_based_rate_limiting_flagRequest"/>
|
1742
|
+
<output message="tns:ASM.Policy.set_dos_source_ip_based_rate_limiting_flagResponse"/>
|
1743
|
+
</operation>
|
1744
|
+
<operation name="set_dos_url_based_client_side_integrity_defense_flag">
|
1745
|
+
<documentation>
|
1746
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1747
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1748
|
+
|
1749
|
+
Updates DoS URL-Based Client Side Integrity Defense flag.
|
1750
|
+
|
1751
|
+
</documentation>
|
1752
|
+
<input message="tns:ASM.Policy.set_dos_url_based_client_side_integrity_defense_flagRequest"/>
|
1753
|
+
<output message="tns:ASM.Policy.set_dos_url_based_client_side_integrity_defense_flagResponse"/>
|
1754
|
+
</operation>
|
1755
|
+
<operation name="set_dos_url_based_rate_limiting_flag">
|
1756
|
+
<documentation>
|
1757
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1758
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1759
|
+
|
1760
|
+
Updates DoS URL-Based Rate Limiting flag.
|
1761
|
+
|
1762
|
+
</documentation>
|
1763
|
+
<input message="tns:ASM.Policy.set_dos_url_based_rate_limiting_flagRequest"/>
|
1764
|
+
<output message="tns:ASM.Policy.set_dos_url_based_rate_limiting_flagResponse"/>
|
1765
|
+
</operation>
|
1766
|
+
<operation name="set_dos_ip_tps_increase_rate">
|
1767
|
+
<documentation>
|
1768
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1769
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1770
|
+
|
1771
|
+
Updates DoS Source IP-Based TPS increase rate.
|
1772
|
+
|
1773
|
+
</documentation>
|
1774
|
+
<input message="tns:ASM.Policy.set_dos_ip_tps_increase_rateRequest"/>
|
1775
|
+
<output message="tns:ASM.Policy.set_dos_ip_tps_increase_rateResponse"/>
|
1776
|
+
</operation>
|
1777
|
+
<operation name="set_dos_ip_maximum_tps">
|
1778
|
+
<documentation>
|
1779
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1780
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1781
|
+
|
1782
|
+
Updates DoS Source IP-Based maximum TPS.
|
1783
|
+
|
1784
|
+
</documentation>
|
1785
|
+
<input message="tns:ASM.Policy.set_dos_ip_maximum_tpsRequest"/>
|
1786
|
+
<output message="tns:ASM.Policy.set_dos_ip_maximum_tpsResponse"/>
|
1787
|
+
</operation>
|
1788
|
+
<operation name="set_dos_ip_minimum_tps">
|
1789
|
+
<documentation>
|
1790
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1791
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1792
|
+
|
1793
|
+
Updates DoS Source IP-Based minimum TPS.
|
1794
|
+
|
1795
|
+
</documentation>
|
1796
|
+
<input message="tns:ASM.Policy.set_dos_ip_minimum_tpsRequest"/>
|
1797
|
+
<output message="tns:ASM.Policy.set_dos_ip_minimum_tpsResponse"/>
|
1798
|
+
</operation>
|
1799
|
+
<operation name="set_dos_url_tps_increase_rate">
|
1800
|
+
<documentation>
|
1801
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1802
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1803
|
+
|
1804
|
+
Updates DoS URL-Based TPS increase rate.
|
1805
|
+
|
1806
|
+
</documentation>
|
1807
|
+
<input message="tns:ASM.Policy.set_dos_url_tps_increase_rateRequest"/>
|
1808
|
+
<output message="tns:ASM.Policy.set_dos_url_tps_increase_rateResponse"/>
|
1809
|
+
</operation>
|
1810
|
+
<operation name="set_dos_url_maximum_tps">
|
1811
|
+
<documentation>
|
1812
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1813
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1814
|
+
|
1815
|
+
Updates DoS URL-Based maximum TPS.
|
1816
|
+
|
1817
|
+
</documentation>
|
1818
|
+
<input message="tns:ASM.Policy.set_dos_url_maximum_tpsRequest"/>
|
1819
|
+
<output message="tns:ASM.Policy.set_dos_url_maximum_tpsResponse"/>
|
1820
|
+
</operation>
|
1821
|
+
<operation name="set_dos_url_minimum_tps">
|
1822
|
+
<documentation>
|
1823
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1824
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1825
|
+
|
1826
|
+
Updates DoS URL-Based minimum TPS.
|
1827
|
+
|
1828
|
+
</documentation>
|
1829
|
+
<input message="tns:ASM.Policy.set_dos_url_minimum_tpsRequest"/>
|
1830
|
+
<output message="tns:ASM.Policy.set_dos_url_minimum_tpsResponse"/>
|
1831
|
+
</operation>
|
1832
|
+
<operation name="set_dos_maximum_prevention_duration">
|
1833
|
+
<documentation>
|
1834
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1835
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1836
|
+
|
1837
|
+
Updates DoS maximum prevention duration.
|
1838
|
+
|
1839
|
+
</documentation>
|
1840
|
+
<input message="tns:ASM.Policy.set_dos_maximum_prevention_durationRequest"/>
|
1841
|
+
<output message="tns:ASM.Policy.set_dos_maximum_prevention_durationResponse"/>
|
1842
|
+
</operation>
|
1843
|
+
<operation name="add_dos_white_ip">
|
1844
|
+
<documentation>
|
1845
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1846
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1847
|
+
|
1848
|
+
Adds DoS white IPs to the specified policy.
|
1849
|
+
|
1850
|
+
</documentation>
|
1851
|
+
<input message="tns:ASM.Policy.add_dos_white_ipRequest"/>
|
1852
|
+
<output message="tns:ASM.Policy.add_dos_white_ipResponse"/>
|
1853
|
+
</operation>
|
1854
|
+
<operation name="remove_dos_white_ip">
|
1855
|
+
<documentation>
|
1856
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1857
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1858
|
+
|
1859
|
+
Removes DoS white IPs from the specified policy.
|
1860
|
+
|
1861
|
+
</documentation>
|
1862
|
+
<input message="tns:ASM.Policy.remove_dos_white_ipRequest"/>
|
1863
|
+
<output message="tns:ASM.Policy.remove_dos_white_ipResponse"/>
|
1864
|
+
</operation>
|
1865
|
+
<operation name="get_dos">
|
1866
|
+
<documentation>
|
1867
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1868
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1869
|
+
|
1870
|
+
Get DoS settings.
|
1871
|
+
|
1872
|
+
</documentation>
|
1873
|
+
<input message="tns:ASM.Policy.get_dosRequest"/>
|
1874
|
+
<output message="tns:ASM.Policy.get_dosResponse"/>
|
1875
|
+
</operation>
|
1876
|
+
<operation name="restore_dos_defaults">
|
1877
|
+
<documentation>
|
1878
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
1879
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
1880
|
+
|
1881
|
+
Resets DoS settings to defaults.
|
1882
|
+
|
1883
|
+
</documentation>
|
1884
|
+
<input message="tns:ASM.Policy.restore_dos_defaultsRequest"/>
|
1885
|
+
<output message="tns:ASM.Policy.restore_dos_defaultsResponse"/>
|
1886
|
+
</operation>
|
1887
|
+
<operation name="set_disable_blocking_flag">
|
1888
|
+
<documentation>
|
1889
|
+
Updates blocking flag.
|
1890
|
+
|
1891
|
+
</documentation>
|
1892
|
+
<input message="tns:ASM.Policy.set_disable_blocking_flagRequest"/>
|
1893
|
+
<output message="tns:ASM.Policy.set_disable_blocking_flagResponse"/>
|
1894
|
+
</operation>
|
1895
|
+
<operation name="set_prerequisite_expiration_period">
|
1896
|
+
<documentation>
|
1897
|
+
Updates prerequisite expiration period flag.
|
1898
|
+
|
1899
|
+
</documentation>
|
1900
|
+
<input message="tns:ASM.Policy.set_prerequisite_expiration_periodRequest"/>
|
1901
|
+
<output message="tns:ASM.Policy.set_prerequisite_expiration_periodResponse"/>
|
1902
|
+
</operation>
|
1903
|
+
<operation name="get_disable_blocking_flag">
|
1904
|
+
<documentation>
|
1905
|
+
Get blocking flag.
|
1906
|
+
|
1907
|
+
</documentation>
|
1908
|
+
<input message="tns:ASM.Policy.get_disable_blocking_flagRequest"/>
|
1909
|
+
<output message="tns:ASM.Policy.get_disable_blocking_flagResponse"/>
|
1910
|
+
</operation>
|
1911
|
+
<operation name="set_violation_flags">
|
1912
|
+
<documentation>
|
1913
|
+
Updates violation blocking flag.
|
1914
|
+
|
1915
|
+
</documentation>
|
1916
|
+
<input message="tns:ASM.Policy.set_violation_flagsRequest"/>
|
1917
|
+
<output message="tns:ASM.Policy.set_violation_flagsResponse"/>
|
1918
|
+
</operation>
|
1919
|
+
<operation name="get_violation_flags">
|
1920
|
+
<documentation>
|
1921
|
+
Gets violation blocking flag.
|
1922
|
+
|
1923
|
+
</documentation>
|
1924
|
+
<input message="tns:ASM.Policy.get_violation_flagsRequest"/>
|
1925
|
+
<output message="tns:ASM.Policy.get_violation_flagsResponse"/>
|
1926
|
+
</operation>
|
1927
|
+
<operation name="import_policy">
|
1928
|
+
<documentation>
|
1929
|
+
Import Policy as inactive.
|
1930
|
+
|
1931
|
+
Before calling import_policy, upload_policy should be done.
|
1932
|
+
Once the policy is completely uploaded, you can import it.
|
1933
|
+
|
1934
|
+
</documentation>
|
1935
|
+
<input message="tns:ASM.Policy.import_policyRequest"/>
|
1936
|
+
<output message="tns:ASM.Policy.import_policyResponse"/>
|
1937
|
+
</operation>
|
1938
|
+
<operation name="export_policy">
|
1939
|
+
<documentation>
|
1940
|
+
Export Policy
|
1941
|
+
The export_policy method exports the policy specified in parameter policy_name
|
1942
|
+
and writes the file to the device's local disk. The policy is saved in a binary format.
|
1943
|
+
This method is typically followed by a call to download_policy which gets this full path
|
1944
|
+
filename as a parameter.
|
1945
|
+
|
1946
|
+
</documentation>
|
1947
|
+
<input message="tns:ASM.Policy.export_policyRequest"/>
|
1948
|
+
<output message="tns:ASM.Policy.export_policyResponse"/>
|
1949
|
+
</operation>
|
1950
|
+
<operation name="export_policy_xml">
|
1951
|
+
<documentation>
|
1952
|
+
Export Human Readable Policy
|
1953
|
+
The export_policy_xml method exports the policy specified in parameter policy_name
|
1954
|
+
and writes the file to the device's local disk. The policy is saved in an XML format.
|
1955
|
+
This method is typically followed by a call to download_policy which gets this full path
|
1956
|
+
filename as a parameter.
|
1957
|
+
|
1958
|
+
</documentation>
|
1959
|
+
<input message="tns:ASM.Policy.export_policy_xmlRequest"/>
|
1960
|
+
<output message="tns:ASM.Policy.export_policy_xmlResponse"/>
|
1961
|
+
</operation>
|
1962
|
+
<operation name="download_policy">
|
1963
|
+
<documentation>
|
1964
|
+
Downloads the policy from the device.
|
1965
|
+
The download_policy is typically called after having called to export_policy.
|
1966
|
+
The parameter policy_name must be the same as used during export_policy.
|
1967
|
+
The file is downloaded in chunks. Each chunk should be concatenated to the previous one
|
1968
|
+
on the client side.
|
1969
|
+
The return value has two fields:
|
1970
|
+
- file_data: The relevant part of the content of the file
|
1971
|
+
- chunk_type: Indicates the current chunk whether it is the first, middle, last chunk
|
1972
|
+
or the current call includes the entire file.
|
1973
|
+
|
1974
|
+
|
1975
|
+
</documentation>
|
1976
|
+
<input message="tns:ASM.Policy.download_policyRequest"/>
|
1977
|
+
<output message="tns:ASM.Policy.download_policyResponse"/>
|
1978
|
+
</operation>
|
1979
|
+
<operation name="upload_policy">
|
1980
|
+
<documentation>
|
1981
|
+
Uploads the policy to the device.
|
1982
|
+
In order to import a policy two things have to be done in this order
|
1983
|
+
- call upload_policy
|
1984
|
+
- call import_policy
|
1985
|
+
upload_policy uploads the policy to the device to /var/tmp/ directory.
|
1986
|
+
The filename is the name of the policy given in policy_name.
|
1987
|
+
If the policy is big, it should be uploaded in chunks using a loop on the client side.
|
1988
|
+
|
1989
|
+
</documentation>
|
1990
|
+
<input message="tns:ASM.Policy.upload_policyRequest"/>
|
1991
|
+
<output message="tns:ASM.Policy.upload_policyResponse"/>
|
1992
|
+
</operation>
|
1993
|
+
<operation name="get_version">
|
1994
|
+
<documentation>
|
1995
|
+
Gets the version information for this interface.
|
1996
|
+
|
1997
|
+
|
1998
|
+
</documentation>
|
1999
|
+
<input message="tns:ASM.Policy.get_versionRequest"/>
|
2000
|
+
<output message="tns:ASM.Policy.get_versionResponse"/>
|
2001
|
+
</operation>
|
2002
|
+
<operation name="set_dynamic_sessions_in_url">
|
2003
|
+
<documentation>
|
2004
|
+
Set the "dynamic sessions in URL" for the specified policies.
|
2005
|
+
|
2006
|
+
</documentation>
|
2007
|
+
<input message="tns:ASM.Policy.set_dynamic_sessions_in_urlRequest"/>
|
2008
|
+
<output message="tns:ASM.Policy.set_dynamic_sessions_in_urlResponse"/>
|
2009
|
+
</operation>
|
2010
|
+
<operation name="get_dynamic_sessions_in_url">
|
2011
|
+
<documentation>
|
2012
|
+
Get the "dynamic sessions in URL" for the specified policies.
|
2013
|
+
|
2014
|
+
</documentation>
|
2015
|
+
<input message="tns:ASM.Policy.get_dynamic_sessions_in_urlRequest"/>
|
2016
|
+
<output message="tns:ASM.Policy.get_dynamic_sessions_in_urlResponse"/>
|
2017
|
+
</operation>
|
2018
|
+
<operation name="upload_xml_profile_wsdl">
|
2019
|
+
<documentation>
|
2020
|
+
Uploads the the wsdl and attaches it to a specific xml profile of a policy.
|
2021
|
+
|
2022
|
+
</documentation>
|
2023
|
+
<input message="tns:ASM.Policy.upload_xml_profile_wsdlRequest"/>
|
2024
|
+
<output message="tns:ASM.Policy.upload_xml_profile_wsdlResponse"/>
|
2025
|
+
</operation>
|
2026
|
+
<operation name="add_predictable_resource_location">
|
2027
|
+
<documentation>
|
2028
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure predictable resource location.
|
2029
|
+
|
2030
|
+
Add predictable resource location
|
2031
|
+
|
2032
|
+
</documentation>
|
2033
|
+
<input message="tns:ASM.Policy.add_predictable_resource_locationRequest"/>
|
2034
|
+
<output message="tns:ASM.Policy.add_predictable_resource_locationResponse"/>
|
2035
|
+
</operation>
|
2036
|
+
<operation name="set_path_traversal">
|
2037
|
+
<documentation>
|
2038
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure path traversal.
|
2039
|
+
|
2040
|
+
Set path traversal
|
2041
|
+
|
2042
|
+
</documentation>
|
2043
|
+
<input message="tns:ASM.Policy.set_path_traversalRequest"/>
|
2044
|
+
<output message="tns:ASM.Policy.set_path_traversalResponse"/>
|
2045
|
+
</operation>
|
2046
|
+
<operation name="set_http_response_splitting">
|
2047
|
+
<documentation>
|
2048
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure response splitting.
|
2049
|
+
|
2050
|
+
Set HTTP response splitting
|
2051
|
+
|
2052
|
+
</documentation>
|
2053
|
+
<input message="tns:ASM.Policy.set_http_response_splittingRequest"/>
|
2054
|
+
<output message="tns:ASM.Policy.set_http_response_splittingResponse"/>
|
2055
|
+
</operation>
|
2056
|
+
</portType>
|
2057
|
+
|
2058
|
+
<!-- binding -->
|
2059
|
+
|
2060
|
+
<binding name="ASM.PolicyBinding" type="tns:ASM.PolicyPortType">
|
2061
|
+
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
|
2062
|
+
<operation name="get_list">
|
2063
|
+
<documentation>
|
2064
|
+
Get the list of policies.
|
2065
|
+
|
2066
|
+
</documentation>
|
2067
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2068
|
+
<input>
|
2069
|
+
<soap:body
|
2070
|
+
use="encoded"
|
2071
|
+
namespace="urn:iControl:ASM/Policy"
|
2072
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2073
|
+
</input>
|
2074
|
+
<output>
|
2075
|
+
<soap:body
|
2076
|
+
use="encoded"
|
2077
|
+
namespace="urn:iControl:ASM/Policy"
|
2078
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2079
|
+
</output>
|
2080
|
+
</operation>
|
2081
|
+
|
2082
|
+
<operation name="detach_wa_webapp">
|
2083
|
+
<documentation>
|
2084
|
+
This method has been deprecated. As of v11.0.0, there is separate Web Acceleration profile,
|
2085
|
+
which is assigned to VS, so WA is not associated with ASM directly, like it was in v10.x.x.
|
2086
|
+
|
2087
|
+
Detaches the WA web applications from the ASM policy.
|
2088
|
+
|
2089
|
+
</documentation>
|
2090
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2091
|
+
<input>
|
2092
|
+
<soap:body
|
2093
|
+
use="encoded"
|
2094
|
+
namespace="urn:iControl:ASM/Policy"
|
2095
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2096
|
+
</input>
|
2097
|
+
<output>
|
2098
|
+
<soap:body
|
2099
|
+
use="encoded"
|
2100
|
+
namespace="urn:iControl:ASM/Policy"
|
2101
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2102
|
+
</output>
|
2103
|
+
</operation>
|
2104
|
+
|
2105
|
+
<operation name="associate_wa_webapp">
|
2106
|
+
<documentation>
|
2107
|
+
This method has been deprecated. As of v11.0.0, there is separate Web Acceleration profile,
|
2108
|
+
which is assigned to VS, so WA is not associated with ASM directly, like it was in v10.x.x.
|
2109
|
+
|
2110
|
+
Associates the WA web applications to the ASM policy.
|
2111
|
+
|
2112
|
+
</documentation>
|
2113
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2114
|
+
<input>
|
2115
|
+
<soap:body
|
2116
|
+
use="encoded"
|
2117
|
+
namespace="urn:iControl:ASM/Policy"
|
2118
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2119
|
+
</input>
|
2120
|
+
<output>
|
2121
|
+
<soap:body
|
2122
|
+
use="encoded"
|
2123
|
+
namespace="urn:iControl:ASM/Policy"
|
2124
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2125
|
+
</output>
|
2126
|
+
</operation>
|
2127
|
+
|
2128
|
+
<operation name="attach_to_virtual_server">
|
2129
|
+
<documentation>
|
2130
|
+
Associates the ASM policy to the specified virtual servers.
|
2131
|
+
|
2132
|
+
</documentation>
|
2133
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2134
|
+
<input>
|
2135
|
+
<soap:body
|
2136
|
+
use="encoded"
|
2137
|
+
namespace="urn:iControl:ASM/Policy"
|
2138
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2139
|
+
</input>
|
2140
|
+
<output>
|
2141
|
+
<soap:body
|
2142
|
+
use="encoded"
|
2143
|
+
namespace="urn:iControl:ASM/Policy"
|
2144
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2145
|
+
</output>
|
2146
|
+
</operation>
|
2147
|
+
|
2148
|
+
<operation name="detach_from_virtual_server">
|
2149
|
+
<documentation>
|
2150
|
+
Detaches the ASM policy from the specified virtual servers.
|
2151
|
+
|
2152
|
+
</documentation>
|
2153
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2154
|
+
<input>
|
2155
|
+
<soap:body
|
2156
|
+
use="encoded"
|
2157
|
+
namespace="urn:iControl:ASM/Policy"
|
2158
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2159
|
+
</input>
|
2160
|
+
<output>
|
2161
|
+
<soap:body
|
2162
|
+
use="encoded"
|
2163
|
+
namespace="urn:iControl:ASM/Policy"
|
2164
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2165
|
+
</output>
|
2166
|
+
</operation>
|
2167
|
+
|
2168
|
+
<operation name="create">
|
2169
|
+
<documentation>
|
2170
|
+
Create inactive policies.
|
2171
|
+
|
2172
|
+
</documentation>
|
2173
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2174
|
+
<input>
|
2175
|
+
<soap:body
|
2176
|
+
use="encoded"
|
2177
|
+
namespace="urn:iControl:ASM/Policy"
|
2178
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2179
|
+
</input>
|
2180
|
+
<output>
|
2181
|
+
<soap:body
|
2182
|
+
use="encoded"
|
2183
|
+
namespace="urn:iControl:ASM/Policy"
|
2184
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2185
|
+
</output>
|
2186
|
+
</operation>
|
2187
|
+
|
2188
|
+
<operation name="create_case_insensitive">
|
2189
|
+
<documentation>
|
2190
|
+
Create case insensitive or sensitive inactive policies.
|
2191
|
+
|
2192
|
+
</documentation>
|
2193
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2194
|
+
<input>
|
2195
|
+
<soap:body
|
2196
|
+
use="encoded"
|
2197
|
+
namespace="urn:iControl:ASM/Policy"
|
2198
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2199
|
+
</input>
|
2200
|
+
<output>
|
2201
|
+
<soap:body
|
2202
|
+
use="encoded"
|
2203
|
+
namespace="urn:iControl:ASM/Policy"
|
2204
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2205
|
+
</output>
|
2206
|
+
</operation>
|
2207
|
+
|
2208
|
+
<operation name="create_from_template">
|
2209
|
+
<documentation>
|
2210
|
+
Create inactive policies from template.
|
2211
|
+
|
2212
|
+
</documentation>
|
2213
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2214
|
+
<input>
|
2215
|
+
<soap:body
|
2216
|
+
use="encoded"
|
2217
|
+
namespace="urn:iControl:ASM/Policy"
|
2218
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2219
|
+
</input>
|
2220
|
+
<output>
|
2221
|
+
<soap:body
|
2222
|
+
use="encoded"
|
2223
|
+
namespace="urn:iControl:ASM/Policy"
|
2224
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2225
|
+
</output>
|
2226
|
+
</operation>
|
2227
|
+
|
2228
|
+
<operation name="create_from_template_names">
|
2229
|
+
<documentation>
|
2230
|
+
Create inactive policies from template names.
|
2231
|
+
|
2232
|
+
</documentation>
|
2233
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2234
|
+
<input>
|
2235
|
+
<soap:body
|
2236
|
+
use="encoded"
|
2237
|
+
namespace="urn:iControl:ASM/Policy"
|
2238
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2239
|
+
</input>
|
2240
|
+
<output>
|
2241
|
+
<soap:body
|
2242
|
+
use="encoded"
|
2243
|
+
namespace="urn:iControl:ASM/Policy"
|
2244
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2245
|
+
</output>
|
2246
|
+
</operation>
|
2247
|
+
|
2248
|
+
<operation name="create_from_template_with_language">
|
2249
|
+
<documentation>
|
2250
|
+
Create inactive policies from template with specified language encoding.
|
2251
|
+
|
2252
|
+
</documentation>
|
2253
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2254
|
+
<input>
|
2255
|
+
<soap:body
|
2256
|
+
use="encoded"
|
2257
|
+
namespace="urn:iControl:ASM/Policy"
|
2258
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2259
|
+
</input>
|
2260
|
+
<output>
|
2261
|
+
<soap:body
|
2262
|
+
use="encoded"
|
2263
|
+
namespace="urn:iControl:ASM/Policy"
|
2264
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2265
|
+
</output>
|
2266
|
+
</operation>
|
2267
|
+
|
2268
|
+
<operation name="create_from_template_names_with_language">
|
2269
|
+
<documentation>
|
2270
|
+
Create inactive policies from template names with specified language encoding.
|
2271
|
+
|
2272
|
+
</documentation>
|
2273
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2274
|
+
<input>
|
2275
|
+
<soap:body
|
2276
|
+
use="encoded"
|
2277
|
+
namespace="urn:iControl:ASM/Policy"
|
2278
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2279
|
+
</input>
|
2280
|
+
<output>
|
2281
|
+
<soap:body
|
2282
|
+
use="encoded"
|
2283
|
+
namespace="urn:iControl:ASM/Policy"
|
2284
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2285
|
+
</output>
|
2286
|
+
</operation>
|
2287
|
+
|
2288
|
+
<operation name="rename">
|
2289
|
+
<documentation>
|
2290
|
+
This method has been deprecated. As of v11.4.0, the ASM policy name is immutable.
|
2291
|
+
|
2292
|
+
Rename policies.
|
2293
|
+
|
2294
|
+
</documentation>
|
2295
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2296
|
+
<input>
|
2297
|
+
<soap:body
|
2298
|
+
use="encoded"
|
2299
|
+
namespace="urn:iControl:ASM/Policy"
|
2300
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2301
|
+
</input>
|
2302
|
+
<output>
|
2303
|
+
<soap:body
|
2304
|
+
use="encoded"
|
2305
|
+
namespace="urn:iControl:ASM/Policy"
|
2306
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2307
|
+
</output>
|
2308
|
+
</operation>
|
2309
|
+
|
2310
|
+
<operation name="delete_policy">
|
2311
|
+
<documentation>
|
2312
|
+
Deletes a policy.
|
2313
|
+
|
2314
|
+
</documentation>
|
2315
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2316
|
+
<input>
|
2317
|
+
<soap:body
|
2318
|
+
use="encoded"
|
2319
|
+
namespace="urn:iControl:ASM/Policy"
|
2320
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2321
|
+
</input>
|
2322
|
+
<output>
|
2323
|
+
<soap:body
|
2324
|
+
use="encoded"
|
2325
|
+
namespace="urn:iControl:ASM/Policy"
|
2326
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2327
|
+
</output>
|
2328
|
+
</operation>
|
2329
|
+
|
2330
|
+
<operation name="set_active">
|
2331
|
+
<documentation>
|
2332
|
+
Updates the active flag for the specified policies.
|
2333
|
+
|
2334
|
+
</documentation>
|
2335
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2336
|
+
<input>
|
2337
|
+
<soap:body
|
2338
|
+
use="encoded"
|
2339
|
+
namespace="urn:iControl:ASM/Policy"
|
2340
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2341
|
+
</input>
|
2342
|
+
<output>
|
2343
|
+
<soap:body
|
2344
|
+
use="encoded"
|
2345
|
+
namespace="urn:iControl:ASM/Policy"
|
2346
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2347
|
+
</output>
|
2348
|
+
</operation>
|
2349
|
+
|
2350
|
+
<operation name="get_active">
|
2351
|
+
<documentation>
|
2352
|
+
Get the active flag for the specified policies.
|
2353
|
+
|
2354
|
+
</documentation>
|
2355
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2356
|
+
<input>
|
2357
|
+
<soap:body
|
2358
|
+
use="encoded"
|
2359
|
+
namespace="urn:iControl:ASM/Policy"
|
2360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2361
|
+
</input>
|
2362
|
+
<output>
|
2363
|
+
<soap:body
|
2364
|
+
use="encoded"
|
2365
|
+
namespace="urn:iControl:ASM/Policy"
|
2366
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2367
|
+
</output>
|
2368
|
+
</operation>
|
2369
|
+
|
2370
|
+
<operation name="apply_policy">
|
2371
|
+
<documentation>
|
2372
|
+
Applies the specified active policy to the enforcer.
|
2373
|
+
|
2374
|
+
</documentation>
|
2375
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2376
|
+
<input>
|
2377
|
+
<soap:body
|
2378
|
+
use="encoded"
|
2379
|
+
namespace="urn:iControl:ASM/Policy"
|
2380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2381
|
+
</input>
|
2382
|
+
<output>
|
2383
|
+
<soap:body
|
2384
|
+
use="encoded"
|
2385
|
+
namespace="urn:iControl:ASM/Policy"
|
2386
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2387
|
+
</output>
|
2388
|
+
</operation>
|
2389
|
+
|
2390
|
+
<operation name="reconfigure">
|
2391
|
+
<documentation>
|
2392
|
+
Reconfigures the ASM policies. This resets all properties and statistics of the policy.
|
2393
|
+
|
2394
|
+
</documentation>
|
2395
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2396
|
+
<input>
|
2397
|
+
<soap:body
|
2398
|
+
use="encoded"
|
2399
|
+
namespace="urn:iControl:ASM/Policy"
|
2400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2401
|
+
</input>
|
2402
|
+
<output>
|
2403
|
+
<soap:body
|
2404
|
+
use="encoded"
|
2405
|
+
namespace="urn:iControl:ASM/Policy"
|
2406
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2407
|
+
</output>
|
2408
|
+
</operation>
|
2409
|
+
|
2410
|
+
<operation name="set_description">
|
2411
|
+
<documentation>
|
2412
|
+
Updates policy description.
|
2413
|
+
|
2414
|
+
</documentation>
|
2415
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2416
|
+
<input>
|
2417
|
+
<soap:body
|
2418
|
+
use="encoded"
|
2419
|
+
namespace="urn:iControl:ASM/Policy"
|
2420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2421
|
+
</input>
|
2422
|
+
<output>
|
2423
|
+
<soap:body
|
2424
|
+
use="encoded"
|
2425
|
+
namespace="urn:iControl:ASM/Policy"
|
2426
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2427
|
+
</output>
|
2428
|
+
</operation>
|
2429
|
+
|
2430
|
+
<operation name="get_description">
|
2431
|
+
<documentation>
|
2432
|
+
Get policy description.
|
2433
|
+
|
2434
|
+
|
2435
|
+
</documentation>
|
2436
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2437
|
+
<input>
|
2438
|
+
<soap:body
|
2439
|
+
use="encoded"
|
2440
|
+
namespace="urn:iControl:ASM/Policy"
|
2441
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2442
|
+
</input>
|
2443
|
+
<output>
|
2444
|
+
<soap:body
|
2445
|
+
use="encoded"
|
2446
|
+
namespace="urn:iControl:ASM/Policy"
|
2447
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2448
|
+
</output>
|
2449
|
+
</operation>
|
2450
|
+
|
2451
|
+
<operation name="set_language">
|
2452
|
+
<documentation>
|
2453
|
+
Reconfigures the ASM policies with specified language encoding. This resets all properties and statistics of the policy.
|
2454
|
+
|
2455
|
+
</documentation>
|
2456
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2457
|
+
<input>
|
2458
|
+
<soap:body
|
2459
|
+
use="encoded"
|
2460
|
+
namespace="urn:iControl:ASM/Policy"
|
2461
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2462
|
+
</input>
|
2463
|
+
<output>
|
2464
|
+
<soap:body
|
2465
|
+
use="encoded"
|
2466
|
+
namespace="urn:iControl:ASM/Policy"
|
2467
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2468
|
+
</output>
|
2469
|
+
</operation>
|
2470
|
+
|
2471
|
+
<operation name="get_language">
|
2472
|
+
<documentation>
|
2473
|
+
Get language encoding.
|
2474
|
+
|
2475
|
+
</documentation>
|
2476
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2477
|
+
<input>
|
2478
|
+
<soap:body
|
2479
|
+
use="encoded"
|
2480
|
+
namespace="urn:iControl:ASM/Policy"
|
2481
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2482
|
+
</input>
|
2483
|
+
<output>
|
2484
|
+
<soap:body
|
2485
|
+
use="encoded"
|
2486
|
+
namespace="urn:iControl:ASM/Policy"
|
2487
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2488
|
+
</output>
|
2489
|
+
</operation>
|
2490
|
+
|
2491
|
+
<operation name="set_language_template">
|
2492
|
+
<documentation>
|
2493
|
+
Reconfigures the ASM policies with specified language and template. This resets all properties and statistics of the policy.
|
2494
|
+
|
2495
|
+
</documentation>
|
2496
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2497
|
+
<input>
|
2498
|
+
<soap:body
|
2499
|
+
use="encoded"
|
2500
|
+
namespace="urn:iControl:ASM/Policy"
|
2501
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2502
|
+
</input>
|
2503
|
+
<output>
|
2504
|
+
<soap:body
|
2505
|
+
use="encoded"
|
2506
|
+
namespace="urn:iControl:ASM/Policy"
|
2507
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2508
|
+
</output>
|
2509
|
+
</operation>
|
2510
|
+
|
2511
|
+
<operation name="set_language_template_name">
|
2512
|
+
<documentation>
|
2513
|
+
Reconfigures the ASM policies with specified language and template name. This resets all properties and statistics of the policy.
|
2514
|
+
|
2515
|
+
</documentation>
|
2516
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2517
|
+
<input>
|
2518
|
+
<soap:body
|
2519
|
+
use="encoded"
|
2520
|
+
namespace="urn:iControl:ASM/Policy"
|
2521
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2522
|
+
</input>
|
2523
|
+
<output>
|
2524
|
+
<soap:body
|
2525
|
+
use="encoded"
|
2526
|
+
namespace="urn:iControl:ASM/Policy"
|
2527
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2528
|
+
</output>
|
2529
|
+
</operation>
|
2530
|
+
|
2531
|
+
<operation name="set_logging_profile">
|
2532
|
+
<documentation>
|
2533
|
+
This method has been deprecated. As of v11.3.0, there is separate Security log profile,
|
2534
|
+
which is assigned to VS, so logging profile is not associated with ASM directly.
|
2535
|
+
|
2536
|
+
Updates logging profile.
|
2537
|
+
|
2538
|
+
</documentation>
|
2539
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2540
|
+
<input>
|
2541
|
+
<soap:body
|
2542
|
+
use="encoded"
|
2543
|
+
namespace="urn:iControl:ASM/Policy"
|
2544
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2545
|
+
</input>
|
2546
|
+
<output>
|
2547
|
+
<soap:body
|
2548
|
+
use="encoded"
|
2549
|
+
namespace="urn:iControl:ASM/Policy"
|
2550
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2551
|
+
</output>
|
2552
|
+
</operation>
|
2553
|
+
|
2554
|
+
<operation name="get_logging_profile">
|
2555
|
+
<documentation>
|
2556
|
+
This method has been deprecated. As of v11.3.0, there is separate Security log profile,
|
2557
|
+
which is assigned to VS, so logging profile is not associated with ASM directly.
|
2558
|
+
|
2559
|
+
Get logging profile.
|
2560
|
+
|
2561
|
+
</documentation>
|
2562
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2563
|
+
<input>
|
2564
|
+
<soap:body
|
2565
|
+
use="encoded"
|
2566
|
+
namespace="urn:iControl:ASM/Policy"
|
2567
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2568
|
+
</input>
|
2569
|
+
<output>
|
2570
|
+
<soap:body
|
2571
|
+
use="encoded"
|
2572
|
+
namespace="urn:iControl:ASM/Policy"
|
2573
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2574
|
+
</output>
|
2575
|
+
</operation>
|
2576
|
+
|
2577
|
+
<operation name="set_cookie_length">
|
2578
|
+
<documentation>
|
2579
|
+
Updates max cookie length.
|
2580
|
+
|
2581
|
+
</documentation>
|
2582
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2583
|
+
<input>
|
2584
|
+
<soap:body
|
2585
|
+
use="encoded"
|
2586
|
+
namespace="urn:iControl:ASM/Policy"
|
2587
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2588
|
+
</input>
|
2589
|
+
<output>
|
2590
|
+
<soap:body
|
2591
|
+
use="encoded"
|
2592
|
+
namespace="urn:iControl:ASM/Policy"
|
2593
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2594
|
+
</output>
|
2595
|
+
</operation>
|
2596
|
+
|
2597
|
+
<operation name="get_cookie_length">
|
2598
|
+
<documentation>
|
2599
|
+
Get the max cookie length.
|
2600
|
+
|
2601
|
+
</documentation>
|
2602
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2603
|
+
<input>
|
2604
|
+
<soap:body
|
2605
|
+
use="encoded"
|
2606
|
+
namespace="urn:iControl:ASM/Policy"
|
2607
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2608
|
+
</input>
|
2609
|
+
<output>
|
2610
|
+
<soap:body
|
2611
|
+
use="encoded"
|
2612
|
+
namespace="urn:iControl:ASM/Policy"
|
2613
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2614
|
+
</output>
|
2615
|
+
</operation>
|
2616
|
+
|
2617
|
+
<operation name="set_http_header_length">
|
2618
|
+
<documentation>
|
2619
|
+
Updates max http header length.
|
2620
|
+
|
2621
|
+
</documentation>
|
2622
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2623
|
+
<input>
|
2624
|
+
<soap:body
|
2625
|
+
use="encoded"
|
2626
|
+
namespace="urn:iControl:ASM/Policy"
|
2627
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2628
|
+
</input>
|
2629
|
+
<output>
|
2630
|
+
<soap:body
|
2631
|
+
use="encoded"
|
2632
|
+
namespace="urn:iControl:ASM/Policy"
|
2633
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2634
|
+
</output>
|
2635
|
+
</operation>
|
2636
|
+
|
2637
|
+
<operation name="get_http_header_length">
|
2638
|
+
<documentation>
|
2639
|
+
Get max http header length.
|
2640
|
+
|
2641
|
+
</documentation>
|
2642
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2643
|
+
<input>
|
2644
|
+
<soap:body
|
2645
|
+
use="encoded"
|
2646
|
+
namespace="urn:iControl:ASM/Policy"
|
2647
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2648
|
+
</input>
|
2649
|
+
<output>
|
2650
|
+
<soap:body
|
2651
|
+
use="encoded"
|
2652
|
+
namespace="urn:iControl:ASM/Policy"
|
2653
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2654
|
+
</output>
|
2655
|
+
</operation>
|
2656
|
+
|
2657
|
+
<operation name="set_dos_operation_mode">
|
2658
|
+
<documentation>
|
2659
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2660
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2661
|
+
|
2662
|
+
Updates DoS operation mode.
|
2663
|
+
|
2664
|
+
</documentation>
|
2665
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2666
|
+
<input>
|
2667
|
+
<soap:body
|
2668
|
+
use="encoded"
|
2669
|
+
namespace="urn:iControl:ASM/Policy"
|
2670
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2671
|
+
</input>
|
2672
|
+
<output>
|
2673
|
+
<soap:body
|
2674
|
+
use="encoded"
|
2675
|
+
namespace="urn:iControl:ASM/Policy"
|
2676
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2677
|
+
</output>
|
2678
|
+
</operation>
|
2679
|
+
|
2680
|
+
<operation name="set_dos_detection_mode">
|
2681
|
+
<documentation>
|
2682
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2683
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2684
|
+
|
2685
|
+
Updates DoS detection mode.
|
2686
|
+
|
2687
|
+
</documentation>
|
2688
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2689
|
+
<input>
|
2690
|
+
<soap:body
|
2691
|
+
use="encoded"
|
2692
|
+
namespace="urn:iControl:ASM/Policy"
|
2693
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2694
|
+
</input>
|
2695
|
+
<output>
|
2696
|
+
<soap:body
|
2697
|
+
use="encoded"
|
2698
|
+
namespace="urn:iControl:ASM/Policy"
|
2699
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2700
|
+
</output>
|
2701
|
+
</operation>
|
2702
|
+
|
2703
|
+
<operation name="set_dos_latency_increase_rate">
|
2704
|
+
<documentation>
|
2705
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2706
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2707
|
+
|
2708
|
+
Updates DoS latency increase rate.
|
2709
|
+
|
2710
|
+
</documentation>
|
2711
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2712
|
+
<input>
|
2713
|
+
<soap:body
|
2714
|
+
use="encoded"
|
2715
|
+
namespace="urn:iControl:ASM/Policy"
|
2716
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2717
|
+
</input>
|
2718
|
+
<output>
|
2719
|
+
<soap:body
|
2720
|
+
use="encoded"
|
2721
|
+
namespace="urn:iControl:ASM/Policy"
|
2722
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2723
|
+
</output>
|
2724
|
+
</operation>
|
2725
|
+
|
2726
|
+
<operation name="set_dos_maximum_latency">
|
2727
|
+
<documentation>
|
2728
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2729
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2730
|
+
|
2731
|
+
Updates DoS maximum latency.
|
2732
|
+
|
2733
|
+
</documentation>
|
2734
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2735
|
+
<input>
|
2736
|
+
<soap:body
|
2737
|
+
use="encoded"
|
2738
|
+
namespace="urn:iControl:ASM/Policy"
|
2739
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2740
|
+
</input>
|
2741
|
+
<output>
|
2742
|
+
<soap:body
|
2743
|
+
use="encoded"
|
2744
|
+
namespace="urn:iControl:ASM/Policy"
|
2745
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2746
|
+
</output>
|
2747
|
+
</operation>
|
2748
|
+
|
2749
|
+
<operation name="set_dos_minimum_latency">
|
2750
|
+
<documentation>
|
2751
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2752
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2753
|
+
|
2754
|
+
Updates DoS minimum latency.
|
2755
|
+
|
2756
|
+
</documentation>
|
2757
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2758
|
+
<input>
|
2759
|
+
<soap:body
|
2760
|
+
use="encoded"
|
2761
|
+
namespace="urn:iControl:ASM/Policy"
|
2762
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2763
|
+
</input>
|
2764
|
+
<output>
|
2765
|
+
<soap:body
|
2766
|
+
use="encoded"
|
2767
|
+
namespace="urn:iControl:ASM/Policy"
|
2768
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2769
|
+
</output>
|
2770
|
+
</operation>
|
2771
|
+
|
2772
|
+
<operation name="set_dos_source_ip_based_client_side_integrity_defense_flag">
|
2773
|
+
<documentation>
|
2774
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2775
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2776
|
+
|
2777
|
+
Updates DoS Source IP-Based Client Side Integrity Defense flag.
|
2778
|
+
|
2779
|
+
</documentation>
|
2780
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2781
|
+
<input>
|
2782
|
+
<soap:body
|
2783
|
+
use="encoded"
|
2784
|
+
namespace="urn:iControl:ASM/Policy"
|
2785
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2786
|
+
</input>
|
2787
|
+
<output>
|
2788
|
+
<soap:body
|
2789
|
+
use="encoded"
|
2790
|
+
namespace="urn:iControl:ASM/Policy"
|
2791
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2792
|
+
</output>
|
2793
|
+
</operation>
|
2794
|
+
|
2795
|
+
<operation name="set_dos_source_ip_based_rate_limiting_flag">
|
2796
|
+
<documentation>
|
2797
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2798
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2799
|
+
|
2800
|
+
Updates DoS Source IP-Based Rate Limiting flag.
|
2801
|
+
|
2802
|
+
</documentation>
|
2803
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2804
|
+
<input>
|
2805
|
+
<soap:body
|
2806
|
+
use="encoded"
|
2807
|
+
namespace="urn:iControl:ASM/Policy"
|
2808
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2809
|
+
</input>
|
2810
|
+
<output>
|
2811
|
+
<soap:body
|
2812
|
+
use="encoded"
|
2813
|
+
namespace="urn:iControl:ASM/Policy"
|
2814
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2815
|
+
</output>
|
2816
|
+
</operation>
|
2817
|
+
|
2818
|
+
<operation name="set_dos_url_based_client_side_integrity_defense_flag">
|
2819
|
+
<documentation>
|
2820
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2821
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2822
|
+
|
2823
|
+
Updates DoS URL-Based Client Side Integrity Defense flag.
|
2824
|
+
|
2825
|
+
</documentation>
|
2826
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2827
|
+
<input>
|
2828
|
+
<soap:body
|
2829
|
+
use="encoded"
|
2830
|
+
namespace="urn:iControl:ASM/Policy"
|
2831
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2832
|
+
</input>
|
2833
|
+
<output>
|
2834
|
+
<soap:body
|
2835
|
+
use="encoded"
|
2836
|
+
namespace="urn:iControl:ASM/Policy"
|
2837
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2838
|
+
</output>
|
2839
|
+
</operation>
|
2840
|
+
|
2841
|
+
<operation name="set_dos_url_based_rate_limiting_flag">
|
2842
|
+
<documentation>
|
2843
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2844
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2845
|
+
|
2846
|
+
Updates DoS URL-Based Rate Limiting flag.
|
2847
|
+
|
2848
|
+
</documentation>
|
2849
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2850
|
+
<input>
|
2851
|
+
<soap:body
|
2852
|
+
use="encoded"
|
2853
|
+
namespace="urn:iControl:ASM/Policy"
|
2854
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2855
|
+
</input>
|
2856
|
+
<output>
|
2857
|
+
<soap:body
|
2858
|
+
use="encoded"
|
2859
|
+
namespace="urn:iControl:ASM/Policy"
|
2860
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2861
|
+
</output>
|
2862
|
+
</operation>
|
2863
|
+
|
2864
|
+
<operation name="set_dos_ip_tps_increase_rate">
|
2865
|
+
<documentation>
|
2866
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2867
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2868
|
+
|
2869
|
+
Updates DoS Source IP-Based TPS increase rate.
|
2870
|
+
|
2871
|
+
</documentation>
|
2872
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2873
|
+
<input>
|
2874
|
+
<soap:body
|
2875
|
+
use="encoded"
|
2876
|
+
namespace="urn:iControl:ASM/Policy"
|
2877
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2878
|
+
</input>
|
2879
|
+
<output>
|
2880
|
+
<soap:body
|
2881
|
+
use="encoded"
|
2882
|
+
namespace="urn:iControl:ASM/Policy"
|
2883
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2884
|
+
</output>
|
2885
|
+
</operation>
|
2886
|
+
|
2887
|
+
<operation name="set_dos_ip_maximum_tps">
|
2888
|
+
<documentation>
|
2889
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2890
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2891
|
+
|
2892
|
+
Updates DoS Source IP-Based maximum TPS.
|
2893
|
+
|
2894
|
+
</documentation>
|
2895
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2896
|
+
<input>
|
2897
|
+
<soap:body
|
2898
|
+
use="encoded"
|
2899
|
+
namespace="urn:iControl:ASM/Policy"
|
2900
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2901
|
+
</input>
|
2902
|
+
<output>
|
2903
|
+
<soap:body
|
2904
|
+
use="encoded"
|
2905
|
+
namespace="urn:iControl:ASM/Policy"
|
2906
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2907
|
+
</output>
|
2908
|
+
</operation>
|
2909
|
+
|
2910
|
+
<operation name="set_dos_ip_minimum_tps">
|
2911
|
+
<documentation>
|
2912
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2913
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2914
|
+
|
2915
|
+
Updates DoS Source IP-Based minimum TPS.
|
2916
|
+
|
2917
|
+
</documentation>
|
2918
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2919
|
+
<input>
|
2920
|
+
<soap:body
|
2921
|
+
use="encoded"
|
2922
|
+
namespace="urn:iControl:ASM/Policy"
|
2923
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2924
|
+
</input>
|
2925
|
+
<output>
|
2926
|
+
<soap:body
|
2927
|
+
use="encoded"
|
2928
|
+
namespace="urn:iControl:ASM/Policy"
|
2929
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2930
|
+
</output>
|
2931
|
+
</operation>
|
2932
|
+
|
2933
|
+
<operation name="set_dos_url_tps_increase_rate">
|
2934
|
+
<documentation>
|
2935
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2936
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2937
|
+
|
2938
|
+
Updates DoS URL-Based TPS increase rate.
|
2939
|
+
|
2940
|
+
</documentation>
|
2941
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2942
|
+
<input>
|
2943
|
+
<soap:body
|
2944
|
+
use="encoded"
|
2945
|
+
namespace="urn:iControl:ASM/Policy"
|
2946
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2947
|
+
</input>
|
2948
|
+
<output>
|
2949
|
+
<soap:body
|
2950
|
+
use="encoded"
|
2951
|
+
namespace="urn:iControl:ASM/Policy"
|
2952
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2953
|
+
</output>
|
2954
|
+
</operation>
|
2955
|
+
|
2956
|
+
<operation name="set_dos_url_maximum_tps">
|
2957
|
+
<documentation>
|
2958
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2959
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2960
|
+
|
2961
|
+
Updates DoS URL-Based maximum TPS.
|
2962
|
+
|
2963
|
+
</documentation>
|
2964
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2965
|
+
<input>
|
2966
|
+
<soap:body
|
2967
|
+
use="encoded"
|
2968
|
+
namespace="urn:iControl:ASM/Policy"
|
2969
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2970
|
+
</input>
|
2971
|
+
<output>
|
2972
|
+
<soap:body
|
2973
|
+
use="encoded"
|
2974
|
+
namespace="urn:iControl:ASM/Policy"
|
2975
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2976
|
+
</output>
|
2977
|
+
</operation>
|
2978
|
+
|
2979
|
+
<operation name="set_dos_url_minimum_tps">
|
2980
|
+
<documentation>
|
2981
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
2982
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
2983
|
+
|
2984
|
+
Updates DoS URL-Based minimum TPS.
|
2985
|
+
|
2986
|
+
</documentation>
|
2987
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
2988
|
+
<input>
|
2989
|
+
<soap:body
|
2990
|
+
use="encoded"
|
2991
|
+
namespace="urn:iControl:ASM/Policy"
|
2992
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2993
|
+
</input>
|
2994
|
+
<output>
|
2995
|
+
<soap:body
|
2996
|
+
use="encoded"
|
2997
|
+
namespace="urn:iControl:ASM/Policy"
|
2998
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
2999
|
+
</output>
|
3000
|
+
</operation>
|
3001
|
+
|
3002
|
+
<operation name="set_dos_maximum_prevention_duration">
|
3003
|
+
<documentation>
|
3004
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
3005
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
3006
|
+
|
3007
|
+
Updates DoS maximum prevention duration.
|
3008
|
+
|
3009
|
+
</documentation>
|
3010
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3011
|
+
<input>
|
3012
|
+
<soap:body
|
3013
|
+
use="encoded"
|
3014
|
+
namespace="urn:iControl:ASM/Policy"
|
3015
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3016
|
+
</input>
|
3017
|
+
<output>
|
3018
|
+
<soap:body
|
3019
|
+
use="encoded"
|
3020
|
+
namespace="urn:iControl:ASM/Policy"
|
3021
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3022
|
+
</output>
|
3023
|
+
</operation>
|
3024
|
+
|
3025
|
+
<operation name="add_dos_white_ip">
|
3026
|
+
<documentation>
|
3027
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
3028
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
3029
|
+
|
3030
|
+
Adds DoS white IPs to the specified policy.
|
3031
|
+
|
3032
|
+
</documentation>
|
3033
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3034
|
+
<input>
|
3035
|
+
<soap:body
|
3036
|
+
use="encoded"
|
3037
|
+
namespace="urn:iControl:ASM/Policy"
|
3038
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3039
|
+
</input>
|
3040
|
+
<output>
|
3041
|
+
<soap:body
|
3042
|
+
use="encoded"
|
3043
|
+
namespace="urn:iControl:ASM/Policy"
|
3044
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3045
|
+
</output>
|
3046
|
+
</operation>
|
3047
|
+
|
3048
|
+
<operation name="remove_dos_white_ip">
|
3049
|
+
<documentation>
|
3050
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
3051
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
3052
|
+
|
3053
|
+
Removes DoS white IPs from the specified policy.
|
3054
|
+
|
3055
|
+
</documentation>
|
3056
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3057
|
+
<input>
|
3058
|
+
<soap:body
|
3059
|
+
use="encoded"
|
3060
|
+
namespace="urn:iControl:ASM/Policy"
|
3061
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3062
|
+
</input>
|
3063
|
+
<output>
|
3064
|
+
<soap:body
|
3065
|
+
use="encoded"
|
3066
|
+
namespace="urn:iControl:ASM/Policy"
|
3067
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3068
|
+
</output>
|
3069
|
+
</operation>
|
3070
|
+
|
3071
|
+
<operation name="get_dos">
|
3072
|
+
<documentation>
|
3073
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
3074
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
3075
|
+
|
3076
|
+
Get DoS settings.
|
3077
|
+
|
3078
|
+
</documentation>
|
3079
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3080
|
+
<input>
|
3081
|
+
<soap:body
|
3082
|
+
use="encoded"
|
3083
|
+
namespace="urn:iControl:ASM/Policy"
|
3084
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3085
|
+
</input>
|
3086
|
+
<output>
|
3087
|
+
<soap:body
|
3088
|
+
use="encoded"
|
3089
|
+
namespace="urn:iControl:ASM/Policy"
|
3090
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3091
|
+
</output>
|
3092
|
+
</operation>
|
3093
|
+
|
3094
|
+
<operation name="restore_dos_defaults">
|
3095
|
+
<documentation>
|
3096
|
+
This method has been deprecated. As of v11.3.0, there is separate DoS profile,
|
3097
|
+
which is assigned to VS, so DoS settings are not associated with ASM directly.
|
3098
|
+
|
3099
|
+
Resets DoS settings to defaults.
|
3100
|
+
|
3101
|
+
</documentation>
|
3102
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3103
|
+
<input>
|
3104
|
+
<soap:body
|
3105
|
+
use="encoded"
|
3106
|
+
namespace="urn:iControl:ASM/Policy"
|
3107
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3108
|
+
</input>
|
3109
|
+
<output>
|
3110
|
+
<soap:body
|
3111
|
+
use="encoded"
|
3112
|
+
namespace="urn:iControl:ASM/Policy"
|
3113
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3114
|
+
</output>
|
3115
|
+
</operation>
|
3116
|
+
|
3117
|
+
<operation name="set_disable_blocking_flag">
|
3118
|
+
<documentation>
|
3119
|
+
Updates blocking flag.
|
3120
|
+
|
3121
|
+
</documentation>
|
3122
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3123
|
+
<input>
|
3124
|
+
<soap:body
|
3125
|
+
use="encoded"
|
3126
|
+
namespace="urn:iControl:ASM/Policy"
|
3127
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3128
|
+
</input>
|
3129
|
+
<output>
|
3130
|
+
<soap:body
|
3131
|
+
use="encoded"
|
3132
|
+
namespace="urn:iControl:ASM/Policy"
|
3133
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3134
|
+
</output>
|
3135
|
+
</operation>
|
3136
|
+
|
3137
|
+
<operation name="set_prerequisite_expiration_period">
|
3138
|
+
<documentation>
|
3139
|
+
Updates prerequisite expiration period flag.
|
3140
|
+
|
3141
|
+
</documentation>
|
3142
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3143
|
+
<input>
|
3144
|
+
<soap:body
|
3145
|
+
use="encoded"
|
3146
|
+
namespace="urn:iControl:ASM/Policy"
|
3147
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3148
|
+
</input>
|
3149
|
+
<output>
|
3150
|
+
<soap:body
|
3151
|
+
use="encoded"
|
3152
|
+
namespace="urn:iControl:ASM/Policy"
|
3153
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3154
|
+
</output>
|
3155
|
+
</operation>
|
3156
|
+
|
3157
|
+
<operation name="get_disable_blocking_flag">
|
3158
|
+
<documentation>
|
3159
|
+
Get blocking flag.
|
3160
|
+
|
3161
|
+
</documentation>
|
3162
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3163
|
+
<input>
|
3164
|
+
<soap:body
|
3165
|
+
use="encoded"
|
3166
|
+
namespace="urn:iControl:ASM/Policy"
|
3167
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3168
|
+
</input>
|
3169
|
+
<output>
|
3170
|
+
<soap:body
|
3171
|
+
use="encoded"
|
3172
|
+
namespace="urn:iControl:ASM/Policy"
|
3173
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3174
|
+
</output>
|
3175
|
+
</operation>
|
3176
|
+
|
3177
|
+
<operation name="set_violation_flags">
|
3178
|
+
<documentation>
|
3179
|
+
Updates violation blocking flag.
|
3180
|
+
|
3181
|
+
</documentation>
|
3182
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3183
|
+
<input>
|
3184
|
+
<soap:body
|
3185
|
+
use="encoded"
|
3186
|
+
namespace="urn:iControl:ASM/Policy"
|
3187
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3188
|
+
</input>
|
3189
|
+
<output>
|
3190
|
+
<soap:body
|
3191
|
+
use="encoded"
|
3192
|
+
namespace="urn:iControl:ASM/Policy"
|
3193
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3194
|
+
</output>
|
3195
|
+
</operation>
|
3196
|
+
|
3197
|
+
<operation name="get_violation_flags">
|
3198
|
+
<documentation>
|
3199
|
+
Gets violation blocking flag.
|
3200
|
+
|
3201
|
+
</documentation>
|
3202
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3203
|
+
<input>
|
3204
|
+
<soap:body
|
3205
|
+
use="encoded"
|
3206
|
+
namespace="urn:iControl:ASM/Policy"
|
3207
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3208
|
+
</input>
|
3209
|
+
<output>
|
3210
|
+
<soap:body
|
3211
|
+
use="encoded"
|
3212
|
+
namespace="urn:iControl:ASM/Policy"
|
3213
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3214
|
+
</output>
|
3215
|
+
</operation>
|
3216
|
+
|
3217
|
+
<operation name="import_policy">
|
3218
|
+
<documentation>
|
3219
|
+
Import Policy as inactive.
|
3220
|
+
|
3221
|
+
Before calling import_policy, upload_policy should be done.
|
3222
|
+
Once the policy is completely uploaded, you can import it.
|
3223
|
+
|
3224
|
+
</documentation>
|
3225
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3226
|
+
<input>
|
3227
|
+
<soap:body
|
3228
|
+
use="encoded"
|
3229
|
+
namespace="urn:iControl:ASM/Policy"
|
3230
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3231
|
+
</input>
|
3232
|
+
<output>
|
3233
|
+
<soap:body
|
3234
|
+
use="encoded"
|
3235
|
+
namespace="urn:iControl:ASM/Policy"
|
3236
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3237
|
+
</output>
|
3238
|
+
</operation>
|
3239
|
+
|
3240
|
+
<operation name="export_policy">
|
3241
|
+
<documentation>
|
3242
|
+
Export Policy
|
3243
|
+
The export_policy method exports the policy specified in parameter policy_name
|
3244
|
+
and writes the file to the device's local disk. The policy is saved in a binary format.
|
3245
|
+
This method is typically followed by a call to download_policy which gets this full path
|
3246
|
+
filename as a parameter.
|
3247
|
+
|
3248
|
+
</documentation>
|
3249
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3250
|
+
<input>
|
3251
|
+
<soap:body
|
3252
|
+
use="encoded"
|
3253
|
+
namespace="urn:iControl:ASM/Policy"
|
3254
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3255
|
+
</input>
|
3256
|
+
<output>
|
3257
|
+
<soap:body
|
3258
|
+
use="encoded"
|
3259
|
+
namespace="urn:iControl:ASM/Policy"
|
3260
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3261
|
+
</output>
|
3262
|
+
</operation>
|
3263
|
+
|
3264
|
+
<operation name="export_policy_xml">
|
3265
|
+
<documentation>
|
3266
|
+
Export Human Readable Policy
|
3267
|
+
The export_policy_xml method exports the policy specified in parameter policy_name
|
3268
|
+
and writes the file to the device's local disk. The policy is saved in an XML format.
|
3269
|
+
This method is typically followed by a call to download_policy which gets this full path
|
3270
|
+
filename as a parameter.
|
3271
|
+
|
3272
|
+
</documentation>
|
3273
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3274
|
+
<input>
|
3275
|
+
<soap:body
|
3276
|
+
use="encoded"
|
3277
|
+
namespace="urn:iControl:ASM/Policy"
|
3278
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3279
|
+
</input>
|
3280
|
+
<output>
|
3281
|
+
<soap:body
|
3282
|
+
use="encoded"
|
3283
|
+
namespace="urn:iControl:ASM/Policy"
|
3284
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3285
|
+
</output>
|
3286
|
+
</operation>
|
3287
|
+
|
3288
|
+
<operation name="download_policy">
|
3289
|
+
<documentation>
|
3290
|
+
Downloads the policy from the device.
|
3291
|
+
The download_policy is typically called after having called to export_policy.
|
3292
|
+
The parameter policy_name must be the same as used during export_policy.
|
3293
|
+
The file is downloaded in chunks. Each chunk should be concatenated to the previous one
|
3294
|
+
on the client side.
|
3295
|
+
The return value has two fields:
|
3296
|
+
- file_data: The relevant part of the content of the file
|
3297
|
+
- chunk_type: Indicates the current chunk whether it is the first, middle, last chunk
|
3298
|
+
or the current call includes the entire file.
|
3299
|
+
|
3300
|
+
|
3301
|
+
</documentation>
|
3302
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3303
|
+
<input>
|
3304
|
+
<soap:body
|
3305
|
+
use="encoded"
|
3306
|
+
namespace="urn:iControl:ASM/Policy"
|
3307
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3308
|
+
</input>
|
3309
|
+
<output>
|
3310
|
+
<soap:body
|
3311
|
+
use="encoded"
|
3312
|
+
namespace="urn:iControl:ASM/Policy"
|
3313
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3314
|
+
</output>
|
3315
|
+
</operation>
|
3316
|
+
|
3317
|
+
<operation name="upload_policy">
|
3318
|
+
<documentation>
|
3319
|
+
Uploads the policy to the device.
|
3320
|
+
In order to import a policy two things have to be done in this order
|
3321
|
+
- call upload_policy
|
3322
|
+
- call import_policy
|
3323
|
+
upload_policy uploads the policy to the device to /var/tmp/ directory.
|
3324
|
+
The filename is the name of the policy given in policy_name.
|
3325
|
+
If the policy is big, it should be uploaded in chunks using a loop on the client side.
|
3326
|
+
|
3327
|
+
</documentation>
|
3328
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3329
|
+
<input>
|
3330
|
+
<soap:body
|
3331
|
+
use="encoded"
|
3332
|
+
namespace="urn:iControl:ASM/Policy"
|
3333
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3334
|
+
</input>
|
3335
|
+
<output>
|
3336
|
+
<soap:body
|
3337
|
+
use="encoded"
|
3338
|
+
namespace="urn:iControl:ASM/Policy"
|
3339
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3340
|
+
</output>
|
3341
|
+
</operation>
|
3342
|
+
|
3343
|
+
<operation name="get_version">
|
3344
|
+
<documentation>
|
3345
|
+
Gets the version information for this interface.
|
3346
|
+
|
3347
|
+
|
3348
|
+
</documentation>
|
3349
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3350
|
+
<input>
|
3351
|
+
<soap:body
|
3352
|
+
use="encoded"
|
3353
|
+
namespace="urn:iControl:ASM/Policy"
|
3354
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3355
|
+
</input>
|
3356
|
+
<output>
|
3357
|
+
<soap:body
|
3358
|
+
use="encoded"
|
3359
|
+
namespace="urn:iControl:ASM/Policy"
|
3360
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3361
|
+
</output>
|
3362
|
+
</operation>
|
3363
|
+
|
3364
|
+
<operation name="set_dynamic_sessions_in_url">
|
3365
|
+
<documentation>
|
3366
|
+
Set the "dynamic sessions in URL" for the specified policies.
|
3367
|
+
|
3368
|
+
</documentation>
|
3369
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3370
|
+
<input>
|
3371
|
+
<soap:body
|
3372
|
+
use="encoded"
|
3373
|
+
namespace="urn:iControl:ASM/Policy"
|
3374
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3375
|
+
</input>
|
3376
|
+
<output>
|
3377
|
+
<soap:body
|
3378
|
+
use="encoded"
|
3379
|
+
namespace="urn:iControl:ASM/Policy"
|
3380
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3381
|
+
</output>
|
3382
|
+
</operation>
|
3383
|
+
|
3384
|
+
<operation name="get_dynamic_sessions_in_url">
|
3385
|
+
<documentation>
|
3386
|
+
Get the "dynamic sessions in URL" for the specified policies.
|
3387
|
+
|
3388
|
+
</documentation>
|
3389
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3390
|
+
<input>
|
3391
|
+
<soap:body
|
3392
|
+
use="encoded"
|
3393
|
+
namespace="urn:iControl:ASM/Policy"
|
3394
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3395
|
+
</input>
|
3396
|
+
<output>
|
3397
|
+
<soap:body
|
3398
|
+
use="encoded"
|
3399
|
+
namespace="urn:iControl:ASM/Policy"
|
3400
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3401
|
+
</output>
|
3402
|
+
</operation>
|
3403
|
+
|
3404
|
+
<operation name="upload_xml_profile_wsdl">
|
3405
|
+
<documentation>
|
3406
|
+
Uploads the the wsdl and attaches it to a specific xml profile of a policy.
|
3407
|
+
|
3408
|
+
</documentation>
|
3409
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3410
|
+
<input>
|
3411
|
+
<soap:body
|
3412
|
+
use="encoded"
|
3413
|
+
namespace="urn:iControl:ASM/Policy"
|
3414
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3415
|
+
</input>
|
3416
|
+
<output>
|
3417
|
+
<soap:body
|
3418
|
+
use="encoded"
|
3419
|
+
namespace="urn:iControl:ASM/Policy"
|
3420
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3421
|
+
</output>
|
3422
|
+
</operation>
|
3423
|
+
|
3424
|
+
<operation name="add_predictable_resource_location">
|
3425
|
+
<documentation>
|
3426
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure predictable resource location.
|
3427
|
+
|
3428
|
+
Add predictable resource location
|
3429
|
+
|
3430
|
+
</documentation>
|
3431
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3432
|
+
<input>
|
3433
|
+
<soap:body
|
3434
|
+
use="encoded"
|
3435
|
+
namespace="urn:iControl:ASM/Policy"
|
3436
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3437
|
+
</input>
|
3438
|
+
<output>
|
3439
|
+
<soap:body
|
3440
|
+
use="encoded"
|
3441
|
+
namespace="urn:iControl:ASM/Policy"
|
3442
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3443
|
+
</output>
|
3444
|
+
</operation>
|
3445
|
+
|
3446
|
+
<operation name="set_path_traversal">
|
3447
|
+
<documentation>
|
3448
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure path traversal.
|
3449
|
+
|
3450
|
+
Set path traversal
|
3451
|
+
|
3452
|
+
</documentation>
|
3453
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3454
|
+
<input>
|
3455
|
+
<soap:body
|
3456
|
+
use="encoded"
|
3457
|
+
namespace="urn:iControl:ASM/Policy"
|
3458
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3459
|
+
</input>
|
3460
|
+
<output>
|
3461
|
+
<soap:body
|
3462
|
+
use="encoded"
|
3463
|
+
namespace="urn:iControl:ASM/Policy"
|
3464
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3465
|
+
</output>
|
3466
|
+
</operation>
|
3467
|
+
|
3468
|
+
<operation name="set_http_response_splitting">
|
3469
|
+
<documentation>
|
3470
|
+
This method is deprecated, please use WhiteHat Sentinel Vulnerabilities page in ASM GUI to configure response splitting.
|
3471
|
+
|
3472
|
+
Set HTTP response splitting
|
3473
|
+
|
3474
|
+
</documentation>
|
3475
|
+
<soap:operation soapAction="urn:iControl:ASM/Policy"/>
|
3476
|
+
<input>
|
3477
|
+
<soap:body
|
3478
|
+
use="encoded"
|
3479
|
+
namespace="urn:iControl:ASM/Policy"
|
3480
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3481
|
+
</input>
|
3482
|
+
<output>
|
3483
|
+
<soap:body
|
3484
|
+
use="encoded"
|
3485
|
+
namespace="urn:iControl:ASM/Policy"
|
3486
|
+
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
3487
|
+
</output>
|
3488
|
+
</operation>
|
3489
|
+
</binding>
|
3490
|
+
|
3491
|
+
<!-- service -->
|
3492
|
+
|
3493
|
+
<service name="ASM.Policy">
|
3494
|
+
<documentation>
|
3495
|
+
The Policy interface enables you to manipulate a policy.
|
3496
|
+
|
3497
|
+
This interface does not support transactions.
|
3498
|
+
|
3499
|
+
</documentation>
|
3500
|
+
<port name="ASM.PolicyPort" binding="tns:ASM.PolicyBinding">
|
3501
|
+
<soap:address location="https://url_to_service"/>
|
3502
|
+
</port>
|
3503
|
+
</service>
|
3504
|
+
</definitions>
|