tccli 3.0.1322.1__py2.py3-none-any.whl → 3.0.1324.1__py2.py3-none-any.whl

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 (52) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +18 -18
  4. tccli/services/bi/v20220105/api.json +69 -1
  5. tccli/services/cbs/v20170312/api.json +1 -1
  6. tccli/services/cdb/v20170320/api.json +20 -0
  7. tccli/services/cdn/v20180606/api.json +1 -1
  8. tccli/services/cfw/v20190904/api.json +6 -6
  9. tccli/services/cfw/v20190904/examples.json +1 -1
  10. tccli/services/cloudapp/v20220530/api.json +10 -0
  11. tccli/services/cloudaudit/v20190319/api.json +4 -4
  12. tccli/services/csip/v20221121/api.json +1 -1
  13. tccli/services/cvm/v20170312/api.json +37 -37
  14. tccli/services/cvm/v20170312/examples.json +6 -6
  15. tccli/services/cynosdb/cynosdb_client.py +334 -16
  16. tccli/services/cynosdb/v20190107/api.json +558 -0
  17. tccli/services/cynosdb/v20190107/examples.json +48 -0
  18. tccli/services/emr/emr_client.py +53 -0
  19. tccli/services/emr/v20190103/api.json +222 -4
  20. tccli/services/emr/v20190103/examples.json +8 -0
  21. tccli/services/gs/v20191118/api.json +10 -0
  22. tccli/services/gs/v20191118/examples.json +1 -1
  23. tccli/services/lighthouse/v20200324/api.json +1 -1
  24. tccli/services/live/v20180801/api.json +1 -1
  25. tccli/services/lke/v20231130/api.json +2 -2
  26. tccli/services/lke/v20231130/examples.json +1 -1
  27. tccli/services/lkeap/v20240522/api.json +1 -1
  28. tccli/services/monitor/v20180724/api.json +5 -2
  29. tccli/services/monitor/v20180724/examples.json +1 -1
  30. tccli/services/ocr/v20181119/api.json +201 -2
  31. tccli/services/ocr/v20181119/examples.json +1 -1
  32. tccli/services/ses/ses_client.py +170 -11
  33. tccli/services/ses/v20201002/api.json +138 -0
  34. tccli/services/ses/v20201002/examples.json +24 -0
  35. tccli/services/sms/v20210111/api.json +1 -1
  36. tccli/services/tcss/v20201101/api.json +3 -3
  37. tccli/services/tcss/v20201101/examples.json +1 -1
  38. tccli/services/tione/v20211111/api.json +1 -1
  39. tccli/services/trabbit/v20230418/api.json +20 -0
  40. tccli/services/trabbit/v20230418/examples.json +1 -1
  41. tccli/services/trtc/v20190722/api.json +2 -2
  42. tccli/services/trtc/v20190722/examples.json +6 -0
  43. tccli/services/tse/v20201207/api.json +2 -2
  44. tccli/services/tsf/v20180326/api.json +12 -1
  45. tccli/services/vpc/v20170312/api.json +58 -0
  46. tccli/services/vpc/v20170312/examples.json +28 -0
  47. tccli/services/vpc/vpc_client.py +122 -16
  48. {tccli-3.0.1322.1.dist-info → tccli-3.0.1324.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1322.1.dist-info → tccli-3.0.1324.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1322.1.dist-info → tccli-3.0.1324.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1322.1.dist-info → tccli-3.0.1324.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1322.1.dist-info → tccli-3.0.1324.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1322.1'
1
+ __version__ = '3.0.1324.1'
@@ -3217,7 +3217,7 @@
3217
3217
  },
3218
3218
  {
3219
3219
  "disabled": false,
3220
- "document": "过滤条件。\n<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。",
3220
+ "document": "过滤条件。\n<li> auto-scaling-notification-id - String - 是否必填:否 -(过滤条件)按照通知ID过滤。</li>\n<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。可通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 或调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>\n每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`AutoScalingNotificationIds`和`Filters`。",
3221
3221
  "example": "[{\"Name\": \"auto-scaling-group-id\", \"Values\": [\"asg-hyfg539t\"]}]",
3222
3222
  "member": "Filter",
3223
3223
  "name": "Filters",
@@ -1143,7 +1143,7 @@
1143
1143
  },
