f5-icontrol 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (253) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +18 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +4 -0
  5. data/LICENSE +9 -0
  6. data/LICENSE.txt +22 -0
  7. data/README.md +55 -0
  8. data/Rakefile +7 -0
  9. data/bin/f5 +6 -0
  10. data/f5-icontrol.gemspec +30 -0
  11. data/lib/f5/cli/application.rb +102 -0
  12. data/lib/f5/cli/config.rb +21 -0
  13. data/lib/f5/icontrol.rb +40 -0
  14. data/lib/f5/icontrol/local_lb/node_address_v2.rb +27 -0
  15. data/lib/f5/icontrol/local_lb/pool.rb +27 -0
  16. data/lib/f5/icontrol/system/system_info.rb +27 -0
  17. data/lib/f5/icontrol/version.rb +5 -0
  18. data/lib/wsdl/ASM.LoggingProfile.wsdl +1467 -0
  19. data/lib/wsdl/ASM.ObjectParams.wsdl +198 -0
  20. data/lib/wsdl/ASM.PSMProfile.wsdl +228 -0
  21. data/lib/wsdl/ASM.Policy.wsdl +3504 -0
  22. data/lib/wsdl/ASM.PolicyGroup.wsdl +389 -0
  23. data/lib/wsdl/ASM.SystemConfiguration.wsdl +730 -0
  24. data/lib/wsdl/ASM.WebApplication.wsdl +1138 -0
  25. data/lib/wsdl/ASM.WebApplicationGroup.wsdl +393 -0
  26. data/lib/wsdl/Classification.Application.wsdl +517 -0
  27. data/lib/wsdl/Classification.Category.wsdl +519 -0
  28. data/lib/wsdl/Classification.SignatureDefinition.wsdl +541 -0
  29. data/lib/wsdl/Classification.SignatureUpdateSchedule.wsdl +382 -0
  30. data/lib/wsdl/Classification.SignatureVersion.wsdl +233 -0
  31. data/lib/wsdl/GlobalLB.Application.wsdl +963 -0
  32. data/lib/wsdl/GlobalLB.DNSSECKey.wsdl +1642 -0
  33. data/lib/wsdl/GlobalLB.DNSSECZone.wsdl +825 -0
  34. data/lib/wsdl/GlobalLB.DataCenter.wsdl +7144 -0
  35. data/lib/wsdl/GlobalLB.Globals.wsdl +5513 -0
  36. data/lib/wsdl/GlobalLB.Link.wsdl +7654 -0
  37. data/lib/wsdl/GlobalLB.Monitor.wsdl +2228 -0
  38. data/lib/wsdl/GlobalLB.Pool.wsdl +9949 -0
  39. data/lib/wsdl/GlobalLB.PoolMember.wsdl +6939 -0
  40. data/lib/wsdl/GlobalLB.ProberPool.wsdl +7026 -0
  41. data/lib/wsdl/GlobalLB.Region.wsdl +560 -0
  42. data/lib/wsdl/GlobalLB.Rule.wsdl +6632 -0
  43. data/lib/wsdl/GlobalLB.Server.wsdl +8234 -0
  44. data/lib/wsdl/GlobalLB.Topology.wsdl +548 -0
  45. data/lib/wsdl/GlobalLB.VirtualServer.wsdl +6916 -0
  46. data/lib/wsdl/GlobalLB.VirtualServerV2.wsdl +7016 -0
  47. data/lib/wsdl/GlobalLB.WideIP.wsdl +8154 -0
  48. data/lib/wsdl/LTConfig.Class.wsdl +656 -0
  49. data/lib/wsdl/LTConfig.Field.wsdl +679 -0
  50. data/lib/wsdl/LocalLB.Class.wsdl +2153 -0
  51. data/lib/wsdl/LocalLB.DNSCache.wsdl +8380 -0
  52. data/lib/wsdl/LocalLB.DNSExpress.wsdl +6972 -0
  53. data/lib/wsdl/LocalLB.DNSGlobals.wsdl +457 -0
  54. data/lib/wsdl/LocalLB.DataGroupFile.wsdl +971 -0
  55. data/lib/wsdl/LocalLB.LSNPool.wsdl +7461 -0
  56. data/lib/wsdl/LocalLB.Monitor.wsdl +2214 -0
  57. data/lib/wsdl/LocalLB.NAT.wsdl +6413 -0
  58. data/lib/wsdl/LocalLB.NATV2.wsdl +6748 -0
  59. data/lib/wsdl/LocalLB.NodeAddress.wsdl +7143 -0
  60. data/lib/wsdl/LocalLB.NodeAddressV2.wsdl +7754 -0
  61. data/lib/wsdl/LocalLB.Pool.wsdl +11328 -0
  62. data/lib/wsdl/LocalLB.PoolMember.wsdl +7156 -0
  63. data/lib/wsdl/LocalLB.ProfileAnalytics.wsdl +5756 -0
  64. data/lib/wsdl/LocalLB.ProfileAuth.wsdl +6957 -0
  65. data/lib/wsdl/LocalLB.ProfileClassification.wsdl +370 -0
  66. data/lib/wsdl/LocalLB.ProfileClientSSL.wsdl +10232 -0
  67. data/lib/wsdl/LocalLB.ProfileDNS.wsdl +7723 -0
  68. data/lib/wsdl/LocalLB.ProfileDNSLogging.wsdl +852 -0
  69. data/lib/wsdl/LocalLB.ProfileDiameter.wsdl +8070 -0
  70. data/lib/wsdl/LocalLB.ProfileDiameterEndpoint.wsdl +7199 -0
  71. data/lib/wsdl/LocalLB.ProfileFTP.wsdl +6564 -0
  72. data/lib/wsdl/LocalLB.ProfileFastHttp.wsdl +7944 -0
  73. data/lib/wsdl/LocalLB.ProfileFastL4.wsdl +8235 -0
  74. data/lib/wsdl/LocalLB.ProfileHttp.wsdl +12256 -0
  75. data/lib/wsdl/LocalLB.ProfileHttpClass.wsdl +7414 -0
  76. data/lib/wsdl/LocalLB.ProfileHttpCompression.wsdl +8166 -0
  77. data/lib/wsdl/LocalLB.ProfileICAP.wsdl +6917 -0
  78. data/lib/wsdl/LocalLB.ProfileIIOP.wsdl +6726 -0
  79. data/lib/wsdl/LocalLB.ProfileOneConnect.wsdl +6784 -0
  80. data/lib/wsdl/LocalLB.ProfilePersistence.wsdl +2740 -0
  81. data/lib/wsdl/LocalLB.ProfileRADIUS.wsdl +6696 -0
  82. data/lib/wsdl/LocalLB.ProfileRTSP.wsdl +7424 -0
  83. data/lib/wsdl/LocalLB.ProfileRequestAdapt.wsdl +7041 -0
  84. data/lib/wsdl/LocalLB.ProfileRequestLogging.wsdl +2042 -0
  85. data/lib/wsdl/LocalLB.ProfileResponseAdapt.wsdl +7041 -0
  86. data/lib/wsdl/LocalLB.ProfileSCTP.wsdl +7887 -0
  87. data/lib/wsdl/LocalLB.ProfileSIP.wsdl +7866 -0
  88. data/lib/wsdl/LocalLB.ProfileSPDY.wsdl +7489 -0
  89. data/lib/wsdl/LocalLB.ProfileSPM.wsdl +953 -0
  90. data/lib/wsdl/LocalLB.ProfileServerSSL.wsdl +9566 -0
  91. data/lib/wsdl/LocalLB.ProfileStream.wsdl +6561 -0
  92. data/lib/wsdl/LocalLB.ProfileTCP.wsdl +9869 -0
  93. data/lib/wsdl/LocalLB.ProfileUDP.wsdl +6948 -0
  94. data/lib/wsdl/LocalLB.ProfileUserStatistic.wsdl +916 -0
  95. data/lib/wsdl/LocalLB.ProfileWebAcceleration.wsdl +8213 -0
  96. data/lib/wsdl/LocalLB.ProfileXML.wsdl +7022 -0
  97. data/lib/wsdl/LocalLB.RAMCacheInformation.wsdl +372 -0
  98. data/lib/wsdl/LocalLB.RateClass.wsdl +9480 -0
  99. data/lib/wsdl/LocalLB.Rule.wsdl +7033 -0
  100. data/lib/wsdl/LocalLB.SNAT.wsdl +7262 -0
  101. data/lib/wsdl/LocalLB.SNATPool.wsdl +6606 -0
  102. data/lib/wsdl/LocalLB.SNATPoolMember.wsdl +5960 -0
  103. data/lib/wsdl/LocalLB.SNATTranslationAddress.wsdl +6599 -0
  104. data/lib/wsdl/LocalLB.SNATTranslationAddressV2.wsdl +6760 -0
  105. data/lib/wsdl/LocalLB.VirtualAddress.wsdl +6676 -0
  106. data/lib/wsdl/LocalLB.VirtualAddressV2.wsdl +7539 -0
  107. data/lib/wsdl/LocalLB.VirtualServer.wsdl +14758 -0
  108. data/lib/wsdl/LocalLB.iFile.wsdl +302 -0
  109. data/lib/wsdl/LocalLB.iFileFile.wsdl +712 -0
  110. data/lib/wsdl/Log.DestinationArcSight.wsdl +377 -0
  111. data/lib/wsdl/Log.DestinationLocalSyslog.wsdl +469 -0
  112. data/lib/wsdl/Log.DestinationRemoteHighSpeedLog.wsdl +486 -0
  113. data/lib/wsdl/Log.DestinationRemoteSyslog.wsdl +751 -0
  114. data/lib/wsdl/Log.DestinationSplunk.wsdl +377 -0
  115. data/lib/wsdl/Log.Filter.wsdl +1175 -0
  116. data/lib/wsdl/Log.Publisher.wsdl +448 -0
  117. data/lib/wsdl/Management.ApplicationPresentationScript.wsdl +698 -0
  118. data/lib/wsdl/Management.ApplicationService.wsdl +1804 -0
  119. data/lib/wsdl/Management.ApplicationTemplate.wsdl +1323 -0
  120. data/lib/wsdl/Management.CCLDAPConfiguration.wsdl +1637 -0
  121. data/lib/wsdl/Management.CLIScript.wsdl +684 -0
  122. data/lib/wsdl/Management.CRLDPConfiguration.wsdl +763 -0
  123. data/lib/wsdl/Management.CRLDPServer.wsdl +626 -0
  124. data/lib/wsdl/Management.CertLDAPConfiguration.wsdl +2453 -0
  125. data/lib/wsdl/Management.ChangeControl.wsdl +735 -0
  126. data/lib/wsdl/Management.DBVariable.wsdl +352 -0
  127. data/lib/wsdl/Management.Device.wsdl +1697 -0
  128. data/lib/wsdl/Management.DeviceGroup.wsdl +1241 -0
  129. data/lib/wsdl/Management.EM.wsdl +456 -0
  130. data/lib/wsdl/Management.EventNotification.wsdl +1031 -0
  131. data/lib/wsdl/Management.EventSubscription.wsdl +1542 -0
  132. data/lib/wsdl/Management.FeatureModule.wsdl +424 -0
  133. data/lib/wsdl/Management.Folder.wsdl +635 -0
  134. data/lib/wsdl/Management.Globals.wsdl +166 -0
  135. data/lib/wsdl/Management.KeyCertificate.wsdl +2027 -0
  136. data/lib/wsdl/Management.LDAPConfiguration.wsdl +2645 -0
  137. data/lib/wsdl/Management.LicenseAdministration.wsdl +906 -0
  138. data/lib/wsdl/Management.Named.wsdl +740 -0
  139. data/lib/wsdl/Management.OCSPConfiguration.wsdl +447 -0
  140. data/lib/wsdl/Management.OCSPResponder.wsdl +2370 -0
  141. data/lib/wsdl/Management.Partition.wsdl +545 -0
  142. data/lib/wsdl/Management.Provision.wsdl +743 -0
  143. data/lib/wsdl/Management.RADIUSConfiguration.wsdl +951 -0
  144. data/lib/wsdl/Management.RADIUSServer.wsdl +602 -0
  145. data/lib/wsdl/Management.ResourceRecord.wsdl +2168 -0
  146. data/lib/wsdl/Management.SFlowDataSource.wsdl +776 -0
  147. data/lib/wsdl/Management.SFlowGlobals.wsdl +826 -0
  148. data/lib/wsdl/Management.SFlowReceiver.wsdl +694 -0
  149. data/lib/wsdl/Management.SMTPConfiguration.wsdl +854 -0
  150. data/lib/wsdl/Management.SNMPConfiguration.wsdl +4672 -0
  151. data/lib/wsdl/Management.TACACSConfiguration.wsdl +943 -0
  152. data/lib/wsdl/Management.TMOSModule.wsdl +309 -0
  153. data/lib/wsdl/Management.TrafficGroup.wsdl +953 -0
  154. data/lib/wsdl/Management.Trust.wsdl +703 -0
  155. data/lib/wsdl/Management.UserManagement.wsdl +1693 -0
  156. data/lib/wsdl/Management.View.wsdl +381 -0
  157. data/lib/wsdl/Management.Zone.wsdl +528 -0
  158. data/lib/wsdl/Management.ZoneRunner.wsdl +206 -0
  159. data/lib/wsdl/Networking.ARP.wsdl +776 -0
  160. data/lib/wsdl/Networking.AdminIP.wsdl +864 -0
  161. data/lib/wsdl/Networking.BWControllerPolicy.wsdl +1107 -0
  162. data/lib/wsdl/Networking.IPsecIkeDaemon.wsdl +368 -0
  163. data/lib/wsdl/Networking.IPsecIkePeer.wsdl +2701 -0
  164. data/lib/wsdl/Networking.IPsecManualSecurityAssociation.wsdl +1146 -0
  165. data/lib/wsdl/Networking.IPsecPolicy.wsdl +1380 -0
  166. data/lib/wsdl/Networking.IPsecTrafficSelector.wsdl +1104 -0
  167. data/lib/wsdl/Networking.Interfaces.wsdl +8359 -0
  168. data/lib/wsdl/Networking.LLDPGlobals.wsdl +590 -0
  169. data/lib/wsdl/Networking.PacketFilter.wsdl +6728 -0
  170. data/lib/wsdl/Networking.PacketFilterGlobals.wsdl +926 -0
  171. data/lib/wsdl/Networking.PortMirror.wsdl +373 -0
  172. data/lib/wsdl/Networking.ProfileFEC.wsdl +1350 -0
  173. data/lib/wsdl/Networking.ProfileGRE.wsdl +645 -0
  174. data/lib/wsdl/Networking.ProfileIPIP.wsdl +695 -0
  175. data/lib/wsdl/Networking.ProfileVXLAN.wsdl +563 -0
  176. data/lib/wsdl/Networking.ProfileWCCPGRE.wsdl +841 -0
  177. data/lib/wsdl/Networking.RouteDomain.wsdl +646 -0
  178. data/lib/wsdl/Networking.RouteDomainV2.wsdl +10056 -0
  179. data/lib/wsdl/Networking.RouteTable.wsdl +1209 -0
  180. data/lib/wsdl/Networking.RouteTableV2.wsdl +1531 -0
  181. data/lib/wsdl/Networking.RouterAdvertisement.wsdl +1067 -0
  182. data/lib/wsdl/Networking.STPGlobals.wsdl +796 -0
  183. data/lib/wsdl/Networking.STPInstance.wsdl +1147 -0
  184. data/lib/wsdl/Networking.STPInstanceV2.wsdl +1232 -0
  185. data/lib/wsdl/Networking.SelfIP.wsdl +557 -0
  186. data/lib/wsdl/Networking.SelfIPPortLockdown.wsdl +421 -0
  187. data/lib/wsdl/Networking.SelfIPV2.wsdl +10077 -0
  188. data/lib/wsdl/Networking.Trunk.wsdl +7133 -0
  189. data/lib/wsdl/Networking.Tunnel.wsdl +1354 -0
  190. data/lib/wsdl/Networking.VLAN.wsdl +2215 -0
  191. data/lib/wsdl/Networking.VLANGroup.wsdl +1441 -0
  192. data/lib/wsdl/Networking.iSessionAdvertisedRoute.wsdl +491 -0
  193. data/lib/wsdl/Networking.iSessionAdvertisedRouteV2.wsdl +619 -0
  194. data/lib/wsdl/Networking.iSessionDatastor.wsdl +459 -0
  195. data/lib/wsdl/Networking.iSessionDeduplication.wsdl +401 -0
  196. data/lib/wsdl/Networking.iSessionLocalInterface.wsdl +922 -0
  197. data/lib/wsdl/Networking.iSessionPeerDiscovery.wsdl +818 -0
  198. data/lib/wsdl/Networking.iSessionRemoteInterface.wsdl +1100 -0
  199. data/lib/wsdl/Networking.iSessionRemoteInterfaceV2.wsdl +1307 -0
  200. data/lib/wsdl/PEM.FormatScript.wsdl +542 -0
  201. data/lib/wsdl/PEM.ForwardingEndpoint.wsdl +849 -0
  202. data/lib/wsdl/PEM.InterceptionEndpoint.wsdl +414 -0
  203. data/lib/wsdl/PEM.Listener.wsdl +495 -0
  204. data/lib/wsdl/PEM.Policy.wsdl +4097 -0
  205. data/lib/wsdl/PEM.ServiceChainEndpoint.wsdl +762 -0
  206. data/lib/wsdl/PEM.Subscriber.wsdl +6527 -0
  207. data/lib/wsdl/Security.DoSDevice.wsdl +6670 -0
  208. data/lib/wsdl/Security.FirewallAddressList.wsdl +542 -0
  209. data/lib/wsdl/Security.FirewallGlobalAdminIPRuleList.wsdl +8891 -0
  210. data/lib/wsdl/Security.FirewallGlobalRuleList.wsdl +9171 -0
  211. data/lib/wsdl/Security.FirewallPolicy.wsdl +9355 -0
  212. data/lib/wsdl/Security.FirewallPortList.wsdl +544 -0
  213. data/lib/wsdl/Security.FirewallRuleList.wsdl +3360 -0
  214. data/lib/wsdl/Security.FirewallWeeklySchedule.wsdl +825 -0
  215. data/lib/wsdl/Security.LogProfile.wsdl +6927 -0
  216. data/lib/wsdl/Security.ProfileDNSSecurity.wsdl +6881 -0
  217. data/lib/wsdl/Security.ProfileDoS.wsdl +10389 -0
  218. data/lib/wsdl/Security.ProfileIPIntelligence.wsdl +7154 -0
  219. data/lib/wsdl/System.CertificateRevocationListFile.wsdl +840 -0
  220. data/lib/wsdl/System.Cluster.wsdl +956 -0
  221. data/lib/wsdl/System.ConfigSync.wsdl +1289 -0
  222. data/lib/wsdl/System.Connections.wsdl +497 -0
  223. data/lib/wsdl/System.Disk.wsdl +1442 -0
  224. data/lib/wsdl/System.ExternalMonitorFile.wsdl +834 -0
  225. data/lib/wsdl/System.Failover.wsdl +539 -0
  226. data/lib/wsdl/System.GeoIP.wsdl +181 -0
  227. data/lib/wsdl/System.HAGroup.wsdl +1983 -0
  228. data/lib/wsdl/System.HAStatus.wsdl +695 -0
  229. data/lib/wsdl/System.Inet.wsdl +438 -0
  230. data/lib/wsdl/System.Internal.wsdl +279 -0
  231. data/lib/wsdl/System.PerformanceSFlow.wsdl +722 -0
  232. data/lib/wsdl/System.Services.wsdl +1054 -0
  233. data/lib/wsdl/System.Session.wsdl +1023 -0
  234. data/lib/wsdl/System.SoftwareManagement.wsdl +1073 -0
  235. data/lib/wsdl/System.Statistics.wsdl +9469 -0
  236. data/lib/wsdl/System.SystemInfo.wsdl +7493 -0
  237. data/lib/wsdl/System.VCMP.wsdl +7766 -0
  238. data/lib/wsdl/WebAccelerator.Applications.wsdl +7765 -0
  239. data/lib/wsdl/WebAccelerator.Policies.wsdl +570 -0
  240. data/lib/wsdl/WebAccelerator.ProxyMessage.wsdl +157 -0
  241. data/lib/wsdl/iCall.PeriodicHandler.wsdl +751 -0
  242. data/lib/wsdl/iCall.PerpetualHandler.wsdl +1081 -0
  243. data/lib/wsdl/iCall.Script.wsdl +372 -0
  244. data/lib/wsdl/iCall.TriggeredHandler.wsdl +1071 -0
  245. data/metadata +323 -0
  246. data/spec/cassettes/F5_Icontrol_LocalLB_Pool/creates_a_pool.yml +49 -0
  247. data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_something_with_a_complex_return_type_and_input.yml +49 -0
  248. data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_uptime.yml +96 -0
  249. data/spec/cassettes/F5_Icontrol_System_SystemInfo/retrieves_the_version.yml +99 -0
  250. data/spec/models/local_lb/pool_spec.rb +26 -0
  251. data/spec/models/system/system_info_spec.rb +31 -0
  252. data/spec/spec_helper.rb +13 -0
  253. metadata +415 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4143c0067275a825855e9ed7f643dbe436211b0c
