@huaweicloud/huaweicloud-sdk-cfw 3.1.162 → 3.1.164

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.
Files changed (419) hide show
  1. package/package.json +2 -2
  2. package/v1/CfwClient.d.ts +1126 -442
  3. package/v1/CfwClient.d.ts.map +1 -1
  4. package/v1/CfwClient.js +5982 -3988
  5. package/v1/CfwClient.js.map +1 -1
  6. package/v1/model/AccessDetailVO.d.ts +43 -0
  7. package/v1/model/AccessDetailVO.d.ts.map +1 -0
  8. package/v1/model/AccessDetailVO.js +103 -0
  9. package/v1/model/AccessDetailVO.js.map +1 -0
  10. package/v1/model/AccessLogInfo.d.ts +116 -0
  11. package/v1/model/AccessLogInfo.d.ts.map +1 -0
  12. package/v1/model/AccessLogInfo.js +285 -0
  13. package/v1/model/AccessLogInfo.js.map +1 -0
  14. package/v1/model/AccessPolicy.d.ts +12 -0
  15. package/v1/model/AccessPolicy.d.ts.map +1 -0
  16. package/v1/model/AccessPolicy.js +25 -0
  17. package/v1/model/AccessPolicy.js.map +1 -0
  18. package/v1/model/AccountVO.d.ts +36 -0
  19. package/v1/model/AccountVO.d.ts.map +1 -0
  20. package/v1/model/AccountVO.js +89 -0
  21. package/v1/model/AccountVO.js.map +1 -0
  22. package/v1/model/AttackDetailVO.d.ts +43 -0
  23. package/v1/model/AttackDetailVO.d.ts.map +1 -0
  24. package/v1/model/AttackDetailVO.js +101 -0
  25. package/v1/model/AttackDetailVO.js.map +1 -0
  26. package/v1/model/AttackEvent.d.ts +10 -0
  27. package/v1/model/AttackEvent.d.ts.map +1 -0
  28. package/v1/model/AttackEvent.js +21 -0
  29. package/v1/model/AttackEvent.js.map +1 -0
  30. package/v1/model/AttackLog.d.ts +106 -0
  31. package/v1/model/AttackLog.d.ts.map +1 -0
  32. package/v1/model/AttackLog.js +257 -0
  33. package/v1/model/AttackLog.js.map +1 -0
  34. package/v1/model/AttackReport.d.ts +26 -0
  35. package/v1/model/AttackReport.d.ts.map +1 -0
  36. package/v1/model/AttackReport.js +55 -0
  37. package/v1/model/AttackReport.js.map +1 -0
  38. package/v1/model/AttackTopRespBody.d.ts +39 -0
  39. package/v1/model/AttackTopRespBody.d.ts.map +1 -0
  40. package/v1/model/AttackTopRespBody.js +93 -0
  41. package/v1/model/AttackTopRespBody.js.map +1 -0
  42. package/v1/model/ChangeEastWestFirewallStatusRequest.d.ts +0 -8
  43. package/v1/model/ChangeEastWestFirewallStatusRequest.d.ts.map +1 -1
  44. package/v1/model/ChangeEastWestFirewallStatusRequest.js +0 -20
  45. package/v1/model/ChangeEastWestFirewallStatusRequest.js.map +1 -1
  46. package/v1/model/ChangedVO.d.ts +10 -0
  47. package/v1/model/ChangedVO.d.ts.map +1 -0
  48. package/v1/model/ChangedVO.js +21 -0
  49. package/v1/model/ChangedVO.js.map +1 -0
  50. package/v1/model/CreateReportProfileDto.d.ts +58 -0
  51. package/v1/model/CreateReportProfileDto.d.ts.map +1 -0
  52. package/v1/model/CreateReportProfileDto.js +106 -0
  53. package/v1/model/CreateReportProfileDto.js.map +1 -0
  54. package/v1/model/CreateReportProfileRequest.d.ts +15 -0
  55. package/v1/model/CreateReportProfileRequest.d.ts.map +1 -0
  56. package/v1/model/CreateReportProfileRequest.js +35 -0
  57. package/v1/model/CreateReportProfileRequest.js.map +1 -0
  58. package/v1/model/CreateReportProfileResponse.d.ts +8 -0
  59. package/v1/model/CreateReportProfileResponse.d.ts.map +1 -0
  60. package/v1/model/CreateReportProfileResponse.js +15 -0
  61. package/v1/model/CreateReportProfileResponse.js.map +1 -0
  62. package/v1/model/CustomerIpsListVO.d.ts +4 -4
  63. package/v1/model/CustomerIpsListVO.d.ts.map +1 -1
  64. package/v1/model/CustomerIpsListVO.js +10 -10
  65. package/v1/model/CustomerIpsListVO.js.map +1 -1
  66. package/v1/model/CustomerIpsPageInfo.d.ts +13 -0
  67. package/v1/model/CustomerIpsPageInfo.d.ts.map +1 -0
  68. package/v1/model/{HttpListCustomerIpsResponseData.js → CustomerIpsPageInfo.js} +8 -8
  69. package/v1/model/CustomerIpsPageInfo.js.map +1 -0
  70. package/v1/model/CustomerIpsSaveDto.d.ts +5 -5
  71. package/v1/model/CustomerIpsSaveDto.d.ts.map +1 -1
  72. package/v1/model/CustomerIpsSaveDto.js +11 -12
  73. package/v1/model/CustomerIpsSaveDto.js.map +1 -1
  74. package/v1/model/CustomerIpsVO.d.ts +9 -34
  75. package/v1/model/CustomerIpsVO.d.ts.map +1 -1
  76. package/v1/model/CustomerIpsVO.js +11 -38
  77. package/v1/model/CustomerIpsVO.js.map +1 -1
  78. package/v1/model/DeleteReportProfileRequest.d.ts +16 -0
  79. package/v1/model/DeleteReportProfileRequest.d.ts.map +1 -0
  80. package/v1/model/DeleteReportProfileRequest.js +42 -0
  81. package/v1/model/DeleteReportProfileRequest.js.map +1 -0
  82. package/v1/model/DeleteReportProfileResponse.d.ts +8 -0
  83. package/v1/model/DeleteReportProfileResponse.d.ts.map +1 -0
  84. package/v1/model/DeleteReportProfileResponse.js +15 -0
  85. package/v1/model/DeleteReportProfileResponse.js.map +1 -0
  86. package/v1/model/Eip.d.ts +11 -0
  87. package/v1/model/Eip.d.ts.map +1 -0
  88. package/v1/model/Eip.js +23 -0
  89. package/v1/model/Eip.js.map +1 -0
  90. package/v1/model/EnableMultiAccountRequest.d.ts +12 -0
  91. package/v1/model/EnableMultiAccountRequest.d.ts.map +1 -0
  92. package/v1/model/EnableMultiAccountRequest.js +31 -0
  93. package/v1/model/EnableMultiAccountRequest.js.map +1 -0
  94. package/v1/model/EnableMultiAccountRespData.d.ts +12 -0
  95. package/v1/model/EnableMultiAccountRespData.d.ts.map +1 -0
  96. package/v1/model/EnableMultiAccountRespData.js +27 -0
  97. package/v1/model/EnableMultiAccountRespData.js.map +1 -0
  98. package/v1/model/EnableMultiAccountResponse.d.ts +8 -0
  99. package/v1/model/EnableMultiAccountResponse.d.ts.map +1 -0
  100. package/v1/model/EnableMultiAccountResponse.js +15 -0
  101. package/v1/model/EnableMultiAccountResponse.js.map +1 -0
  102. package/v1/model/ErInfo.d.ts +10 -0
  103. package/v1/model/ErInfo.d.ts.map +1 -0
  104. package/v1/model/ErInfo.js +23 -0
  105. package/v1/model/ErInfo.js.map +1 -0
  106. package/v1/model/ExportLogsRequest.d.ts +15 -0
  107. package/v1/model/ExportLogsRequest.d.ts.map +1 -0
  108. package/v1/model/ExportLogsRequest.js +35 -0
  109. package/v1/model/ExportLogsRequest.js.map +1 -0
  110. package/v1/model/ExportLogsRequestBody.d.ts +45 -0
  111. package/v1/model/ExportLogsRequestBody.d.ts.map +1 -0
  112. package/v1/model/ExportLogsRequestBody.js +83 -0
  113. package/v1/model/ExportLogsRequestBody.js.map +1 -0
  114. package/v1/model/ExportLogsResponse.d.ts +5 -0
  115. package/v1/model/ExportLogsResponse.d.ts.map +1 -0
  116. package/v1/model/ExportLogsResponse.js +11 -0
  117. package/v1/model/ExportLogsResponse.js.map +1 -0
  118. package/v1/model/Filter.d.ts +20 -0
  119. package/v1/model/Filter.d.ts.map +1 -0
  120. package/v1/model/Filter.js +34 -0
  121. package/v1/model/Filter.js.map +1 -0
  122. package/v1/model/FirewallReport.d.ts +30 -0
  123. package/v1/model/FirewallReport.d.ts.map +1 -0
  124. package/v1/model/FirewallReport.js +63 -0
  125. package/v1/model/FirewallReport.js.map +1 -0
  126. package/v1/model/FlowAnalysisVO.d.ts +43 -0
  127. package/v1/model/FlowAnalysisVO.d.ts.map +1 -0
  128. package/v1/model/FlowAnalysisVO.js +101 -0
  129. package/v1/model/FlowAnalysisVO.js.map +1 -0
  130. package/v1/model/FlowDetailsVO.d.ts +47 -0
  131. package/v1/model/FlowDetailsVO.d.ts.map +1 -0
  132. package/v1/model/FlowDetailsVO.js +107 -0
  133. package/v1/model/FlowDetailsVO.js.map +1 -0
  134. package/v1/model/FlowTrendVO.d.ts +16 -0
  135. package/v1/model/FlowTrendVO.d.ts.map +1 -0
  136. package/v1/model/FlowTrendVO.js +39 -0
  137. package/v1/model/FlowTrendVO.js.map +1 -0
  138. package/v1/model/In2Out.d.ts +21 -0
  139. package/v1/model/In2Out.d.ts.map +1 -0
  140. package/v1/model/In2Out.js +49 -0
  141. package/v1/model/In2Out.js.map +1 -0
  142. package/v1/model/InspectionVpcInfo.d.ts +10 -0
  143. package/v1/model/InspectionVpcInfo.d.ts.map +1 -0
  144. package/v1/model/InspectionVpcInfo.js +23 -0
  145. package/v1/model/InspectionVpcInfo.js.map +1 -0
  146. package/v1/model/InternetReport.d.ts +21 -0
  147. package/v1/model/InternetReport.d.ts.map +1 -0
  148. package/v1/model/InternetReport.js +35 -0
  149. package/v1/model/InternetReport.js.map +1 -0
  150. package/v1/model/ItemVO.d.ts +10 -0
  151. package/v1/model/ItemVO.d.ts.map +1 -0
  152. package/v1/model/ItemVO.js +21 -0
  153. package/v1/model/ItemVO.js.map +1 -0
  154. package/v1/model/ListAccountsRequest.d.ts +16 -0
  155. package/v1/model/ListAccountsRequest.d.ts.map +1 -0
  156. package/v1/model/ListAccountsRequest.js +41 -0
  157. package/v1/model/ListAccountsRequest.js.map +1 -0
  158. package/v1/model/ListAccountsResponse.d.ts +8 -0
  159. package/v1/model/ListAccountsResponse.d.ts.map +1 -0
  160. package/v1/model/ListAccountsResponse.js +15 -0
  161. package/v1/model/ListAccountsResponse.js.map +1 -0
  162. package/v1/model/ListAttackStatisticRequest.d.ts +2 -0
  163. package/v1/model/ListAttackStatisticRequest.d.ts.map +1 -1
  164. package/v1/model/ListAttackStatisticRequest.js +4 -0
  165. package/v1/model/ListAttackStatisticRequest.js.map +1 -1
  166. package/v1/model/ListCustomerIpsRequest.d.ts +20 -16
  167. package/v1/model/ListCustomerIpsRequest.d.ts.map +1 -1
  168. package/v1/model/ListCustomerIpsRequest.js +46 -36
  169. package/v1/model/ListCustomerIpsRequest.js.map +1 -1
  170. package/v1/model/ListCustomerIpsResponse.d.ts +3 -3
  171. package/v1/model/ListCustomerIpsResponse.d.ts.map +1 -1
  172. package/v1/model/ListCustomerIpsResponse.js.map +1 -1
  173. package/v1/model/ListFlowStatisticRequest.d.ts +92 -0
  174. package/v1/model/ListFlowStatisticRequest.d.ts.map +1 -0
  175. package/v1/model/ListFlowStatisticRequest.js +156 -0
  176. package/v1/model/ListFlowStatisticRequest.js.map +1 -0
  177. package/v1/model/ListFlowStatisticRespData.d.ts +9 -0
  178. package/v1/model/ListFlowStatisticRespData.d.ts.map +1 -0
  179. package/v1/model/ListFlowStatisticRespData.js +17 -0
  180. package/v1/model/ListFlowStatisticRespData.js.map +1 -0
  181. package/v1/model/ListFlowStatisticResponse.d.ts +8 -0
  182. package/v1/model/ListFlowStatisticResponse.d.ts.map +1 -0
  183. package/v1/model/ListFlowStatisticResponse.js +15 -0
  184. package/v1/model/ListFlowStatisticResponse.js.map +1 -0
  185. package/v1/model/ListLogsRequest.d.ts +15 -0
  186. package/v1/model/ListLogsRequest.d.ts.map +1 -0
  187. package/v1/model/ListLogsRequest.js +35 -0
  188. package/v1/model/ListLogsRequest.js.map +1 -0
  189. package/v1/model/ListLogsRequestBody.d.ts +53 -0
  190. package/v1/model/ListLogsRequestBody.d.ts.map +1 -0
  191. package/v1/model/ListLogsRequestBody.js +102 -0
  192. package/v1/model/ListLogsRequestBody.js.map +1 -0
  193. package/v1/model/ListLogsRespData.d.ts +11 -0
  194. package/v1/model/ListLogsRespData.d.ts.map +1 -0
  195. package/v1/model/ListLogsRespData.js +21 -0
  196. package/v1/model/ListLogsRespData.js.map +1 -0
  197. package/v1/model/ListLogsResponse.d.ts +8 -0
  198. package/v1/model/ListLogsResponse.d.ts.map +1 -0
  199. package/v1/model/ListLogsResponse.js +15 -0
  200. package/v1/model/ListLogsResponse.js.map +1 -0
  201. package/v1/model/ListOrganizationAccountsRequest.d.ts +20 -0
  202. package/v1/model/ListOrganizationAccountsRequest.d.ts.map +1 -0
  203. package/v1/model/ListOrganizationAccountsRequest.js +49 -0
  204. package/v1/model/ListOrganizationAccountsRequest.js.map +1 -0
  205. package/v1/model/ListOrganizationAccountsResponse.d.ts +12 -0
  206. package/v1/model/ListOrganizationAccountsResponse.d.ts.map +1 -0
  207. package/v1/model/ListOrganizationAccountsResponse.js +23 -0
  208. package/v1/model/ListOrganizationAccountsResponse.js.map +1 -0
  209. package/v1/model/ListOrganizationTreeRequest.d.ts +20 -0
  210. package/v1/model/ListOrganizationTreeRequest.d.ts.map +1 -0
  211. package/v1/model/ListOrganizationTreeRequest.js +49 -0
  212. package/v1/model/ListOrganizationTreeRequest.js.map +1 -0
  213. package/v1/model/ListOrganizationTreeResponse.d.ts +12 -0
  214. package/v1/model/ListOrganizationTreeResponse.d.ts.map +1 -0
  215. package/v1/model/ListOrganizationTreeResponse.js +23 -0
  216. package/v1/model/ListOrganizationTreeResponse.js.map +1 -0
  217. package/v1/model/ListReportProfilesRequest.d.ts +27 -0
  218. package/v1/model/ListReportProfilesRequest.d.ts.map +1 -0
  219. package/v1/model/ListReportProfilesRequest.js +55 -0
  220. package/v1/model/ListReportProfilesRequest.js.map +1 -0
  221. package/v1/model/ListReportProfilesRespData.d.ts +13 -0
  222. package/v1/model/ListReportProfilesRespData.d.ts.map +1 -0
  223. package/v1/model/ListReportProfilesRespData.js +25 -0
  224. package/v1/model/ListReportProfilesRespData.js.map +1 -0
  225. package/v1/model/ListReportProfilesResponse.d.ts +8 -0
  226. package/v1/model/ListReportProfilesResponse.d.ts.map +1 -0
  227. package/v1/model/ListReportProfilesResponse.js +15 -0
  228. package/v1/model/ListReportProfilesResponse.js.map +1 -0
  229. package/v1/model/LogVO.d.ts +186 -0
  230. package/v1/model/LogVO.d.ts.map +1 -0
  231. package/v1/model/LogVO.js +453 -0
  232. package/v1/model/LogVO.js.map +1 -0
  233. package/v1/model/OrganizationAccountInfo.d.ts +20 -0
  234. package/v1/model/OrganizationAccountInfo.d.ts.map +1 -0
  235. package/v1/model/OrganizationAccountInfo.js +45 -0
  236. package/v1/model/OrganizationAccountInfo.js.map +1 -0
  237. package/v1/model/Out2in.d.ts +17 -0
  238. package/v1/model/Out2in.d.ts.map +1 -0
  239. package/v1/model/Out2in.js +39 -0
  240. package/v1/model/Out2in.js.map +1 -0
  241. package/v1/model/Overview.d.ts +22 -0
  242. package/v1/model/Overview.d.ts.map +1 -0
  243. package/v1/model/Overview.js +43 -0
  244. package/v1/model/Overview.js.map +1 -0
  245. package/v1/model/PageDataAccountVO.d.ts +13 -0
  246. package/v1/model/PageDataAccountVO.d.ts.map +1 -0
  247. package/v1/model/PageDataAccountVO.js +25 -0
  248. package/v1/model/PageDataAccountVO.js.map +1 -0
  249. package/v1/model/ReportProfileInfoVO.d.ts +37 -0
  250. package/v1/model/ReportProfileInfoVO.d.ts.map +1 -0
  251. package/v1/model/ReportProfileInfoVO.js +85 -0
  252. package/v1/model/ReportProfileInfoVO.js.map +1 -0
  253. package/v1/model/ReportProfileRespData.d.ts +8 -0
  254. package/v1/model/ReportProfileRespData.d.ts.map +1 -0
  255. package/v1/model/ReportProfileRespData.js +17 -0
  256. package/v1/model/ReportProfileRespData.js.map +1 -0
  257. package/v1/model/ReportProfileVO.d.ts +22 -0
  258. package/v1/model/ReportProfileVO.d.ts.map +1 -0
  259. package/v1/model/ReportProfileVO.js +51 -0
  260. package/v1/model/ReportProfileVO.js.map +1 -0
  261. package/v1/model/SessionVO.d.ts +76 -0
  262. package/v1/model/SessionVO.d.ts.map +1 -0
  263. package/v1/model/SessionVO.js +185 -0
  264. package/v1/model/SessionVO.js.map +1 -0
  265. package/v1/model/ShowAccessDetailRequest.d.ts +77 -0
  266. package/v1/model/ShowAccessDetailRequest.d.ts.map +1 -0
  267. package/v1/model/ShowAccessDetailRequest.js +138 -0
  268. package/v1/model/ShowAccessDetailRequest.js.map +1 -0
  269. package/v1/model/ShowAccessDetailResponse.d.ts +8 -0
  270. package/v1/model/ShowAccessDetailResponse.d.ts.map +1 -0
  271. package/v1/model/ShowAccessDetailResponse.js +15 -0
  272. package/v1/model/ShowAccessDetailResponse.js.map +1 -0
  273. package/v1/model/ShowAccessTopRequest.d.ts +9 -9
  274. package/v1/model/ShowAccessTopRequest.d.ts.map +1 -1
  275. package/v1/model/ShowAccessTopRequest.js +14 -14
  276. package/v1/model/ShowAccessTopRequest.js.map +1 -1
  277. package/v1/model/ShowAttackDetailRequest.d.ts +77 -0
  278. package/v1/model/ShowAttackDetailRequest.d.ts.map +1 -0
  279. package/v1/model/ShowAttackDetailRequest.js +136 -0
  280. package/v1/model/ShowAttackDetailRequest.js.map +1 -0
  281. package/v1/model/ShowAttackDetailResponse.d.ts +8 -0
  282. package/v1/model/ShowAttackDetailResponse.d.ts.map +1 -0
  283. package/v1/model/ShowAttackDetailResponse.js +15 -0
  284. package/v1/model/ShowAttackDetailResponse.js.map +1 -0
  285. package/v1/model/ShowAttackTopRequest.d.ts +63 -0
  286. package/v1/model/ShowAttackTopRequest.d.ts.map +1 -0
  287. package/v1/model/ShowAttackTopRequest.js +120 -0
  288. package/v1/model/ShowAttackTopRequest.js.map +1 -0
  289. package/v1/model/ShowAttackTopResponse.d.ts +8 -0
  290. package/v1/model/ShowAttackTopResponse.d.ts.map +1 -0
  291. package/v1/model/ShowAttackTopResponse.js +15 -0
  292. package/v1/model/ShowAttackTopResponse.js.map +1 -0
  293. package/v1/model/ShowCustomerIpsInfoRequest.d.ts +5 -5
  294. package/v1/model/ShowCustomerIpsInfoRequest.d.ts.map +1 -1
  295. package/v1/model/ShowCustomerIpsInfoRequest.js +12 -12
  296. package/v1/model/ShowCustomerIpsInfoRequest.js.map +1 -1
  297. package/v1/model/ShowEwAssociatedErRequest.d.ts +12 -0
  298. package/v1/model/ShowEwAssociatedErRequest.d.ts.map +1 -0
  299. package/v1/model/ShowEwAssociatedErRequest.js +31 -0
  300. package/v1/model/ShowEwAssociatedErRequest.js.map +1 -0
  301. package/v1/model/ShowEwAssociatedErRespData.d.ts +9 -0
  302. package/v1/model/ShowEwAssociatedErRespData.d.ts.map +1 -0
  303. package/v1/model/ShowEwAssociatedErRespData.js +19 -0
  304. package/v1/model/ShowEwAssociatedErRespData.js.map +1 -0
  305. package/v1/model/ShowEwAssociatedErResponse.d.ts +8 -0
  306. package/v1/model/ShowEwAssociatedErResponse.d.ts.map +1 -0
  307. package/v1/model/ShowEwAssociatedErResponse.js +15 -0
  308. package/v1/model/ShowEwAssociatedErResponse.js.map +1 -0
  309. package/v1/model/ShowEwAssociatedVpcRequest.d.ts +12 -0
  310. package/v1/model/ShowEwAssociatedVpcRequest.d.ts.map +1 -0
  311. package/v1/model/ShowEwAssociatedVpcRequest.js +31 -0
  312. package/v1/model/ShowEwAssociatedVpcRequest.js.map +1 -0
  313. package/v1/model/ShowEwAssociatedVpcRespData.d.ts +9 -0
  314. package/v1/model/ShowEwAssociatedVpcRespData.d.ts.map +1 -0
  315. package/v1/model/ShowEwAssociatedVpcRespData.js +19 -0
  316. package/v1/model/ShowEwAssociatedVpcRespData.js.map +1 -0
  317. package/v1/model/ShowEwAssociatedVpcResponse.d.ts +8 -0
  318. package/v1/model/ShowEwAssociatedVpcResponse.d.ts.map +1 -0
  319. package/v1/model/ShowEwAssociatedVpcResponse.js +15 -0
  320. package/v1/model/ShowEwAssociatedVpcResponse.js.map +1 -0
  321. package/v1/model/ShowFirewallReportRequest.d.ts +20 -0
  322. package/v1/model/ShowFirewallReportRequest.d.ts.map +1 -0
  323. package/v1/model/ShowFirewallReportRequest.js +53 -0
  324. package/v1/model/ShowFirewallReportRequest.js.map +1 -0
  325. package/v1/model/ShowFirewallReportResponse.d.ts +8 -0
  326. package/v1/model/ShowFirewallReportResponse.d.ts.map +1 -0
  327. package/v1/model/ShowFirewallReportResponse.js +15 -0
  328. package/v1/model/ShowFirewallReportResponse.js.map +1 -0
  329. package/v1/model/ShowFlowDetailRequest.d.ts +89 -0
  330. package/v1/model/ShowFlowDetailRequest.d.ts.map +1 -0
  331. package/v1/model/ShowFlowDetailRequest.js +154 -0
  332. package/v1/model/ShowFlowDetailRequest.js.map +1 -0
  333. package/v1/model/ShowFlowDetailResponse.d.ts +8 -0
  334. package/v1/model/ShowFlowDetailResponse.d.ts.map +1 -0
  335. package/v1/model/ShowFlowDetailResponse.js +15 -0
  336. package/v1/model/ShowFlowDetailResponse.js.map +1 -0
  337. package/v1/model/ShowFlowTopRequest.d.ts +85 -0
  338. package/v1/model/ShowFlowTopRequest.d.ts.map +1 -0
  339. package/v1/model/ShowFlowTopRequest.js +152 -0
  340. package/v1/model/ShowFlowTopRequest.js.map +1 -0
  341. package/v1/model/ShowFlowTopResponse.d.ts +12 -0
  342. package/v1/model/ShowFlowTopResponse.d.ts.map +1 -0
  343. package/v1/model/ShowFlowTopResponse.js +15 -0
  344. package/v1/model/ShowFlowTopResponse.js.map +1 -0
  345. package/v1/model/ShowFlowTrendRequest.d.ts +75 -0
  346. package/v1/model/ShowFlowTrendRequest.d.ts.map +1 -0
  347. package/v1/model/ShowFlowTrendRequest.js +137 -0
  348. package/v1/model/ShowFlowTrendRequest.js.map +1 -0
  349. package/v1/model/ShowFlowTrendRespData.d.ts +9 -0
  350. package/v1/model/ShowFlowTrendRespData.d.ts.map +1 -0
  351. package/v1/model/ShowFlowTrendRespData.js +17 -0
  352. package/v1/model/ShowFlowTrendRespData.js.map +1 -0
  353. package/v1/model/ShowFlowTrendResponse.d.ts +8 -0
  354. package/v1/model/ShowFlowTrendResponse.d.ts.map +1 -0
  355. package/v1/model/ShowFlowTrendResponse.js +15 -0
  356. package/v1/model/ShowFlowTrendResponse.js.map +1 -0
  357. package/v1/model/ShowLogsCountRequest.d.ts +46 -0
  358. package/v1/model/ShowLogsCountRequest.d.ts.map +1 -0
  359. package/v1/model/ShowLogsCountRequest.js +90 -0
  360. package/v1/model/ShowLogsCountRequest.js.map +1 -0
  361. package/v1/model/ShowLogsCountRespData.d.ts +6 -0
  362. package/v1/model/ShowLogsCountRespData.d.ts.map +1 -0
  363. package/v1/model/ShowLogsCountRespData.js +13 -0
  364. package/v1/model/ShowLogsCountRespData.js.map +1 -0
  365. package/v1/model/ShowLogsCountResponse.d.ts +8 -0
  366. package/v1/model/ShowLogsCountResponse.d.ts.map +1 -0
  367. package/v1/model/ShowLogsCountResponse.js +15 -0
  368. package/v1/model/ShowLogsCountResponse.js.map +1 -0
  369. package/v1/model/ShowReportProfileRequest.d.ts +16 -0
  370. package/v1/model/ShowReportProfileRequest.d.ts.map +1 -0
  371. package/v1/model/ShowReportProfileRequest.js +42 -0
  372. package/v1/model/ShowReportProfileRequest.js.map +1 -0
  373. package/v1/model/ShowReportProfileResponse.d.ts +8 -0
  374. package/v1/model/ShowReportProfileResponse.d.ts.map +1 -0
  375. package/v1/model/ShowReportProfileResponse.js +15 -0
  376. package/v1/model/ShowReportProfileResponse.js.map +1 -0
  377. package/v1/model/StatisticPeriod.d.ts +12 -0
  378. package/v1/model/StatisticPeriod.d.ts.map +1 -0
  379. package/v1/model/StatisticPeriod.js +29 -0
  380. package/v1/model/StatisticPeriod.js.map +1 -0
  381. package/v1/model/TrendVO.d.ts +22 -0
  382. package/v1/model/TrendVO.d.ts.map +1 -0
  383. package/v1/model/TrendVO.js +51 -0
  384. package/v1/model/TrendVO.js.map +1 -0
  385. package/v1/model/UpdateCustomerIpsRespData.d.ts +6 -0
  386. package/v1/model/UpdateCustomerIpsRespData.d.ts.map +1 -0
  387. package/v1/model/UpdateCustomerIpsRespData.js +13 -0
  388. package/v1/model/UpdateCustomerIpsRespData.js.map +1 -0
  389. package/v1/model/UpdateCustomerIpsResponse.d.ts +3 -2
  390. package/v1/model/UpdateCustomerIpsResponse.d.ts.map +1 -1
  391. package/v1/model/UpdateCustomerIpsResponse.js +2 -2
  392. package/v1/model/UpdateCustomerIpsResponse.js.map +1 -1
  393. package/v1/model/UpdateReportProfileDto.d.ts +47 -0
  394. package/v1/model/UpdateReportProfileDto.d.ts.map +1 -0
  395. package/v1/model/UpdateReportProfileDto.js +89 -0
  396. package/v1/model/UpdateReportProfileDto.js.map +1 -0
  397. package/v1/model/UpdateReportProfileRequest.d.ts +19 -0
  398. package/v1/model/UpdateReportProfileRequest.d.ts.map +1 -0
  399. package/v1/model/UpdateReportProfileRequest.js +46 -0
  400. package/v1/model/UpdateReportProfileRequest.js.map +1 -0
  401. package/v1/model/UpdateReportProfileResponse.d.ts +8 -0
  402. package/v1/model/UpdateReportProfileResponse.d.ts.map +1 -0
  403. package/v1/model/UpdateReportProfileResponse.js +15 -0
  404. package/v1/model/UpdateReportProfileResponse.js.map +1 -0
  405. package/v1/model/Vpc.d.ts +11 -0
  406. package/v1/model/Vpc.d.ts.map +1 -0
  407. package/v1/model/Vpc.js +23 -0
  408. package/v1/model/Vpc.js.map +1 -0
  409. package/v1/model/VpcReport.d.ts +26 -0
  410. package/v1/model/VpcReport.d.ts.map +1 -0
  411. package/v1/model/VpcReport.js +51 -0
  412. package/v1/model/VpcReport.js.map +1 -0
  413. package/v1/public-api.d.ts +92 -1
  414. package/v1/public-api.d.ts.map +1 -1
  415. package/v1/public-api.js +92 -1
  416. package/v1/public-api.js.map +1 -1
  417. package/v1/model/HttpListCustomerIpsResponseData.d.ts +0 -13
  418. package/v1/model/HttpListCustomerIpsResponseData.d.ts.map +0 -1
  419. package/v1/model/HttpListCustomerIpsResponseData.js.map +0 -1