1144
1144
  {
1145
1145
  "disabled": false,
1146
- "document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘<br /> <li>LOCAL_SSD:本地SSD硬盘<br /><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br /><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br /><li>CLOUD_BASIC:普通云硬盘<br /><li> CLOUD_PREMIUM:高性能云硬盘<br /><li>CLOUD_SSD:SSD云硬盘<br /><li> CLOUD_HSSD:增强型SSD云硬盘<br /> <li>CLOUD_TSSD:极速型SSD云硬盘<br /><li>CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。</li></li></li> </li> </li></li></li></li></li></li>",
1146
+ "document": "数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br /><li>LOCAL_BASIC:本地硬盘 </li> <li>LOCAL_SSD:本地SSD硬盘</li><li>LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定</li><li>LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定</li><li>CLOUD_BASIC:普通云硬盘</li><li> CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_SSD:SSD云硬盘</li><li> CLOUD_HSSD:增强型SSD云硬盘</li> <li>CLOUD_TSSD:极速型SSD云硬盘</li><li>CLOUD_BSSD:通用型SSD云硬盘</li><br />默认取值:LOCAL_BASIC<br/><br />该参数对`ResizeInstanceDisk`接口无效。",
1147
1147
  "example": "CLOUD_SSD",
1148
1148
  "member": "string",
1149
1149
  "name": "DiskType",
@@ -1158,7 +1158,7 @@
1158
1158
  "example": "disk-ciezoimt",
1159
1159
  "member": "string",
1160
1160
  "name": "DiskId",
1161
- "output_required": true,
1161
+ "output_required": false,
1162
1162
  "required": false,
1163
1163
  "type": "string",
1164
1164
  "value_allowed_null": false
@@ -1180,7 +1180,7 @@
1180
1180
  "example": "snap-6yczrj8x",
1181
1181
  "member": "string",
1182
1182
  "name": "SnapshotId",
1183
- "output_required": true,
1183
+ "output_required": false,
1184
1184
  "required": false,
1185
1185
  "type": "string",
1186
1186
  "value_allowed_null": false
@@ -1198,40 +1198,40 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "disabled": false,
1201
- "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。",
1201
+ "document": "自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。\n\n该参数目前仅用于 `RunInstances` 接口。\n注意:此字段可能返回 null,表示取不到有效值。",
1202
1202
  "example": "kms-abcd1234",
1203
1203
  "member": "string",
1204
1204
  "name": "KmsKeyId",
1205
1205
  "output_required": true,
1206
1206
  "required": false,
1207
1207
  "type": "string",
1208
- "value_allowed_null": false
1208
+ "value_allowed_null": true
1209
1209
  },
1210
1210
  {
1211
1211
  "disabled": false,
1212
- "document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD",
1212
+ "document": "云硬盘性能,单位:MiB/s。使用此参数可给云硬盘购买额外的性能。\n当前仅支持极速型云盘(CLOUD_TSSD)和增强型SSD云硬盘(CLOUD_HSSD)\n注意:此字段可能返回 null,表示取不到有效值。",
1213
1213
  "example": "20",
1214
1214
  "member": "int64",
1215
1215
  "name": "ThroughputPerformance",
1216
- "output_required": true,
1216
+ "output_required": false,
1217
1217
  "required": false,
1218
1218
  "type": "int",
1219
- "value_allowed_null": false
1219
+ "value_allowed_null": true
1220
1220
  },
1221
1221
  {
1222
1222
  "disabled": false,
1223
- "document": "所属的独享集群ID",
1223
+ "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
1224
1224
  "example": "cdc-1648zauv",
1225
1225
  "member": "string",
1226
1226
  "name": "CdcId",
1227
- "output_required": true,
1227
+ "output_required": false,
1228
1228
  "required": false,
1229
1229
  "type": "string",
1230
- "value_allowed_null": false
1230
+ "value_allowed_null": true
1231
1231
  },
