tencentcloud-sdk-nodejs-cfw 4.1.47 → 4.1.49

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-cfw",
3
- "version": "4.1.47",
3
+ "version": "4.1.49",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6598,6 +6598,24 @@ export interface SearchLogRequest {
6598
6598
  * - 要检索分析的日志主题ID,仅能指定一个日志主题。
6599
6599
  - 如需同时检索多个日志主题,请使用Topics参数。
6600
6600
  - TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。
6601
+ 各日志主题ID如下
6602
+ 访问控制-互联网边界 cfw_rule_acl
6603
+ 访问控制-NAT边界 cfw_rule_nat_acl
6604
+ 访问控制-VPC边界 cfw_rule_vpc_acl
6605
+ 访问控制-DNS开关 cfw_rule_dns_acl
6606
+ 入侵防御 cfw_rule_threatinfo
6607
+ 全流量检测与响应日志-流量分析 cfw_netflow_nta
6608
+ 全流量检测与响应日志-流量告警 cfw_rule_ndr_threatinfo
6609
+ 零信任运维-数据库登录 cfw_operate_db
6610
+ 零信任运维-服务器访问 operate_remote_om
6611
+ 零信任运维-Web服务访问 operate_web_access
6612
+ 零信任运维-行为审计 remoteom_commands
6613
+ 流量日志-互联网边界 cfw_netflow_border
6614
+ 流量日志-NAT边界 cfw_netflow_nat
6615
+ 流量日志-VPC边界 cfw_netflow_vpc
6616
+ 流量日志-DNS开关 cfw_netflow_dns
6617
+ 流量日志-内网流量 cfw_netflow_fl
6618
+ 操作日志 operate_log_all
6601
6619
  */
6602
6620
  TopicId?: string;
6603
6621
  /**