package/v1/CfwClient.d.ts CHANGED
@@ -46,6 +46,8 @@ import { CreateEastWestFirewallRequest } from './model/CreateEastWestFirewallReq
46
46
  import { CreateEastWestFirewallResponse } from './model/CreateEastWestFirewallResponse';
47
47
  import { CreateFirewallRequest } from './model/CreateFirewallRequest';
48
48
  import { CreateFirewallResponse } from './model/CreateFirewallResponse';
49
+ import { CreateReportProfileRequest } from './model/CreateReportProfileRequest';
50
+ import { CreateReportProfileResponse } from './model/CreateReportProfileResponse';
49
51
  import { CreateTagRequest } from './model/CreateTagRequest';
50
52
  import { CreateTagResponse } from './model/CreateTagResponse';
51
53
  import { DeleteAclRuleHitCountRequest } from './model/DeleteAclRuleHitCountRequest';
@@ -68,6 +70,8 @@ import { DeleteFirewallRequest } from './model/DeleteFirewallRequest';
68
70
  import { DeleteFirewallResponse } from './model/DeleteFirewallResponse';
69
71
  import { DeleteIpBlacklistRequest } from './model/DeleteIpBlacklistRequest';
70
72
  import { DeleteIpBlacklistResponse } from './model/DeleteIpBlacklistResponse';
73
+ import { DeleteReportProfileRequest } from './model/DeleteReportProfileRequest';
74
+ import { DeleteReportProfileResponse } from './model/DeleteReportProfileResponse';
71
75
  import { DeleteServiceItemRequest } from './model/DeleteServiceItemRequest';
72
76
  import { DeleteServiceItemResponse } from './model/DeleteServiceItemResponse';
73
77
  import { DeleteServiceSetRequest } from './model/DeleteServiceSetRequest';
@@ -76,12 +80,18 @@ import { DeleteTagRequest } from './model/DeleteTagRequest';
76
80
  import { DeleteTagResponse } from './model/DeleteTagResponse';
77
81
  import { EnableIpBlacklistRequest } from './model/EnableIpBlacklistRequest';
78
82
  import { EnableIpBlacklistResponse } from './model/EnableIpBlacklistResponse';
83
+ import { EnableMultiAccountRequest } from './model/EnableMultiAccountRequest';
84
+ import { EnableMultiAccountResponse } from './model/EnableMultiAccountResponse';
79
85
  import { ExportIpBlacklistRequest } from './model/ExportIpBlacklistRequest';
80
86
  import { ExportIpBlacklistResponse } from './model/ExportIpBlacklistResponse';
87
+ import { ExportLogsRequest } from './model/ExportLogsRequest';
88
+ import { ExportLogsResponse } from './model/ExportLogsResponse';
81
89
  import { ImportIpBlacklistRequest } from './model/ImportIpBlacklistRequest';
82
90
  import { ImportIpBlacklistResponse } from './model/ImportIpBlacklistResponse';
83
91
  import { ListAccessControlLogsRequest } from './model/ListAccessControlLogsRequest';
84
92
  import { ListAccessControlLogsResponse } from './model/ListAccessControlLogsResponse';
93
+ import { ListAccountsRequest } from './model/ListAccountsRequest';
94
+ import { ListAccountsResponse } from './model/ListAccountsResponse';
85
95
  import { ListAclRuleHitCountRequest } from './model/ListAclRuleHitCountRequest';
86
96
  import { ListAclRuleHitCountResponse } from './model/ListAclRuleHitCountResponse';
87
97
  import { ListAclRulesRequest } from './model/ListAclRulesRequest';
@@ -128,6 +138,8 @@ import { ListFirewallListRequest } from './model/ListFirewallListRequest';
128
138
  import { ListFirewallListResponse } from './model/ListFirewallListResponse';
129
139
  import { ListFlowLogsRequest } from './model/ListFlowLogsRequest';
130
140
  import { ListFlowLogsResponse } from './model/ListFlowLogsResponse';
141
+ import { ListFlowStatisticRequest } from './model/ListFlowStatisticRequest';
142
+ import { ListFlowStatisticResponse } from './model/ListFlowStatisticResponse';
131
143
  import { ListIpBlacklistRequest } from './model/ListIpBlacklistRequest';
132
144
  import { ListIpBlacklistResponse } from './model/ListIpBlacklistResponse';
133
145
  import { ListIpBlacklistSwitchRequest } from './model/ListIpBlacklistSwitchRequest';
@@ -144,12 +156,20 @@ import { ListJobRequest } from './model/ListJobRequest';
144
156
  import { ListJobResponse } from './model/ListJobResponse';
145
157
  import { ListLogConfigRequest } from './model/ListLogConfigRequest';
146
158
  import { ListLogConfigResponse } from './model/ListLogConfigResponse';
159
+ import { ListLogsRequest } from './model/ListLogsRequest';
160
+ import { ListLogsResponse } from './model/ListLogsResponse';
161
+ import { ListOrganizationAccountsRequest } from './model/ListOrganizationAccountsRequest';
162
+ import { ListOrganizationAccountsResponse } from './model/ListOrganizationAccountsResponse';
163
+ import { ListOrganizationTreeRequest } from './model/ListOrganizationTreeRequest';
164
+ import { ListOrganizationTreeResponse } from './model/ListOrganizationTreeResponse';
147
165
  import { ListProjectTagsRequest } from './model/ListProjectTagsRequest';
148
166
  import { ListProjectTagsResponse } from './model/ListProjectTagsResponse';
149
167
  import { ListProtectedVpcsRequest } from './model/ListProtectedVpcsRequest';
150
168
  import { ListProtectedVpcsResponse } from './model/ListProtectedVpcsResponse';
151
169
  import { ListRegionsRequest } from './model/ListRegionsRequest';
152
170
  import { ListRegionsResponse } from './model/ListRegionsResponse';
171
+ import { ListReportProfilesRequest } from './model/ListReportProfilesRequest';
172
+ import { ListReportProfilesResponse } from './model/ListReportProfilesResponse';
153
173
  import { ListResourceTagsRequest } from './model/ListResourceTagsRequest';
154
174
  import { ListResourceTagsResponse } from './model/ListResourceTagsResponse';
155
175
  import { ListRuleAclTagsRequest } from './model/ListRuleAclTagsRequest';
@@ -164,6 +184,8 @@ import { RetryIpBlacklistRequest } from './model/RetryIpBlacklistRequest';
164
184
  import { RetryIpBlacklistResponse } from './model/RetryIpBlacklistResponse';
165
185
  import { SaveTagsRequest } from './model/SaveTagsRequest';
166
186
  import { SaveTagsResponse } from './model/SaveTagsResponse';
187
+ import { ShowAccessDetailRequest } from './model/ShowAccessDetailRequest';
188
+ import { ShowAccessDetailResponse } from './model/ShowAccessDetailResponse';
167
189
  import { ShowAccessTopRequest } from './model/ShowAccessTopRequest';
168
190
  import { ShowAccessTopResponse } from './model/ShowAccessTopResponse';
169
191
  import { ShowAlarmConfigRequest } from './model/ShowAlarmConfigRequest';
@@ -172,6 +194,10 @@ import { ShowAntiVirusRuleRequest } from './model/ShowAntiVirusRuleRequest';
172
194
  import { ShowAntiVirusRuleResponse } from './model/ShowAntiVirusRuleResponse';
173
195
  import { ShowAntiVirusSwitchRequest } from './model/ShowAntiVirusSwitchRequest';
174
196
  import { ShowAntiVirusSwitchResponse } from './model/ShowAntiVirusSwitchResponse';
197
+ import { ShowAttackDetailRequest } from './model/ShowAttackDetailRequest';
198
+ import { ShowAttackDetailResponse } from './model/ShowAttackDetailResponse';
199
+ import { ShowAttackTopRequest } from './model/ShowAttackTopRequest';
200
+ import { ShowAttackTopResponse } from './model/ShowAttackTopResponse';
175
201
  import { ShowAttackTotalRequest } from './model/ShowAttackTotalRequest';
176
202
  import { ShowAttackTotalResponse } from './model/ShowAttackTotalResponse';
177
203
  import { ShowAttackTrendRequest } from './model/ShowAttackTrendRequest';
@@ -182,10 +208,26 @@ import { ShowCustomerIpsInfoRequest } from './model/ShowCustomerIpsInfoRequest';
182
208
  import { ShowCustomerIpsInfoResponse } from './model/ShowCustomerIpsInfoResponse';
183
209
  import { ShowDomainSetDetailRequest } from './model/ShowDomainSetDetailRequest';
184
210
  import { ShowDomainSetDetailResponse } from './model/ShowDomainSetDetailResponse';
211
+ import { ShowEwAssociatedErRequest } from './model/ShowEwAssociatedErRequest';
212
+ import { ShowEwAssociatedErResponse } from './model/ShowEwAssociatedErResponse';
213
+ import { ShowEwAssociatedVpcRequest } from './model/ShowEwAssociatedVpcRequest';
214
+ import { ShowEwAssociatedVpcResponse } from './model/ShowEwAssociatedVpcResponse';
215
+ import { ShowFirewallReportRequest } from './model/ShowFirewallReportRequest';
216
+ import { ShowFirewallReportResponse } from './model/ShowFirewallReportResponse';
217
+ import { ShowFlowDetailRequest } from './model/ShowFlowDetailRequest';
218
+ import { ShowFlowDetailResponse } from './model/ShowFlowDetailResponse';
219
+ import { ShowFlowTopRequest } from './model/ShowFlowTopRequest';
220
+ import { ShowFlowTopResponse } from './model/ShowFlowTopResponse';
221
+ import { ShowFlowTrendRequest } from './model/ShowFlowTrendRequest';
222
+ import { ShowFlowTrendResponse } from './model/ShowFlowTrendResponse';
185
223
  import { ShowImportStatusRequest } from './model/ShowImportStatusRequest';
186
224
  import { ShowImportStatusResponse } from './model/ShowImportStatusResponse';
187
225
  import { ShowIpsUpdateTimeRequest } from './model/ShowIpsUpdateTimeRequest';
188
226
  import { ShowIpsUpdateTimeResponse } from './model/ShowIpsUpdateTimeResponse';
227
+ import { ShowLogsCountRequest } from './model/ShowLogsCountRequest';
228
+ import { ShowLogsCountResponse } from './model/ShowLogsCountResponse';
229
+ import { ShowReportProfileRequest } from './model/ShowReportProfileRequest';
230
+ import { ShowReportProfileResponse } from './model/ShowReportProfileResponse';
189
231
  import { ShowTrafficTrendRequest } from './model/ShowTrafficTrendRequest';
190
232
  import { ShowTrafficTrendResponse } from './model/ShowTrafficTrendResponse';
191
233
  import { SwitchAutoProtectStatusRequest } from './model/SwitchAutoProtectStatusRequest';
@@ -216,6 +258,8 @@ import { UpdateLogConfigRequest } from './model/UpdateLogConfigRequest';
216
258
  import { UpdateLogConfigResponse } from './model/UpdateLogConfigResponse';
217
259
  import { UpdateObjectConfigDescRequest } from './model/UpdateObjectConfigDescRequest';
218
260
  import { UpdateObjectConfigDescResponse } from './model/UpdateObjectConfigDescResponse';
261
+ import { UpdateReportProfileRequest } from './model/UpdateReportProfileRequest';
262
+ import { UpdateReportProfileResponse } from './model/UpdateReportProfileResponse';
219
263
  import { UpdateServiceSetRequest } from './model/UpdateServiceSetRequest';
220
264
  import { UpdateServiceSetResponse } from './model/UpdateServiceSetResponse';