1232
1232
  {
1233
1233
  "disabled": false,
1234
- "document": "突发性能\n\n <b>注:内测中。</b>",
1234
+ "document": "突发性能\n <b>注:内测中。</b>",
1235
1235
  "example": "false",
1236
1236
  "member": "bool",
1237
1237
  "name": "BurstPerformance",
@@ -1479,7 +1479,7 @@
1479
1479
  "members": [
1480
1480
  {
1481
1481
  "disabled": false,
1482
- "document": "计算环境ID,环境ID通过调用接口 [DescribeComputeEnv](https://cloud.tencent.com/document/api/599/15892)获取。",
1482
+ "document": "计算环境ID,环境ID通过调用接口 [DescribeComputeEnvs](https://cloud.tencent.com/document/api/599/15893)获取。",
1483
1483
  "example": "env-lcpcej85",
1484
1484
  "member": "string",
1485
1485
  "name": "EnvId",
@@ -4849,7 +4849,7 @@
4849
4849
  "example": "disk-xyzw1234",
4850
4850
  "member": "string",
4851
4851
  "name": "DiskId",
4852
- "output_required": true,
4852
+ "output_required": false,
4853
4853
  "required": false,
4854
4854
  "type": "string",
4855
4855
  "value_allowed_null": false
@@ -4867,14 +4867,14 @@
4867
4867
  },
4868
4868
  {
4869
4869
  "disabled": false,
4870
- "document": "所属的独享集群ID",
4870
+ "document": "所属的独享集群ID。\n注意:此字段可能返回 null,表示取不到有效值。",
4871
4871
  "example": "cdc-xxxxxx",
4872
4872
  "member": "string",
4873
4873
  "name": "CdcId",
4874
4874
  "output_required": false,
4875
4875
  "required": false,
4876
4876
  "type": "string",
4877
- "value_allowed_null": false
4877
+ "value_allowed_null": true
4878
4878
  },
4879
4879
  {
4880
4880
  "disabled": false,
@@ -5784,7 +5784,7 @@
5784
5784
  "example": "[\"10.0.0.1\"]",
5785
5785
  "member": "string",
5786
5786
  "name": "PrivateIpAddresses",
5787
- "output_required": true,
5787
+ "output_required": false,
5788
5788
  "required": false,
5789
5789
  "type": "list",
5790
5790
  "value_allowed_null": false
@@ -5795,7 +5795,7 @@
5795
5795
  "example": "1",
5796
5796
  "member": "uint64",
5797
5797
  "name": "Ipv6AddressCount",
5798
- "output_required": true,
5798
+ "output_required": false,
5799
5799
  "required": false,
5800
5800
  "type": "int",
5801
5801
  "value_allowed_null": false
@@ -1445,9 +1445,19 @@
1445
1445
  "example": "1",
1446
1446
  "member": "int64",
1447
1447
  "name": "Id",
1448
- "required": true,
1448
+ "output_required": true,
1449
1449
  "type": "int",
1450
1450
  "value_allowed_null": false
1451
+ },
1452
+ {
1453
+ "disabled": false,
1454
+ "document": "url\n注意:此字段可能返回 null,表示取不到有效值。",
1455
+ "example": "http://",
1456
+ "member": "string",
1457
+ "name": "EditUrl",
1458
+ "output_required": false,
1459
+ "type": "string",
1460
+ "value_allowed_null": true
1451
1461
  }
1452
1462
  ],
1453
1463
  "usage": "out"
@@ -2887,6 +2897,24 @@
2887
2897
  "name": "RoleCode",
2888
2898
  "required": false,
2889
2899
  "type": "string"
2900
+ },
2901
+ {
2902
+ "disabled": false,
2903
+ "document": "用户id列表",
2904
+ "example": "[\"1111\",\"2222\"]",
2905
+ "member": "string",
2906
+ "name": "UserIdList",
2907
+ "required": false,
2908
+ "type": "list"
2909
+ },
2910
+ {
2911
+ "disabled": false,
2912
+ "document": "搜索关键词",
2913
+ "example": "搜索关键词",
2914
+ "member": "string",
2915
+ "name": "Keyword",
2916
+ "required": false,
2917
+ "type": "string"
2890
2918
  }