4
+ data.tar.gz: b57ff13717e9655439b77786c7624fe61a67bc40
5
+ SHA512:
6
+ metadata.gz: 313308ef6ea173ec9dcff2e41cd80dfa167a64c9bec8582734d321ca041988137df14c15b3ec533c47f81486b608740d6ca5b8b28a2d7a9beccf57cc943ffdbb
7
+ data.tar.gz: aa81593ad8b3d183ad2435afee36b5baaee34f12f6a2f9a04bf68ea008c6bd257b12298fa3568c2230b10e2ade1a57da017ce7feab50c1b42886985d0e5fd462
data/.gitignore ADDED
@@ -0,0 +1,18 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ Gemfile.lock
7
+ InstalledFiles
8
+ _yardoc
9
+ coverage
10
+ doc/
11
+ lib/bundler/man
12
+ pkg
13
+ rdoc
14
+ spec/reports
15
+ test/tmp
16
+ test/version_tmp
17
+ tmp
18
+ *.swp
data/.travis.yml ADDED
@@ -0,0 +1,5 @@
1
+ language: ruby
2
+ rvm:
3
+ - 2.1.0
4
+ - 2.0.0
5
+ - 1.9.3
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in f5-icontrol.gemspec
4
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,9 @@
1
+ The contents of this package are subject to the "END USER LICENSE AGREEMENT FOR F5 Software Development Kit for iControl"; you may not use this file except in compliance with the License. The License is included in the iControl Software Development Kit.
2
+
3
+ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License.
4
+
5
+ The Original Code is iControl Code and related documentation distributed by F5.
6
+
7
+ The Initial Developer of the Original Code is F5 Networks, Inc. Seattle, WA, USA. Portions created by F5 are Copyright (C) 1996-2004 F5 Networks, Inc. All Rights Reserved. iControl (TM) is a registered trademark of F5 Networks, Inc.
8
+
9
+ Alternatively, the contents of this file may be used under the terms of the GNU General Public License (the "GPL"), in which case the provisions of GPL are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the GPL and not to allow others to use your version of this file under the License, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the GPL. If you do not delete the provisions above, a recipient may use your version of this file under either the License or the GPL.
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 Sean Walberg
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,55 @@
1
+ # F5::Icontrol
2
+
3
+ [![Build Status](https://travis-ci.org/swalberg/f5-icontrol.svg?branch=master)](https://travis-ci.org/swalberg/f5-icontrol)
4
+
5
+ This is the F5-control gem. If you have an F5, it can use the iControl SOAP interface to automate things
6
+
7
+ This is not the official library. That one is [here](https://devcentral.f5.com/d/icontrol-ruby-library). This copy is without warranty. Heck, it probably doesn't even work.
8
+
9
+ I originally set out to improve the official one:
10
+
11
+ * Improve testing using rspec and vcr
12
+ * Convert to a supported SOAP parser, such as savon
13
+ * Support Ruby 2.0.0 and 2.1.0
14
+ * Make the interface to the library more Ruby-esque
15
+
16
+ But given the original one was pretty straightforward I decided to start over.
17
+
18
+ ## Installation
19
+
20
+ Add this line to your application's Gemfile:
21
+
22
+ gem 'f5-icontrol'
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install f5-icontrol
31
+
32
+ ## Usage
33
+
34
+ See examples subdir.
35
+
36
+ ## CLI
37
+
38
+ There's a command line version that's still being roughed out. You'll need a `~/.f5.yml` file containing your login information:
39
+
40
+ ```
41
+ host: foo.bar.com
42
+ username: admin
43
+ password: abc123
44
+ ```
45
+
46
+ Then run `f5` and it'll provide help
47
+
48
+
49
+ ## Contributing
50
+
51
+ 1. Fork it
52
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
53
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
54
+ 4. Push to the branch (`git push origin my-new-feature`)
55
+ 5. Create new Pull Request
data/Rakefile ADDED
@@ -0,0 +1,7 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new
5
+
6
+ task :default => :spec
7
+ task :test => :spec
data/bin/f5 ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'f5/cli/application'
4
+ require 'f5/icontrol'
5
+
6
+ F5::Cli::Application.start(ARGV)
@@ -0,0 +1,30 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'f5/icontrol/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "f5-icontrol"
8
+ spec.version = F5::Icontrol::VERSION
9
+ spec.authors = ["Sean Walberg"]
10
+ spec.email = ["sean@ertw.com"]
11
+ spec.description = "A gem to manage F5 BigIP devices using the iControl API"
12
+ spec.summary= "A gem to manage F5 BigIP devices using the iControl API"
13
+ spec.homepage = "https://github.com/swalberg/f5-icontrol"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files`.split($/)
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_dependency "savon", "~> 2.0"
22
+ spec.add_dependency "thor"
23
+
24
+ spec.add_development_dependency "bundler", "~> 1.3"
25
+ spec.add_development_dependency "awesome_print"
26
+ spec.add_development_dependency "rake"
27
+ spec.add_development_dependency "rspec"
28
+ spec.add_development_dependency "webmock"
29
+ spec.add_development_dependency "vcr"
30
+ end
@@ -0,0 +1,102 @@
1
+ require 'thor'
2
+ require 'f5/cli/config'
3
+
4
+ module F5
5
+ module Cli
6
+ class Pool < Thor
7
+ desc "list", "Lists all the pools"
8
+ def list
9
+ response = F5::Cli::api(F5::Icontrol::LocalLB::Pool).get_list
10
+ pools = Array(response[:item])
11
+ if pools.empty?
12
+ puts "No pools found"
13
+ else
14
+ pools.each do |p|
15
+ puts p
16
+ end
17
+ end
18
+ end
19
+
20
+ desc "show POOL", "Shows a pool's status"
21
+
22
+ def show(pool)
23
+ members = pool_members(pool)
24
+ if members.empty?
25
+ puts "Pool #{pool} is empty"
26
+ else
27
+ members.each do |member|
28
+ puts "#{member[:address]}:#{member[:port]}"
29
+ end
30
+ end
31
+ end
32
+
33
+ desc "status POOL", "Shows the status of a pool"
34
+ def status(pool)
35
+ members = pool_members(pool)
36
+ response = F5::Cli::api(F5::Icontrol::LocalLB::Pool).get_member_object_status(
37
+ pool_names: { item: [ pool ] },
38
+ members: { item: [ members ] }
39
+ )
40
+ statuses = Array(response[:item][:item])
41
+ puts "%20s %25s %25s" % ["Address", "Availability", "Enabled"]
42
+ statuses.each_with_index do |s, idx|
43
+ #puts "%20s %25s %25s" % [ members[idx][:address], s[:availability_status].split(/_/).last, s[:enabled_status].split(/_/).last ]
44
+ puts "%20s %25s %25s" % [ members[idx][:address], s[:availability_status], s[:enabled_status] ]
45
+ end
46
+ end
47
+
48
+ desc "enable POOL MEMBERS", "Enables the given members"
49
+ def enable(pool, *members)
50
+ set = pool_members(pool).select do |m|
51
+ members.include? m[:address]
52
+ end
53
+
54
+ response = F5::Cli::api(F5::Icontrol::LocalLB::Pool).set_member_session_enabled_state(
55
+ pool_names: { item: [ pool ] },
56
+ members: { item: [ set ] },
57
+ session_states: { item: [ set.map { "STATE_ENABLED" } ] }
58
+ )
59
+
60
+ end
61
+
62
+ desc "disable POOL MEMBERS", "Disables the given members"
63
+ def disable(pool, *members)
64
+ set = pool_members(pool).select do |m|
65
+ members.include? m[:address]
66
+ end
67
+
68
+ response = F5::Cli::api(F5::Icontrol::LocalLB::Pool).set_member_session_enabled_state(
69
+ pool_names: { item: [ pool ] },
70
+ members: { item: [ set ] },
71
+ session_states: { item: [ set.map { "STATE_DISABLED" } ] }
72
+ )
73
+ end
74
+
75
+ private
76
+
77
+ def pool_members(pool)
78
+ response = F5::Cli::api(F5::Icontrol::LocalLB::Pool).get_member_v2(pool_names: { item: [ pool ] } )
79
+ members = Array(response[:item][:item])
80
+ members.map { |m| { address: m[:address], port: m[:port] } }
81
+ end
82
+
83
+ end
84
+
85
+ class Application < Thor
86
+ desc 'hello', 'says hi'
87
+
88
+ def hello(test)
89
+ puts "hello #{test}"
90
+ end
91
+
92
+ desc "pool SUBCOMMAND ...ARGS", "manage pools"
93
+ subcommand "pool", Pool
94
+
95
+ end
96
+
97
+
98
+ def self.api(klass)
99
+ klass.new(F5::Cli::Config.host, F5::Cli::Config.username, F5::Cli::Config.password)
100
+ end
101
+ end
102
+ end
@@ -0,0 +1,21 @@
1
+ module F5
2
+ module Cli
3
+ class Config
4
+ def self.host
5
+ config["host"]
6
+ end
7
+
8
+ def self.username
9
+ config["username"]
10
+ end
11
+
12
+ def self.password
13
+ config["password"]
14
+ end
15
+
16
+ def self.config
17
+ @@config ||= YAML.load_file("#{ENV['HOME']}/.f5.yml")
18
+ end
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,40 @@
1
+ require "f5/icontrol/version"
2
+ require "f5/icontrol/system/system_info"
3
+ require "f5/icontrol/local_lb/pool"
4
+ require "f5/icontrol/local_lb/node_address_v2"
5
+ require "openssl"
6
+ require "savon"
7
+
8
+ module F5
9
+ class Icontrol
10
+ def initialize(host, username, password)
11
+ @hostname = host
12
+ @username = username
13
+ @password = password
14
+ @client_cache = {}
15
+ end
16
+
17
+ private
18
+
19
+ def wsdl_path
20
+ File.dirname(__FILE__).gsub /(f5-icontrol[^\/]*\/lib)\/.*/, "\\1/wsdl/"
21
+ end
22
+
23
+ def client(api_group)
24
+ api_namespace = api_group.gsub /\./, '/'
25
+ endpoint = '/iControl/iControlPortal.cgi'
26
+ @client_cache[api_group] ||=
27
+ Savon.client(wsdl: "#{wsdl_path}#{api_group}.wsdl",
28
+ endpoint: "https://#{@hostname}#{endpoint}",
29
+ ssl_verify_mode: :none,
30
+ basic_auth: [@username, @password],
31
+ #log: true,
32
+ #logger: Logger.new(STDOUT),
33
+ #pretty_print_xml: true,
34
+ #log_level: :debug,
35
+ namespace: "urn:iControl:#{api_namespace}",
36
+ convert_request_keys_to: :none
37
+ )
38
+ end
39
+ end
40
+ end
@@ -0,0 +1,27 @@
1
+ require "savon"
2
+ module F5
3
+ class Icontrol
4
+ class LocalLB
5
+ class NodeAddressV2 < F5::Icontrol
6
+ def method_missing(method, args = nil, &block)
7
+ if respond_to? method
8
+ response_key = "#{method.to_s}_response".to_sym
9
+
10
+ response = client("LocalLB.NodeAddressV2").call(method) do
11
+ if args
12
+ message args
13
+ end
14
+ end
15
+
16
+ response.to_hash[response_key][:return]
17
+ end
18
+ end
19
+
20
+ def respond_to?(method)
21
+ client("LocalLB.NodeAddressV2").operations.include? method
22
+ end
23
+
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,27 @@
1
+ require "savon"
2
+ module F5
3
+ class Icontrol
4
+ class LocalLB
5
+ class Pool < F5::Icontrol
6
+ def method_missing(method, args = nil, &block)
7
+ if respond_to? method
8
+ response_key = "#{method.to_s}_response".to_sym
9
+
10
+ response = client("LocalLB.Pool").call(method) do
11
+ if args
12
+ message args
13
+ end
14
+ end
15
+
16
+ response.to_hash[response_key][:return]
17
+ end
18
+ end
19
+
20
+ def respond_to?(method)
21
+ client("LocalLB.Pool").operations.include? method
22
+ end
23
+
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,27 @@
1
+ require "savon"
2
+ module F5
3
+ class Icontrol
4
+ class System
5
+ class SystemInfo < F5::Icontrol
6
+ def method_missing(method, args = nil, &block)
7
+ if respond_to? method
8
+ response_key = "#{method.to_s}_response".to_sym
9
+
10
+ response = client("System.SystemInfo").call(method) do
11
+ if args
12
+ message args
13
+ end
14
+ end
15
+
16
+ response.to_hash[response_key][:return]
17
+ end
18
+ end
19
+
20
+ def respond_to?(method)
21
+ client("System.SystemInfo").operations.include? method
22
+ end
23
+
24
+ end
25
+ end
26
+ end
27
+ end
@@ -0,0 +1,5 @@
1
+ module F5
2
+ class Icontrol
3
+ VERSION = "0.1.0"
4
+ end
5
+ end
@@ -0,0 +1,1467 @@
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.LoggingProfile"
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.ProtocolType">
25
+ <xsd:restriction base="xsd:string">
26
+ <xsd:enumeration value="HTTP">
27
+ <xsd:annotation>
28
+ <xsd:documentation>HTTP</xsd:documentation>
29
+ </xsd:annotation>
30
+ </xsd:enumeration>
31
+ <xsd:enumeration value="HTTPS">
32
+ <xsd:annotation>
33
+ <xsd:documentation>HTTPS</xsd:documentation>
34
+ </xsd:annotation>
35
+ </xsd:enumeration>
36
+ <xsd:enumeration value="ALL">
37
+ <xsd:annotation>
38
+ <xsd:documentation>ALL</xsd:documentation>
39
+ </xsd:annotation>
40
+ </xsd:enumeration>
41
+ </xsd:restriction>
42
+ </xsd:simpleType>
43
+ <xsd:complexType name="Common.ULongSequenceSequence">
44
+ <xsd:complexContent>
45
+ <xsd:restriction base='SOAP-ENC:Array'>
46
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.ULongSequence[]'/>
47
+ </xsd:restriction>
48
+ </xsd:complexContent>
49
+ </xsd:complexType>
50
+ <xsd:complexType name="ASM.LoggingRemoteFacilitySequence">
51
+ <xsd:complexContent>
52
+ <xsd:restriction base='SOAP-ENC:Array'>
53
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingRemoteFacility[]'/>
54
+ </xsd:restriction>
55
+ </xsd:complexContent>
56
+ </xsd:complexType>
57
+ <xsd:complexType name="Common.StringSequence">
58
+ <xsd:complexContent>
59
+ <xsd:restriction base='SOAP-ENC:Array'>
60
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:string[]'/>
61
+ </xsd:restriction>
62
+ </xsd:complexContent>
63
+ </xsd:complexType>
64
+ <xsd:complexType name="ASM.ProtocolTypeSequence">
65
+ <xsd:complexContent>
66
+ <xsd:restriction base='SOAP-ENC:Array'>
67
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.ProtocolType[]'/>
68
+ </xsd:restriction>
69
+ </xsd:complexContent>
70
+ </xsd:complexType>
71
+ <xsd:complexType name="ASM.LoggingRemoteStorageBaseSequence">
72
+ <xsd:complexContent>
73
+ <xsd:restriction base='SOAP-ENC:Array'>
74
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingRemoteStorageBase[]'/>
75
+ </xsd:restriction>
76
+ </xsd:complexContent>
77
+ </xsd:complexType>
78
+ <xsd:simpleType name="ASM.LoggingRemoteStorageType">
79
+ <xsd:restriction base="xsd:string">
80
+ <xsd:enumeration value="LOGGING_REMOTE_STORAGE_NONE">
81
+ <xsd:annotation>
82
+ <xsd:documentation>LOGGING_REMOTE_STORAGE_NONE</xsd:documentation>
83
+ </xsd:annotation>
84
+ </xsd:enumeration>
85
+ <xsd:enumeration value="LOGGING_REMOTE_STORAGE_REMOTE">
86
+ <xsd:annotation>
87
+ <xsd:documentation>LOGGING_REMOTE_STORAGE_REMOTE</xsd:documentation>
88
+ </xsd:annotation>
89
+ </xsd:enumeration>
90
+ <xsd:enumeration value="LOGGING_REMOTE_STORAGE_REPORTING_SERVER">
91
+ <xsd:annotation>
92
+ <xsd:documentation>LOGGING_REMOTE_STORAGE_REPORTING_SERVER</xsd:documentation>
93
+ </xsd:annotation>
94
+ </xsd:enumeration>
95
+ <xsd:enumeration value="LOGGING_REMOTE_STORAGE_ARCSIGHT">
96
+ <xsd:annotation>
97
+ <xsd:documentation>LOGGING_REMOTE_STORAGE_ARCSIGHT</xsd:documentation>
98
+ </xsd:annotation>
99
+ </xsd:enumeration>
100
+ </xsd:restriction>
101
+ </xsd:simpleType>
102
+ <xsd:complexType name="Common.BooleanSequence">
103
+ <xsd:complexContent>
104
+ <xsd:restriction base='SOAP-ENC:Array'>
105
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:boolean[]'/>
106
+ </xsd:restriction>
107
+ </xsd:complexContent>
108
+ </xsd:complexType>
109
+ <xsd:complexType name="Common.ULongSequence">
110
+ <xsd:complexContent>
111
+ <xsd:restriction base='SOAP-ENC:Array'>
112
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='xsd:long[]'/>
113
+ </xsd:restriction>
114
+ </xsd:complexContent>
115
+ </xsd:complexType>
116
+ <xsd:complexType name="ASM.LoggingRemoteStorage">
117
+ <xsd:sequence>
118
+ <xsd:element name="base" type="tns:ASM.LoggingRemoteStorageBase"/>
119
+ <xsd:element name="protocol" type="tns:ASM.LoggingRemoteProtocol"/>
120
+ <xsd:element name="facility" type="tns:ASM.LoggingRemoteFacility"/>
121
+ <xsd:element name="maximum_request_size" type="xsd:long"/>
122
+ <xsd:element name="maximum_header_size" type="xsd:long"/>
123
+ <xsd:element name="maximum_query_size" type="xsd:long"/>
124
+ <xsd:element name="maximum_entry_length" type="xsd:long"/>
125
+ <xsd:element name="report_anomalies_flag" type="xsd:boolean"/>
126
+ </xsd:sequence>
127
+ </xsd:complexType>
128
+ <xsd:complexType name="ASM.LoggingProfileDefinition">
129
+ <xsd:sequence>
130
+ <xsd:element name="name" type="xsd:string"/>
131
+ <xsd:element name="description" type="xsd:string"/>
132
+ <xsd:element name="local_storage_flag" type="xsd:boolean"/>
133
+ <xsd:element name="guarantee_logging_flag" type="xsd:boolean"/>
134
+ <xsd:element name="remote_storage" type="tns:ASM.LoggingRemoteStorage"/>
135
+ <xsd:element name="storage_filter" type="tns:ASM.LoggingStorageFilter"/>
136
+ </xsd:sequence>
137
+ </xsd:complexType>
138
+ <xsd:complexType name="Common.IPPortDefinitionSequence">
139
+ <xsd:complexContent>
140
+ <xsd:restriction base='SOAP-ENC:Array'>
141
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPPortDefinition[]'/>
142
+ </xsd:restriction>
143
+ </xsd:complexContent>
144
+ </xsd:complexType>
145
+ <xsd:complexType name="Common.IPPortDefinitionSequenceSequence">
146
+ <xsd:complexContent>
147
+ <xsd:restriction base='SOAP-ENC:Array'>
148
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.IPPortDefinitionSequence[]'/>
149
+ </xsd:restriction>
150
+ </xsd:complexContent>
151
+ </xsd:complexType>
152
+ <xsd:complexType name="ASM.LoggingRemoteStorageBase">
153
+ <xsd:sequence>
154
+ <xsd:element name="type" type="tns:ASM.LoggingRemoteStorageType"/>
155
+ <xsd:element name="servers" type="tns:Common.IPPortDefinitionSequence"/>
156
+ <xsd:element name="format" type="tns:ASM.LoggingStorageFormat"/>
157
+ </xsd:sequence>
158
+ </xsd:complexType>
159
+ <xsd:complexType name="ASM.LoggingStorageFormat">
160
+ <xsd:sequence>
161
+ <xsd:element name="type" type="tns:ASM.LoggingStorageFormatType"/>
162
+ <xsd:element name="csv_delimiter" type="xsd:string"/>
163
+ <xsd:element name="csv_fields" type="tns:Common.StringSequence"/>
164
+ <xsd:element name="user_string" type="xsd:string"/>
165
+ </xsd:sequence>
166
+ </xsd:complexType>
167
+ <xsd:complexType name="ASM.LoggingRequestTypeSequence">
168
+ <xsd:complexContent>
169
+ <xsd:restriction base='SOAP-ENC:Array'>
170
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingRequestType[]'/>
171
+ </xsd:restriction>
172
+ </xsd:complexContent>
173
+ </xsd:complexType>
174
+ <xsd:complexType name="ASM.LoggingLogicOperationSequence">
175
+ <xsd:complexContent>
176
+ <xsd:restriction base='SOAP-ENC:Array'>
177
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingLogicOperation[]'/>
178
+ </xsd:restriction>
179
+ </xsd:complexContent>
180
+ </xsd:complexType>
181
+ <xsd:simpleType name="ASM.LoggingRequestSearchTarget">
182
+ <xsd:restriction base="xsd:string">
183
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_REQUEST">
184
+ <xsd:annotation>
185
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_REQUEST</xsd:documentation>
186
+ </xsd:annotation>
187
+ </xsd:enumeration>
188
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_ALL">
189
+ <xsd:annotation>
190
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_ALL</xsd:documentation>
191
+ </xsd:annotation>
192
+ </xsd:enumeration>
193
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_URI">
194
+ <xsd:annotation>
195
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_URI</xsd:documentation>
196
+ </xsd:annotation>
197
+ </xsd:enumeration>
198
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_QUERY_STRING">
199
+ <xsd:annotation>
200
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_QUERY_STRING</xsd:documentation>
201
+ </xsd:annotation>
202
+ </xsd:enumeration>
203
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_POST_DATA">
204
+ <xsd:annotation>
205
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_POST_DATA</xsd:documentation>
206
+ </xsd:annotation>
207
+ </xsd:enumeration>
208
+ <xsd:enumeration value="LOGGING_REQUEST_SEARCH_TARGET_HEADERS">
209
+ <xsd:annotation>
210
+ <xsd:documentation>LOGGING_REQUEST_SEARCH_TARGET_HEADERS</xsd:documentation>
211
+ </xsd:annotation>
212
+ </xsd:enumeration>
213
+ </xsd:restriction>
214
+ </xsd:simpleType>
215
+ <xsd:complexType name="ASM.LoggingProfileDefinitionSequence">
216
+ <xsd:complexContent>
217
+ <xsd:restriction base='SOAP-ENC:Array'>
218
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingProfileDefinition[]'/>
219
+ </xsd:restriction>
220
+ </xsd:complexContent>
221
+ </xsd:complexType>
222
+ <xsd:simpleType name="ASM.LoggingStorageFormatType">
223
+ <xsd:restriction base="xsd:string">
224
+ <xsd:enumeration value="LOGGING_STORAGE_FORMAT_PREDEFINED">
225
+ <xsd:annotation>
226
+ <xsd:documentation>LOGGING_STORAGE_FORMAT_PREDEFINED</xsd:documentation>
227
+ </xsd:annotation>
228
+ </xsd:enumeration>
229
+ <xsd:enumeration value="LOGGING_STORAGE_FORMAT_USER_DEFINED">
230
+ <xsd:annotation>
231
+ <xsd:documentation>LOGGING_STORAGE_FORMAT_USER_DEFINED</xsd:documentation>
232
+ </xsd:annotation>
233
+ </xsd:enumeration>
234
+ </xsd:restriction>
235
+ </xsd:simpleType>
236
+ <xsd:complexType name="ASM.LoggingStorageFilter">
237
+ <xsd:sequence>
238
+ <xsd:element name="logic_operation" type="tns:ASM.LoggingLogicOperation"/>
239
+ <xsd:element name="request_type" type="tns:ASM.LoggingRequestType"/>
240
+ <xsd:element name="protocol" type="tns:ASM.ProtocolType"/>
241
+ <xsd:element name="response_codes" type="tns:Common.ULongSequence"/>
242
+ <xsd:element name="http_methods" type="tns:Common.StringSequence"/>
243
+ <xsd:element name="request_search" type="tns:ASM.LoggingRequestSearch"/>
244
+ </xsd:sequence>
245
+ </xsd:complexType>
246
+ <xsd:complexType name="ASM.LoggingStorageFormatSequence">
247
+ <xsd:complexContent>
248
+ <xsd:restriction base='SOAP-ENC:Array'>
249
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingStorageFormat[]'/>
250
+ </xsd:restriction>
251
+ </xsd:complexContent>
252
+ </xsd:complexType>
253
+ <xsd:complexType name="Common.StringSequenceSequence">
254
+ <xsd:complexContent>
255
+ <xsd:restriction base='SOAP-ENC:Array'>
256
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:Common.StringSequence[]'/>
257
+ </xsd:restriction>
258
+ </xsd:complexContent>
259
+ </xsd:complexType>
260
+ <xsd:complexType name="ASM.LoggingRequestSearchSequence">
261
+ <xsd:complexContent>
262
+ <xsd:restriction base='SOAP-ENC:Array'>
263
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingRequestSearch[]'/>
264
+ </xsd:restriction>
265
+ </xsd:complexContent>
266
+ </xsd:complexType>
267
+ <xsd:complexType name="Common.IPPortDefinition">
268
+ <xsd:sequence>
269
+ <xsd:element name="address" type="xsd:string"/>
270
+ <xsd:element name="port" type="xsd:long"/>
271
+ </xsd:sequence>
272
+ </xsd:complexType>
273
+ <xsd:simpleType name="ASM.LoggingRemoteFacility">
274
+ <xsd:restriction base="xsd:string">
275
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL0">
276
+ <xsd:annotation>
277
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL0</xsd:documentation>
278
+ </xsd:annotation>
279
+ </xsd:enumeration>
280
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL1">
281
+ <xsd:annotation>
282
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL1</xsd:documentation>
283
+ </xsd:annotation>
284
+ </xsd:enumeration>
285
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL2">
286
+ <xsd:annotation>
287
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL2</xsd:documentation>
288
+ </xsd:annotation>
289
+ </xsd:enumeration>
290
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL3">
291
+ <xsd:annotation>
292
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL3</xsd:documentation>
293
+ </xsd:annotation>
294
+ </xsd:enumeration>
295
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL4">
296
+ <xsd:annotation>
297
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL4</xsd:documentation>
298
+ </xsd:annotation>
299
+ </xsd:enumeration>
300
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL5">
301
+ <xsd:annotation>
302
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL5</xsd:documentation>
303
+ </xsd:annotation>
304
+ </xsd:enumeration>
305
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL6">
306
+ <xsd:annotation>
307
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL6</xsd:documentation>
308
+ </xsd:annotation>
309
+ </xsd:enumeration>
310
+ <xsd:enumeration value="LOGGING_REMOTE_FACILITY_LOCAL7">
311
+ <xsd:annotation>
312
+ <xsd:documentation>LOGGING_REMOTE_FACILITY_LOCAL7</xsd:documentation>
313
+ </xsd:annotation>
314
+ </xsd:enumeration>
315
+ </xsd:restriction>
316
+ </xsd:simpleType>
317
+ <xsd:simpleType name="ASM.LoggingLogicOperation">
318
+ <xsd:restriction base="xsd:string">
319
+ <xsd:enumeration value="LOGGING_LOGIC_OPERATION_OR">
320
+ <xsd:annotation>
321
+ <xsd:documentation>LOGGING_LOGIC_OPERATION_OR</xsd:documentation>
322
+ </xsd:annotation>
323
+ </xsd:enumeration>
324
+ <xsd:enumeration value="LOGGING_LOGIC_OPERATION_AND">
325
+ <xsd:annotation>
326
+ <xsd:documentation>LOGGING_LOGIC_OPERATION_AND</xsd:documentation>
327
+ </xsd:annotation>
328
+ </xsd:enumeration>
329
+ </xsd:restriction>
330
+ </xsd:simpleType>
331
+ <xsd:simpleType name="ASM.LoggingRequestType">
332
+ <xsd:restriction base="xsd:string">
333
+ <xsd:enumeration value="LOGGING_ILLEGAL_REQUESTS_ONLY">
334
+ <xsd:annotation>
335
+ <xsd:documentation>LOGGING_ILLEGAL_REQUESTS_ONLY</xsd:documentation>
336
+ </xsd:annotation>
337
+ </xsd:enumeration>
338
+ <xsd:enumeration value="LOGGING_ALL_REQUESTS">
339
+ <xsd:annotation>
340
+ <xsd:documentation>LOGGING_ALL_REQUESTS</xsd:documentation>
341
+ </xsd:annotation>
342
+ </xsd:enumeration>
343
+ </xsd:restriction>
344
+ </xsd:simpleType>
345
+ <xsd:complexType name="ASM.LoggingRequestSearch">
346
+ <xsd:sequence>
347
+ <xsd:element name="target" type="tns:ASM.LoggingRequestSearchTarget"/>
348
+ <xsd:element name="pattern" type="xsd:string"/>
349
+ </xsd:sequence>
350
+ </xsd:complexType>
351
+ <xsd:complexType name="ASM.LoggingRemoteProtocolSequence">
352
+ <xsd:complexContent>
353
+ <xsd:restriction base='SOAP-ENC:Array'>
354
+ <xsd:attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='tns:ASM.LoggingRemoteProtocol[]'/>
355
+ </xsd:restriction>
356
+ </xsd:complexContent>
357
+ </xsd:complexType>
358
+ <xsd:simpleType name="ASM.LoggingRemoteProtocol">
359
+ <xsd:restriction base="xsd:string">
360
+ <xsd:enumeration value="LOGGING_REMOTE_PROTOCOL_UDP">
361
+ <xsd:annotation>
362
+ <xsd:documentation>LOGGING_REMOTE_PROTOCOL_UDP</xsd:documentation>
363
+ </xsd:annotation>
364
+ </xsd:enumeration>
365
+ <xsd:enumeration value="LOGGING_REMOTE_PROTOCOL_TCP">
366
+ <xsd:annotation>
367
+ <xsd:documentation>LOGGING_REMOTE_PROTOCOL_TCP</xsd:documentation>
368
+ </xsd:annotation>
369
+ </xsd:enumeration>
370
+ <xsd:enumeration value="LOGGING_REMOTE_PROTOCOL_TCP_RFC3195">
371
+ <xsd:annotation>
372
+ <xsd:documentation>LOGGING_REMOTE_PROTOCOL_TCP_RFC3195</xsd:documentation>
373
+ </xsd:annotation>
374
+ </xsd:enumeration>
375
+ </xsd:restriction>
376
+ </xsd:simpleType>
377
+ </xsd:schema>
378
+ </types>
379
+
380
+ <!-- message -->
381
+
382
+ <message name="ASM.LoggingProfile.get_listRequest">
383
+ </message>
384
+ <message name="ASM.LoggingProfile.get_listResponse">
385
+ <part name="return" type="tns:Common.StringSequence"/>
386
+ </message>
387
+
388
+ <message name="ASM.LoggingProfile.createRequest">
389
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
390
+ </message>
391
+ <message name="ASM.LoggingProfile.createResponse">
392
+ </message>
393
+
394
+ <message name="ASM.LoggingProfile.delete_logprofRequest">
395
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
396
+ </message>
397
+ <message name="ASM.LoggingProfile.delete_logprofResponse">
398
+ </message>
399
+
400
+ <message name="ASM.LoggingProfile.renameRequest">
401
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
402
+ <part name="new_logprof_names" type="tns:Common.StringSequence"/>
403
+ </message>
404
+ <message name="ASM.LoggingProfile.renameResponse">
405
+ </message>
406
+
407
+ <message name="ASM.LoggingProfile.set_descriptionRequest">
408
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
409
+ <part name="descriptions" type="tns:Common.StringSequence"/>
410
+ </message>
411
+ <message name="ASM.LoggingProfile.set_descriptionResponse">
412
+ </message>
413
+
414
+ <message name="ASM.LoggingProfile.set_local_storage_flagRequest">
415
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
416
+ <part name="local_storage_flags" type="tns:Common.BooleanSequence"/>
417
+ </message>
418
+ <message name="ASM.LoggingProfile.set_local_storage_flagResponse">
419
+ </message>
420
+
421
+ <message name="ASM.LoggingProfile.set_guarantee_logging_flagRequest">
422
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
423
+ <part name="guarantee_logging_flags" type="tns:Common.BooleanSequence"/>
424
+ </message>
425
+ <message name="ASM.LoggingProfile.set_guarantee_logging_flagResponse">
426
+ </message>
427
+
428
+ <message name="ASM.LoggingProfile.set_remote_storage_baseRequest">
429
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
430
+ <part name="remote_storage_bases" type="tns:ASM.LoggingRemoteStorageBaseSequence"/>
431
+ </message>
432
+ <message name="ASM.LoggingProfile.set_remote_storage_baseResponse">
433
+ </message>
434
+
435
+ <message name="ASM.LoggingProfile.set_remote_protocolRequest">
436
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
437
+ <part name="remote_protocols" type="tns:ASM.LoggingRemoteProtocolSequence"/>
438
+ </message>
439
+ <message name="ASM.LoggingProfile.set_remote_protocolResponse">
440
+ </message>
441
+
442
+ <message name="ASM.LoggingProfile.set_remote_serverRequest">
443
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
444
+ <part name="ip_ports" type="tns:Common.IPPortDefinitionSequence"/>
445
+ </message>
446
+ <message name="ASM.LoggingProfile.set_remote_serverResponse">
447
+ </message>
448
+
449
+ <message name="ASM.LoggingProfile.add_remote_serverRequest">
450
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
451
+ <part name="ip_ports" type="tns:Common.IPPortDefinitionSequenceSequence"/>
452
+ </message>
453
+ <message name="ASM.LoggingProfile.add_remote_serverResponse">
454
+ </message>
455
+
456
+ <message name="ASM.LoggingProfile.remove_remote_serverRequest">
457
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
458
+ <part name="ip_ports" type="tns:Common.IPPortDefinitionSequenceSequence"/>
459
+ </message>
460
+ <message name="ASM.LoggingProfile.remove_remote_serverResponse">
461
+ </message>
462
+
463
+ <message name="ASM.LoggingProfile.set_remote_log_facilityRequest">
464
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
465
+ <part name="remote_log_facilities" type="tns:ASM.LoggingRemoteFacilitySequence"/>
466
+ </message>
467
+ <message name="ASM.LoggingProfile.set_remote_log_facilityResponse">
468
+ </message>
469
+
470
+ <message name="ASM.LoggingProfile.set_storage_formatRequest">
471
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
472
+ <part name="storage_formats" type="tns:ASM.LoggingStorageFormatSequence"/>
473
+ </message>
474
+ <message name="ASM.LoggingProfile.set_storage_formatResponse">
475
+ </message>
476
+
477
+ <message name="ASM.LoggingProfile.set_maximum_request_sizeRequest">
478
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
479
+ <part name="maximum_request_sizes" type="tns:Common.ULongSequence"/>
480
+ </message>
481
+ <message name="ASM.LoggingProfile.set_maximum_request_sizeResponse">
482
+ </message>
483
+
484
+ <message name="ASM.LoggingProfile.set_maximum_header_sizeRequest">
485
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
486
+ <part name="maximum_header_sizes" type="tns:Common.ULongSequence"/>
487
+ </message>
488
+ <message name="ASM.LoggingProfile.set_maximum_header_sizeResponse">
489
+ </message>
490
+
491
+ <message name="ASM.LoggingProfile.set_maximum_query_sizeRequest">
492
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
493
+ <part name="maximum_query_sizes" type="tns:Common.ULongSequence"/>
494
+ </message>
495
+ <message name="ASM.LoggingProfile.set_maximum_query_sizeResponse">
496
+ </message>
497
+
498
+ <message name="ASM.LoggingProfile.set_maximum_entry_lengthRequest">
499
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
500
+ <part name="maximum_entry_lengths" type="tns:Common.ULongSequence"/>
501
+ </message>
502
+ <message name="ASM.LoggingProfile.set_maximum_entry_lengthResponse">
503
+ </message>
504
+
505
+ <message name="ASM.LoggingProfile.set_report_anomalies_flagRequest">
506
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
507
+ <part name="report_anomalies_flags" type="tns:Common.BooleanSequence"/>
508
+ </message>
509
+ <message name="ASM.LoggingProfile.set_report_anomalies_flagResponse">
510
+ </message>
511
+
512
+ <message name="ASM.LoggingProfile.set_logic_operationRequest">
513
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
514
+ <part name="logic_operations" type="tns:ASM.LoggingLogicOperationSequence"/>
515
+ </message>
516
+ <message name="ASM.LoggingProfile.set_logic_operationResponse">
517
+ </message>
518
+
519
+ <message name="ASM.LoggingProfile.set_request_typeRequest">
520
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
521
+ <part name="request_types" type="tns:ASM.LoggingRequestTypeSequence"/>
522
+ </message>
523
+ <message name="ASM.LoggingProfile.set_request_typeResponse">
524
+ </message>
525
+
526
+ <message name="ASM.LoggingProfile.set_filter_protocolRequest">
527
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
528
+ <part name="filter_protocols" type="tns:ASM.ProtocolTypeSequence"/>
529
+ </message>
530
+ <message name="ASM.LoggingProfile.set_filter_protocolResponse">
531
+ </message>
532
+
533
+ <message name="ASM.LoggingProfile.replace_response_codeRequest">
534
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
535
+ <part name="response_codes" type="tns:Common.ULongSequenceSequence"/>
536
+ </message>
537
+ <message name="ASM.LoggingProfile.replace_response_codeResponse">
538
+ </message>
539
+
540
+ <message name="ASM.LoggingProfile.replace_http_methodRequest">
541
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
542
+ <part name="http_methods" type="tns:Common.StringSequenceSequence"/>
543
+ </message>
544
+ <message name="ASM.LoggingProfile.replace_http_methodResponse">
545
+ </message>
546
+
547
+ <message name="ASM.LoggingProfile.set_request_searchRequest">
548
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
549
+ <part name="request_searches" type="tns:ASM.LoggingRequestSearchSequence"/>
550
+ </message>
551
+ <message name="ASM.LoggingProfile.set_request_searchResponse">
552
+ </message>
553
+
554
+ <message name="ASM.LoggingProfile.set_search_patternRequest">
555
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
556
+ <part name="search_patterns" type="tns:Common.StringSequence"/>
557
+ </message>
558
+ <message name="ASM.LoggingProfile.set_search_patternResponse">
559
+ </message>
560
+
561
+ <message name="ASM.LoggingProfile.apply_logprofRequest">
562
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
563
+ </message>
564
+ <message name="ASM.LoggingProfile.apply_logprofResponse">
565
+ </message>
566
+
567
+ <message name="ASM.LoggingProfile.get_logprofRequest">
568
+ <part name="logprof_names" type="tns:Common.StringSequence"/>
569
+ </message>
570
+ <message name="ASM.LoggingProfile.get_logprofResponse">
571
+ <part name="return" type="tns:ASM.LoggingProfileDefinitionSequence"/>
572
+ </message>
573
+
574
+ <message name="ASM.LoggingProfile.get_versionRequest">
575
+ </message>
576
+ <message name="ASM.LoggingProfile.get_versionResponse">
577
+ <part name="return" type="xsd:string"/>
578
+ </message>
579
+
580
+ <!-- portType -->
581
+
582
+ <portType name="ASM.LoggingProfilePortType">
583
+ <operation name="get_list">
584
+ <documentation>
585
+ Gets a list of all logging profiles.
586
+
587
+ </documentation>
588
+ <input message="tns:ASM.LoggingProfile.get_listRequest"/>
589
+ <output message="tns:ASM.LoggingProfile.get_listResponse"/>
590
+ </operation>
591
+ <operation name="create">
592
+ <documentation>
593
+ Creates a new logging profile.
594
+
595
+ </documentation>
596
+ <input message="tns:ASM.LoggingProfile.createRequest"/>
597
+ <output message="tns:ASM.LoggingProfile.createResponse"/>
598
+ </operation>
599
+ <operation name="delete_logprof">
600
+ <documentation>
601
+ Deletes the specified logging profile.
602
+
603
+ </documentation>
604
+ <input message="tns:ASM.LoggingProfile.delete_logprofRequest"/>
605
+ <output message="tns:ASM.LoggingProfile.delete_logprofResponse"/>
606
+ </operation>
607
+ <operation name="rename">
608
+ <documentation>
609
+ Renames the existing logging profile.
610
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
611
+
612
+ </documentation>
613
+ <input message="tns:ASM.LoggingProfile.renameRequest"/>
614
+ <output message="tns:ASM.LoggingProfile.renameResponse"/>
615
+ </operation>
616
+ <operation name="set_description">
617
+ <documentation>
618
+ Updates logging profile description.
619
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
620
+
621
+ </documentation>
622
+ <input message="tns:ASM.LoggingProfile.set_descriptionRequest"/>
623
+ <output message="tns:ASM.LoggingProfile.set_descriptionResponse"/>
624
+ </operation>
625
+ <operation name="set_local_storage_flag">
626
+ <documentation>
627
+ Updates logging profile local storage flag.
628
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
629
+
630
+ </documentation>
631
+ <input message="tns:ASM.LoggingProfile.set_local_storage_flagRequest"/>
632
+ <output message="tns:ASM.LoggingProfile.set_local_storage_flagResponse"/>
633
+ </operation>
634
+ <operation name="set_guarantee_logging_flag">
635
+ <documentation>
636
+ Updates logging profile guarantee logging flag.
637
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
638
+
639
+ </documentation>
640
+ <input message="tns:ASM.LoggingProfile.set_guarantee_logging_flagRequest"/>
641
+ <output message="tns:ASM.LoggingProfile.set_guarantee_logging_flagResponse"/>
642
+ </operation>
643
+ <operation name="set_remote_storage_base">
644
+ <documentation>
645
+ Updates logging profile remote storage base.
646
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
647
+
648
+ </documentation>
649
+ <input message="tns:ASM.LoggingProfile.set_remote_storage_baseRequest"/>
650
+ <output message="tns:ASM.LoggingProfile.set_remote_storage_baseResponse"/>
651
+ </operation>
652
+ <operation name="set_remote_protocol">
653
+ <documentation>
654
+ Updates logging profile remote protocol.
655
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
656
+
657
+ </documentation>
658
+ <input message="tns:ASM.LoggingProfile.set_remote_protocolRequest"/>
659
+ <output message="tns:ASM.LoggingProfile.set_remote_protocolResponse"/>
660
+ </operation>
661
+ <operation name="set_remote_server">
662
+ <documentation>
663
+ This method has been deprecated, please use add_remote_server / remove_remote_server instead.
664
+ Updates logging profile remote server IP and port.
665
+
666
+ </documentation>
667
+ <input message="tns:ASM.LoggingProfile.set_remote_serverRequest"/>
668
+ <output message="tns:ASM.LoggingProfile.set_remote_serverResponse"/>
669
+ </operation>
670
+ <operation name="add_remote_server">
671
+ <documentation>
672
+ Adds remote server addresses to the specified logging profile.
673
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
674
+
675
+ </documentation>
676
+ <input message="tns:ASM.LoggingProfile.add_remote_serverRequest"/>
677
+ <output message="tns:ASM.LoggingProfile.add_remote_serverResponse"/>
678
+ </operation>
679
+ <operation name="remove_remote_server">
680
+ <documentation>
681
+ Removes remote server addresses from the specified logging profile.
682
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
683
+
684
+ </documentation>
685
+ <input message="tns:ASM.LoggingProfile.remove_remote_serverRequest"/>
686
+ <output message="tns:ASM.LoggingProfile.remove_remote_serverResponse"/>
687
+ </operation>
688
+ <operation name="set_remote_log_facility">
689
+ <documentation>
690
+ Updates logging profile remote log facility.
691
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
692
+
693
+ </documentation>
694
+ <input message="tns:ASM.LoggingProfile.set_remote_log_facilityRequest"/>
695
+ <output message="tns:ASM.LoggingProfile.set_remote_log_facilityResponse"/>
696
+ </operation>
697
+ <operation name="set_storage_format">
698
+ <documentation>
699
+ Updates logging profile storage format.
700
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
701
+
702
+ </documentation>
703
+ <input message="tns:ASM.LoggingProfile.set_storage_formatRequest"/>
704
+ <output message="tns:ASM.LoggingProfile.set_storage_formatResponse"/>
705
+ </operation>
706
+ <operation name="set_maximum_request_size">
707
+ <documentation>
708
+ Updates logging profile maximum request size.
709
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
710
+
711
+ </documentation>
712
+ <input message="tns:ASM.LoggingProfile.set_maximum_request_sizeRequest"/>
713
+ <output message="tns:ASM.LoggingProfile.set_maximum_request_sizeResponse"/>
714
+ </operation>
715
+ <operation name="set_maximum_header_size">
716
+ <documentation>
717
+ Updates logging profile maximum header size.
718
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
719
+
720
+ </documentation>
721
+ <input message="tns:ASM.LoggingProfile.set_maximum_header_sizeRequest"/>
722
+ <output message="tns:ASM.LoggingProfile.set_maximum_header_sizeResponse"/>
723
+ </operation>
724
+ <operation name="set_maximum_query_size">
725
+ <documentation>
726
+ Updates logging profile maximum query size.
727
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
728
+
729
+ </documentation>
730
+ <input message="tns:ASM.LoggingProfile.set_maximum_query_sizeRequest"/>
731
+ <output message="tns:ASM.LoggingProfile.set_maximum_query_sizeResponse"/>
732
+ </operation>
733
+ <operation name="set_maximum_entry_length">
734
+ <documentation>
735
+ Updates logging profile maximum entry length.
736
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
737
+
738
+ </documentation>
739
+ <input message="tns:ASM.LoggingProfile.set_maximum_entry_lengthRequest"/>
740
+ <output message="tns:ASM.LoggingProfile.set_maximum_entry_lengthResponse"/>
741
+ </operation>
742
+ <operation name="set_report_anomalies_flag">
743
+ <documentation>
744
+ Updates logging profile Report Detected Anomalies flag.
745
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
746
+
747
+ </documentation>
748
+ <input message="tns:ASM.LoggingProfile.set_report_anomalies_flagRequest"/>
749
+ <output message="tns:ASM.LoggingProfile.set_report_anomalies_flagResponse"/>
750
+ </operation>
751
+ <operation name="set_logic_operation">
752
+ <documentation>
753
+ Updates logging profile logic operation.
754
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
755
+
756
+ </documentation>
757
+ <input message="tns:ASM.LoggingProfile.set_logic_operationRequest"/>
758
+ <output message="tns:ASM.LoggingProfile.set_logic_operationResponse"/>
759
+ </operation>
760
+ <operation name="set_request_type">
761
+ <documentation>
762
+ Updates logging profile request type.
763
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
764
+
765
+ </documentation>
766
+ <input message="tns:ASM.LoggingProfile.set_request_typeRequest"/>
767
+ <output message="tns:ASM.LoggingProfile.set_request_typeResponse"/>
768
+ </operation>
769
+ <operation name="set_filter_protocol">
770
+ <documentation>
771
+ Updates logging profile filtered protocol.
772
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
773
+
774
+ </documentation>
775
+ <input message="tns:ASM.LoggingProfile.set_filter_protocolRequest"/>
776
+ <output message="tns:ASM.LoggingProfile.set_filter_protocolResponse"/>
777
+ </operation>
778
+ <operation name="replace_response_code">
779
+ <documentation>
780
+ Replaces response status codes for the specified logging profile.
781
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
782
+
783
+ </documentation>
784
+ <input message="tns:ASM.LoggingProfile.replace_response_codeRequest"/>
785
+ <output message="tns:ASM.LoggingProfile.replace_response_codeResponse"/>
786
+ </operation>
787
+ <operation name="replace_http_method">
788
+ <documentation>
789
+ Replaces HTTP methods for the specified logging profile.
790
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
791
+
792
+ </documentation>
793
+ <input message="tns:ASM.LoggingProfile.replace_http_methodRequest"/>
794
+ <output message="tns:ASM.LoggingProfile.replace_http_methodResponse"/>
795
+ </operation>
796
+ <operation name="set_request_search">
797
+ <documentation>
798
+ Updates logging profile request search.
799
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
800
+
801
+ </documentation>
802
+ <input message="tns:ASM.LoggingProfile.set_request_searchRequest"/>
803
+ <output message="tns:ASM.LoggingProfile.set_request_searchResponse"/>
804
+ </operation>
805
+ <operation name="set_search_pattern">
806
+ <documentation>
807
+ Updates logging profile searched pattern.
808
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
809
+
810
+ </documentation>
811
+ <input message="tns:ASM.LoggingProfile.set_search_patternRequest"/>
812
+ <output message="tns:ASM.LoggingProfile.set_search_patternResponse"/>
813
+ </operation>
814
+ <operation name="apply_logprof">
815
+ <documentation>
816
+ Applies logging profile settings for all security policies using the specified logging profile.
817
+
818
+ </documentation>
819
+ <input message="tns:ASM.LoggingProfile.apply_logprofRequest"/>
820
+ <output message="tns:ASM.LoggingProfile.apply_logprofResponse"/>
821
+ </operation>
822
+ <operation name="get_logprof">
823
+ <documentation>
824
+ Returns logging profile settings.
825
+
826
+ </documentation>
827
+ <input message="tns:ASM.LoggingProfile.get_logprofRequest"/>
828
+ <output message="tns:ASM.LoggingProfile.get_logprofResponse"/>
829
+ </operation>
830
+ <operation name="get_version">
831
+ <documentation>
832
+ Gets the version information for this interface.
833
+
834
+
835
+ </documentation>
836
+ <input message="tns:ASM.LoggingProfile.get_versionRequest"/>
837
+ <output message="tns:ASM.LoggingProfile.get_versionResponse"/>
838
+ </operation>
839
+ </portType>
840
+
841
+ <!-- binding -->
842
+
843
+ <binding name="ASM.LoggingProfileBinding" type="tns:ASM.LoggingProfilePortType">
844
+ <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
845
+ <operation name="get_list">
846
+ <documentation>
847
+ Gets a list of all logging profiles.
848
+
849
+ </documentation>
850
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
851
+ <input>
852
+ <soap:body
853
+ use="encoded"
854
+ namespace="urn:iControl:ASM/LoggingProfile"
855
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
856
+ </input>
857
+ <output>
858
+ <soap:body
859
+ use="encoded"
860
+ namespace="urn:iControl:ASM/LoggingProfile"
861
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
862
+ </output>
863
+ </operation>
864
+
865
+ <operation name="create">
866
+ <documentation>
867
+ Creates a new logging profile.
868
+
869
+ </documentation>
870
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
871
+ <input>
872
+ <soap:body
873
+ use="encoded"
874
+ namespace="urn:iControl:ASM/LoggingProfile"
875
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
876
+ </input>
877
+ <output>
878
+ <soap:body
879
+ use="encoded"
880
+ namespace="urn:iControl:ASM/LoggingProfile"
881
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
882
+ </output>
883
+ </operation>
884
+
885
+ <operation name="delete_logprof">
886
+ <documentation>
887
+ Deletes the specified logging profile.
888
+
889
+ </documentation>
890
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
891
+ <input>
892
+ <soap:body
893
+ use="encoded"
894
+ namespace="urn:iControl:ASM/LoggingProfile"
895
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
896
+ </input>
897
+ <output>
898
+ <soap:body
899
+ use="encoded"
900
+ namespace="urn:iControl:ASM/LoggingProfile"
901
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
902
+ </output>
903
+ </operation>
904
+
905
+ <operation name="rename">
906
+ <documentation>
907
+ Renames the existing logging profile.
908
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
909
+
910
+ </documentation>
911
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
912
+ <input>
913
+ <soap:body
914
+ use="encoded"
915
+ namespace="urn:iControl:ASM/LoggingProfile"
916
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
917
+ </input>
918
+ <output>
919
+ <soap:body
920
+ use="encoded"
921
+ namespace="urn:iControl:ASM/LoggingProfile"
922
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
923
+ </output>
924
+ </operation>
925
+
926
+ <operation name="set_description">
927
+ <documentation>
928
+ Updates logging profile description.
929
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
930
+
931
+ </documentation>
932
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
933
+ <input>
934
+ <soap:body
935
+ use="encoded"
936
+ namespace="urn:iControl:ASM/LoggingProfile"
937
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
938
+ </input>
939
+ <output>
940
+ <soap:body
941
+ use="encoded"
942
+ namespace="urn:iControl:ASM/LoggingProfile"
943
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
944
+ </output>
945
+ </operation>
946
+
947
+ <operation name="set_local_storage_flag">
948
+ <documentation>
949
+ Updates logging profile local storage flag.
950
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
951
+
952
+ </documentation>
953
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
954
+ <input>
955
+ <soap:body
956
+ use="encoded"
957
+ namespace="urn:iControl:ASM/LoggingProfile"
958
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
959
+ </input>
960
+ <output>
961
+ <soap:body
962
+ use="encoded"
963
+ namespace="urn:iControl:ASM/LoggingProfile"
964
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
965
+ </output>
966
+ </operation>
967
+
968
+ <operation name="set_guarantee_logging_flag">
969
+ <documentation>
970
+ Updates logging profile guarantee logging flag.
971
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
972
+
973
+ </documentation>
974
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
975
+ <input>
976
+ <soap:body
977
+ use="encoded"
978
+ namespace="urn:iControl:ASM/LoggingProfile"
979
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
980
+ </input>
981
+ <output>
982
+ <soap:body
983
+ use="encoded"
984
+ namespace="urn:iControl:ASM/LoggingProfile"
985
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
986
+ </output>
987
+ </operation>
988
+
989
+ <operation name="set_remote_storage_base">
990
+ <documentation>
991
+ Updates logging profile remote storage base.
992
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
993
+
994
+ </documentation>
995
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
996
+ <input>
997
+ <soap:body
998
+ use="encoded"
999
+ namespace="urn:iControl:ASM/LoggingProfile"
1000
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1001
+ </input>
1002
+ <output>
1003
+ <soap:body
1004
+ use="encoded"
1005
+ namespace="urn:iControl:ASM/LoggingProfile"
1006
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1007
+ </output>
1008
+ </operation>
1009
+
1010
+ <operation name="set_remote_protocol">
1011
+ <documentation>
1012
+ Updates logging profile remote protocol.
1013
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1014
+
1015
+ </documentation>
1016
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1017
+ <input>
1018
+ <soap:body
1019
+ use="encoded"
1020
+ namespace="urn:iControl:ASM/LoggingProfile"
1021
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1022
+ </input>
1023
+ <output>
1024
+ <soap:body
1025
+ use="encoded"
1026
+ namespace="urn:iControl:ASM/LoggingProfile"
1027
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1028
+ </output>
1029
+ </operation>
1030
+
1031
+ <operation name="set_remote_server">
1032
+ <documentation>
1033
+ This method has been deprecated, please use add_remote_server / remove_remote_server instead.
1034
+ Updates logging profile remote server IP and port.
1035
+
1036
+ </documentation>
1037
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1038
+ <input>
1039
+ <soap:body
1040
+ use="encoded"
1041
+ namespace="urn:iControl:ASM/LoggingProfile"
1042
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1043
+ </input>
1044
+ <output>
1045
+ <soap:body
1046
+ use="encoded"
1047
+ namespace="urn:iControl:ASM/LoggingProfile"
1048
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1049
+ </output>
1050
+ </operation>
1051
+
1052
+ <operation name="add_remote_server">
1053
+ <documentation>
1054
+ Adds remote server addresses to the specified logging profile.
1055
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1056
+
1057
+ </documentation>
1058
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1059
+ <input>
1060
+ <soap:body
1061
+ use="encoded"
1062
+ namespace="urn:iControl:ASM/LoggingProfile"
1063
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1064
+ </input>
1065
+ <output>
1066
+ <soap:body
1067
+ use="encoded"
1068
+ namespace="urn:iControl:ASM/LoggingProfile"
1069
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1070
+ </output>
1071
+ </operation>
1072
+
1073
+ <operation name="remove_remote_server">
1074
+ <documentation>
1075
+ Removes remote server addresses from the specified logging profile.
1076
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1077
+
1078
+ </documentation>
1079
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1080
+ <input>
1081
+ <soap:body
1082
+ use="encoded"
1083
+ namespace="urn:iControl:ASM/LoggingProfile"
1084
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1085
+ </input>
1086
+ <output>
1087
+ <soap:body
1088
+ use="encoded"
1089
+ namespace="urn:iControl:ASM/LoggingProfile"
1090
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1091
+ </output>
1092
+ </operation>
1093
+
1094
+ <operation name="set_remote_log_facility">
1095
+ <documentation>
1096
+ Updates logging profile remote log facility.
1097
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1098
+
1099
+ </documentation>
1100
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1101
+ <input>
1102
+ <soap:body
1103
+ use="encoded"
1104
+ namespace="urn:iControl:ASM/LoggingProfile"
1105
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1106
+ </input>
1107
+ <output>
1108
+ <soap:body
1109
+ use="encoded"
1110
+ namespace="urn:iControl:ASM/LoggingProfile"
1111
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1112
+ </output>
1113
+ </operation>
1114
+
1115
+ <operation name="set_storage_format">
1116
+ <documentation>
1117
+ Updates logging profile storage format.
1118
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1119
+
1120
+ </documentation>
1121
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1122
+ <input>
1123
+ <soap:body
1124
+ use="encoded"
1125
+ namespace="urn:iControl:ASM/LoggingProfile"
1126
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1127
+ </input>
1128
+ <output>
1129
+ <soap:body
1130
+ use="encoded"
1131
+ namespace="urn:iControl:ASM/LoggingProfile"
1132
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1133
+ </output>
1134
+ </operation>
1135
+
1136
+ <operation name="set_maximum_request_size">
1137
+ <documentation>
1138
+ Updates logging profile maximum request size.
1139
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1140
+
1141
+ </documentation>
1142
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1143
+ <input>
1144
+ <soap:body
1145
+ use="encoded"
1146
+ namespace="urn:iControl:ASM/LoggingProfile"
1147
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1148
+ </input>
1149
+ <output>
1150
+ <soap:body
1151
+ use="encoded"
1152
+ namespace="urn:iControl:ASM/LoggingProfile"
1153
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1154
+ </output>
1155
+ </operation>
1156
+
1157
+ <operation name="set_maximum_header_size">
1158
+ <documentation>
1159
+ Updates logging profile maximum header size.
1160
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1161
+
1162
+ </documentation>
1163
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1164
+ <input>
1165
+ <soap:body
1166
+ use="encoded"
1167
+ namespace="urn:iControl:ASM/LoggingProfile"
1168
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1169
+ </input>
1170
+ <output>
1171
+ <soap:body
1172
+ use="encoded"
1173
+ namespace="urn:iControl:ASM/LoggingProfile"
1174
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1175
+ </output>
1176
+ </operation>
1177
+
1178
+ <operation name="set_maximum_query_size">
1179
+ <documentation>
1180
+ Updates logging profile maximum query size.
1181
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1182
+
1183
+ </documentation>
1184
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1185
+ <input>
1186
+ <soap:body
1187
+ use="encoded"
1188
+ namespace="urn:iControl:ASM/LoggingProfile"
1189
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1190
+ </input>
1191
+ <output>
1192
+ <soap:body
1193
+ use="encoded"
1194
+ namespace="urn:iControl:ASM/LoggingProfile"
1195
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1196
+ </output>
1197
+ </operation>
1198
+
1199
+ <operation name="set_maximum_entry_length">
1200
+ <documentation>
1201
+ Updates logging profile maximum entry length.
1202
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1203
+
1204
+ </documentation>
1205
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1206
+ <input>
1207
+ <soap:body
1208
+ use="encoded"
1209
+ namespace="urn:iControl:ASM/LoggingProfile"
1210
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1211
+ </input>
1212
+ <output>
1213
+ <soap:body
1214
+ use="encoded"
1215
+ namespace="urn:iControl:ASM/LoggingProfile"
1216
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1217
+ </output>
1218
+ </operation>
1219
+
1220
+ <operation name="set_report_anomalies_flag">
1221
+ <documentation>
1222
+ Updates logging profile Report Detected Anomalies flag.
1223
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1224
+
1225
+ </documentation>
1226
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1227
+ <input>
1228
+ <soap:body
1229
+ use="encoded"
1230
+ namespace="urn:iControl:ASM/LoggingProfile"
1231
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1232
+ </input>
1233
+ <output>
1234
+ <soap:body
1235
+ use="encoded"
1236
+ namespace="urn:iControl:ASM/LoggingProfile"
1237
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1238
+ </output>
1239
+ </operation>
1240
+
1241
+ <operation name="set_logic_operation">
1242
+ <documentation>
1243
+ Updates logging profile logic operation.
1244
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1245
+
1246
+ </documentation>
1247
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1248
+ <input>
1249
+ <soap:body
1250
+ use="encoded"
1251
+ namespace="urn:iControl:ASM/LoggingProfile"
1252
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1253
+ </input>
1254
+ <output>
1255
+ <soap:body
1256
+ use="encoded"
1257
+ namespace="urn:iControl:ASM/LoggingProfile"
1258
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1259
+ </output>
1260
+ </operation>
1261
+
1262
+ <operation name="set_request_type">
1263
+ <documentation>
1264
+ Updates logging profile request type.
1265
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1266
+
1267
+ </documentation>
1268
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1269
+ <input>
1270
+ <soap:body
1271
+ use="encoded"
1272
+ namespace="urn:iControl:ASM/LoggingProfile"
1273
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1274
+ </input>
1275
+ <output>
1276
+ <soap:body
1277
+ use="encoded"
1278
+ namespace="urn:iControl:ASM/LoggingProfile"
1279
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1280
+ </output>
1281
+ </operation>
1282
+
1283
+ <operation name="set_filter_protocol">
1284
+ <documentation>
1285
+ Updates logging profile filtered protocol.
1286
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1287
+
1288
+ </documentation>
1289
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1290
+ <input>
1291
+ <soap:body
1292
+ use="encoded"
1293
+ namespace="urn:iControl:ASM/LoggingProfile"
1294
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1295
+ </input>
1296
+ <output>
1297
+ <soap:body
1298
+ use="encoded"
1299
+ namespace="urn:iControl:ASM/LoggingProfile"
1300
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1301
+ </output>
1302
+ </operation>
1303
+
1304
+ <operation name="replace_response_code">
1305
+ <documentation>
1306
+ Replaces response status codes for the specified logging profile.
1307
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1308
+
1309
+ </documentation>
1310
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1311
+ <input>
1312
+ <soap:body
1313
+ use="encoded"
1314
+ namespace="urn:iControl:ASM/LoggingProfile"
1315
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1316
+ </input>
1317
+ <output>
1318
+ <soap:body
1319
+ use="encoded"
1320
+ namespace="urn:iControl:ASM/LoggingProfile"
1321
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1322
+ </output>
1323
+ </operation>
1324
+
1325
+ <operation name="replace_http_method">
1326
+ <documentation>
1327
+ Replaces HTTP methods for the specified logging profile.
1328
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1329
+
1330
+ </documentation>
1331
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1332
+ <input>
1333
+ <soap:body
1334
+ use="encoded"
1335
+ namespace="urn:iControl:ASM/LoggingProfile"
1336
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1337
+ </input>
1338
+ <output>
1339
+ <soap:body
1340
+ use="encoded"
1341
+ namespace="urn:iControl:ASM/LoggingProfile"
1342
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1343
+ </output>
1344
+ </operation>
1345
+
1346
+ <operation name="set_request_search">
1347
+ <documentation>
1348
+ Updates logging profile request search.
1349
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1350
+
1351
+ </documentation>
1352
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1353
+ <input>
1354
+ <soap:body
1355
+ use="encoded"
1356
+ namespace="urn:iControl:ASM/LoggingProfile"
1357
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1358
+ </input>
1359
+ <output>
1360
+ <soap:body
1361
+ use="encoded"
1362
+ namespace="urn:iControl:ASM/LoggingProfile"
1363
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1364
+ </output>
1365
+ </operation>
1366
+
1367
+ <operation name="set_search_pattern">
1368
+ <documentation>
1369
+ Updates logging profile searched pattern.
1370
+ Note that changes are applied for security policies using this logging profile only after calling the apply_logprof method.
1371
+
1372
+ </documentation>
1373
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1374
+ <input>
1375
+ <soap:body
1376
+ use="encoded"
1377
+ namespace="urn:iControl:ASM/LoggingProfile"
1378
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1379
+ </input>
1380
+ <output>
1381
+ <soap:body
1382
+ use="encoded"
1383
+ namespace="urn:iControl:ASM/LoggingProfile"
1384
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1385
+ </output>
1386
+ </operation>
1387
+
1388
+ <operation name="apply_logprof">
1389
+ <documentation>
1390
+ Applies logging profile settings for all security policies using the specified logging profile.
1391
+
1392
+ </documentation>
1393
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1394
+ <input>
1395
+ <soap:body
1396
+ use="encoded"
1397
+ namespace="urn:iControl:ASM/LoggingProfile"
1398
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1399
+ </input>
1400
+ <output>
1401
+ <soap:body
1402
+ use="encoded"
1403
+ namespace="urn:iControl:ASM/LoggingProfile"
1404
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1405
+ </output>
1406
+ </operation>
1407
+
1408
+ <operation name="get_logprof">
1409
+ <documentation>
1410
+ Returns logging profile settings.
1411
+
1412
+ </documentation>
1413
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1414
+ <input>
1415
+ <soap:body
1416
+ use="encoded"
1417
+ namespace="urn:iControl:ASM/LoggingProfile"
1418
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1419
+ </input>
1420
+ <output>
1421
+ <soap:body
1422
+ use="encoded"
1423
+ namespace="urn:iControl:ASM/LoggingProfile"
1424
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1425
+ </output>
1426
+ </operation>
1427
+
1428
+ <operation name="get_version">
1429
+ <documentation>
1430
+ Gets the version information for this interface.
1431
+
1432
+
1433
+ </documentation>
1434
+ <soap:operation soapAction="urn:iControl:ASM/LoggingProfile"/>
1435
+ <input>
1436
+ <soap:body
1437
+ use="encoded"
1438
+ namespace="urn:iControl:ASM/LoggingProfile"
1439
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1440
+ </input>
1441
+ <output>
1442
+ <soap:body
1443
+ use="encoded"
1444
+ namespace="urn:iControl:ASM/LoggingProfile"
1445
+ encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
1446
+ </output>
1447
+ </operation>
1448
+ </binding>
1449
+
1450
+ <!-- service -->
1451
+
1452
+ <service name="ASM.LoggingProfile">
1453
+ <documentation>
1454
+ *IMPORTANT* This entire interface has been deprecated. As of v11.3.0,
1455
+ there is separate Security log profile, which is assigned to VS,
1456
+ so logging profile is not associated with ASM directly.
1457
+
1458
+ The LoggingProfile interface enables you to manipulate logging profiles of ASM.
1459
+
1460
+ This interface does not support transactions.
1461
+
1462
+ </documentation>
1463
+ <port name="ASM.LoggingProfilePort" binding="tns:ASM.LoggingProfileBinding">
1464
+ <soap:address location="https://url_to_service"/>
1465
+ </port>
1466
+ </service>
1467
+ </definitions>