221
265
  export declare class CfwClient {
@@ -392,20 +436,6 @@ export declare class CfwClient {
392
436
  * @throws {RequiredError}
393
437
  */
394
438
  cancelCaptureTask(cancelCaptureTaskRequest?: CancelCaptureTaskRequest): Promise<CancelCaptureTaskResponse>;
395
- /**
396
- * 东西向防护开启/关闭
397
- *
398
- * Please refer to HUAWEI cloud API Explorer for details.
399
- *
400
- * @summary 修改东西向防火墙防护状态
401
- * @param {string} projectId 项目ID, 可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml)
402
- * @param {ChangeProtectStatusRequestBody} changeEwProtectStatusRequestBody 修改东西向防护状态请求体
403
- * @param {string} [enterpriseProjectId] 企业项目ID,用户根据组织规划企业项目,对应的ID为企业项目ID,可通过[如何获取企业项目ID](cfw_02_0027.xml)获取,用户未开启企业项目时为0
404
- * @param {string} [fwInstanceId] 防火墙id,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取
405
- * @param {*} [options] Override http request option.
406
- * @throws {RequiredError}
407
- */
408
- changeEastWestFirewallStatus(changeEastWestFirewallStatusRequest?: ChangeEastWestFirewallStatusRequest): Promise<ChangeEastWestFirewallStatusResponse>;
409
439
  /**
410
440
  * 创建抓包任务,每个任务只能执行一次。
411
441
  *
@@ -783,25 +813,6 @@ export declare class CfwClient {
783
813
  * @throws {RequiredError}
784
814
  */
785
815
  listAttackLogs(listAttackLogsRequest?: ListAttackLogsRequest): Promise<ListAttackLogsResponse>;
786
- /**
787
- * 根据防火墙攻击日志,查询攻击统计信息
788
- *
789
- * Please refer to HUAWEI cloud API Explorer for details.
790
- *
791
- * @summary 查询攻击统计
792
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
793
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
794
- * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
795
- * @param {'dst' | 'src'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: dst TOP攻击目的统计 src TOP攻击来源统计 **默认取值**: 不涉及
796
- * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
797
- * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
798
- * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
799
- * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
800
- * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
801
- * @param {*} [options] Override http request option.
802
- * @throws {RequiredError}
803
- */
804
- listAttackStatistic(listAttackStatisticRequest?: ListAttackStatisticRequest): Promise<ListAttackStatisticResponse>;
805
816
  /**
806
817
  * 查询黑白名单列表
807
818
  *
@@ -1185,26 +1196,6 @@ export declare class CfwClient {
1185
1196
  * @throws {RequiredError}
1186
1197
  */
1187
1198
  saveTags(saveTagsRequest?: SaveTagsRequest): Promise<SaveTagsResponse>;
1188
- /**
1189
- * 获取访问日志的TOP统计信息,如TOP命中规则等
1190
- *
1191
- * Please refer to HUAWEI cloud API Explorer for details.
1192
- *
1193
- * @summary 查询访问日志统计信息
1194
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1195
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1196
- * @param {'strategy_dashboard' | 'strategy_hit_info' | 'top_deny_rule' | 'src_ip' | 'dst_ip' | 'src_region' | 'dst_region' | 'dst_port'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: strategy_hit_info 策略的命中趋势 strategy_dashboard 策略命中概览 top_deny_rule TOP命中拦截策略 dst_ip TOP拦截目的IP src_ip TOP拦截源IP dst_port TOP拦截端口 dst_region TOP拦截目的地区 src_region TOP拦截源地区 **默认取值**: 不涉及
1197
- * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
1198
- * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1199
- * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1200
- * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1201
- * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1202
- * @param {'internet' | 'nat' | 'vpc' | 'vgw'} [logType] **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1203
- * @param {Array<string>} [ruleId] **参数解释**: 规则ID列表 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1204
- * @param {*} [options] Override http request option.
1205
- * @throws {RequiredError}
1206
- */
1207
- showAccessTop(showAccessTopRequest?: ShowAccessTopRequest): Promise<ShowAccessTopResponse>;
1208
1199
  /**
1209
1200
  * 获取告警配置信息
1210
1201
  *
@@ -1247,40 +1238,6 @@ export declare class CfwClient {
1247
1238
  * @throws {RequiredError}
1248
1239
  */
1249
1240
  showAntiVirusSwitch(showAntiVirusSwitchRequest?: ShowAntiVirusSwitchRequest): Promise<ShowAntiVirusSwitchResponse>;
1250
- /**
1251
- * 查询攻击概览
1252
- *
1253
- * Please refer to HUAWEI cloud API Explorer for details.
1254
- *
1255
- * @summary 查询攻击概览
1256
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1257
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1258
- * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1259
- * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1260
- * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1261
- * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1262
- * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1263
- * @param {*} [options] Override http request option.
1264
- * @throws {RequiredError}
1265
- */
1266
- showAttackTotal(showAttackTotalRequest?: ShowAttackTotalRequest): Promise<ShowAttackTotalResponse>;
1267
- /**
1268
- * 查询攻击趋势
1269
- *
1270
- * Please refer to HUAWEI cloud API Explorer for details.
1271
- *
1272
- * @summary 查询攻击趋势
1273
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1274
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1275
- * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1276
- * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1277
- * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1278
- * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1279
- * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1280
- * @param {*} [options] Override http request option.
1281
- * @throws {RequiredError}
1282
- */
1283
- showAttackTrend(showAttackTrendRequest?: ShowAttackTrendRequest): Promise<ShowAttackTrendResponse>;
1284
1241
  /**
1285
1242
  * 查看域名组详情
1286
1243
  *
@@ -1295,25 +1252,6 @@ export declare class CfwClient {
1295
1252
  * @throws {RequiredError}
1296
1253
  */
1297
1254
  showDomainSetDetail(showDomainSetDetailRequest?: ShowDomainSetDetailRequest): Promise<ShowDomainSetDetailResponse>;
1298
- /**
1299
- * 查询流量趋势,包括南北向、EIP、东西向的流量趋势
1300
- *
1301
- * Please refer to HUAWEI cloud API Explorer for details.
1302
- *
1303
- * @summary 查询流量趋势
1304
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1305
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1306
- * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1307
- * @param {'avg' | 'max'} aggType **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: avg为平均值 max为最大值 **默认取值**: 不涉及
1308
- * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1309
- * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1310
- * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1311
- * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1312
- * @param {Array<string>} [ip] **参数解释**: IP地址列表,查看IP的流量趋势 **约束限制**: 不涉及 **取值范围**: IP地址 **默认取值**: 不涉及
1313
- * @param {*} [options] Override http request option.
1314
- * @throws {RequiredError}
1315
- */
1316
- showTrafficTrend(showTrafficTrendRequest?: ShowTrafficTrendRequest): Promise<ShowTrafficTrendResponse>;
1317
1255
  /**
1318
1256
  * 更新地址组信息
1319
1257
  *
@@ -1731,6 +1669,57 @@ export declare class CfwClient {
1731
1669
  * @throws {RequiredError}
1732
1670
  */
1733
1671
  switchAutoProtectStatus(switchAutoProtectStatusRequest?: SwitchAutoProtectStatusRequest): Promise<SwitchAutoProtectStatusResponse>;
1672
+ /**
1673
+ * 查看自定义IPS规则列表
1674
+ *
1675
+ * Please refer to HUAWEI cloud API Explorer for details.
1676
+ *
1677
+ * @summary 查看自定义IPS规则列表
1678
+ * @param {string} objectId 防护对象ID,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用[查询防火墙实例接口](ListFirewallDetail.xml)获得,通过返回值中的data.records.protect_objects.object_id(.表示各对象之间层级的区分)获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。此处仅取type为1的防护对象id,可通过data.records.protect_objects.type(.表示各对象之间层级的区分)获得。
1679
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1680
+ * @param {number} limit **参数解释**: 查询返回记录的数量限制 **约束限制**: 不涉及 **取值范围**: 1-1024 **默认取值**: 不涉及
1681
+ * @param {number} offset **参数解释**: 偏移量,表示查询该偏移量后面的记录 **约束限制**: 不涉及 **取值范围**: 0 - 1024 **默认取值**: 不涉及
1682
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1683
+ * @param {number} [actionType] **参数解释**: 动作 **约束限制**: 不涉及 **取值范围**: 0 仅记录日志 1 拦截session 2 拦截ip **默认取值**: 不涉及
1684
+ * @param {number} [affectedOs] **参数解释**: 影响操作系统 **约束限制**: 不涉及 **取值范围**: 0 any、1 Windows、2 Linux、3 FreeBSD、4 Solaris、5 other Unix、6 网络设备、7 Mac OS、8 ios、9 android、10 others **默认取值**: 不涉及
1685
+ * @param {number} [attackType] **参数解释**: 攻击类型 **约束限制**: 不涉及 **取值范围**: 1:访问控制、2:漏洞扫描、3:邮件攻击、4:漏洞攻击、5:Web攻击、6:密码攻击、7:劫持攻击、8:协议异常、9:特洛伊木马、10:蠕虫、11:缓冲区溢出、12:黑客工具、13:间谍软件、14:DDos泛洪、15:应用层DDos攻击、16:其他可疑行为、17:可疑DNS活动、18:网络钓鱼、19:垃圾邮件、20:其他攻击 **默认取值**: 不涉及
1686
+ * @param {string} [ipsName] **参数解释**: ips规则名称 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
1687
+ * @param {string} [ipsId] **参数解释**: ips规则的id **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
1688
+ * @param {number} [protocol] **参数解释**: 协议类型 **约束限制**: 不涉及 **取值范围**: 1 FTP、2 TELNET、3 SMTP、4 DNS_TCP、5 DNS_UDP、6 DHCP、7 TFTP、8 FINGER、9 HTTP、10 POP3、11 SUNRPC_TCP、12 SUNRPC_UDP、13 NNTP、14 MSRPC_TCP、15 MSRPC_UDP、16 NETBIOS_NAME_TCP、17 NETBIOS_NAME_UDP、18 NETBIOS_SMB、19 NETBIOS_DATAGRAM、20 IMAP4、21 SNMP、22 LDAP、23 MSSQL、24 ORACLE **默认取值**: 不涉及
1689
+ * @param {number} [severity] **参数解释**: 严重程度 **约束限制**: 不涉及 **取值范围**: critical:致命,high:高危,medium:中危,low:低危 **默认取值**: 不涉及
1690
+ * @param {number} [software] **参数解释**: 影响软件 **约束限制**: 不涉及 **取值范围**: 0 ANY、1 ADOBE、2 APACHE、3 APPLE、4 CA、5 CISCO、6 GOOGLE_CHROME、7 HP、8 IBM、9 IE、10 IIS、11 MC_AFEE、12 MEDIA_PLAYER、13 MICROSOFT_NET、14 MICROSOFT_EDGE、15 MICROSOFT_EXCHANGE、16 MICROSOFT_OFFICE、17 MICROSOFT_OUTLOOK、18 MICROSOFT_SHARE_POINT、19 MICROSOFT_WINDOWS、20 MOZILLA、21 MSSQL、22 MYSQL、23 NOVELL、24 ORACLE、25 SAMBA、26 SAMSUNG、27 SAP、28 SCADA、29 SQUID、30 SUN、31 SYMANTEC、32 TREND_MICRO、33 VMWARE、34 WORD_PRESS、35 Others **默认取值**: 不涉及
1691
+ * @param {string} [enterpriseProjectId] 企业项目ID,用户根据组织规划企业项目,对应的ID为企业项目ID,可通过[如何获取企业项目ID](cfw_02_0027.xml)获取,用户未开启企业项目时为0
1692
+ * @param {*} [options] Override http request option.
1693
+ * @throws {RequiredError}
1694
+ */
1695
+ listCustomerIps(listCustomerIpsRequest?: ListCustomerIpsRequest): Promise<ListCustomerIpsResponse>;
1696
+ /**
1697
+ * 功能说明:自定义IPS规则详情,特性:根据路径输入的IPS ID查看对应的自定义IPS详情
1698
+ *
1699
+ * Please refer to HUAWEI cloud API Explorer for details.
1700
+ *
1701
+ * @summary 查询自定义IPS规则详情
1702
+ * @param {string} ipsCfwId **参数解释**: cfw侧自定义IPS规则id **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1703
+ * @param {string} objectId **参数解释**: 防护对象ID,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志ID,可通过调用[查询防火墙实例接口](ListFirewallDetail.xml)获得,通过返回值中的data.records.protect_objects.object_id(.表示各对象之间层级的区分)获得 **约束限制**: type为0时,object_id为互联网边界防护对象ID,type为1时,object_id为VPC边界防护对象ID,type可通过data.records.protect_objects.type(.表示各对象之间层级的区分)获得 **取值范围**: 32位UUID **默认取值**: 不涉及
1704
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1705
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1706
+ * @param {*} [options] Override http request option.
1707
+ * @throws {RequiredError}
1708
+ */
1709
+ showCustomerIpsInfo(showCustomerIpsInfoRequest?: ShowCustomerIpsInfoRequest): Promise<ShowCustomerIpsInfoResponse>;
1710
+ /**
1711
+ * 更新自定义IPS规则
1712
+ *
1713
+ * Please refer to HUAWEI cloud API Explorer for details.
1714
+ *
1715
+ * @summary 更新自定义IPS规则
1716
+ * @param {string} ipsCfwId **参数解释**: cfw侧自定义IPS规则id **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1717
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1718
+ * @param {CustomerIpsSaveDto} updateCustomerIpsRequestBody 更新自定义IPS规则请求参数
1719
+ * @param {*} [options] Override http request option.
1720
+ * @throws {RequiredError}
1721
+ */
1722
+ updateCustomerIps(updateCustomerIpsRequest?: UpdateCustomerIpsRequest): Promise<UpdateCustomerIpsResponse>;
1734
1723
  /**
1735
1724
  * 切换防护模式
1736
1725
  *
@@ -1772,29 +1761,6 @@ export declare class CfwClient {
1772
1761
  * @throws {RequiredError}
1773
1762
  */
1774
1763
  changeIpsSwitchStatus(changeIpsSwitchStatusRequest?: ChangeIpsSwitchStatusRequest): Promise<ChangeIpsSwitchStatusResponse>;
1775
- /**
1776
- * 获取自定义ips规则
1777
- *
1778
- * Please refer to HUAWEI cloud API Explorer for details.
1779
- *
1780
- * @summary 获取自定义ips规则
1781
- * @param {string} fwInstanceId 防火墙ID,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取
1782
- * @param {number} limit 分页查询数据量限制
1783
- * @param {string} objectId 防护对象ID,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志id,可通过调用[查询防火墙实例接口](ListFirewallDetail.xml)获得,通过返回值中的data.records.protect_objects.object_id(.表示各对象之间层级的区分)获得,注意type为0的为互联网边界防护对象id,type为1的为VPC边界防护对象id。此处仅取type为1的防护对象id,可通过data.records.protect_objects.type(.表示各对象之间层级的区分)获得。
1784
- * @param {number} offset 查询偏移量
1785
- * @param {string} projectId 项目ID,可以从调API处获取,也可以从控制台获取。可通过[项目ID获取方式](cfw_02_0015.xml)获取
1786
- * @param {number} [actionType] 动作(0:只记录日志,1:重置/拦截)
1787
- * @param {number} [affectedOs] 操作系统
1788
- * @param {number} [attackType] 攻击类型
1789
- * @param {string} [ipsName] ips规则名称
1790
- * @param {number} [protocol] 协议
1791
- * @param {number} [severity] 严重程度(critical:致命,high:高危,medium:中危,low:低危)
1792
- * @param {number} [software] 影响软件
1793
- * @param {string} [enterpriseProjectId] 企业项目ID,用户根据组织规划企业项目,对应的ID为企业项目ID,可通过[如何获取企业项目ID](cfw_02_0027.xml)获取,用户未开启企业项目时为0
1794
- * @param {*} [options] Override http request option.
1795
- * @throws {RequiredError}
1796
- */
1797
- listCustomerIps(listCustomerIpsRequest?: ListCustomerIpsRequest): Promise<ListCustomerIpsResponse>;
1798
1764
  /**
1799
1765
  * 查询防护模式
1800
1766
  *
@@ -1862,20 +1828,6 @@ export declare class CfwClient {
1862
1828
  * @throws {RequiredError}
1863
1829
  */
1864
1830
  listIpsSwitchStatus(listIpsSwitchStatusRequest?: ListIpsSwitchStatusRequest): Promise<ListIpsSwitchStatusResponse>;
1865
- /**
1866
- * 功能说明:自定义IPS规则详情,特性:根据路径输入的IPS ID查看对应的自定义IPS详情
1867
- *
1868
- * Please refer to HUAWEI cloud API Explorer for details.
1869
- *
1870
- * @summary 查询自定义IPS规则详情
1871
- * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1872
- * @param {string} ipsCfwId **参数解释**: cfw侧自定义IPS规则id **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1873
- * @param {string} objectId **参数解释**: 防护对象ID,是创建云防火墙后用于区分互联网边界防护和VPC边界防护的标志ID,可通过调用[查询防火墙实例接口](ListFirewallDetail.xml)获得,通过返回值中的data.records.protect_objects.object_id(.表示各对象之间层级的区分)获得 **约束限制**: type为0时,object_id为互联网边界防护对象ID,type为1时,object_id为VPC边界防护对象ID,type可通过data.records.protect_objects.type(.表示各对象之间层级的区分)获得 **取值范围**: 32位UUID **默认取值**: 不涉及
1874
- * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1875
- * @param {*} [options] Override http request option.
1876
- * @throws {RequiredError}
1877
- */
1878
- showCustomerIpsInfo(showCustomerIpsInfoRequest?: ShowCustomerIpsInfoRequest): Promise<ShowCustomerIpsInfoResponse>;
1879
1831
  /**
1880
1832
  * 获取ips规则细节
1881
1833
  *
@@ -1904,96 +1856,758 @@ export declare class CfwClient {
1904
1856
  */
1905
1857
  updateAdvancedIpsRule(updateAdvancedIpsRuleRequest?: UpdateAdvancedIpsRuleRequest): Promise<UpdateAdvancedIpsRuleResponse>;
1906
1858
  /**
1907
- * 更新自定义IPS规则
1859
+ * 根据防火墙攻击日志,查询攻击统计信息
1908
1860
  *
1909
1861
  * Please refer to HUAWEI cloud API Explorer for details.
1910
1862
  *
1911
- * @summary 更新自定义IPS规则
1912
- * @param {string} ipsCfwId **参数解释**: cfw侧自定义IPS规则id **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1863
+ * @summary 查询攻击统计
1913
1864
  * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1914
- * @param {CustomerIpsSaveDto} updateCustomerIpsRequestBody 更新自定义IPS规则请求参数
1865
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1866
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1867
+ * @param {'dst' | 'src'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: dst TOP攻击目的统计 src TOP攻击来源统计 **默认取值**: 不涉及
1868
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1869
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
1870
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1871
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1872
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1873
+ * @param {number} [size] **参数解释**: 聚合条数 **约束限制**: 不涉及 **取值范围**: 0到100条 **默认取值**: 50
1915
1874
  * @param {*} [options] Override http request option.
1916
1875
  * @throws {RequiredError}
1917
1876
  */
1918
- updateCustomerIps(updateCustomerIpsRequest?: UpdateCustomerIpsRequest): Promise<UpdateCustomerIpsResponse>;
1919
- }
1920
- export declare const ParamCreater: () => {
1877
+ listAttackStatistic(listAttackStatisticRequest?: ListAttackStatisticRequest): Promise<ListAttackStatisticResponse>;
1921
1878
  /**
1922
- * 添加地址组成员
1879
+ * 查询流量日志统计
1923
1880
  *
1924
1881
  * Please refer to HUAWEI cloud API Explorer for details.
1925
- */
1926
- addAddressItem(addAddressItemRequest?: AddAddressItemRequest): {
1927
- method: string;
1928
- url: string;
1929
- contentType: string;
1930
- queryParams: {};
1931
- pathParams: {};
1932
- headers: {};
1933
- data: {};
1934
- };
1935
- /**
1936
- * 添加地址组
1937
1882
  *
1938
- * Please refer to HUAWEI cloud API Explorer for details.
1883
+ * @summary 查询流量日志统计
1884
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1885
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1886
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1887
+ * @param {'src_ip' | 'dst_ip' | 'dst_port' | 'protocol' | 'dst_host' | 'app' | 'risk_ip' | 'risk_host' | 'open_port' | 'dst_region_name' | 'src_region_name'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: src_ip 源IP dst_ip 目的IP dst_port 目的端口 protocol 协议 dst_host 目的域名 app 应用 dst_region_name 目的地区 src_region_name 源地区 risk_ip 风险IP risk_host 风险域名 open_port 开放端口 **默认取值**: 不涉及
1888
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1889
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
1890
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1891
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1892
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1893
+ * @param {'public' | 'private'} [assetType] **参数解释**: IP类型 **约束限制**: 不涉及 **取值范围**: public 公网IP private 私网IP open_port **默认取值**: 不涉及
1894
+ * @param {number} [size] **参数解释**: 聚合条数 **约束限制**: 不涉及 **取值范围**: 0到10条 **默认取值**: 5
1895
+ * @param {*} [options] Override http request option.
1896
+ * @throws {RequiredError}
1939
1897
  */
1940
- addAddressSet(addAddressSetRequest?: AddAddressSetRequest): {
1941
- method: string;
1942
- url: string;
1943
- contentType: string;
1944
- queryParams: {};
1945
- pathParams: {};
1946
- headers: {};
1947
- data: {};
1948
- };
1898
+ listFlowStatistic(listFlowStatisticRequest?: ListFlowStatisticRequest): Promise<ListFlowStatisticResponse>;
1949
1899
  /**
1950
- * 创建黑白名单规则
1900
+ * 查询访问控制统计详情
1951
1901
  *
1952
1902
  * Please refer to HUAWEI cloud API Explorer for details.
1953
- */
1954
- addBlackWhiteList(addBlackWhiteListRequest?: AddBlackWhiteListRequest): {
1955
- method: string;
1956
- url: string;
1957
- contentType: string;
1958
- queryParams: {};
1959
- pathParams: {};
1960
- headers: {};
1961
- data: {};
1962
- };
1963
- /**
1964
- * 添加域名组
1965
1903
  *
1966
- * Please refer to HUAWEI cloud API Explorer for details.
1904
+ * @summary 查询访问控制统计详情
1905
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1906
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1907
+ * @param {'top_deny_rule' | 'src_ip' | 'dst_ip' | 'src_region' | 'dst_region' | 'dst_port'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: top_deny_rule 命中拦截策略 dst_ip 拦截目的IP src_ip 拦截源IP dst_port 拦截端口 dst_region 拦截目的地区 src_region 拦截源地区 **默认取值**: 不涉及
1908
+ * @param {string} itemId **参数解释**: 聚合对象 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
1909
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1910
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
1911
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1912
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1913
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1914
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} [logType] **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1915
+ * @param {*} [options] Override http request option.
1916
+ * @throws {RequiredError}
1967
1917
  */
1968
- addDomainSet(addDomainSetRequest?: AddDomainSetRequest): {
1969
- method: string;
1970
- url: string;
1971
- contentType: string;
1972
- queryParams: {};
1973
- pathParams: {};
1974
- headers: {};
1975
- data: {};
1976
- };
1918
+ showAccessDetail(showAccessDetailRequest?: ShowAccessDetailRequest): Promise<ShowAccessDetailResponse>;
1977
1919
  /**
1978
- * 添加域名列表
1920
+ * 获取访问日志的TOP统计信息,如TOP命中规则等
1921
+ *
1922
+ * Please refer to HUAWEI cloud API Explorer for details.
1923
+ *
1924
+ * @summary 查询访问日志统计信息
1925
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1926
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1927
+ * @param {'strategy_dashboard' | 'strategy_hit_info' | 'top_deny_rule' | 'src_ip' | 'dst_ip' | 'src_region' | 'dst_region' | 'dst_port'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: strategy_hit_info 策略的命中趋势 strategy_dashboard 策略命中概览 top_deny_rule TOP命中拦截策略 dst_ip TOP拦截目的IP src_ip TOP拦截源IP dst_port TOP拦截端口 dst_region TOP拦截目的地区 src_region TOP拦截源地区 **默认取值**: 不涉及
1928
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1929
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
1930
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1931
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1932
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1933
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} [logType] **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1934
+ * @param {Array<string>} [ruleId] **参数解释**: 规则ID列表 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1935
+ * @param {*} [options] Override http request option.
1936
+ * @throws {RequiredError}
1937
+ */
1938
+ showAccessTop(showAccessTopRequest?: ShowAccessTopRequest): Promise<ShowAccessTopResponse>;
1939
+ /**
1940
+ * 查询攻击日志统计详情
1941
+ *
1942
+ * Please refer to HUAWEI cloud API Explorer for details.
1943
+ *
1944
+ * @summary 查询攻击日志统计详情
1945
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1946
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1947
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1948
+ * @param {0 | 1} action **参数解释**: 动作 **约束限制**: 不涉及 **取值范围**: 0 全部 1 拦截 **默认取值**: 不涉及
1949
+ * @param {'src_region_id' | 'attack_type' | 'in_src_ip' | 'out_src_ip' | 'dst_port' | 'dst_ip' | 'attack_rule' | 'src_ip'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: src_region_id TOP外部攻击来源地区 attack_type 攻击类型 in_src_ip TOP内部攻击来源IP out_src_ip TOP外部攻击来源IP dst_port TOP被攻击端口 dst_ip TOP攻击目的IP attack_rule TOP攻击规则 src_ip TOP攻击来源IP **默认取值**: 不涉及
1950
+ * @param {string} value **参数解释**: 统计对象 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
1951
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1952
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1953
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1954
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1955
+ * @param {*} [options] Override http request option.
1956
+ * @throws {RequiredError}
1957
+ */
1958
+ showAttackDetail(showAttackDetailRequest?: ShowAttackDetailRequest): Promise<ShowAttackDetailResponse>;
1959
+ /**
1960
+ * 查询攻击日志TOP统计
1961
+ *
1962
+ * Please refer to HUAWEI cloud API Explorer for details.
1963
+ *
1964
+ * @summary 查询攻击日志TOP统计
1965
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1966
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1967
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1968
+ * @param {0 | 1} action **参数解释**: 动作 **约束限制**: 不涉及 **取值范围**: 0 全部 1 拦截 **默认取值**: 不涉及
1969
+ * @param {Array<string>} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: src_region_id TOP外部攻击来源地区 attack_type 攻击类型 in_src_ip TOP内部攻击来源IP out_src_ip TOP外部攻击来源IP dst_port TOP被攻击端口 dst_ip TOP攻击目的IP attack_rule TOP攻击规则 src_ip TOP攻击来源IP level TOP威胁等级 **默认取值**: 不涉及
1970
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1971
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1972
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1973
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1974
+ * @param {number} [size] **参数解释**: 聚合条数 **约束限制**: 不涉及 **取值范围**: 0到10条 **默认取值**: 5
1975
+ * @param {*} [options] Override http request option.
1976
+ * @throws {RequiredError}
1977
+ */
1978
+ showAttackTop(showAttackTopRequest?: ShowAttackTopRequest): Promise<ShowAttackTopResponse>;
1979
+ /**
1980
+ * 查询攻击概览
1981
+ *
1982
+ * Please refer to HUAWEI cloud API Explorer for details.
1983
+ *
1984
+ * @summary 查询攻击概览
1985
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1986
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1987
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
1988
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
1989
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1990
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
1991
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
1992
+ * @param {*} [options] Override http request option.
1993
+ * @throws {RequiredError}
1994
+ */
1995
+ showAttackTotal(showAttackTotalRequest?: ShowAttackTotalRequest): Promise<ShowAttackTotalResponse>;
1996
+ /**
1997
+ * 查询攻击趋势
1998
+ *
1999
+ * Please refer to HUAWEI cloud API Explorer for details.
2000
+ *
2001
+ * @summary 查询攻击趋势
2002
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2003
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2004
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
2005
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2006
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2007
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2008
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2009
+ * @param {*} [options] Override http request option.
2010
+ * @throws {RequiredError}
2011
+ */
2012
+ showAttackTrend(showAttackTrendRequest?: ShowAttackTrendRequest): Promise<ShowAttackTrendResponse>;
2013
+ /**
2014
+ * 查询流量日志统计详情,如统计某个源IP访问详情
2015
+ *
2016
+ * Please refer to HUAWEI cloud API Explorer for details.
2017
+ *
2018
+ * @summary 查询流量日志统计详情
2019
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2020
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2021
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
2022
+ * @param {'src_ip' | 'dst_ip' | 'dst_port' | 'protocol' | 'dst_host' | 'app' | 'dst_region_name' | 'src_region_name'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: src_ip 源IP dst_ip 目的IP dst_port 目的端口 protocol 协议 dst_host 目的域名 app 应用 dst_region_name 目的地区 src_region_name 源地区 **默认取值**: 不涉及
2023
+ * @param {string} value **参数解释**: 统计对象 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2024
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2025
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
2026
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2027
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2028
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2029
+ * @param {'public' | 'private'} [assetType] **参数解释**: IP类型 **约束限制**: 不涉及 **取值范围**: public 公网IP private 私网IP open_port **默认取值**: 不涉及
2030
+ * @param {*} [options] Override http request option.
2031
+ * @throws {RequiredError}
2032
+ */
2033
+ showFlowDetail(showFlowDetailRequest?: ShowFlowDetailRequest): Promise<ShowFlowDetailResponse>;
2034
+ /**
2035
+ * 查询流量TOP统计
2036
+ *
2037
+ * Please refer to HUAWEI cloud API Explorer for details.
2038
+ *
2039
+ * @summary 查询流量TOP统计
2040
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2041
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2042
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
2043
+ * @param {Array<string>} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: src_ip 源IP dst_ip 目的IP dst_port 目的端口 protocol 协议 dst_host 目的域名 app 应用 dst_region_name 目的地区 src_region_name 源地区 **默认取值**: 不涉及
2044
+ * @param {'record' | 'byte'} order **参数解释**: 排序条件 **约束限制**: 不涉及 **取值范围**: record 会话条数 byte 会话流量 **默认取值**: 5
2045
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2046
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
2047
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2048
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2049
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2050
+ * @param {'public' | 'private'} [assetType] **参数解释**: IP类型 **约束限制**: 不涉及 **取值范围**: public 公网IP private 私网IP open_port **默认取值**: 不涉及
2051
+ * @param {number} [size] **参数解释**: 聚合条数 **约束限制**: 不涉及 **取值范围**: 0到10条 **默认取值**: 5
2052
+ * @param {*} [options] Override http request option.
2053
+ * @throws {RequiredError}
2054
+ */
2055
+ showFlowTop(showFlowTopRequest?: ShowFlowTopRequest): Promise<ShowFlowTopResponse>;
2056
+ /**
2057
+ * 查询会话趋势
2058
+ *
2059
+ * Please refer to HUAWEI cloud API Explorer for details.
2060
+ *
2061
+ * @summary 查询会话趋势
2062
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2063
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2064
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
2065
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2066
+ * @param {'in2out' | 'out2in'} [direction] **参数解释**: 会话方向 **约束限制**: 不涉及 **取值范围**: in2out为出云方向 out2in为入云方向 **默认取值**: 不涉及
2067
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2068
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2069
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2070
+ * @param {'public' | 'private'} [assetType] **参数解释**: IP类型 **约束限制**: 不涉及 **取值范围**: public 公网IP private 私网IP open_port **默认取值**: 不涉及
2071
+ * @param {Array<string>} [ip] ips
2072
+ * @param {Array<string>} [vpc] vpcs
2073
+ * @param {*} [options] Override http request option.
2074
+ * @throws {RequiredError}
2075
+ */
2076
+ showFlowTrend(showFlowTrendRequest?: ShowFlowTrendRequest): Promise<ShowFlowTrendResponse>;
2077
+ /**
2078
+ * 统计日志数量,如统计风险IP的数量
2079
+ *
2080
+ * Please refer to HUAWEI cloud API Explorer for details.
2081
+ *
2082
+ * @summary 查询日志数量
2083
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2084
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2085
+ * @param {'risk_ip' | 'risk_host' | 'open_port'} item **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: risk_ip 访问风险IP数量 risk_host 访问风险域名数量 open_port 开放端口的数量 **默认取值**: 不涉及
2086
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2087
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2088
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2089
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2090
+ * @param {*} [options] Override http request option.
2091
+ * @throws {RequiredError}
2092
+ */
2093
+ showLogsCount(showLogsCountRequest?: ShowLogsCountRequest): Promise<ShowLogsCountResponse>;
2094
+ /**
2095
+ * 查询流量趋势,包括南北向、EIP、东西向的流量趋势
2096
+ *
2097
+ * Please refer to HUAWEI cloud API Explorer for details.
2098
+ *
2099
+ * @summary 查询流量趋势
2100
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2101
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2102
+ * @param {'internet' | 'nat' | 'vpc' | 'vgw'} logType **参数解释**: 日志类型 **约束限制**: 不涉及 **取值范围**: internet为南北向日志、nat为nat场景日志,vpc为东西向日志,vgw为vgw场景日志 **默认取值**: 不涉及
2103
+ * @param {'avg' | 'max'} aggType **参数解释**: 聚合类型 **约束限制**: 不涉及 **取值范围**: avg为平均值 max为最大值 **默认取值**: 不涉及
2104
+ * @param {0 | 1 | 2} [range] **参数解释**: 时间范围 **约束限制**: 不涉及 **取值范围**: 0为近一时 1近一天 2近七天 **默认取值**: 不涉及
2105
+ * @param {number} [startTime] **参数解释**: 开始时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2106
+ * @param {number} [endTime] **参数解释**: 结束时间 **约束限制**: 不涉及 **取值范围**: 毫秒级时间戳 **默认取值**: 不涉及
2107
+ * @param {Array<string>} [vgwId] **参数解释**: VGW ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2108
+ * @param {Array<string>} [ip] **参数解释**: IP地址列表,查看IP的流量趋势 **约束限制**: 不涉及 **取值范围**: IP地址 **默认取值**: 不涉及
2109
+ * @param {*} [options] Override http request option.
2110
+ * @throws {RequiredError}
2111
+ */
2112
+ showTrafficTrend(showTrafficTrendRequest?: ShowTrafficTrendRequest): Promise<ShowTrafficTrendResponse>;
2113
+ /**
2114
+ * 导出防火墙日志
2115
+ *
2116
+ * Please refer to HUAWEI cloud API Explorer for details.
2117
+ *
2118
+ * @summary 导出防火墙日志
2119
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2120
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2121
+ * @param {ExportLogsRequestBody} exportLogsRequestBody **参数解释**: 导出防火墙日志请求体 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2122
+ * @param {*} [options] Override http request option.
2123
+ * @throws {RequiredError}
2124
+ */
2125
+ exportLogs(exportLogsRequest?: ExportLogsRequest): Promise<ExportLogsResponse>;
2126
+ /**
2127
+ * 查询防火墙日志
2128
+ *
2129
+ * Please refer to HUAWEI cloud API Explorer for details.
2130
+ *
2131
+ * @summary 查询防火墙日志
2132
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2133
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2134
+ * @param {ListLogsRequestBody} listLogsRequestBody **参数解释**: 查询防火墙日志请求体 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2135
+ * @param {*} [options] Override http request option.
2136
+ * @throws {RequiredError}
2137
+ */
2138
+ listLogs(listLogsRequest?: ListLogsRequest): Promise<ListLogsResponse>;
2139
+ /**
2140
+ * 开启多账号管理
2141
+ *
2142
+ * Please refer to HUAWEI cloud API Explorer for details.
2143
+ *
2144
+ * @summary 开启多账号管理
2145
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2146
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2147
+ * @param {*} [options] Override http request option.
2148
+ * @throws {RequiredError}
2149
+ */
2150
+ enableMultiAccount(enableMultiAccountRequest?: EnableMultiAccountRequest): Promise<EnableMultiAccountResponse>;
2151
+ /**
2152
+ * 查询账号列表
2153
+ *
2154
+ * Please refer to HUAWEI cloud API Explorer for details.
2155
+ *
2156
+ * @summary 查询账号列表
2157
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2158
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2159
+ * @param {number} limit **参数解释**: 查询返回记录的数量限制 **约束限制**: 不涉及 **取值范围**: 1-1024 **默认取值**: 不涉及
2160
+ * @param {number} offset **参数解释**: 偏移量,表示查询该偏移量后面的记录 **约束限制**: 不涉及 **取值范围**: 0 - 1024 **默认取值**: 不涉及
2161
+ * @param {*} [options] Override http request option.
2162
+ * @throws {RequiredError}
2163
+ */
2164
+ listAccounts(listAccountsRequest?: ListAccountsRequest): Promise<ListAccountsResponse>;
2165
+ /**
2166
+ * 查询组织账号列表
2167
+ *
2168
+ * Please refer to HUAWEI cloud API Explorer for details.
2169
+ *
2170
+ * @summary 查询组织账号列表
2171
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2172
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2173
+ * @param {string} [parentId] **参数解释**: 父节点(根或组织单元)的唯一标识符(ID) **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2174
+ * @param {number} [limit] **参数解释**: 查询返回记录的数量限制 **约束限制**: 不涉及 **取值范围**: 1-2000 **默认取值**: 2000
2175
+ * @param {string} [marker] **参数解释**: 分页标记 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2176
+ * @param {*} [options] Override http request option.
2177
+ * @throws {RequiredError}
2178
+ */
2179
+ listOrganizationAccounts(listOrganizationAccountsRequest?: ListOrganizationAccountsRequest): Promise<ListOrganizationAccountsResponse>;
2180
+ /**
2181
+ * 查询组织结构
2182
+ *
2183
+ * Please refer to HUAWEI cloud API Explorer for details.
2184
+ *
2185
+ * @summary 查询组织结构
2186
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2187
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2188
+ * @param {string} [parentId] **参数解释**: 父节点(根或组织单元)的唯一标识符(ID) **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2189
+ * @param {number} [limit] **参数解释**: 查询返回记录的数量限制 **约束限制**: 不涉及 **取值范围**: 1-2000 **默认取值**: 2000
2190
+ * @param {string} [marker] **参数解释**: 分页标记 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2191
+ * @param {*} [options] Override http request option.
2192
+ * @throws {RequiredError}
2193
+ */
2194
+ listOrganizationTree(listOrganizationTreeRequest?: ListOrganizationTreeRequest): Promise<ListOrganizationTreeResponse>;
2195
+ /**
2196
+ * 创建安全报告模板
2197
+ *
2198
+ * Please refer to HUAWEI cloud API Explorer for details.
2199
+ *
2200
+ * @summary 创建安全报告模板
2201
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2202
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2203
+ * @param {CreateReportProfileDto} createReportProfileRequestBody **参数解释**: 创建安全报告模板请求体 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2204
+ * @param {*} [options] Override http request option.
2205
+ * @throws {RequiredError}
2206
+ */
2207
+ createReportProfile(createReportProfileRequest?: CreateReportProfileRequest): Promise<CreateReportProfileResponse>;
2208
+ /**
2209
+ * 删除安全报告模板
2210
+ *
2211
+ * Please refer to HUAWEI cloud API Explorer for details.
2212
+ *
2213
+ * @summary 删除安全报告模板
2214
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2215
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2216
+ * @param {string} reportProfileId **参数解释**: 安全报告模板ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2217
+ * @param {*} [options] Override http request option.
2218
+ * @throws {RequiredError}
2219
+ */
2220
+ deleteReportProfile(deleteReportProfileRequest?: DeleteReportProfileRequest): Promise<DeleteReportProfileResponse>;
2221
+ /**
2222
+ * 查询安全报告模板列表
2223
+ *
2224
+ * Please refer to HUAWEI cloud API Explorer for details.
2225
+ *
2226
+ * @summary 查询安全报告模板列表
2227
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2228
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2229
+ * @param {number} limit **参数解释**: 查询返回记录的数量限制 **约束限制**: 不涉及 **取值范围**: 1-1024 **默认取值**: 不涉及
2230
+ * @param {number} offset **参数解释**: 偏移量,表示查询该偏移量后面的记录 **约束限制**: 不涉及 **取值范围**: 0 - 1024 **默认取值**: 不涉及
2231
+ * @param {'daily' | 'weekly' | 'custom'} [category] **参数解释**: 报告类型 **约束限制**: 不涉及 **取值范围**: daily 日报 weekly 周报 custom 自定义报告 **默认取值**: 不涉及
2232
+ * @param {*} [options] Override http request option.
2233
+ * @throws {RequiredError}
2234
+ */
2235
+ listReportProfiles(listReportProfilesRequest?: ListReportProfilesRequest): Promise<ListReportProfilesResponse>;
2236
+ /**
2237
+ * 查询安全报告
2238
+ *
2239
+ * Please refer to HUAWEI cloud API Explorer for details.
2240
+ *
2241
+ * @summary 查询安全报告
2242
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2243
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2244
+ * @param {string} reportProfileId **参数解释**: 安全报告模板ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2245
+ * @param {string} reportId **参数解释**: 安全报告ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2246
+ * @param {*} [options] Override http request option.
2247
+ * @throws {RequiredError}
2248
+ */
2249
+ showFirewallReport(showFirewallReportRequest?: ShowFirewallReportRequest): Promise<ShowFirewallReportResponse>;
2250
+ /**
2251
+ * 获取安全报告模板
2252
+ *
2253
+ * Please refer to HUAWEI cloud API Explorer for details.
2254
+ *
2255
+ * @summary 获取安全报告模板
2256
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2257
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2258
+ * @param {string} reportProfileId **参数解释**: 安全报告模板ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2259
+ * @param {*} [options] Override http request option.
2260
+ * @throws {RequiredError}
2261
+ */
2262
+ showReportProfile(showReportProfileRequest?: ShowReportProfileRequest): Promise<ShowReportProfileResponse>;
2263
+ /**
2264
+ * 更新安全报告模板
2265
+ *
2266
+ * Please refer to HUAWEI cloud API Explorer for details.
2267
+ *
2268
+ * @summary 更新安全报告模板
2269
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2270
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2271
+ * @param {string} reportProfileId **参数解释**: 安全报告模板ID **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2272
+ * @param {UpdateReportProfileDto} updateReportProfileRequestBody **参数解释**: 更新安全报告模板请求体 **约束限制**: 不涉及 **取值范围**: 不涉及 **默认取值**: 不涉及
2273
+ * @param {*} [options] Override http request option.
2274
+ * @throws {RequiredError}
2275
+ */
2276
+ updateReportProfile(updateReportProfileRequest?: UpdateReportProfileRequest): Promise<UpdateReportProfileResponse>;
2277
+ /**
2278
+ * 更新VPC间防火墙防护状态
2279
+ *
2280
+ * Please refer to HUAWEI cloud API Explorer for details.
2281
+ *
2282
+ * @summary 更新VPC间防火墙防护状态
2283
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2284
+ * @param {ChangeProtectStatusRequestBody} changeEastWestFirewallStatusRequestBody UpdateEwProtectStatusRequestBody
2285
+ * @param {*} [options] Override http request option.
2286
+ * @throws {RequiredError}
2287
+ */
2288
+ changeEastWestFirewallStatus(changeEastWestFirewallStatusRequest?: ChangeEastWestFirewallStatusRequest): Promise<ChangeEastWestFirewallStatusResponse>;
2289
+ /**
2290
+ * 查询VPC间防火墙使用的企业路由器信息
2291
+ *
2292
+ * Please refer to HUAWEI cloud API Explorer for details.
2293
+ *
2294
+ * @summary 查询VPC间防火墙使用的企业路由器信息
2295
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2296
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2297
+ * @param {*} [options] Override http request option.
2298
+ * @throws {RequiredError}
2299
+ */
2300
+ showEwAssociatedEr(showEwAssociatedErRequest?: ShowEwAssociatedErRequest): Promise<ShowEwAssociatedErResponse>;
2301
+ /**
2302
+ * 查询VPC边界防火墙使用的引流VPC信息
2303
+ *
2304
+ * Please refer to HUAWEI cloud API Explorer for details.
2305
+ *
2306
+ * @summary 查询VPC边界防火墙使用的引流VPC信息
2307
+ * @param {string} projectId **参数解释**: 项目ID,用于明确项目归属,配置后可通过该ID查询项目下资产,可以从调API处获取,也可以从控制台获取。[项目ID获取方式](cfw_02_0015.xml) **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2308
+ * @param {string} fwInstanceId **参数解释**: 防火墙ID,用户创建防火墙实例后产生的唯一ID,配置后可区分不同防火墙,可通过[防火墙ID获取方式](cfw_02_0028.xml)获取 **约束限制**: 不涉及 **取值范围**: 32位UUID **默认取值**: 不涉及
2309
+ * @param {*} [options] Override http request option.
2310
+ * @throws {RequiredError}
2311
+ */
2312
+ showEwAssociatedVpc(showEwAssociatedVpcRequest?: ShowEwAssociatedVpcRequest): Promise<ShowEwAssociatedVpcResponse>;
2313
+ }
2314
+ export declare const ParamCreater: () => {
2315
+ /**
2316
+ * 添加地址组成员
2317
+ *
2318
+ * Please refer to HUAWEI cloud API Explorer for details.
2319
+ */
2320
+ addAddressItem(addAddressItemRequest?: AddAddressItemRequest): {
2321
+ method: string;
2322
+ url: string;
2323
+ contentType: string;
2324
+ queryParams: {};
2325
+ pathParams: {};
2326
+ headers: {};
2327
+ data: {};
2328
+ };
2329
+ /**
2330
+ * 添加地址组
2331
+ *
2332
+ * Please refer to HUAWEI cloud API Explorer for details.
2333
+ */
2334
+ addAddressSet(addAddressSetRequest?: AddAddressSetRequest): {
2335
+ method: string;
2336
+ url: string;
2337
+ contentType: string;
2338
+ queryParams: {};
2339
+ pathParams: {};
2340
+ headers: {};
2341
+ data: {};
2342
+ };
2343
+ /**
2344
+ * 创建黑白名单规则
2345
+ *
2346
+ * Please refer to HUAWEI cloud API Explorer for details.
2347
+ */
2348
+ addBlackWhiteList(addBlackWhiteListRequest?: AddBlackWhiteListRequest): {
2349
+ method: string;
2350
+ url: string;
2351
+ contentType: string;
2352
+ queryParams: {};
2353
+ pathParams: {};
2354
+ headers: {};
2355
+ data: {};
2356
+ };
2357
+ /**
2358
+ * 添加域名组
2359
+ *
2360
+ * Please refer to HUAWEI cloud API Explorer for details.
2361
+ */
2362
+ addDomainSet(addDomainSetRequest?: AddDomainSetRequest): {
2363
+ method: string;
2364
+ url: string;
2365
+ contentType: string;
2366
+ queryParams: {};
2367
+ pathParams: {};
2368
+ headers: {};
2369
+ data: {};
2370
+ };
2371
+ /**
2372
+ * 添加域名列表
2373
+ *
2374
+ * Please refer to HUAWEI cloud API Explorer for details.
2375
+ */
2376
+ addDomains(addDomainsRequest?: AddDomainsRequest): {
2377
+ method: string;
2378
+ url: string;
2379
+ contentType: string;
2380
+ queryParams: {};
2381
+ pathParams: {};
2382
+ headers: {};
2383
+ data: {};
2384
+ };
2385
+ /**
2386
+ * 创建日志配置
2387
+ *
2388
+ * Please refer to HUAWEI cloud API Explorer for details.
2389
+ */
2390
+ addLogConfig(addLogConfigRequest?: AddLogConfigRequest): {
2391
+ method: string;
2392
+ url: string;
2393
+ contentType: string;
2394
+ queryParams: {};
2395
+ pathParams: {};
2396
+ headers: {};
2397
+ data: {};
2398
+ };
2399
+ /**
2400
+ * 批量添加服务组成员
2401
+ *
2402
+ * Please refer to HUAWEI cloud API Explorer for details.
2403
+ */
2404
+ addServiceItems(addServiceItemsRequest?: AddServiceItemsRequest): {
2405
+ method: string;
2406
+ url: string;
2407
+ contentType: string;
2408
+ queryParams: {};
2409
+ pathParams: {};
2410
+ headers: {};
2411
+ data: {};
2412
+ };
2413
+ /**
2414
+ * 创建服务组
2415
+ *
2416
+ * Please refer to HUAWEI cloud API Explorer for details.
2417
+ */
2418
+ addServiceSet(addServiceSetRequest?: AddServiceSetRequest): {
2419
+ method: string;
2420
+ url: string;
2421
+ contentType: string;
2422
+ queryParams: {};
2423
+ pathParams: {};
2424
+ headers: {};
2425
+ data: {};
2426
+ };
2427
+ /**
2428
+ * 批量删除地址组成员
2429
+ *
2430
+ * Please refer to HUAWEI cloud API Explorer for details.
2431
+ */
2432
+ batchDeleteAddressItems(batchDeleteAddressItemsRequest?: BatchDeleteAddressItemsRequest): {
2433
+ method: string;
2434
+ url: string;
2435
+ contentType: string;
2436
+ queryParams: {};
2437
+ pathParams: {};
2438
+ headers: {};
2439
+ data: {};
2440
+ };
2441
+ /**
2442
+ * 批量删除域名组
2443
+ *
2444
+ * Please refer to HUAWEI cloud API Explorer for details.
2445
+ */
2446
+ batchDeleteDomainSet(batchDeleteDomainSetRequest?: BatchDeleteDomainSetRequest): {
2447
+ method: string;
2448
+ url: string;
2449
+ contentType: string;
2450
+ queryParams: {};
2451
+ pathParams: {};
2452
+ headers: {};
2453
+ data: {};
2454
+ };
2455
+ /**
2456
+ * 批量删除服务组成员信息
2457
+ *
2458
+ * Please refer to HUAWEI cloud API Explorer for details.
2459
+ */
2460
+ batchDeleteServiceItems(batchDeleteServiceItemsRequest?: BatchDeleteServiceItemsRequest): {
2461
+ method: string;
2462
+ url: string;
2463
+ contentType: string;
2464
+ queryParams: {};
2465
+ pathParams: {};
2466
+ headers: {};
2467
+ data: {};
2468
+ };
2469
+ /**
2470
+ * 取消抓包任务
2471
+ *
2472
+ * Please refer to HUAWEI cloud API Explorer for details.
2473
+ */
2474
+ cancelCaptureTask(cancelCaptureTaskRequest?: CancelCaptureTaskRequest): {
2475
+ method: string;
2476
+ url: string;
2477
+ contentType: string;
2478
+ queryParams: {};
2479
+ pathParams: {};
2480
+ headers: {};
2481
+ data: {};
2482
+ };
2483
+ /**
2484
+ * 创建抓包任务,每个任务只能执行一次。
2485
+ *
2486
+ * Please refer to HUAWEI cloud API Explorer for details.
2487
+ */
2488
+ createCaptureTask(createCaptureTaskRequest?: CreateCaptureTaskRequest): {
2489
+ method: string;
2490
+ url: string;
2491
+ contentType: string;
2492
+ queryParams: {};
2493
+ pathParams: {};
2494
+ headers: {};
2495
+ data: {};
2496
+ };
2497
+ /**
2498
+ * 创建东西向防火墙
2499
+ *
2500
+ * Please refer to HUAWEI cloud API Explorer for details.
2501
+ */
2502
+ createEastWestFirewall(createEastWestFirewallRequest?: CreateEastWestFirewallRequest): {
2503
+ method: string;
2504
+ url: string;
2505
+ contentType: string;
2506
+ queryParams: {};
2507
+ pathParams: {};
2508
+ headers: {};
2509
+ data: {};
2510
+ };
2511
+ /**
2512
+ * 创建防火墙
2513
+ *
2514
+ * Please refer to HUAWEI cloud API Explorer for details.
2515
+ */
2516
+ createFirewall(createFirewallRequest?: CreateFirewallRequest): {
2517
+ method: string;
2518
+ url: string;
2519
+ contentType: string;
2520
+ queryParams: {};
2521
+ pathParams: {};
2522
+ headers: {};
2523
+ data: {};
2524
+ };
2525
+ /**
2526
+ * 创建标签
2527
+ *
2528
+ * Please refer to HUAWEI cloud API Explorer for details.
2529
+ */
2530
+ createTag(createTagRequest?: CreateTagRequest): {
2531
+ method: string;
2532
+ url: string;
2533
+ contentType: string;
2534
+ queryParams: {};
2535
+ pathParams: {};
2536
+ headers: {};
2537
+ data: {};
2538
+ };
2539
+ /**
2540
+ * 删除地址组成员
2541
+ *
2542
+ * Please refer to HUAWEI cloud API Explorer for details.
2543
+ */
2544
+ deleteAddressItem(deleteAddressItemRequest?: DeleteAddressItemRequest): {
2545
+ method: string;
2546
+ url: string;
2547
+ contentType: string;
2548
+ queryParams: {};
2549
+ pathParams: {};
2550
+ headers: {};
2551
+ };
2552
+ /**
2553
+ * 删除地址组
2554
+ *
2555
+ * Please refer to HUAWEI cloud API Explorer for details.
2556
+ */
2557
+ deleteAddressSet(deleteAddressSetRequest?: DeleteAddressSetRequest): {
2558
+ method: string;
2559
+ url: string;
2560
+ contentType: string;
2561
+ queryParams: {};
2562
+ pathParams: {};
2563
+ headers: {};
2564
+ };
2565
+ /**
2566
+ * 删除黑白名单规则
2567
+ *
2568
+ * Please refer to HUAWEI cloud API Explorer for details.
2569
+ */
2570
+ deleteBlackWhiteList(deleteBlackWhiteListRequest?: DeleteBlackWhiteListRequest): {
2571
+ method: string;
2572
+ url: string;
2573
+ contentType: string;
2574
+ queryParams: {};
2575
+ pathParams: {};
2576
+ headers: {};
2577
+ };
2578
+ /**
2579
+ * 批量删除抓包任务
2580
+ *
2581
+ * Please refer to HUAWEI cloud API Explorer for details.
2582
+ */
2583
+ deleteCaptureTask(deleteCaptureTaskRequest?: DeleteCaptureTaskRequest): {
2584
+ method: string;
2585
+ url: string;
2586
+ contentType: string;
2587
+ queryParams: {};
2588
+ pathParams: {};
2589
+ headers: {};
2590
+ data: {};
2591
+ };
2592
+ /**
2593
+ * 删除域名组
1979
2594
  *
1980
2595
  * Please refer to HUAWEI cloud API Explorer for details.
1981
2596
  */
1982
- addDomains(addDomainsRequest?: AddDomainsRequest): {
2597
+ deleteDomainSet(deleteDomainSetRequest?: DeleteDomainSetRequest): {
1983
2598
  method: string;
1984
2599
  url: string;
1985
2600
  contentType: string;
1986
2601
  queryParams: {};
1987
2602
  pathParams: {};
1988
2603
  headers: {};
1989
- data: {};
1990
2604
  };
1991
2605
  /**
1992
- * 创建日志配置
2606
+ * 删除域名列表
1993
2607
  *
1994
2608
  * Please refer to HUAWEI cloud API Explorer for details.
1995
2609
  */
1996
- addLogConfig(addLogConfigRequest?: AddLogConfigRequest): {
2610
+ deleteDomains(deleteDomainsRequest?: DeleteDomainsRequest): {
1997
2611
  method: string;
1998
2612
  url: string;
1999
2613
  contentType: string;
@@ -2003,25 +2617,24 @@ export declare const ParamCreater: () => {
2003
2617
  data: {};
2004
2618
  };
2005
2619
  /**
2006
- * 批量添加服务组成员
2620
+ * 删除防火墙,仅按需生效
2007
2621
  *
2008
2622
  * Please refer to HUAWEI cloud API Explorer for details.
2009
2623
  */
2010
- addServiceItems(addServiceItemsRequest?: AddServiceItemsRequest): {
2624
+ deleteFirewall(deleteFirewallRequest?: DeleteFirewallRequest): {
2011
2625
  method: string;
2012
2626
  url: string;
2013
2627
  contentType: string;
2014
2628
  queryParams: {};
2015
2629
  pathParams: {};
2016
2630
  headers: {};
2017
- data: {};
2018
2631
  };
2019
2632
  /**
2020
- * 创建服务组
2633
+ * 删除流量过滤功能下已经导入的IP黑名单,指定生效范围进行删除。 标准版的墙只会存在生效范围为EIP的IP黑名单,专业版的墙会存在生效范围为EIP和NAT的IP黑名单。
2021
2634
  *
2022
2635
  * Please refer to HUAWEI cloud API Explorer for details.
2023
2636
  */
2024
- addServiceSet(addServiceSetRequest?: AddServiceSetRequest): {
2637
+ deleteIpBlacklist(deleteIpBlacklistRequest?: DeleteIpBlacklistRequest): {
2025
2638
  method: string;
2026
2639
  url: string;
2027
2640
  contentType: string;
@@ -2031,39 +2644,37 @@ export declare const ParamCreater: () => {
2031
2644
  data: {};
2032
2645
  };
2033
2646
  /**
2034
- * 批量删除地址组成员
2647
+ * 删除服务组成员
2035
2648
  *
2036
2649
  * Please refer to HUAWEI cloud API Explorer for details.
2037
2650
  */
2038
- batchDeleteAddressItems(batchDeleteAddressItemsRequest?: BatchDeleteAddressItemsRequest): {
2651
+ deleteServiceItem(deleteServiceItemRequest?: DeleteServiceItemRequest): {
2039
2652
  method: string;
2040
2653
  url: string;
2041
2654
  contentType: string;
2042
2655
  queryParams: {};
2043
2656
  pathParams: {};
2044
2657
  headers: {};
2045
- data: {};
2046
2658
  };
2047
2659
  /**
2048
- * 批量删除域名组
2660
+ * 删除服务组
2049
2661
  *
2050
2662
  * Please refer to HUAWEI cloud API Explorer for details.
2051
2663
  */
2052
- batchDeleteDomainSet(batchDeleteDomainSetRequest?: BatchDeleteDomainSetRequest): {
2664
+ deleteServiceSet(deleteServiceSetRequest?: DeleteServiceSetRequest): {
2053
2665
  method: string;
2054
2666
  url: string;
2055
2667
  contentType: string;
2056
2668
  queryParams: {};
2057
2669
  pathParams: {};
2058
2670
  headers: {};
2059
- data: {};
2060
2671
  };
2061
2672
  /**
2062
- * 批量删除服务组成员信息
2673
+ * 删除标签
2063
2674
  *
2064
2675
  * Please refer to HUAWEI cloud API Explorer for details.
2065
2676
  */
2066
- batchDeleteServiceItems(batchDeleteServiceItemsRequest?: BatchDeleteServiceItemsRequest): {
2677
+ deleteTag(deleteTagRequest?: DeleteTagRequest): {
2067
2678
  method: string;
2068
2679
  url: string;
2069
2680
  contentType: string;
@@ -2073,11 +2684,11 @@ export declare const ParamCreater: () => {
2073
2684
  data: {};
2074
2685
  };
2075
2686
  /**
2076
- * 取消抓包任务
2687
+ * 开启或者关闭流量过滤功能,当前流量过滤是通过导入IP黑名单实现的。
2077
2688
  *
2078
2689
  * Please refer to HUAWEI cloud API Explorer for details.
2079
2690
  */
2080
- cancelCaptureTask(cancelCaptureTaskRequest?: CancelCaptureTaskRequest): {
2691
+ enableIpBlacklist(enableIpBlacklistRequest?: EnableIpBlacklistRequest): {
2081
2692
  method: string;
2082
2693
  url: string;
2083
2694
  contentType: string;
@@ -2087,25 +2698,27 @@ export declare const ParamCreater: () => {
2087
2698
  data: {};
2088
2699
  };
2089
2700
  /**
2090
- * 东西向防护开启/关闭
2701
+ * 指定IP黑名单的名字进行导出,当前只有两种文件名,在EIP生效的文件名为ip-blacklist-eip.txt,在 NAT生效的文件名为ip-blacklist-nat.txt。
2091
2702
  *
2092
2703
  * Please refer to HUAWEI cloud API Explorer for details.
2093
2704
  */
2094
- changeEastWestFirewallStatus(changeEastWestFirewallStatusRequest?: ChangeEastWestFirewallStatusRequest): {
2705
+ exportIpBlacklist(exportIpBlacklistRequest?: ExportIpBlacklistRequest): {
2095
2706
  method: string;
2096
2707
  url: string;
2097
2708
  contentType: string;
2098
2709
  queryParams: {};
2099
2710
  pathParams: {};
2100
2711
  headers: {};
2101
- data: {};
2102
2712
  };
2103
2713
  /**
2104
- * 创建抓包任务,每个任务只能执行一次。
2714
+ * 此接口用来导入IP黑名单,IP列表保存在request的body中,IP列表支持的格式如下:
2715
+ * 单个IP地址,例如:100.1.1.10
2716
+ * 连续的IP地址段,例如:80.1.1.3-80.1.1.30
2717
+ * 掩码格式的网段,例如:6.6.6.0/24
2105
2718
  *
2106
2719
  * Please refer to HUAWEI cloud API Explorer for details.
2107
2720
  */
2108
- createCaptureTask(createCaptureTaskRequest?: CreateCaptureTaskRequest): {
2721
+ importIpBlacklist(importIpBlacklistRequest?: ImportIpBlacklistRequest): {
2109
2722
  method: string;
2110
2723
  url: string;
2111
2724
  contentType: string;
@@ -2115,53 +2728,50 @@ export declare const ParamCreater: () => {
2115
2728
  data: {};
2116
2729
  };
2117
2730
  /**
2118
- * 创建东西向防火墙
2731
+ * 查询访问控制日志
2119
2732
  *
2120
2733
  * Please refer to HUAWEI cloud API Explorer for details.
2121
2734
  */
2122
- createEastWestFirewall(createEastWestFirewallRequest?: CreateEastWestFirewallRequest): {
2735
+ listAccessControlLogs(listAccessControlLogsRequest?: ListAccessControlLogsRequest): {
2123
2736
  method: string;
2124
2737
  url: string;
2125
2738
  contentType: string;
2126
2739
  queryParams: {};
2127
2740
  pathParams: {};
2128
2741
  headers: {};
2129
- data: {};
2130
2742
  };
2131
2743
  /**
2132
- * 创建防火墙
2744
+ * 查询地址组成员
2133
2745
  *
2134
2746
  * Please refer to HUAWEI cloud API Explorer for details.
2135
2747
  */
2136
- createFirewall(createFirewallRequest?: CreateFirewallRequest): {
2748
+ listAddressItems(listAddressItemsRequest?: ListAddressItemsRequest): {
2137
2749
  method: string;
2138
2750
  url: string;
2139
2751
  contentType: string;
2140
2752
  queryParams: {};
2141
2753
  pathParams: {};
2142
2754
  headers: {};
2143
- data: {};
2144
2755
  };
2145
2756
  /**
2146
- * 创建标签
2757
+ * 查询地址组详细
2147
2758
  *
2148
2759
  * Please refer to HUAWEI cloud API Explorer for details.
2149
2760
  */
2150
- createTag(createTagRequest?: CreateTagRequest): {
2761
+ listAddressSetDetail(listAddressSetDetailRequest?: ListAddressSetDetailRequest): {
2151
2762
  method: string;
2152
2763
  url: string;
2153
2764
  contentType: string;
2154
2765
  queryParams: {};
2155
2766
  pathParams: {};
2156
2767
  headers: {};
2157
- data: {};
2158
2768
  };
2159
2769
  /**
2160
- * 删除地址组成员
2770
+ * 查询地址组列表
2161
2771
  *
2162
2772
  * Please refer to HUAWEI cloud API Explorer for details.
2163
2773
  */
2164
- deleteAddressItem(deleteAddressItemRequest?: DeleteAddressItemRequest): {
2774
+ listAddressSets(listAddressSetsRequest?: ListAddressSetsRequest): {
2165
2775
  method: string;
2166
2776
  url: string;
2167
2777
  contentType: string;
@@ -2170,11 +2780,11 @@ export declare const ParamCreater: () => {
2170
2780
  headers: {};
2171
2781
  };
2172
2782
  /**
2173
- * 删除地址组
2783
+ * 查询攻击日志
2174
2784
  *
2175
2785
  * Please refer to HUAWEI cloud API Explorer for details.
2176
2786
  */
2177
- deleteAddressSet(deleteAddressSetRequest?: DeleteAddressSetRequest): {
2787
+ listAttackLogs(listAttackLogsRequest?: ListAttackLogsRequest): {
2178
2788
  method: string;
2179
2789
  url: string;
2180
2790
  contentType: string;
@@ -2183,11 +2793,11 @@ export declare const ParamCreater: () => {
2183
2793
  headers: {};
2184
2794
  };
2185
2795
  /**
2186
- * 删除黑白名单规则
2796
+ * 查询黑白名单列表
2187
2797
  *
2188
2798
  * Please refer to HUAWEI cloud API Explorer for details.
2189
2799
  */
2190
- deleteBlackWhiteList(deleteBlackWhiteListRequest?: DeleteBlackWhiteListRequest): {
2800
+ listBlackWhiteLists(listBlackWhiteListsRequest?: ListBlackWhiteListsRequest): {
2191
2801
  method: string;
2192
2802
  url: string;
2193
2803
  contentType: string;
@@ -2196,25 +2806,24 @@ export declare const ParamCreater: () => {
2196
2806
  headers: {};
2197
2807
  };
2198
2808
  /**
2199
- * 批量删除抓包任务
2809
+ * 获取抓包任务结果
2200
2810
  *
2201
2811
  * Please refer to HUAWEI cloud API Explorer for details.
2202
2812
  */
2203
- deleteCaptureTask(deleteCaptureTaskRequest?: DeleteCaptureTaskRequest): {
2813
+ listCaptureResult(listCaptureResultRequest?: ListCaptureResultRequest): {
2204
2814
  method: string;
2205
2815
  url: string;
2206
2816
  contentType: string;
2207
2817
  queryParams: {};
2208
2818
  pathParams: {};
2209
2819
  headers: {};
2210
- data: {};
2211
2820
  };
2212
2821
  /**
2213
- * 删除域名组
2822
+ * 查询抓包任务
2214
2823
  *
2215
2824
  * Please refer to HUAWEI cloud API Explorer for details.
2216
2825
  */
2217
- deleteDomainSet(deleteDomainSetRequest?: DeleteDomainSetRequest): {
2826
+ listCaptureTask(listCaptureTaskRequest?: ListCaptureTaskRequest): {
2218
2827
  method: string;
2219
2828
  url: string;
2220
2829
  contentType: string;
@@ -2223,25 +2832,24 @@ export declare const ParamCreater: () => {
2223
2832
  headers: {};
2224
2833
  };
2225
2834
  /**
2226
- * 删除域名列表
2835
+ * 查询dns服务器列表
2227
2836
  *
2228
2837
  * Please refer to HUAWEI cloud API Explorer for details.
2229
2838
  */
2230
- deleteDomains(deleteDomainsRequest?: DeleteDomainsRequest): {
2839
+ listDnsServers(listDnsServersRequest?: ListDnsServersRequest): {
2231
2840
  method: string;
2232
2841
  url: string;
2233
2842
  contentType: string;
2234
2843
  queryParams: {};
2235
2844
  pathParams: {};
2236
2845
  headers: {};
2237
- data: {};
2238
2846
  };
2239
2847
  /**
2240
- * 删除防火墙,仅按需生效
2848
+ * 测试域名有效性
2241
2849
  *
2242
2850
  * Please refer to HUAWEI cloud API Explorer for details.
2243
2851
  */
2244
- deleteFirewall(deleteFirewallRequest?: DeleteFirewallRequest): {
2852
+ listDomainParseDetail(listDomainParseDetailRequest?: ListDomainParseDetailRequest): {
2245
2853
  method: string;
2246
2854
  url: string;
2247
2855
  contentType: string;
@@ -2250,25 +2858,24 @@ export declare const ParamCreater: () => {
2250
2858
  headers: {};
2251
2859
  };
2252
2860
  /**
2253
- * 删除流量过滤功能下已经导入的IP黑名单,指定生效范围进行删除。 标准版的墙只会存在生效范围为EIP的IP黑名单,专业版的墙会存在生效范围为EIP和NAT的IP黑名单。
2861
+ * 获取域名地址解析结果
2254
2862
  *
2255
2863
  * Please refer to HUAWEI cloud API Explorer for details.
2256
2864
  */
2257
- deleteIpBlacklist(deleteIpBlacklistRequest?: DeleteIpBlacklistRequest): {
2865
+ listDomainParseIp(listDomainParseIpRequest?: ListDomainParseIpRequest): {
2258
2866
  method: string;
2259
2867
  url: string;
2260
2868
  contentType: string;
2261
2869
  queryParams: {};
2262
2870
  pathParams: {};
2263
2871
  headers: {};
2264
- data: {};
2265
2872
  };
2266
2873
  /**
2267
- * 删除服务组成员
2874
+ * 查询域名组列表
2268
2875
  *
2269
2876
  * Please refer to HUAWEI cloud API Explorer for details.
2270
2877
  */
2271
- deleteServiceItem(deleteServiceItemRequest?: DeleteServiceItemRequest): {
2878
+ listDomainSets(listDomainSetsRequest?: ListDomainSetsRequest): {
2272
2879
  method: string;
2273
2880
  url: string;
2274
2881
  contentType: string;
@@ -2277,11 +2884,11 @@ export declare const ParamCreater: () => {
2277
2884
  headers: {};
2278
2885
  };
2279
2886
  /**
2280
- * 删除服务组
2887
+ * 获取域名组下域名列表
2281
2888
  *
2282
2889
  * Please refer to HUAWEI cloud API Explorer for details.
2283
2890
  */
2284
- deleteServiceSet(deleteServiceSetRequest?: DeleteServiceSetRequest): {
2891
+ listDomains(listDomainsRequest?: ListDomainsRequest): {
2285
2892
  method: string;
2286
2893
  url: string;
2287
2894
  contentType: string;
@@ -2290,25 +2897,37 @@ export declare const ParamCreater: () => {
2290
2897
  headers: {};
2291
2898
  };
2292
2899
  /**
2293
- * 删除标签
2900
+ * 获取东西向防火墙信息
2294
2901
  *
2295
2902
  * Please refer to HUAWEI cloud API Explorer for details.
2296
2903
  */
2297
- deleteTag(deleteTagRequest?: DeleteTagRequest): {
2904
+ listEastWestFirewall(listEastWestFirewallRequest?: ListEastWestFirewallRequest): {
2298
2905
  method: string;
2299
2906
  url: string;
2300
2907
  contentType: string;
2301
2908
  queryParams: {};
2302
2909
  pathParams: {};
2303
2910
  headers: {};
2304
- data: {};
2305
2911
  };
2306
2912
  /**
2307
- * 开启或者关闭流量过滤功能,当前流量过滤是通过导入IP黑名单实现的。
2913
+ * 查询防火墙实例
2308
2914
  *
2309
2915
  * Please refer to HUAWEI cloud API Explorer for details.
2310
2916
  */
2311
- enableIpBlacklist(enableIpBlacklistRequest?: EnableIpBlacklistRequest): {
2917
+ listFirewallDetail(listFirewallDetailRequest?: ListFirewallDetailRequest): {
2918
+ method: string;
2919
+ url: string;
2920
+ contentType: string;
2921
+ queryParams: {};
2922
+ pathParams: {};
2923
+ headers: {};
2924
+ };
2925
+ /**
2926
+ * 查询防火墙列表
2927
+ *
2928
+ * Please refer to HUAWEI cloud API Explorer for details.
2929
+ */
2930
+ listFirewallList(listFirewallListRequest?: ListFirewallListRequest): {
2312
2931
  method: string;
2313
2932
  url: string;
2314
2933
  contentType: string;
@@ -2318,11 +2937,11 @@ export declare const ParamCreater: () => {
2318
2937
  data: {};
2319
2938
  };
2320
2939
  /**
2321
- * 指定IP黑名单的名字进行导出,当前只有两种文件名,在EIP生效的文件名为ip-blacklist-eip.txt,在 NAT生效的文件名为ip-blacklist-nat.txt。
2940
+ * 查询流日志
2322
2941
  *
2323
2942
  * Please refer to HUAWEI cloud API Explorer for details.
2324
2943
  */
2325
- exportIpBlacklist(exportIpBlacklistRequest?: ExportIpBlacklistRequest): {
2944
+ listFlowLogs(listFlowLogsRequest?: ListFlowLogsRequest): {
2326
2945
  method: string;
2327
2946
  url: string;
2328
2947
  contentType: string;
@@ -2331,28 +2950,24 @@ export declare const ParamCreater: () => {
2331
2950
  headers: {};
2332
2951
  };
2333
2952
  /**
2334
- * 此接口用来导入IP黑名单,IP列表保存在request的body中,IP列表支持的格式如下:
2335
- * 单个IP地址,例如:100.1.1.10
2336
- * 连续的IP地址段,例如:80.1.1.3-80.1.1.30
2337
- * 掩码格式的网段,例如:6.6.6.0/24
2953
+ * 获取防火墙实例中已经导入的IP黑名单信息,标准版防火墙只会显示一条EIP的记录,专业版防火墙可能显示EIP、NAT或EIP和NAT的记录,根据导入的情况确定。
2338
2954
  *
2339
2955
  * Please refer to HUAWEI cloud API Explorer for details.
2340
2956
  */
2341
- importIpBlacklist(importIpBlacklistRequest?: ImportIpBlacklistRequest): {
2957
+ listIpBlacklist(listIpBlacklistRequest?: ListIpBlacklistRequest): {
2342
2958
  method: string;
2343
2959
  url: string;
2344
2960
  contentType: string;
2345
2961
  queryParams: {};
2346
2962
  pathParams: {};
2347
2963
  headers: {};
2348
- data: {};
2349
2964
  };
2350
2965
  /**
2351
- * 查询访问控制日志
2966
+ * 流量过滤功能可以打开或者关闭,通过此接口可以获取当前的开关信息。
2352
2967
  *
2353
2968
  * Please refer to HUAWEI cloud API Explorer for details.
2354
2969
  */
2355
- listAccessControlLogs(listAccessControlLogsRequest?: ListAccessControlLogsRequest): {
2970
+ listIpBlacklistSwitch(listIpBlacklistSwitchRequest?: ListIpBlacklistSwitchRequest): {
2356
2971
  method: string;
2357
2972
  url: string;
2358
2973
  contentType: string;
@@ -2361,11 +2976,11 @@ export declare const ParamCreater: () => {
2361
2976
  headers: {};
2362
2977
  };
2363
2978
  /**
2364
- * 查询地址组成员
2979
+ * 获取CFW任务执行状态
2365
2980
  *
2366
2981
  * Please refer to HUAWEI cloud API Explorer for details.
2367
2982
  */
2368
- listAddressItems(listAddressItemsRequest?: ListAddressItemsRequest): {
2983
+ listJob(listJobRequest?: ListJobRequest): {
2369
2984
  method: string;
2370
2985
  url: string;
2371
2986
  contentType: string;
@@ -2374,11 +2989,11 @@ export declare const ParamCreater: () => {
2374
2989
  headers: {};
2375
2990
  };
2376
2991
  /**
2377
- * 查询地址组详细
2992
+ * 获取日志配置
2378
2993
  *
2379
2994
  * Please refer to HUAWEI cloud API Explorer for details.
2380
2995
  */
2381
- listAddressSetDetail(listAddressSetDetailRequest?: ListAddressSetDetailRequest): {
2996
+ listLogConfig(listLogConfigRequest?: ListLogConfigRequest): {
2382
2997
  method: string;
2383
2998
  url: string;
2384
2999
  contentType: string;
@@ -2387,11 +3002,11 @@ export declare const ParamCreater: () => {
2387
3002
  headers: {};
2388
3003
  };
2389
3004
  /**
2390
- * 查询地址组列表
3005
+ * 查询标签信息
2391
3006
  *
2392
3007
  * Please refer to HUAWEI cloud API Explorer for details.
2393
3008
  */
2394
- listAddressSets(listAddressSetsRequest?: ListAddressSetsRequest): {
3009
+ listProjectTags(listProjectTagsRequest?: ListProjectTagsRequest): {
2395
3010
  method: string;
2396
3011
  url: string;
2397
3012
  contentType: string;
@@ -2400,11 +3015,11 @@ export declare const ParamCreater: () => {
2400
3015
  headers: {};
2401
3016
  };
2402
3017
  /**
2403
- * 查询攻击日志
3018
+ * 查询防护vpc信息
2404
3019
  *
2405
3020
  * Please refer to HUAWEI cloud API Explorer for details.
2406
3021
  */
2407
- listAttackLogs(listAttackLogsRequest?: ListAttackLogsRequest): {
3022
+ listProtectedVpcs(listProtectedVpcsRequest?: ListProtectedVpcsRequest): {
2408
3023
  method: string;
2409
3024
  url: string;
2410
3025
  contentType: string;
@@ -2413,11 +3028,11 @@ export declare const ParamCreater: () => {
2413
3028
  headers: {};
2414
3029
  };
2415
3030
  /**
2416
- * 根据防火墙攻击日志,查询攻击统计信息
3031
+ * 查询资源标签信息
2417
3032
  *
2418
3033
  * Please refer to HUAWEI cloud API Explorer for details.
2419
3034
  */
2420
- listAttackStatistic(listAttackStatisticRequest?: ListAttackStatisticRequest): {
3035
+ listResourceTags(listResourceTagsRequest?: ListResourceTagsRequest): {
2421
3036
  method: string;
2422
3037
  url: string;
2423
3038
  contentType: string;
@@ -2426,11 +3041,11 @@ export declare const ParamCreater: () => {
2426
3041
  headers: {};
2427
3042
  };
2428
3043
  /**
2429
- * 查询黑白名单列表
3044
+ * 查询服务组成员列表
2430
3045
  *
2431
3046
  * Please refer to HUAWEI cloud API Explorer for details.
2432
3047
  */
2433
- listBlackWhiteLists(listBlackWhiteListsRequest?: ListBlackWhiteListsRequest): {
3048
+ listServiceItems(listServiceItemsRequest?: ListServiceItemsRequest): {
2434
3049
  method: string;
2435
3050
  url: string;
2436
3051
  contentType: string;
@@ -2439,11 +3054,11 @@ export declare const ParamCreater: () => {
2439
3054
  headers: {};
2440
3055
  };
2441
3056
  /**
2442
- * 获取抓包任务结果
3057
+ * 查询服务组细节
2443
3058
  *
2444
3059
  * Please refer to HUAWEI cloud API Explorer for details.
2445
3060
  */
2446
- listCaptureResult(listCaptureResultRequest?: ListCaptureResultRequest): {
3061
+ listServiceSetDetail(listServiceSetDetailRequest?: ListServiceSetDetailRequest): {
2447
3062
  method: string;
2448
3063
  url: string;
2449
3064
  contentType: string;
@@ -2452,11 +3067,11 @@ export declare const ParamCreater: () => {
2452
3067
  headers: {};
2453
3068
  };
2454
3069
  /**
2455
- * 查询抓包任务
3070
+ * 获取服务组列表
2456
3071
  *
2457
3072
  * Please refer to HUAWEI cloud API Explorer for details.
2458
3073
  */
2459
- listCaptureTask(listCaptureTaskRequest?: ListCaptureTaskRequest): {
3074
+ listServiceSets(listServiceSetsRequest?: ListServiceSetsRequest): {
2460
3075
  method: string;
2461
3076
  url: string;
2462
3077
  contentType: string;
@@ -2465,11 +3080,11 @@ export declare const ParamCreater: () => {
2465
3080
  headers: {};
2466
3081
  };
2467
3082
  /**
2468
- * 查询dns服务器列表
3083
+ * 用于流量过滤的IP黑名单导入失败后,调用此接口进行重试。
2469
3084
  *
2470
3085
  * Please refer to HUAWEI cloud API Explorer for details.
2471
3086
  */
2472
- listDnsServers(listDnsServersRequest?: ListDnsServersRequest): {
3087
+ retryIpBlacklist(retryIpBlacklistRequest?: RetryIpBlacklistRequest): {
2473
3088
  method: string;
2474
3089
  url: string;
2475
3090
  contentType: string;
@@ -2478,24 +3093,25 @@ export declare const ParamCreater: () => {
2478
3093
  headers: {};
2479
3094
  };
2480
3095
  /**
2481
- * 测试域名有效性
3096
+ * 保存资源标签接口
2482
3097
  *
2483
3098
  * Please refer to HUAWEI cloud API Explorer for details.
2484
3099
  */
2485
- listDomainParseDetail(listDomainParseDetailRequest?: ListDomainParseDetailRequest): {
3100
+ saveTags(saveTagsRequest?: SaveTagsRequest): {
2486
3101
  method: string;
2487
3102
  url: string;
2488
3103
  contentType: string;
2489
3104
  queryParams: {};
2490
3105
  pathParams: {};
2491
3106
  headers: {};
3107
+ data: {};
2492
3108
  };
2493
3109
  /**
2494
- * 获取域名地址解析结果
3110
+ * 获取告警配置信息
2495
3111
  *
2496
3112
  * Please refer to HUAWEI cloud API Explorer for details.
2497
3113
  */
2498
- listDomainParseIp(listDomainParseIpRequest?: ListDomainParseIpRequest): {
3114
+ showAlarmConfig(showAlarmConfigRequest?: ShowAlarmConfigRequest): {
2499
3115
  method: string;
2500
3116
  url: string;
2501
3117
  contentType: string;
@@ -2504,63 +3120,134 @@ export declare const ParamCreater: () => {
2504
3120
  headers: {};
2505
3121
  };
2506
3122
  /**
2507
- * 查询域名组列表
3123
+ * 获取防火墙反病毒规则信息
3124
+ *
3125
+ * Please refer to HUAWEI cloud API Explorer for details.
3126
+ */
3127
+ showAntiVirusRule(showAntiVirusRuleRequest?: ShowAntiVirusRuleRequest): {
3128
+ method: string;
3129
+ url: string;
3130
+ contentType: string;
3131
+ queryParams: {};
3132
+ pathParams: {};
3133
+ headers: {};
3134
+ };
3135
+ /**
3136
+ * 查看反病毒开关
3137
+ *
3138
+ * Please refer to HUAWEI cloud API Explorer for details.
3139
+ */
3140
+ showAntiVirusSwitch(showAntiVirusSwitchRequest?: ShowAntiVirusSwitchRequest): {
3141
+ method: string;
3142
+ url: string;
3143
+ contentType: string;
3144
+ queryParams: {};
3145
+ pathParams: {};
3146
+ headers: {};
3147
+ };
3148
+ /**
3149
+ * 查看域名组详情
3150
+ *
3151
+ * Please refer to HUAWEI cloud API Explorer for details.
3152
+ */
3153
+ showDomainSetDetail(showDomainSetDetailRequest?: ShowDomainSetDetailRequest): {
3154
+ method: string;
3155
+ url: string;
3156
+ contentType: string;
3157
+ queryParams: {};
3158
+ pathParams: {};
3159
+ headers: {};
3160
+ };
3161
+ /**
3162
+ * 更新地址组信息
3163
+ *
3164
+ * Please refer to HUAWEI cloud API Explorer for details.
3165
+ */
3166
+ updateAddressSet(updateAddressSetRequest?: UpdateAddressSetRequest): {
3167
+ method: string;
3168
+ url: string;
3169
+ contentType: string;
3170
+ queryParams: {};
3171
+ pathParams: {};
3172
+ headers: {};
3173
+ data: {};
3174
+ };
3175
+ /**
3176
+ * 修改告警配置接口
3177
+ *
3178
+ * Please refer to HUAWEI cloud API Explorer for details.
3179
+ */
3180
+ updateAlarmConfig(updateAlarmConfigRequest?: UpdateAlarmConfigRequest): {
3181
+ method: string;
3182
+ url: string;
3183
+ contentType: string;
3184
+ queryParams: {};
3185
+ pathParams: {};
3186
+ headers: {};
3187
+ data: {};
3188
+ };
3189
+ /**
3190
+ * 修改反病毒规则
2508
3191
  *
2509
3192
  * Please refer to HUAWEI cloud API Explorer for details.
2510
3193
  */
2511
- listDomainSets(listDomainSetsRequest?: ListDomainSetsRequest): {
3194
+ updateAntiVirusRule(updateAntiVirusRuleRequest?: UpdateAntiVirusRuleRequest): {
2512
3195
  method: string;
2513
3196
  url: string;
2514
3197
  contentType: string;
2515
3198
  queryParams: {};
2516
3199
  pathParams: {};
2517
3200
  headers: {};
3201
+ data: {};
2518
3202
  };
2519
3203
  /**
2520
- * 获取域名组下域名列表
3204
+ * 修改反病毒开关
2521
3205
  *
2522
3206
  * Please refer to HUAWEI cloud API Explorer for details.
2523
3207
  */
2524
- listDomains(listDomainsRequest?: ListDomainsRequest): {
3208
+ updateAntiVirusSwitch(updateAntiVirusSwitchRequest?: UpdateAntiVirusSwitchRequest): {
2525
3209
  method: string;
2526
3210
  url: string;
2527
3211
  contentType: string;
2528
3212
  queryParams: {};
2529
3213
  pathParams: {};
2530
3214
  headers: {};
3215
+ data: {};
2531
3216
  };
2532
3217
  /**
2533
- * 获取东西向防火墙信息
3218
+ * 更新黑白名单列表
2534
3219
  *
2535
3220
  * Please refer to HUAWEI cloud API Explorer for details.
2536
3221
  */
2537
- listEastWestFirewall(listEastWestFirewallRequest?: ListEastWestFirewallRequest): {
3222
+ updateBlackWhiteList(updateBlackWhiteListRequest?: UpdateBlackWhiteListRequest): {
2538
3223
  method: string;
2539
3224
  url: string;
2540
3225
  contentType: string;
2541
3226
  queryParams: {};
2542
3227
  pathParams: {};
2543
3228
  headers: {};
3229
+ data: {};
2544
3230
  };
2545
3231
  /**
2546
- * 查询防火墙实例
3232
+ * 更新dns服务器列表
2547
3233
  *
2548
3234
  * Please refer to HUAWEI cloud API Explorer for details.
2549
3235
  */
2550
- listFirewallDetail(listFirewallDetailRequest?: ListFirewallDetailRequest): {
3236
+ updateDnsServers(updateDnsServersRequest?: UpdateDnsServersRequest): {
2551
3237
  method: string;
2552
3238
  url: string;
2553
3239
  contentType: string;
2554
3240
  queryParams: {};
2555
3241
  pathParams: {};
2556
3242
  headers: {};
3243
+ data: {};
2557
3244
  };
2558
3245
  /**
2559
- * 查询防火墙列表
3246
+ * 更新域名组
2560
3247
  *
2561
3248
  * Please refer to HUAWEI cloud API Explorer for details.
2562
3249
  */
2563
- listFirewallList(listFirewallListRequest?: ListFirewallListRequest): {
3250
+ updateDomainSet(updateDomainSetRequest?: UpdateDomainSetRequest): {
2564
3251
  method: string;
2565
3252
  url: string;
2566
3253
  contentType: string;
@@ -2570,89 +3257,95 @@ export declare const ParamCreater: () => {
2570
3257
  data: {};
2571
3258
  };
2572
3259
  /**
2573
- * 查询流日志
3260
+ * 更新日志配置
2574
3261
  *
2575
3262
  * Please refer to HUAWEI cloud API Explorer for details.
2576
3263
  */
2577
- listFlowLogs(listFlowLogsRequest?: ListFlowLogsRequest): {
3264
+ updateLogConfig(updateLogConfigRequest?: UpdateLogConfigRequest): {
2578
3265
  method: string;
2579
3266
  url: string;
2580
3267
  contentType: string;
2581
3268
  queryParams: {};
2582
3269
  pathParams: {};
2583
3270
  headers: {};
3271
+ data: {};
2584
3272
  };
2585
3273
  /**
2586
- * 获取防火墙实例中已经导入的IP黑名单信息,标准版防火墙只会显示一条EIP的记录,专业版防火墙可能显示EIP、NAT或EIP和NAT的记录,根据导入的情况确定。
3274
+ * 编辑对象组内成员的描述信息
2587
3275
  *
2588
3276
  * Please refer to HUAWEI cloud API Explorer for details.
2589
3277
  */
2590
- listIpBlacklist(listIpBlacklistRequest?: ListIpBlacklistRequest): {
3278
+ updateObjectConfigDesc(updateObjectConfigDescRequest?: UpdateObjectConfigDescRequest): {
2591
3279
  method: string;
2592
3280
  url: string;
2593
3281
  contentType: string;
2594
3282
  queryParams: {};
2595
3283
  pathParams: {};
2596
3284
  headers: {};
3285
+ data: {};
2597
3286
  };
2598
3287
  /**
2599
- * 流量过滤功能可以打开或者关闭,通过此接口可以获取当前的开关信息。
3288
+ * 更新服务组
2600
3289
  *
2601
3290
  * Please refer to HUAWEI cloud API Explorer for details.
2602
3291
  */
2603
- listIpBlacklistSwitch(listIpBlacklistSwitchRequest?: ListIpBlacklistSwitchRequest): {
3292
+ updateServiceSet(updateServiceSetRequest?: UpdateServiceSetRequest): {
2604
3293
  method: string;
2605
3294
  url: string;
2606
3295
  contentType: string;
2607
3296
  queryParams: {};
2608
3297
  pathParams: {};
2609
3298
  headers: {};
3299
+ data: {};
2610
3300
  };
2611
3301
  /**
2612
- * 获取CFW任务执行状态
3302
+ * 创建ACL规则
2613
3303
  *
2614
3304
  * Please refer to HUAWEI cloud API Explorer for details.
2615
3305
  */
2616
- listJob(listJobRequest?: ListJobRequest): {
3306
+ addAclRule(addAclRuleRequest?: AddAclRuleRequest): {
2617
3307
  method: string;
2618
3308
  url: string;
2619
3309
  contentType: string;
2620
3310
  queryParams: {};
2621
3311
  pathParams: {};
2622
3312
  headers: {};
3313
+ data: {};
2623
3314
  };
2624
3315
  /**
2625
- * 获取日志配置
3316
+ * 批量删除Acl规则
2626
3317
  *
2627
3318
  * Please refer to HUAWEI cloud API Explorer for details.
2628
3319
  */
2629
- listLogConfig(listLogConfigRequest?: ListLogConfigRequest): {
3320
+ batchDeleteAclRules(batchDeleteAclRulesRequest?: BatchDeleteAclRulesRequest): {
2630
3321
  method: string;
2631
3322
  url: string;
2632
3323
  contentType: string;
2633
3324
  queryParams: {};
2634
3325
  pathParams: {};
2635
3326
  headers: {};
3327
+ data: {};
2636
3328
  };
2637
3329
  /**
2638
- * 查询标签信息
3330
+ * 批量更新规则动作
2639
3331
  *
2640
3332
  * Please refer to HUAWEI cloud API Explorer for details.
2641
3333
  */
2642
- listProjectTags(listProjectTagsRequest?: ListProjectTagsRequest): {
3334
+ batchUpdateAclRuleActions(batchUpdateAclRuleActionsRequest?: BatchUpdateAclRuleActionsRequest): {
2643
3335
  method: string;
2644
3336
  url: string;
2645
3337
  contentType: string;
2646
3338
  queryParams: {};
2647
3339
  pathParams: {};
2648
3340
  headers: {};
3341
+ data: {};
2649
3342
  };
2650
3343
  /**
2651
- * 查询防护vpc信息
3344
+ * 删除ACL规则组
2652
3345
  *
2653
3346
  * Please refer to HUAWEI cloud API Explorer for details.
2654
3347
  */
2655
- listProtectedVpcs(listProtectedVpcsRequest?: ListProtectedVpcsRequest): {
3348
+ deleteAclRule(deleteAclRuleRequest?: DeleteAclRuleRequest): {
2656
3349
  method: string;
2657
3350
  url: string;
2658
3351
  contentType: string;
@@ -2661,37 +3354,39 @@ export declare const ParamCreater: () => {
2661
3354
  headers: {};
2662
3355
  };
2663
3356
  /**
2664
- * 查询资源标签信息
3357
+ * 清除规则击中次数
2665
3358
  *
2666
3359
  * Please refer to HUAWEI cloud API Explorer for details.
2667
3360
  */
2668
- listResourceTags(listResourceTagsRequest?: ListResourceTagsRequest): {
3361
+ deleteAclRuleHitCount(deleteAclRuleHitCountRequest?: DeleteAclRuleHitCountRequest): {
2669
3362
  method: string;
2670
3363
  url: string;
2671
3364
  contentType: string;
2672
3365
  queryParams: {};
2673
3366
  pathParams: {};
2674
3367
  headers: {};
3368
+ data: {};
2675
3369
  };
2676
3370
  /**
2677
- * 查询服务组成员列表
3371
+ * 获取规则击中次数
2678
3372
  *
2679
3373
  * Please refer to HUAWEI cloud API Explorer for details.
2680
3374
  */
2681
- listServiceItems(listServiceItemsRequest?: ListServiceItemsRequest): {
3375
+ listAclRuleHitCount(listAclRuleHitCountRequest?: ListAclRuleHitCountRequest): {
2682
3376
  method: string;
2683
3377
  url: string;
2684
3378
  contentType: string;
2685
3379
  queryParams: {};
2686
3380
  pathParams: {};
2687
3381
  headers: {};
3382
+ data: {};
2688
3383
  };
2689
3384
  /**
2690
- * 查询服务组细节
3385
+ * 查询防护规则
2691
3386
  *
2692
3387
  * Please refer to HUAWEI cloud API Explorer for details.
2693
3388
  */
2694
- listServiceSetDetail(listServiceSetDetailRequest?: ListServiceSetDetailRequest): {
3389
+ listAclRules(listAclRulesRequest?: ListAclRulesRequest): {
2695
3390
  method: string;
2696
3391
  url: string;
2697
3392
  contentType: string;
@@ -2700,11 +3395,11 @@ export declare const ParamCreater: () => {
2700
3395
  headers: {};
2701
3396
  };
2702
3397
  /**
2703
- * 获取服务组列表
3398
+ * 查看region列表
2704
3399
  *
2705
3400
  * Please refer to HUAWEI cloud API Explorer for details.
2706
3401
  */
2707
- listServiceSets(listServiceSetsRequest?: ListServiceSetsRequest): {
3402
+ listRegions(listRegionsRequest?: ListRegionsRequest): {
2708
3403
  method: string;
2709
3404
  url: string;
2710
3405
  contentType: string;
@@ -2713,11 +3408,11 @@ export declare const ParamCreater: () => {
2713
3408
  headers: {};
2714
3409
  };
2715
3410
  /**
2716
- * 用于流量过滤的IP黑名单导入失败后,调用此接口进行重试。
3411
+ * 查询规则标签
2717
3412
  *
2718
3413
  * Please refer to HUAWEI cloud API Explorer for details.
2719
3414
  */
2720
- retryIpBlacklist(retryIpBlacklistRequest?: RetryIpBlacklistRequest): {
3415
+ listRuleAclTags(listRuleAclTagsRequest?: ListRuleAclTagsRequest): {
2721
3416
  method: string;
2722
3417
  url: string;
2723
3418
  contentType: string;
@@ -2726,64 +3421,66 @@ export declare const ParamCreater: () => {
2726
3421
  headers: {};
2727
3422
  };
2728
3423
  /**
2729
- * 保存资源标签接口
3424
+ * 查看导入状态接口
2730
3425
  *
2731
3426
  * Please refer to HUAWEI cloud API Explorer for details.
2732
3427
  */
2733
- saveTags(saveTagsRequest?: SaveTagsRequest): {
3428
+ showImportStatus(showImportStatusRequest?: ShowImportStatusRequest): {
2734
3429
  method: string;
2735
3430
  url: string;
2736
3431
  contentType: string;
2737
3432
  queryParams: {};
2738
3433
  pathParams: {};
2739
3434
  headers: {};
2740
- data: {};
2741
3435
  };
2742
3436
  /**
2743
- * 获取访问日志的TOP统计信息,如TOP命中规则等
3437
+ * 更新ACL规则
2744
3438
  *
2745
3439
  * Please refer to HUAWEI cloud API Explorer for details.
2746
3440
  */
2747
- showAccessTop(showAccessTopRequest?: ShowAccessTopRequest): {
3441
+ updateAclRule(updateAclRuleRequest?: UpdateAclRuleRequest): {
2748
3442
  method: string;
2749
3443
  url: string;
2750
3444
  contentType: string;
2751
3445
  queryParams: {};
2752
3446
  pathParams: {};
2753
3447
  headers: {};
3448
+ data: {};
2754
3449
  };
2755
3450
  /**
2756
- * 获取告警配置信息
3451
+ * ACL防护规则优先级设置
2757
3452
  *
2758
3453
  * Please refer to HUAWEI cloud API Explorer for details.
2759
3454
  */
2760
- showAlarmConfig(showAlarmConfigRequest?: ShowAlarmConfigRequest): {
3455
+ updateAclRuleOrder(updateAclRuleOrderRequest?: UpdateAclRuleOrderRequest): {
2761
3456
  method: string;
2762
3457
  url: string;
2763
3458
  contentType: string;
2764
3459
  queryParams: {};
2765
3460
  pathParams: {};
2766
3461
  headers: {};
3462
+ data: {};
2767
3463
  };
2768
3464
  /**
2769
- * 获取防火墙反病毒规则信息
3465
+ * 开启关闭EIP,客户购买EIP后首次开启EIP防护前需使用ListEips同步EIP资产,sync字段设置为1。
2770
3466
  *
2771
3467
  * Please refer to HUAWEI cloud API Explorer for details.
2772
3468
  */
2773
- showAntiVirusRule(showAntiVirusRuleRequest?: ShowAntiVirusRuleRequest): {
3469
+ changeEipStatus(changeEipStatusRequest?: ChangeEipStatusRequest): {
2774
3470
  method: string;
2775
3471
  url: string;
2776
3472
  contentType: string;
2777
3473
  queryParams: {};
2778
3474
  pathParams: {};
2779
3475
  headers: {};
3476
+ data: {};
2780
3477
  };
2781
3478
  /**
2782
- * 查看反病毒开关
3479
+ * 查看eip告警白名单
2783
3480
  *
2784
3481
  * Please refer to HUAWEI cloud API Explorer for details.
2785
3482
  */
2786
- showAntiVirusSwitch(showAntiVirusSwitchRequest?: ShowAntiVirusSwitchRequest): {
3483
+ listAlarmWhitelist(listAlarmWhitelistRequest?: ListAlarmWhitelistRequest): {
2787
3484
  method: string;
2788
3485
  url: string;
2789
3486
  contentType: string;
@@ -2792,11 +3489,11 @@ export declare const ParamCreater: () => {
2792
3489
  headers: {};
2793
3490
  };
2794
3491
  /**
2795
- * 查询攻击概览
3492
+ * 查询Eip个数
2796
3493
  *
2797
3494
  * Please refer to HUAWEI cloud API Explorer for details.
2798
3495
  */
2799
- showAttackTotal(showAttackTotalRequest?: ShowAttackTotalRequest): {
3496
+ listEipCount(listEipCountRequest?: ListEipCountRequest): {
2800
3497
  method: string;
2801
3498
  url: string;
2802
3499
  contentType: string;
@@ -2805,11 +3502,11 @@ export declare const ParamCreater: () => {
2805
3502
  headers: {};
2806
3503
  };
2807
3504
  /**
2808
- * 查询攻击趋势
3505
+ * 弹性IP列表查询
2809
3506
  *
2810
3507
  * Please refer to HUAWEI cloud API Explorer for details.
2811
3508
  */
2812
- showAttackTrend(showAttackTrendRequest?: ShowAttackTrendRequest): {
3509
+ listEips(listEipsRequest?: ListEipsRequest): {
2813
3510
  method: string;
2814
3511
  url: string;
2815
3512
  contentType: string;
@@ -2818,11 +3515,11 @@ export declare const ParamCreater: () => {
2818
3515
  headers: {};
2819
3516
  };
2820
3517
  /**
2821
- * 查看域名组详情
3518
+ * 获取eip自动防护状态信息
2822
3519
  *
2823
3520
  * Please refer to HUAWEI cloud API Explorer for details.
2824
3521
  */
2825
- showDomainSetDetail(showDomainSetDetailRequest?: ShowDomainSetDetailRequest): {
3522
+ showAutoProtectStatus(showAutoProtectStatusRequest?: ShowAutoProtectStatusRequest): {
2826
3523
  method: string;
2827
3524
  url: string;
2828
3525
  contentType: string;
@@ -2831,52 +3528,51 @@ export declare const ParamCreater: () => {
2831
3528
  headers: {};
2832
3529
  };
2833
3530
  /**
2834
- * 查询流量趋势,包括南北向、EIP、东西向的流量趋势
3531
+ * 修改eip自动防护开关
2835
3532
  *
2836
3533
  * Please refer to HUAWEI cloud API Explorer for details.
2837
3534
  */
2838
- showTrafficTrend(showTrafficTrendRequest?: ShowTrafficTrendRequest): {
3535
+ switchAutoProtectStatus(switchAutoProtectStatusRequest?: SwitchAutoProtectStatusRequest): {
2839
3536
  method: string;
2840
3537
  url: string;
2841
3538
  contentType: string;
2842
3539
  queryParams: {};
2843
3540
  pathParams: {};
2844
3541
  headers: {};
3542
+ data: {};
2845
3543
  };
2846
3544
  /**
2847
- * 更新地址组信息
3545
+ * 查看自定义IPS规则列表
2848
3546
  *
2849
3547
  * Please refer to HUAWEI cloud API Explorer for details.
2850
3548
  */
2851
- updateAddressSet(updateAddressSetRequest?: UpdateAddressSetRequest): {
3549
+ listCustomerIps(listCustomerIpsRequest?: ListCustomerIpsRequest): {
2852
3550
  method: string;
2853
3551
  url: string;
2854
3552
  contentType: string;
2855
3553
  queryParams: {};
2856
3554
  pathParams: {};
2857
3555
  headers: {};
2858
- data: {};
2859
3556
  };
2860
3557
  /**
2861
- * 修改告警配置接口
3558
+ * 功能说明:自定义IPS规则详情,特性:根据路径输入的IPS ID查看对应的自定义IPS详情
2862
3559
  *
2863
3560
  * Please refer to HUAWEI cloud API Explorer for details.
2864
3561
  */
2865
- updateAlarmConfig(updateAlarmConfigRequest?: UpdateAlarmConfigRequest): {
3562
+ showCustomerIpsInfo(showCustomerIpsInfoRequest?: ShowCustomerIpsInfoRequest): {
2866
3563
  method: string;
2867
3564
  url: string;
2868
3565
  contentType: string;
2869
3566
  queryParams: {};
2870
3567
  pathParams: {};
2871
3568
  headers: {};
2872
- data: {};
2873
3569
  };
2874
3570
  /**
2875
- * 修改反病毒规则
3571
+ * 更新自定义IPS规则
2876
3572
  *
2877
3573
  * Please refer to HUAWEI cloud API Explorer for details.
2878
3574
  */
2879
- updateAntiVirusRule(updateAntiVirusRuleRequest?: UpdateAntiVirusRuleRequest): {
3575
+ updateCustomerIps(updateCustomerIpsRequest?: UpdateCustomerIpsRequest): {
2880
3576
  method: string;
2881
3577
  url: string;
2882
3578
  contentType: string;
@@ -2886,11 +3582,11 @@ export declare const ParamCreater: () => {
2886
3582
  data: {};
2887
3583
  };
2888
3584
  /**
2889
- * 修改反病毒开关
3585
+ * 切换防护模式
2890
3586
  *
2891
3587
  * Please refer to HUAWEI cloud API Explorer for details.
2892
3588
  */
2893
- updateAntiVirusSwitch(updateAntiVirusSwitchRequest?: UpdateAntiVirusSwitchRequest): {
3589
+ changeIpsProtectMode(changeIpsProtectModeRequest?: ChangeIpsProtectModeRequest): {
2894
3590
  method: string;
2895
3591
  url: string;
2896
3592
  contentType: string;
@@ -2900,11 +3596,11 @@ export declare const ParamCreater: () => {
2900
3596
  data: {};
2901
3597
  };
2902
3598
  /**
2903
- * 更新黑白名单列表
3599
+ * 改变ips规则模式
2904
3600
  *
2905
3601
  * Please refer to HUAWEI cloud API Explorer for details.
2906
3602
  */
2907
- updateBlackWhiteList(updateBlackWhiteListRequest?: UpdateBlackWhiteListRequest): {
3603
+ changeIpsRuleMode(changeIpsRuleModeRequest?: ChangeIpsRuleModeRequest): {
2908
3604
  method: string;
2909
3605
  url: string;
2910
3606
  contentType: string;
@@ -2914,11 +3610,11 @@ export declare const ParamCreater: () => {
2914
3610
  data: {};
2915
3611
  };
2916
3612
  /**
2917
- * 更新dns服务器列表
3613
+ * 切换开关状态
2918
3614
  *
2919
3615
  * Please refer to HUAWEI cloud API Explorer for details.
2920
3616
  */
2921
- updateDnsServers(updateDnsServersRequest?: UpdateDnsServersRequest): {
3617
+ changeIpsSwitchStatus(changeIpsSwitchStatusRequest?: ChangeIpsSwitchStatusRequest): {
2922
3618
  method: string;
2923
3619
  url: string;
2924
3620
  contentType: string;
@@ -2928,81 +3624,76 @@ export declare const ParamCreater: () => {
2928
3624
  data: {};
2929
3625
  };
2930
3626
  /**
2931
- * 更新域名组
3627
+ * 查询防护模式
2932
3628
  *
2933
3629
  * Please refer to HUAWEI cloud API Explorer for details.
2934
3630
  */
2935
- updateDomainSet(updateDomainSetRequest?: UpdateDomainSetRequest): {
3631
+ listIpsProtectMode(listIpsProtectModeRequest?: ListIpsProtectModeRequest): {
2936
3632
  method: string;
2937
3633
  url: string;
2938
3634
  contentType: string;
2939
3635
  queryParams: {};
2940
3636
  pathParams: {};
2941
3637
  headers: {};
2942
- data: {};
2943
3638
  };
2944
3639
  /**
2945
- * 更新日志配置
3640
+ * 查询频率ips规则信息
2946
3641
  *
2947
3642
  * Please refer to HUAWEI cloud API Explorer for details.
2948
3643
  */
2949
- updateLogConfig(updateLogConfigRequest?: UpdateLogConfigRequest): {
3644
+ listIpsRules(listIpsRulesRequest?: ListIpsRulesRequest): {
2950
3645
  method: string;
2951
3646
  url: string;
2952
3647
  contentType: string;
2953
3648
  queryParams: {};
2954
3649
  pathParams: {};
2955
3650
  headers: {};
2956
- data: {};
2957
3651
  };
2958
3652
  /**
2959
- * 编辑对象组内成员的描述信息
3653
+ * 获取ips规则列表
2960
3654
  *
2961
3655
  * Please refer to HUAWEI cloud API Explorer for details.
2962
3656
  */
2963
- updateObjectConfigDesc(updateObjectConfigDescRequest?: UpdateObjectConfigDescRequest): {
3657
+ listIpsRules1(listIpsRules1Request?: ListIpsRules1Request): {
2964
3658
  method: string;
2965
3659
  url: string;
2966
3660
  contentType: string;
2967
3661
  queryParams: {};
2968
3662
  pathParams: {};
2969
3663
  headers: {};
2970
- data: {};
2971
3664
  };
2972
3665
  /**
2973
- * 更新服务组
3666
+ * 查询IPS特性开关状态
2974
3667
  *
2975
3668
  * Please refer to HUAWEI cloud API Explorer for details.
2976
3669
  */
2977
- updateServiceSet(updateServiceSetRequest?: UpdateServiceSetRequest): {
3670
+ listIpsSwitchStatus(listIpsSwitchStatusRequest?: ListIpsSwitchStatusRequest): {
2978
3671
  method: string;
2979
3672
  url: string;
2980
3673
  contentType: string;
2981
3674
  queryParams: {};
2982
3675
  pathParams: {};
2983
3676
  headers: {};
2984
- data: {};
2985
3677
  };
2986
3678
  /**
2987
- * 创建ACL规则
3679
+ * 获取ips规则细节
2988
3680
  *
2989
3681
  * Please refer to HUAWEI cloud API Explorer for details.
2990
3682
  */
2991
- addAclRule(addAclRuleRequest?: AddAclRuleRequest): {
3683
+ showIpsUpdateTime(showIpsUpdateTimeRequest?: ShowIpsUpdateTimeRequest): {
2992
3684
  method: string;
2993
3685
  url: string;
2994
3686
  contentType: string;
2995
3687
  queryParams: {};
2996
3688
  pathParams: {};
2997
3689
  headers: {};
2998
- data: {};
2999
3690
  };
3000
3691
  /**
3001
- * 批量删除Acl规则
3692
+ * 创建频率ips规则
3002
3693
  *
3003
3694
  * Please refer to HUAWEI cloud API Explorer for details.
3004
3695
  */
3005
- batchDeleteAclRules(batchDeleteAclRulesRequest?: BatchDeleteAclRulesRequest): {
3696
+ updateAdvancedIpsRule(updateAdvancedIpsRuleRequest?: UpdateAdvancedIpsRuleRequest): {
3006
3697
  method: string;
3007
3698
  url: string;
3008
3699
  contentType: string;
@@ -3012,25 +3703,24 @@ export declare const ParamCreater: () => {
3012
3703
  data: {};
3013
3704
  };
3014
3705
  /**
3015
- * 批量更新规则动作
3706
+ * 根据防火墙攻击日志,查询攻击统计信息
3016
3707
  *
3017
3708
  * Please refer to HUAWEI cloud API Explorer for details.
3018
3709
  */
3019
- batchUpdateAclRuleActions(batchUpdateAclRuleActionsRequest?: BatchUpdateAclRuleActionsRequest): {
3710
+ listAttackStatistic(listAttackStatisticRequest?: ListAttackStatisticRequest): {
3020
3711
  method: string;
3021
3712
  url: string;
3022
3713
  contentType: string;
3023
3714
  queryParams: {};
3024
3715
  pathParams: {};
3025
3716
  headers: {};
3026
- data: {};
3027
3717
  };
3028
3718
  /**
3029
- * 删除ACL规则组
3719
+ * 查询流量日志统计
3030
3720
  *
3031
3721
  * Please refer to HUAWEI cloud API Explorer for details.
3032
3722
  */
3033
- deleteAclRule(deleteAclRuleRequest?: DeleteAclRuleRequest): {
3723
+ listFlowStatistic(listFlowStatisticRequest?: ListFlowStatisticRequest): {
3034
3724
  method: string;
3035
3725
  url: string;
3036
3726
  contentType: string;
@@ -3039,39 +3729,37 @@ export declare const ParamCreater: () => {
3039
3729
  headers: {};
3040
3730
  };
3041
3731
  /**
3042
- * 清除规则击中次数
3732
+ * 查询访问控制统计详情
3043
3733
  *
3044
3734
  * Please refer to HUAWEI cloud API Explorer for details.
3045
3735
  */
3046
- deleteAclRuleHitCount(deleteAclRuleHitCountRequest?: DeleteAclRuleHitCountRequest): {
3736
+ showAccessDetail(showAccessDetailRequest?: ShowAccessDetailRequest): {
3047
3737
  method: string;
3048
3738
  url: string;
3049
3739
  contentType: string;
3050
3740
  queryParams: {};
3051
3741
  pathParams: {};
3052
3742
  headers: {};
3053
- data: {};
3054
3743
  };
3055
3744
  /**
3056
- * 获取规则击中次数
3745
+ * 获取访问日志的TOP统计信息,如TOP命中规则等
3057
3746
  *
3058
3747
  * Please refer to HUAWEI cloud API Explorer for details.
3059
3748
  */
3060
- listAclRuleHitCount(listAclRuleHitCountRequest?: ListAclRuleHitCountRequest): {
3749
+ showAccessTop(showAccessTopRequest?: ShowAccessTopRequest): {
3061
3750
  method: string;
3062
3751
  url: string;
3063
3752
  contentType: string;
3064
3753
  queryParams: {};
3065
3754
  pathParams: {};
3066
3755
  headers: {};
3067
- data: {};
3068
3756
  };
3069
3757
  /**
3070
- * 查询防护规则
3758
+ * 查询攻击日志统计详情
3071
3759
  *
3072
3760
  * Please refer to HUAWEI cloud API Explorer for details.
3073
3761
  */
3074
- listAclRules(listAclRulesRequest?: ListAclRulesRequest): {
3762
+ showAttackDetail(showAttackDetailRequest?: ShowAttackDetailRequest): {
3075
3763
  method: string;
3076
3764
  url: string;
3077
3765
  contentType: string;
@@ -3080,11 +3768,11 @@ export declare const ParamCreater: () => {
3080
3768
  headers: {};
3081
3769
  };
3082
3770
  /**
3083
- * 查看region列表
3771
+ * 查询攻击日志TOP统计
3084
3772
  *
3085
3773
  * Please refer to HUAWEI cloud API Explorer for details.
3086
3774
  */
3087
- listRegions(listRegionsRequest?: ListRegionsRequest): {
3775
+ showAttackTop(showAttackTopRequest?: ShowAttackTopRequest): {
3088
3776
  method: string;
3089
3777
  url: string;
3090
3778
  contentType: string;
@@ -3093,11 +3781,11 @@ export declare const ParamCreater: () => {
3093
3781
  headers: {};
3094
3782
  };
3095
3783
  /**
3096
- * 查询规则标签
3784
+ * 查询攻击概览
3097
3785
  *
3098
3786
  * Please refer to HUAWEI cloud API Explorer for details.
3099
3787
  */
3100
- listRuleAclTags(listRuleAclTagsRequest?: ListRuleAclTagsRequest): {
3788
+ showAttackTotal(showAttackTotalRequest?: ShowAttackTotalRequest): {
3101
3789
  method: string;
3102
3790
  url: string;
3103
3791
  contentType: string;
@@ -3106,11 +3794,11 @@ export declare const ParamCreater: () => {
3106
3794
  headers: {};
3107
3795
  };
3108
3796
  /**
3109
- * 查看导入状态接口
3797
+ * 查询攻击趋势
3110
3798
  *
3111
3799
  * Please refer to HUAWEI cloud API Explorer for details.
3112
3800
  */
3113
- showImportStatus(showImportStatusRequest?: ShowImportStatusRequest): {
3801
+ showAttackTrend(showAttackTrendRequest?: ShowAttackTrendRequest): {
3114
3802
  method: string;
3115
3803
  url: string;
3116
3804
  contentType: string;
@@ -3119,53 +3807,50 @@ export declare const ParamCreater: () => {
3119
3807
  headers: {};
3120
3808
  };
3121
3809
  /**
3122
- * 更新ACL规则
3810
+ * 查询流量日志统计详情,如统计某个源IP访问详情
3123
3811
  *
3124
3812
  * Please refer to HUAWEI cloud API Explorer for details.
3125
3813
  */
3126
- updateAclRule(updateAclRuleRequest?: UpdateAclRuleRequest): {
3814
+ showFlowDetail(showFlowDetailRequest?: ShowFlowDetailRequest): {
3127
3815
  method: string;
3128
3816
  url: string;
3129
3817
  contentType: string;
3130
3818
  queryParams: {};
3131
3819
  pathParams: {};
3132
3820
  headers: {};
3133
- data: {};
3134
3821
  };
3135
3822
  /**
3136
- * ACL防护规则优先级设置
3823
+ * 查询流量TOP统计
3137
3824
  *
3138
3825
  * Please refer to HUAWEI cloud API Explorer for details.
3139
3826
  */
3140
- updateAclRuleOrder(updateAclRuleOrderRequest?: UpdateAclRuleOrderRequest): {
3827
+ showFlowTop(showFlowTopRequest?: ShowFlowTopRequest): {
3141
3828
  method: string;
3142
3829
  url: string;
3143
3830
  contentType: string;
3144
3831
  queryParams: {};
3145
3832
  pathParams: {};
3146
3833
  headers: {};
3147
- data: {};
3148
3834
  };
3149
3835
  /**
3150
- * 开启关闭EIP,客户购买EIP后首次开启EIP防护前需使用ListEips同步EIP资产,sync字段设置为1。
3836
+ * 查询会话趋势
3151
3837
  *
3152
3838
  * Please refer to HUAWEI cloud API Explorer for details.
3153
3839
  */
3154
- changeEipStatus(changeEipStatusRequest?: ChangeEipStatusRequest): {
3840
+ showFlowTrend(showFlowTrendRequest?: ShowFlowTrendRequest): {
3155
3841
  method: string;
3156
3842
  url: string;
3157
3843
  contentType: string;
3158
3844
  queryParams: {};
3159
3845
  pathParams: {};
3160
3846
  headers: {};
3161
- data: {};
3162
3847
  };
3163
3848
  /**
3164
- * 查看eip告警白名单
3849
+ * 统计日志数量,如统计风险IP的数量
3165
3850
  *
3166
3851
  * Please refer to HUAWEI cloud API Explorer for details.
3167
3852
  */
3168
- listAlarmWhitelist(listAlarmWhitelistRequest?: ListAlarmWhitelistRequest): {
3853
+ showLogsCount(showLogsCountRequest?: ShowLogsCountRequest): {
3169
3854
  method: string;
3170
3855
  url: string;
3171
3856
  contentType: string;
@@ -3174,11 +3859,11 @@ export declare const ParamCreater: () => {
3174
3859
  headers: {};
3175
3860
  };
3176
3861
  /**
3177
- * 查询Eip个数
3862
+ * 查询流量趋势,包括南北向、EIP、东西向的流量趋势
3178
3863
  *
3179
3864
  * Please refer to HUAWEI cloud API Explorer for details.
3180
3865
  */
3181
- listEipCount(listEipCountRequest?: ListEipCountRequest): {
3866
+ showTrafficTrend(showTrafficTrendRequest?: ShowTrafficTrendRequest): {
3182
3867
  method: string;
3183
3868
  url: string;
3184
3869
  contentType: string;
@@ -3187,106 +3872,105 @@ export declare const ParamCreater: () => {
3187
3872
  headers: {};
3188
3873
  };
3189
3874
  /**
3190
- * 弹性IP列表查询
3875
+ * 导出防火墙日志
3191
3876
  *
3192
3877
  * Please refer to HUAWEI cloud API Explorer for details.
3193
3878
  */
3194
- listEips(listEipsRequest?: ListEipsRequest): {
3879
+ exportLogs(exportLogsRequest?: ExportLogsRequest): {
3195
3880
  method: string;
3196
3881
  url: string;
3197
3882
  contentType: string;
3198
3883
  queryParams: {};
3199
3884
  pathParams: {};
3200
3885
  headers: {};
3886
+ data: {};
3201
3887
  };
3202
3888
  /**
3203
- * 获取eip自动防护状态信息
3889
+ * 查询防火墙日志
3204
3890
  *
3205
3891
  * Please refer to HUAWEI cloud API Explorer for details.
3206
3892
  */
3207
- showAutoProtectStatus(showAutoProtectStatusRequest?: ShowAutoProtectStatusRequest): {
3893
+ listLogs(listLogsRequest?: ListLogsRequest): {
3208
3894
  method: string;
3209
3895
  url: string;
3210
3896
  contentType: string;
3211
3897
  queryParams: {};
3212
3898
  pathParams: {};
3213
3899
  headers: {};
3900
+ data: {};
3214
3901
  };
3215
3902
  /**
3216
- * 修改eip自动防护开关
3903
+ * 开启多账号管理
3217
3904
  *
3218
3905
  * Please refer to HUAWEI cloud API Explorer for details.
3219
3906
  */
3220
- switchAutoProtectStatus(switchAutoProtectStatusRequest?: SwitchAutoProtectStatusRequest): {
3907
+ enableMultiAccount(enableMultiAccountRequest?: EnableMultiAccountRequest): {
3221
3908
  method: string;
3222
3909
  url: string;
3223
3910
  contentType: string;
3224
3911
  queryParams: {};
3225
3912
  pathParams: {};
3226
3913
  headers: {};
3227
- data: {};
3228
3914
  };
3229
3915
  /**
3230
- * 切换防护模式
3916
+ * 查询账号列表
3231
3917
  *
3232
3918
  * Please refer to HUAWEI cloud API Explorer for details.
3233
3919
  */
3234
- changeIpsProtectMode(changeIpsProtectModeRequest?: ChangeIpsProtectModeRequest): {
3920
+ listAccounts(listAccountsRequest?: ListAccountsRequest): {
3235
3921
  method: string;
3236
3922
  url: string;
3237
3923
  contentType: string;
3238
3924
  queryParams: {};
3239
3925
  pathParams: {};
3240
3926
  headers: {};
3241
- data: {};
3242
3927
  };
3243
3928
  /**
3244
- * 改变ips规则模式
3929
+ * 查询组织账号列表
3245
3930
  *
3246
3931
  * Please refer to HUAWEI cloud API Explorer for details.
3247
3932
  */
3248
- changeIpsRuleMode(changeIpsRuleModeRequest?: ChangeIpsRuleModeRequest): {
3933
+ listOrganizationAccounts(listOrganizationAccountsRequest?: ListOrganizationAccountsRequest): {
3249
3934
  method: string;
3250
3935
  url: string;
3251
3936
  contentType: string;
3252
3937
  queryParams: {};
3253
3938
  pathParams: {};
3254
3939
  headers: {};
3255
- data: {};
3256
3940
  };
3257
3941
  /**
3258
- * 切换开关状态
3942
+ * 查询组织结构
3259
3943
  *
3260
3944
  * Please refer to HUAWEI cloud API Explorer for details.
3261
3945
  */
3262
- changeIpsSwitchStatus(changeIpsSwitchStatusRequest?: ChangeIpsSwitchStatusRequest): {
3946
+ listOrganizationTree(listOrganizationTreeRequest?: ListOrganizationTreeRequest): {
3263
3947
  method: string;
3264
3948
  url: string;
3265
3949
  contentType: string;
3266
3950
  queryParams: {};
3267
3951
  pathParams: {};
3268
3952
  headers: {};
3269
- data: {};
3270
3953
  };
3271
3954
  /**
3272
- * 获取自定义ips规则
3955
+ * 创建安全报告模板
3273
3956
  *
3274
3957
  * Please refer to HUAWEI cloud API Explorer for details.
3275
3958
  */
3276
- listCustomerIps(listCustomerIpsRequest?: ListCustomerIpsRequest): {
3959
+ createReportProfile(createReportProfileRequest?: CreateReportProfileRequest): {
3277
3960
  method: string;
3278
3961
  url: string;
3279
3962
  contentType: string;
3280
3963
  queryParams: {};
3281
3964
  pathParams: {};
3282
3965
  headers: {};
3966
+ data: {};
3283
3967
  };
3284
3968
  /**
3285
- * 查询防护模式
3969
+ * 删除安全报告模板
3286
3970
  *
3287
3971
  * Please refer to HUAWEI cloud API Explorer for details.
3288
3972
  */
3289
- listIpsProtectMode(listIpsProtectModeRequest?: ListIpsProtectModeRequest): {
3973
+ deleteReportProfile(deleteReportProfileRequest?: DeleteReportProfileRequest): {
3290
3974
  method: string;
3291
3975
  url: string;
3292
3976
  contentType: string;
@@ -3295,11 +3979,11 @@ export declare const ParamCreater: () => {
3295
3979
  headers: {};
3296
3980
  };
3297
3981
  /**
3298
- * 查询频率ips规则信息
3982
+ * 查询安全报告模板列表
3299
3983
  *
3300
3984
  * Please refer to HUAWEI cloud API Explorer for details.
3301
3985
  */
3302
- listIpsRules(listIpsRulesRequest?: ListIpsRulesRequest): {
3986
+ listReportProfiles(listReportProfilesRequest?: ListReportProfilesRequest): {
3303
3987
  method: string;
3304
3988
  url: string;
3305
3989
  contentType: string;
@@ -3308,11 +3992,11 @@ export declare const ParamCreater: () => {
3308
3992
  headers: {};
3309
3993
  };
3310
3994
  /**
3311
- * 获取ips规则列表
3995
+ * 查询安全报告
3312
3996
  *
3313
3997
  * Please refer to HUAWEI cloud API Explorer for details.
3314
3998
  */
3315
- listIpsRules1(listIpsRules1Request?: ListIpsRules1Request): {
3999
+ showFirewallReport(showFirewallReportRequest?: ShowFirewallReportRequest): {
3316
4000
  method: string;
3317
4001
  url: string;
3318
4002
  contentType: string;
@@ -3321,11 +4005,11 @@ export declare const ParamCreater: () => {
3321
4005
  headers: {};
3322
4006
  };
3323
4007
  /**
3324
- * 查询IPS特性开关状态
4008
+ * 获取安全报告模板
3325
4009
  *
3326
4010
  * Please refer to HUAWEI cloud API Explorer for details.
3327
4011
  */
3328
- listIpsSwitchStatus(listIpsSwitchStatusRequest?: ListIpsSwitchStatusRequest): {
4012
+ showReportProfile(showReportProfileRequest?: ShowReportProfileRequest): {
3329
4013
  method: string;
3330
4014
  url: string;
3331
4015
  contentType: string;
@@ -3334,58 +4018,58 @@ export declare const ParamCreater: () => {
3334
4018
  headers: {};
3335
4019
  };
3336
4020
  /**
3337
- * 功能说明:自定义IPS规则详情,特性:根据路径输入的IPS ID查看对应的自定义IPS详情
4021
+ * 更新安全报告模板
3338
4022
  *
3339
4023
  * Please refer to HUAWEI cloud API Explorer for details.
3340
4024
  */
3341
- showCustomerIpsInfo(showCustomerIpsInfoRequest?: ShowCustomerIpsInfoRequest): {
4025
+ updateReportProfile(updateReportProfileRequest?: UpdateReportProfileRequest): {
3342
4026
  method: string;
3343
4027
  url: string;
3344
4028
  contentType: string;
3345
4029
  queryParams: {};
3346
4030
  pathParams: {};
3347
4031
  headers: {};
4032
+ data: {};
3348
4033
  };
3349
4034
  /**
3350
- * 获取ips规则细节
4035
+ * 更新VPC间防火墙防护状态
3351
4036
  *
3352
4037
  * Please refer to HUAWEI cloud API Explorer for details.
3353
4038
  */
3354
- showIpsUpdateTime(showIpsUpdateTimeRequest?: ShowIpsUpdateTimeRequest): {
4039
+ changeEastWestFirewallStatus(changeEastWestFirewallStatusRequest?: ChangeEastWestFirewallStatusRequest): {
3355
4040
  method: string;
3356
4041
  url: string;
3357
4042
  contentType: string;
3358
4043
  queryParams: {};
3359
4044
  pathParams: {};
3360
4045
  headers: {};
4046
+ data: {};
3361
4047
  };
3362
4048
  /**
3363
- * 创建频率ips规则
4049
+ * 查询VPC间防火墙使用的企业路由器信息
3364
4050
  *
3365
4051
  * Please refer to HUAWEI cloud API Explorer for details.
3366
4052
  */
3367
- updateAdvancedIpsRule(updateAdvancedIpsRuleRequest?: UpdateAdvancedIpsRuleRequest): {
4053
+ showEwAssociatedEr(showEwAssociatedErRequest?: ShowEwAssociatedErRequest): {
3368
4054
  method: string;
3369
4055
  url: string;
3370
4056
  contentType: string;
3371
4057
  queryParams: {};
3372
4058
  pathParams: {};
3373
4059
  headers: {};
3374
- data: {};
3375
4060
  };
3376
4061
  /**
3377
- * 更新自定义IPS规则
4062
+ * 查询VPC边界防火墙使用的引流VPC信息
3378
4063
  *
3379
4064
  * Please refer to HUAWEI cloud API Explorer for details.
3380
4065
  */
3381
- updateCustomerIps(updateCustomerIpsRequest?: UpdateCustomerIpsRequest): {
4066
+ showEwAssociatedVpc(showEwAssociatedVpcRequest?: ShowEwAssociatedVpcRequest): {
3382
4067
  method: string;
3383
4068
  url: string;
3384
4069
  contentType: string;
3385
4070
  queryParams: {};
3386
4071
  pathParams: {};
3387
4072
  headers: {};
3388
- data: {};
3389
4073
  };
3390
4074
  };
3391
4075
  /**