2891
2919
  ],
2892
2920
  "type": "object"
@@ -4720,6 +4748,46 @@
4720
4748
  "output_required": false,
4721
4749
  "type": "string",
4722
4750
  "value_allowed_null": true
4751
+ },
4752
+ {
4753
+ "disabled": false,
4754
+ "document": "仪表盘页面数\n注意:此字段可能返回 null,表示取不到有效值。",
4755
+ "example": "1",
4756
+ "member": "int64",
4757
+ "name": "NormalCount",
4758
+ "output_required": false,
4759
+ "type": "int",
4760
+ "value_allowed_null": true
4761
+ },
4762
+ {
4763
+ "disabled": false,
4764
+ "document": "自由画布页面数\n注意:此字段可能返回 null,表示取不到有效值。",
4765
+ "example": "1",
4766
+ "member": "int64",
4767
+ "name": "FreeCount",
4768
+ "output_required": false,
4769
+ "type": "int",
4770
+ "value_allowed_null": true
4771
+ },
4772
+ {
4773
+ "disabled": false,
4774
+ "document": "即席分析页面数\n注意:此字段可能返回 null,表示取不到有效值。",
4775
+ "example": "1",
4776
+ "member": "int64",
4777
+ "name": "AdhocCount",
4778
+ "output_required": false,
4779
+ "type": "int",
4780
+ "value_allowed_null": true
4781
+ },
4782
+ {
4783
+ "disabled": false,
4784
+ "document": "简报页面数\n注意:此字段可能返回 null,表示取不到有效值。",
4785
+ "example": "1",
4786
+ "member": "int64",
4787
+ "name": "BriefingCount",
4788
+ "output_required": false,
4789
+ "type": "int",
4790
+ "value_allowed_null": true
4723
4791
  }
4724
4792
  ],
4725
4793
  "usage": "out"
@@ -1523,7 +1523,7 @@
1523
1523
  },
1524
1524
  {
1525
1525
  "disabled": false,
1526
- "document": "云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](document/product/362/80278)接口查询。",
1526
+ "document": "云硬盘备份点ID。传入此参数时,将通过备份点创建快照。备份点 ID 可以通过[DescribeDiskBackups](/document/product/362/80278)接口查询。",
1527
1527
  "example": "dbp-l7mxexxc",
1528
1528
  "member": "string",
1529
1529
  "name": "DiskBackupId",
@@ -9384,6 +9384,26 @@
9384
9384
  "type": "object",
9385
9385
  "value_allowed_null": true
9386
9386
  },
9387
+ {
9388
+ "disabled": false,
9389
+ "document": "按周期扩容策略。",
9390
+ "example": "无",
9391
+ "member": "PeriodStrategy",
9392
+ "name": "PeriodStrategy",
9393
+ "output_required": false,
9394
+ "type": "object",
9395
+ "value_allowed_null": false
9396
+ },
9397
+ {
9398
+ "disabled": false,
9399
+ "document": "按时间段扩容策略",
9400
+ "example": "无",
9401
+ "member": "TimeIntervalStrategy",
9402
+ "name": "TimeIntervalStrategy",
9403
+ "output_required": false,
9404
+ "type": "object",
9405
+ "value_allowed_null": false
9406
+ },
9387
9407
  {
9388
9408
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9389
9409
  "member": "string",
@@ -5899,7 +5899,7 @@
5899
5899
  },
5900
5900
  {
5901
5901
  "disabled": false,
5902
- "document": "分页查询限制数目,默认为 100,最大可设置为 1000",
5902
+ "document": "分页查询限制数目,默认为 100,最大可设置为 100",
5903
5903
  "example": "1",
5904
5904
  "member": "int64",
5905
5905
  "name": "Limit",
@@ -9707,7 +9707,7 @@
9707
9707
  {
9708
9708
  "disabled": false,
9709
9709
  "document": "日志主题ID",
9710
- "example": "4463e7b0-3ec8-41a1-ae48-5d24b22167c2",
9710
+ "example": "cfw_netflow_border",
9711
9711
  "member": "string",
9712
9712
  "name": "TopicId",
9713
9713
  "output_required": false,
@@ -12760,7 +12760,7 @@
12760
12760
  {
12761
12761
  "disabled": false,
12762
12762
  "document": "日志主题ID\n注意:此字段可能返回 null,表示取不到有效值。",
12763
- "example": "682d0718-07bb-4ec0-xxxx-f1e9a2767e0b",
12763
+ "example": "cfw_netflow_border",
12764
12764
  "member": "string",
12765
12765
  "name": "TopicId",
12766
12766
  "output_required": false,
@@ -12796,7 +12796,7 @@
12796
12796
  {
12797
12797
  "disabled": false,
12798
12798
  "document": "日志主题ID",
12799
- "example": "682d0718-07bb-xxxx-9fda-f1e9a2767e0b",
12799
+ "example": "cfw_netflow_border",
12800
12800
  "member": "string",
12801
12801
  "name": "TopicId",
12802
12802
  "output_required": true,
@@ -12850,7 +12850,7 @@
12850
12850
  {
12851
12851
  "disabled": false,
12852
12852
  "document": "检索分析语句,最大长度为12KB\n语句由 <a href=\"https://cloud.tencent.com/document/product/614/47044\" target=\"_blank\">[检索条件]</a> | <a href=\"https://cloud.tencent.com/document/product/614/44061\" target=\"_blank\">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句\n使用*或空字符串可查询所有日志",
12853
- "example": "http_status:200",
12853
+ "example": "protocol:HTTP",
12854
12854
  "member": "string",
12855
12855
  "name": "Query",
12856
12856
  "required": true,
@@ -12867,8 +12867,8 @@
12867
12867
  },
12868
12868
  {
12869
12869
  "disabled": false,
12870
- "document": "- 要检索分析的日志主题ID,仅能指定一个日志主题。\n- 如需同时检索多个日志主题,请使用Topics参数。\n- TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。",
12871
- "example": "682d0718-07bb-4ec0-9fda-f1e9a2767e0b",
12870
+ "document": "- 要检索分析的日志主题ID,仅能指定一个日志主题。\n- 如需同时检索多个日志主题,请使用Topics参数。\n- TopicId 和 Topics 不能同时使用,在一次请求中有且只能选择一个。\n各日志主题ID如下\n访问控制-互联网边界 cfw_rule_acl\n访问控制-NAT边界 cfw_rule_nat_acl\n访问控制-VPC边界 cfw_rule_vpc_acl\n访问控制-DNS开关 cfw_rule_dns_acl\n入侵防御 cfw_rule_threatinfo\n全流量检测与响应日志-流量分析 cfw_netflow_nta\n全流量检测与响应日志-流量告警 cfw_rule_ndr_threatinfo\n零信任运维-数据库登录 cfw_operate_db\n零信任运维-服务器访问 operate_remote_om\n零信任运维-Web服务访问 operate_web_access\n零信任运维-行为审计 remoteom_commands\n流量日志-互联网边界 cfw_netflow_border\n流量日志-NAT边界 cfw_netflow_nat\n流量日志-VPC边界 cfw_netflow_vpc\n流量日志-DNS开关 cfw_netflow_dns\n流量日志-内网流量 cfw_netflow_fl\n操作日志 operate_log_all",
12871
+ "example": "cfw_netflow_border",
12872
12872
  "member": "string",
12873
12873
  "name": "TopicId",
12874
12874
  "required": false,
@@ -924,7 +924,7 @@
924
924
  {
925
925
  "document": "查询http响应状态码(http_code)为200的日志",
926
926
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchLog\n<公共请求参数>\n\n{\n \"TopicId\": \"601c2a87-ca8e-49c9-xxxx-27286a970db5\",\n \"From\": 1679901909686,\n \"To\": 1679902809686,\n \"Query\": \"http_code:\\\"200\\\"\",\n \"Limit\": 1,\n \"Sort\": \"desc\",\n \"UseNewAnalysis\": true,\n \"SyntaxRule\": 1\n}",
927
- "output": "{\n \"Response\": {\n \"Context\": \"Y29udGV4dC0zZDVmZGI2NC1jNDZkLTQ2NzktYWM2OC1jYzg2NjUxYmVlMWExNjc5OTAyODEwNDM0\",\n \"ListOver\": false,\n \"Analysis\": false,\n \"ColNames\": [],\n \"Columns\": null,\n \"Results\": [\n {\n \"Time\": 1679902806070,\n \"TopicId\": \"601c2a87-ca8e-49c9-xxxx-27286a970db5\",\n \"TopicName\": \"CDN Demo访问日志日志主题_10000100xxxx\",\n \"Source\": \"\",\n \"FileName\": \"\",\n \"HostName\": \"\",\n \"PkgId\": \"\",\n \"PkgLogId\": \"\",\n \"LogJson\": \"{\\\"referer\\\":\\\"http://qwunsag.2022.qq.com/prizes?activity_code=AVGCHaQFX02Eb\\\",\\\"method\\\":\\\"GET\\\",\\\"isp\\\":\\\"中国联通\\\",\\\"remote_port\\\":\\\"45088\\\",\\\"ua\\\":\\\"Mozilla/5.0 (Linux; Android 9; INE-AL00 Build/HUAWEIINE-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/3211 MMWEBSDK/20210601 Mobile Safari/537.36 MMWEBID/6389 MicroMessenger/8.0.11.1980(0x28000B5B) Process/toolsmp WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64\\\",\\\"uuid\\\":\\\"acf1010c853f4a24bb3e92cc34e283e2\\\",\\\"version\\\":\\\"1\\\",\\\"file_size\\\":\\\"186358\\\",\\\"url\\\":\\\"/loxtxt/979884858.png\\\",\\\"request_range\\\":\\\"-\\\",\\\"rsp_size\\\":\\\"186830\\\",\\\"hit\\\":\\\"hit\\\",\\\"request_time\\\":\\\"2808\\\",\\\"http_code\\\":\\\"200\\\",\\\"param\\\":\\\"-\\\",\\\"sys_address\\\":\\\"9.130.154.208\\\",\\\"proto\\\":\\\"HTTPS\\\",\\\"host\\\":\\\"test.2022.cls.cn\\\",\\\"sys_datasource\\\":\\\"cq.3.4.v1.2.17\\\",\\\"client_ip\\\":\\\"116.116.247.167\\\",\\\"time\\\":\\\"1679902806070\\\",\\\"app_id\\\":\\\"1302700768\\\",\\\"prov\\\":\\\"内蒙古自治区\\\",\\\"timestamp\\\":\\\"2023-03-27T15:40:06+08:00\\\"}\",\n \"RawLog\": \"\",\n \"IndexStatus\": \"\"\n }\n ],\n \"AnalysisResults\": [],\n \"AnalysisRecords\": null,\n \"RequestId\": \"79f593e5-1374-4463-xxxx-c49d0b3c5290\",\n \"SamplingRate\": 0,\n \"Topics\": null\n }\n}",
927
+ "output": "{\n \"Response\": {\n \"Context\": \"Y29udGV4dC0zZDVmZGI2NC1jNDZkLTQ2NzktYWM2OC1jYzg2NjUxYmVlMWExNjc5OTAyODEwNDM0\",\n \"ListOver\": false,\n \"Analysis\": false,\n \"ColNames\": [],\n \"Columns\": [],\n \"Results\": [\n {\n \"Time\": 1679902806070,\n \"TopicId\": \"601c2a87-ca8e-49c9-xxxx-27286a970db5\",\n \"TopicName\": \"CDN Demo访问日志日志主题_10000100xxxx\",\n \"Source\": \"\",\n \"FileName\": \"\",\n \"HostName\": \"\",\n \"PkgId\": \"\",\n \"PkgLogId\": \"\",\n \"LogJson\": \"{\\\"referer\\\":\\\"http://qwunsag.2022.qq.com/prizes?activity_code=AVGCHaQFX02Eb\\\",\\\"method\\\":\\\"GET\\\",\\\"isp\\\":\\\"中国联通\\\",\\\"remote_port\\\":\\\"45088\\\",\\\"ua\\\":\\\"Mozilla/5.0 (Linux; Android 9; INE-AL00 Build/HUAWEIINE-AL00; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/86.0.4240.99 XWEB/3211 MMWEBSDK/20210601 Mobile Safari/537.36 MMWEBID/6389 MicroMessenger/8.0.11.1980(0x28000B5B) Process/toolsmp WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64\\\",\\\"uuid\\\":\\\"acf1010c853f4a24bb3e92cc34e283e2\\\",\\\"version\\\":\\\"1\\\",\\\"file_size\\\":\\\"186358\\\",\\\"url\\\":\\\"/loxtxt/979884858.png\\\",\\\"request_range\\\":\\\"-\\\",\\\"rsp_size\\\":\\\"186830\\\",\\\"hit\\\":\\\"hit\\\",\\\"request_time\\\":\\\"2808\\\",\\\"http_code\\\":\\\"200\\\",\\\"param\\\":\\\"-\\\",\\\"sys_address\\\":\\\"9.130.154.208\\\",\\\"proto\\\":\\\"HTTPS\\\",\\\"host\\\":\\\"test.2022.cls.cn\\\",\\\"sys_datasource\\\":\\\"cq.3.4.v1.2.17\\\",\\\"client_ip\\\":\\\"116.116.247.167\\\",\\\"time\\\":\\\"1679902806070\\\",\\\"app_id\\\":\\\"1302700768\\\",\\\"prov\\\":\\\"内蒙古自治区\\\",\\\"timestamp\\\":\\\"2023-03-27T15:40:06+08:00\\\"}\",\n \"RawLog\": \"\",\n \"IndexStatus\": \"\"\n }\n ],\n \"AnalysisResults\": [],\n \"AnalysisRecords\": [],\n \"RequestId\": \"79f593e5-1374-4463-xxxx-c49d0b3c5290\",\n \"SamplingRate\": 0\n }\n}",
928
928
  "title": "查询日志"
929
929
  }
930
930
  ],
@@ -187,6 +187,16 @@
187
187
  "output_required": true,
188
188
  "type": "string",
189
189
  "value_allowed_null": false
190
+ },
191
+ {
192
+ "disabled": false,
193
+ "document": "授权的层级:Master 主授权;Child 子授权/增强型授权",
194
+ "example": "Master",
195
+ "member": "string",
196
+ "name": "LicenseLevel",
197
+ "output_required": false,
198
+ "type": "string",
199
+ "value_allowed_null": false
190
200
  }
191
201
  ],
192
202
  "usage": "out"
@@ -285,25 +285,25 @@
285
285
  "members": [
286
286
  {
287
287
  "disabled": false,
288
- "document": "cos地域\n注意:此字段可能返回 null,表示取不到有效值。",
288
+ "document": "cos地域",
289
289
  "example": "ap-guanghzou",
290
290
  "member": "string",
291
291
  "name": "CosRegion",
292
292
  "output_required": false,
293
293
  "required": false,
294
294
  "type": "string",
295
- "value_allowed_null": true
295
+ "value_allowed_null": false
296
296
  },
297
297
  {
298
298
  "disabled": false,
299
- "document": "地域描述\n注意:此字段可能返回 null,表示取不到有效值。",
299
+ "document": "地域描述",
300
300
  "example": "广州地域",
301
301
  "member": "string",
302
302
  "name": "CosRegionName",
303
303
  "output_required": false,
304
304
  "required": false,
305
305
  "type": "string",
306
- "value_allowed_null": true
306
+ "value_allowed_null": false
307
307
  }
308
308
  ],
309
309
  "usage": "both"
@@ -3783,7 +3783,7 @@
3783
3783
  },
3784
3784
  {
3785
3785
  "disabled": false,
3786
- "document": "新的漏洞风险id(同全网漏洞表的riskid)",
3786
+ "document": "新的漏洞风险id(同全网漏洞表的RiskId)",
3787
3787
  "example": "id-5532s",
3788
3788
  "member": "string",
3789
3789
  "name": "VulRiskId",