tccli 3.0.1306.1__py2.py3-none-any.whl → 3.0.1308.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/aiart/v20221229/api.json +34 -22
  3. tccli/services/apm/v20210622/api.json +38 -0
  4. tccli/services/asr/v20190614/api.json +64 -64
  5. tccli/services/asr/v20190614/examples.json +4 -4
  6. tccli/services/bh/v20230418/api.json +2 -2
  7. tccli/services/cbs/v20170312/api.json +26 -16
  8. tccli/services/cdwch/v20200915/api.json +3 -3
  9. tccli/services/chc/v20230418/api.json +46 -1
  10. tccli/services/ckafka/v20190819/api.json +24 -24
  11. tccli/services/ckafka/v20190819/examples.json +1 -1
  12. tccli/services/clb/v20180317/api.json +232 -181
  13. tccli/services/clb/v20180317/examples.json +38 -38
  14. tccli/services/cloudaudit/v20190319/api.json +67 -67
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/config/v20220802/api.json +184 -165
  17. tccli/services/cvm/v20170312/api.json +5 -5
  18. tccli/services/cynosdb/cynosdb_client.py +53 -0
  19. tccli/services/cynosdb/v20190107/api.json +72 -9
  20. tccli/services/cynosdb/v20190107/examples.json +8 -0
  21. tccli/services/dlc/v20210125/api.json +19 -0
  22. tccli/services/domain/v20180808/api.json +72 -72
  23. tccli/services/domain/v20180808/examples.json +4 -4
  24. tccli/services/dsgc/dsgc_client.py +53 -0
  25. tccli/services/dsgc/v20190723/api.json +221 -7
  26. tccli/services/dsgc/v20190723/examples.json +8 -0
  27. tccli/services/es/v20250101/api.json +45 -45
  28. tccli/services/essbasic/v20210526/examples.json +7 -1
  29. tccli/services/iss/v20230517/api.json +40 -40
  30. tccli/services/lowcode/v20210108/api.json +10 -1
  31. tccli/services/ocr/v20181119/api.json +13 -3
  32. tccli/services/organization/v20210331/api.json +12 -12
  33. tccli/services/tdmq/v20200217/api.json +118 -14
  34. tccli/services/tdmq/v20200217/examples.json +1 -1
  35. tccli/services/tke/v20180525/api.json +37 -37
  36. tccli/services/trocket/v20230308/api.json +123 -19
  37. tccli/services/trocket/v20230308/examples.json +1 -1
  38. tccli/services/tsf/v20180326/api.json +2 -2
  39. tccli/services/vod/v20180717/api.json +9 -0
  40. tccli/services/vpc/v20170312/api.json +173 -166
  41. tccli/services/vpc/v20170312/examples.json +5 -5
  42. tccli/services/waf/v20180125/api.json +24 -0
  43. tccli/services/waf/v20180125/examples.json +8 -0
  44. tccli/services/waf/waf_client.py +57 -4
  45. tccli/services/wedata/v20210820/api.json +972 -18
  46. tccli/services/wedata/v20210820/examples.json +44 -4
  47. tccli/services/wedata/wedata_client.py +297 -32
  48. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/METADATA +2 -2
  49. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/RECORD +52 -52
  50. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/WHEEL +0 -0
  51. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/entry_points.txt +0 -0
  52. {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/license_files/LICENSE +0 -0
@@ -146,58 +146,58 @@
146
146
  "members": [
147
147
  {
148
148
  "disabled": false,
149
- "document": "输入框类型\n注意:此字段可能返回 null,表示取不到有效值。",
149
+ "document": "输入框类型",
150
150
  "example": "type",
151
151
  "member": "string",
152
152
  "name": "LabelType",
153
153
  "output_required": false,
154
154
  "required": true,
155
155
  "type": "string",
156
- "value_allowed_null": true
156
+ "value_allowed_null": false
157
157
  },
158
158
  {
159
159
  "disabled": false,
160
- "document": "初始化展示\n注意:此字段可能返回 null,表示取不到有效值。",
160
+ "document": "初始化展示",
161
161
  "example": "12",
162
162
  "member": "string",
163
163
  "name": "Starter",
164
164
  "output_required": false,
165
165
  "required": true,
166
166
  "type": "string",
167
- "value_allowed_null": true
167
+ "value_allowed_null": false
168
168
  },
169
169
  {
170
170
  "disabled": false,
171
- "document": "展示排序\n注意:此字段可能返回 null,表示取不到有效值。",
171
+ "document": "展示排序",
172
172
  "example": "desc",
173
173
  "member": "int64",
174
174
  "name": "Order",
175
175
  "output_required": false,
176
176
  "required": true,
177
177
  "type": "int",
178
- "value_allowed_null": true
178
+ "value_allowed_null": false
179
179
  },
180
180
  {
181
181
  "disabled": false,
182
- "document": "AttributeKey值\n注意:此字段可能返回 null,表示取不到有效值。",
182
+ "document": "AttributeKey",
183
183
  "example": "tag1",
184
184
  "member": "string",
185
185
  "name": "Value",
186
186
  "output_required": false,
187
187
  "required": true,
188
188
  "type": "string",
189
- "value_allowed_null": true
189
+ "value_allowed_null": false
190
190
  },
191
191
  {
192
192
  "disabled": false,
193
- "document": "中文标签\n注意:此字段可能返回 null,表示取不到有效值。",
193
+ "document": "中文标签",
194
194
  "example": "事件",
195
195
  "member": "string",
196
196
  "name": "Label",
197
197
  "output_required": false,
198
198
  "required": true,
199
199
  "type": "string",
200
- "value_allowed_null": true
200
+ "value_allowed_null": false
201
201
  }
202
202
  ],
203
203
  "usage": "both"
@@ -207,47 +207,47 @@
207
207
  "members": [
208
208
  {
209
209
  "disabled": false,
210
- "document": "跟踪集状态,1:开启,0:关闭\n注意:此字段可能返回 null,表示取不到有效值。",
210
+ "document": "跟踪集状态,1:开启,0:关闭",
211
211
  "example": "1",
212
212
  "member": "int64",
213
213
  "name": "AuditStatus",
214
214
  "output_required": false,
215
215
  "required": false,
216
216
  "type": "int",
217
- "value_allowed_null": true
217
+ "value_allowed_null": false
218
218
  },
219
219
  {
220
220
  "disabled": false,
221
- "document": "COS存储桶名称\n注意:此字段可能返回 null,表示取不到有效值。",
221
+ "document": "COS存储桶名称",
222
222
  "example": "gz_bucket",
223
223
  "member": "string",
224
224
  "name": "CosBucketName",
225
225
  "output_required": false,
226
226
  "required": false,
227
227
  "type": "string",
228
- "value_allowed_null": true
228
+ "value_allowed_null": false
229
229
  },
230
230
  {
231
231
  "disabled": false,
232
- "document": "跟踪集名称\n注意:此字段可能返回 null,表示取不到有效值。",
232
+ "document": "跟踪集名称",
233
233
  "example": "audit_track",
234
234
  "member": "string",
235
235
  "name": "AuditName",
236
236
  "output_required": false,
237
237
  "required": false,
238
238
  "type": "string",
239
- "value_allowed_null": true
239
+ "value_allowed_null": false
240
240
  },
241
241
  {
242
242
  "disabled": false,
243
- "document": "日志前缀\n注意:此字段可能返回 null,表示取不到有效值。",
243
+ "document": "日志前缀",
244
244
  "example": "cloudtrail",
245
245
  "member": "string",
246
246
  "name": "LogFilePrefix",
247
247
  "output_required": false,
248
248
  "required": false,
249
249
  "type": "string",
250
- "value_allowed_null": true
250
+ "value_allowed_null": false
251
251
  }
252
252
  ],
253
253
  "usage": "both"
@@ -257,25 +257,25 @@
257
257
  "members": [
258
258
  {
259
259
  "disabled": false,
260
- "document": "地域描述\n注意:此字段可能返回 null,表示取不到有效值。",
260
+ "document": "地域描述",
261
261
  "example": "广州地域",
262
262
  "member": "string",
263
263
  "name": "CmqRegionName",
264
264
  "output_required": false,
265
265
  "required": false,
266
266
  "type": "string",
267
- "value_allowed_null": true
267
+ "value_allowed_null": false
268
268
  },
269
269
  {
270
270
  "disabled": false,
271
- "document": "cmq地域\n注意:此字段可能返回 null,表示取不到有效值。",
271
+ "document": "cmq地域",
272
272
  "example": "ap-guangzhou",
273
273
  "member": "string",
274
274
  "name": "CmqRegion",
275
275
  "output_required": false,
276
276
  "required": false,
277
277
  "type": "string",
278
- "value_allowed_null": true
278
+ "value_allowed_null": false
279
279
  }
280
280
  ],
281
281
  "usage": "both"
@@ -746,23 +746,23 @@
746
746
  },
747
747
  {
748
748
  "disabled": false,
749
- "document": "是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号\n注意:此字段可能返回 null,表示取不到有效值。",
749
+ "document": "是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号",
750
750
  "example": "1",
751
751
  "member": "uint64",
752
752
  "name": "TrackForAllMembers",
753
753
  "output_required": true,
754
754
  "type": "int",
755
- "value_allowed_null": true
755
+ "value_allowed_null": false
756
756
  },
757
757
  {
758
758
  "disabled": false,
759
- "document": "数据投递过滤条件\n注意:此字段可能返回 null,表示取不到有效值。",
759
+ "document": "数据投递过滤条件",
760
760
  "example": "无",
761
761
  "member": "Filter",
762
762
  "name": "Filters",
763
763
  "output_required": false,
764
764
  "type": "object",
765
- "value_allowed_null": true
765
+ "value_allowed_null": false
766
766
  },
767
767
  {
768
768
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -914,23 +914,23 @@
914
914
  },
915
915
  {
916
916
  "disabled": false,
917
- "document": "日志集合\n注意:此字段可能返回 null,表示取不到有效值。",
918
- "example": "[ { \"CloudAuditEvent\": \"\", \"EventName\": \"PostTrack\", \"EventTime\": \"xxxx\", \"EventId\": \"\", \"SecretId\": \"xxxxxxA2bADrx2jeiQPQy2kIV05F4xjl9Nxxxxx\", \"ErrorCode\": 0, \"RequestID\": \"xxxxx-8fd8-4121-b1e8-6264292eeb4f\", \"SourceIPAddress\": \"xx.xx.96.xx\", \"EventSource\": \"xx.ap-chongqing.api.tencentyun.com/\", \"EventRegion\": \"ap-guangzhou\", \"Resources\": { \"ResourceName\": \"\", \"ResourceType\": \"tandon\" }, \"Username\": \"root\", \"AccountID\": xxxx, \"Location\": \"xxxx\", \"ResourceTypeCn\": \"腾讯云安灯\", \"EventNameCn\": \"智能客服官网浏览记录上报\", \"ResourceRegion\": \"\" } ]",
917
+ "document": "日志集合",
918
+ "example": "",
919
919
  "member": "Event",
920
920
  "name": "Events",
921
921
  "output_required": true,
922
922
  "type": "list",
923
- "value_allowed_null": true
923
+ "value_allowed_null": false
924
924
  },
925
925
  {
926
926
  "disabled": false,
927
- "document": "此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。\n注意:此字段可能返回 null,表示取不到有效值。",
927
+ "document": "此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。",
928
928
  "example": "1",
929
929
  "member": "uint64",
930
930
  "name": "TotalCount",
931
931
  "output_required": true,
932
932
  "type": "int",
933
- "value_allowed_null": true
933
+ "value_allowed_null": false
934
934
  },
935
935
  {
936
936
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1023,14 +1023,14 @@
1023
1023
  },
1024
1024
  {
1025
1025
  "disabled": false,
1026
- "document": "证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
1026
+ "document": "证书ID",
1027
1027
  "example": "AKIDY3c****N0DyAaUPZRd",
1028
1028
  "member": "string",
1029
1029
  "name": "SecretId",
1030
1030
  "output_required": true,
1031
1031
  "required": false,
1032
1032
  "type": "string",
1033
- "value_allowed_null": true
1033
+ "value_allowed_null": false
1034
1034
  },
1035
1035
  {
1036
1036
  "disabled": false,
@@ -1078,14 +1078,14 @@
1078
1078
  },
1079
1079
  {
1080
1080
  "disabled": false,
1081
- "document": "源IP\n注意:此字段可能返回 null,表示取不到有效值。",
1081
+ "document": "源IP",
1082
1082
  "example": "127.0.0.1",
1083
1083
  "member": "string",
1084
1084
  "name": "SourceIPAddress",
1085
1085
  "output_required": true,
1086
1086
  "required": false,
1087
1087
  "type": "string",
1088
- "value_allowed_null": true
1088
+ "value_allowed_null": false
1089
1089
  },
1090
1090
  {
1091
1091
  "disabled": false,
@@ -1139,14 +1139,14 @@
1139
1139
  "members": [
1140
1140
  {
1141
1141
  "disabled": false,
1142
- "document": "资源筛选条件\n注意:此字段可能返回 null,表示取不到有效值。",
1143
- "example": " [ { \"ResourceType\": \"cam\", \"ActionType\": \"*\", \"EventNames\": [ \"AddSubAccount\", \"AddSubAccountCheckingMFA\" ] } ]",
1142
+ "document": "资源筛选条件",
1143
+ "example": "[{\"ResourceType\":\"cam\",\"ActionType\":\"*\",\"EventNames\":[\"AddSubAccount\",\"AddSubAccountCheckingMFA\"]}]",
1144
1144
  "member": "ResourceField",
1145
1145
  "name": "ResourceFields",
1146
1146
  "output_required": false,
1147
1147
  "required": false,
1148
1148
  "type": "list",
1149
- "value_allowed_null": true
1149
+ "value_allowed_null": false
1150
1150
  }
1151
1151
  ],
1152
1152
  "usage": "both"
@@ -1220,25 +1220,25 @@
1220
1220
  "members": [
1221
1221
  {
1222
1222
  "disabled": false,
1223
- "document": "作为密钥更容易辨识,更容易被人看懂的别名\n注意:此字段可能返回 null,表示取不到有效值。",
1223
+ "document": "作为密钥更容易辨识,更容易被人看懂的别名",
1224
1224
  "example": "audit_name",
1225
1225
  "member": "string",
1226
1226
  "name": "Alias",
1227
1227
  "output_required": false,
1228
1228
  "required": false,
1229
1229
  "type": "string",
1230
- "value_allowed_null": true
1230
+ "value_allowed_null": false
1231
1231
  },
1232
1232
  {
1233
1233
  "disabled": false,
1234
- "document": "CMK的全局唯一标识\n注意:此字段可能返回 null,表示取不到有效值。",
1234
+ "document": "CMK的全局唯一标识",
1235
1235
  "example": "key_34244",
1236
1236
  "member": "string",
1237
1237
  "name": "KeyId",
1238
1238
  "output_required": false,
1239
1239
  "required": false,
1240
1240
  "type": "string",
1241
- "value_allowed_null": true
1241
+ "value_allowed_null": false
1242
1242
  }
1243
1243
  ],
1244
1244
  "usage": "both"
@@ -1253,13 +1253,13 @@
1253
1253
  "members": [
1254
1254
  {
1255
1255
  "disabled": false,
1256
- "document": "查询跟踪集概要集合\n注意:此字段可能返回 null,表示取不到有效值。",
1256
+ "document": "查询跟踪集概要集合",
1257
1257
  "example": " { \"AuditStatus\": 0, \"CosBucketName\": \"test bucket\",\"AuditName\": \"test\", \"LogFilePrefix\": \"audit\" } ]",
1258
1258
  "member": "AuditSummary",
1259
1259
  "name": "AuditSummarys",
1260
1260
  "output_required": true,
1261
1261
  "type": "list",
1262
- "value_allowed_null": true
1262
+ "value_allowed_null": false
1263
1263
  },
1264
1264
  {
1265
1265
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1474,43 +1474,43 @@
1474
1474
  "members": [
1475
1475
  {
1476
1476
  "disabled": false,
1477
- "document": "查看更多日志的凭证\n注意:此字段可能返回 null,表示取不到有效值。",
1477
+ "document": "查看更多日志的凭证",
1478
1478
  "example": "79ba1f24-c21c-4858-a8e6-a9266b0599ff",
1479
1479
  "member": "string",
1480
1480
  "name": "NextToken",
1481
1481
  "output_required": true,
1482
1482
  "type": "string",
1483
- "value_allowed_null": true
1483
+ "value_allowed_null": false
1484
1484
  },
1485
1485
  {
1486
1486
  "disabled": false,
1487
- "document": "日志集合\n注意:此字段可能返回 null,表示取不到有效值。",
1488
- "example": "[ { \"CloudAuditEvent\": \"*\", \"EventId\": \"e92a92fc259c4a9333d2a7ce64d1ef201\", \"EventName\": \"LookupEvents\", \"EventTime\": \"2019-03-20 12:36:27\", \"SecretId\": \"XXX\", \"ErrorCode\": 0, \"RequestID\": \"15936031437374_1553056587.6815_v2\", \"AccountID\": 1150691759, \"SourceIPAddress\": \"*\", \"EventSource\": \"cloudaudit.api.tencentyun.com/v2/index.php\", \"EventRegion\": \"ap-guangzhou\", \"Resources\": { \"ResourceName\": \"\", \"ResourceType\": \"cloudaudit\" }, \"Username\": \"root\", \"ResourceTypeCn\": \"操作审计\", \"EventNameCn\": \"检索日志\" } ]",
1487
+ "document": "日志集合",
1488
+ "example": "",
1489
1489
  "member": "Event",
1490
1490
  "name": "Events",
1491
1491
  "output_required": true,
1492
1492
  "type": "list",
1493
- "value_allowed_null": true
1493
+ "value_allowed_null": false
1494
1494
  },
1495
1495
  {
1496
1496
  "disabled": false,
1497
- "document": "日志集合是否结束\n注意:此字段可能返回 null,表示取不到有效值。",
1497
+ "document": "日志集合是否结束",
1498
1498
  "example": "1",
1499
1499
  "member": "bool",
1500
1500
  "name": "ListOver",
1501
1501
  "output_required": true,
1502
1502
  "type": "bool",
1503
- "value_allowed_null": true
1503
+ "value_allowed_null": false
1504
1504
  },
1505
1505
  {
1506
1506
  "disabled": false,
1507
- "document": "数量\n注意:此字段可能返回 null,表示取不到有效值。",
1507
+ "document": "数量",
1508
1508
  "example": "2",
1509
1509
  "member": "uint64",
1510
1510
  "name": "TotalCount",
1511
1511
  "output_required": true,
1512
1512
  "type": "int",
1513
- "value_allowed_null": true
1513
+ "value_allowed_null": false
1514
1514
  },
1515
1515
  {
1516
1516
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -1712,25 +1712,25 @@
1712
1712
  "members": [
1713
1713
  {
1714
1714
  "disabled": false,
1715
- "document": "资源类型\n注意:此字段可能返回 null,表示取不到有效值。",
1715
+ "document": "资源类型",
1716
1716
  "example": "cloudaudit",
1717
1717
  "member": "string",
1718
1718
  "name": "ResourceType",
1719
1719
  "output_required": false,
1720
1720
  "required": false,
1721
1721
  "type": "string",
1722
- "value_allowed_null": true
1722
+ "value_allowed_null": false
1723
1723
  },
1724
1724
  {
1725
1725
  "disabled": false,
1726
- "document": "资源名称\n注意:此字段可能返回 null,表示取不到有效值。",
1726
+ "document": "资源名称",
1727
1727
  "example": "ins-234234",
1728
1728
  "member": "string",
1729
1729
  "name": "ResourceName",
1730
1730
  "output_required": false,
1731
1731
  "required": false,
1732
1732
  "type": "string",
1733
- "value_allowed_null": true
1733
+ "value_allowed_null": false
1734
1734
  }
1735
1735
  ],
1736
1736
  "usage": "both"
@@ -1740,36 +1740,36 @@
1740
1740
  "members": [
1741
1741
  {
1742
1742
  "disabled": false,
1743
- "document": "跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)\n注意:此字段可能返回 null,表示取不到有效值。",
1743
+ "document": "跟踪事件所属产品(支持全部产品或单个产品,如:cam,全部:*)",
1744
1744
  "example": "cvm",
1745
1745
  "member": "string",
1746
1746
  "name": "ResourceType",
1747
1747
  "output_required": false,
1748
1748
  "required": true,
1749
1749
  "type": "string",
1750
- "value_allowed_null": true
1750
+ "value_allowed_null": false
1751
1751
  },
1752
1752
  {
1753
1753
  "disabled": false,
1754
- "document": "跟踪事件类型(读:Read;写:Write;全部:*)\n注意:此字段可能返回 null,表示取不到有效值。",
1754
+ "document": "跟踪事件类型(读:Read;写:Write;全部:*)",
1755
1755
  "example": "Read",
1756
1756
  "member": "string",
1757
1757
  "name": "ActionType",
1758
1758
  "output_required": false,
1759
1759
  "required": true,
1760
1760
  "type": "string",
1761
- "value_allowed_null": true
1761
+ "value_allowed_null": false
1762
1762
  },
1763
1763
  {
1764
1764
  "disabled": false,
1765
- "document": "跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[\"\"];指定ResourceType时,支持全部接口:[\"\"];支持部分接口:[\"cos\", \"cls\"],接口列表上限10个)\n注意:此字段可能返回 null,表示取不到有效值。",
1765
+ "document": "跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:[\"\"];指定ResourceType时,支持全部接口:[\"\"];支持部分接口:[\"cos\", \"cls\"],接口列表上限10个)",
1766
1766
  "example": "[\"AddUser\"]",
1767
1767
  "member": "string",
1768
1768
  "name": "EventNames",
1769
1769
  "output_required": false,
1770
1770
  "required": true,
1771
1771
  "type": "list",
1772
- "value_allowed_null": true
1772
+ "value_allowed_null": false
1773
1773
  }
1774
1774
  ],
1775
1775
  "usage": "both"
@@ -1897,25 +1897,25 @@
1897
1897
  },
1898
1898
  {
1899
1899
  "disabled": false,
1900
- "document": "被指定存储用户ID\n注意:此字段可能返回 null,表示取不到有效值。",
1900
+ "document": "被指定存储用户ID",
1901
1901
  "example": "23424",
1902
1902
  "member": "string",
1903
1903
  "name": "StorageAccountId",
1904
1904
  "output_required": false,
1905
1905
  "required": false,
1906
1906
  "type": "string",
1907
- "value_allowed_null": true
1907
+ "value_allowed_null": false
1908
1908
  },
1909
1909
  {
1910
1910
  "disabled": false,
1911
- "document": "被指定存储用户appid\n注意:此字段可能返回 null,表示取不到有效值。",
1911
+ "document": "被指定存储用户appid",
1912
1912
  "example": "3545646",
1913
1913
  "member": "string",
1914
1914
  "name": "StorageAppId",
1915
1915
  "output_required": false,
1916
1916
  "required": false,
1917
1917
  "type": "string",
1918
- "value_allowed_null": true
1918
+ "value_allowed_null": false
1919
1919
  }
1920
1920
  ],
1921
1921
  "usage": "both"
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "document": "查询操作审计日志",
54
54
  "input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEvents\n<公共请求参数>\n\n{\n \"StartTime\": 1610613170,\n \"EndTime\": 1610699570,\n \"MaxResults\": 1\n}",
55
- "output": "{\n \"Response\": {\n \"ListOver\": true,\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"userIdentity\\\":{\\\"principalId\\\":\\\"1000000000\\\",\\\"accountId\\\":\\\"1000000000\\\",\\\"secretId\\\":\\\"xxx\\\",\\\"sessionContext\\\":\\\"{\\\\\\\"token\\\\\\\": \\\\\\\"xxx--Jqr7dXvw3EBEXWNcJljzbZeJeoIrQx9gafWtHV1Lg9zu7hSpY91LAF414n21D41bpodncbz8u12C-xxx\\\\\\\", \\\\\\\"ua\\\\\\\": \\\\\\\"xxx\\\\\\\", \\\\\\\"userIp\\\\\\\": \\\\\\\"111.111.11.111\\\\\\\", \\\\\\\"uin\\\\\\\": 1000000000, \\\\\\\"ownerUin\\\\\\\": 1000000000, \\\\\\\"appId\\\\\\\": 1256196555, \\\\\\\"expireTime\\\\\\\": \\\\\\\"2023-04-03 19:23:29\\\\\\\", \\\\\\\"mfa\\\\\\\": 1, \\\\\\\"mfaExpireTime\\\\\\\": \\\\\\\"0000-00-00 00:00:00\\\\\\\", \\\\\\\"interfaceName\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"hasPolicyFilter\\\\\\\": 0, \\\\\\\"policyFilter\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"extraInfo\\\\\\\": \\\\\\\"{\\\\\\\\\\\\\\\"dictId\\\\\\\\\\\\\\\":2208,\\\\\\\\\\\\\\\"mfaExpireTime\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"3000-12-12 00:00:00\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"sessionUin\\\\\\\\\\\\\\\":5000}\\\\\\\"}\\\",\\\"type\\\":\\\"Root\\\",\\\"userName\\\":\\\"root\\\"},\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventVersion\\\":2,\\\"errorCode\\\":\\\"0\\\",\\\"errorMessage\\\":\\\"\\\",\\\"requestID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"eventID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"apiVersion\\\":\\\"3.0\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"actionType\\\":\\\"Write\\\",\\\"httpMethod\\\":\\\"POST\\\",\\\"apiErrorCode\\\":0,\\\"apiErrorMessage\\\":\\\"\\\",\\\"userAgent\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"eventTime\\\":1680513809,\\\"sourceIPAddress\\\":\\\"111.111.111.111\\\",\\\"eventSource\\\":\\\"cloudaudit.ap-guangzhou.api.tencentyun.com\\\",\\\"resources\\\":\\\"[\\\\\\\"*\\\\\\\"]\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceSet\\\":[],\\\"requestParameters\\\":\\\"{\\\\\\\"ActionType\\\\\\\":\\\\\\\"Write\\\\\\\",\\\\\\\"EventNames\\\\\\\":[\\\\\\\"*\\\\\\\"],\\\\\\\"Name\\\\\\\":\\\\\\\"qweqwe\\\\\\\",\\\\\\\"ResourceType\\\\\\\":\\\\\\\"*\\\\\\\",\\\\\\\"Status\\\\\\\":1,\\\\\\\"Storage\\\\\\\":{\\\\\\\"StorageName\\\\\\\":\\\\\\\"d0f00ec9-5643-4a11-9022-187621d38714\\\\\\\",\\\\\\\"StoragePrefix\\\\\\\":\\\\\\\"cloudaudit\\\\\\\",\\\\\\\"StorageRegion\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"StorageType\\\\\\\":\\\\\\\"cls\\\\\\\"},\\\\\\\"Version\\\\\\\":\\\\\\\"2019-03-19\\\\\\\"}\\\",\\\"responseElements\\\":\\\"{\\\\\\\"TrackId\\\\\\\":21915,\\\\\\\"RequestId\\\\\\\":\\\\\\\"008ef803-4549-41fe-a7e6-433122273683\\\\\\\"}\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"eventName\\\":\\\"CreateAuditTrack\\\",\\\"sensitiveAction\\\":\\\"1\\\",\\\"tags\\\":[\\\"\\\"]}\",\n \"EventName\": \"CreateAuditTrack\",\n \"EventTime\": \"1680513809\",\n \"SecretId\": \"xxxxxxx\",\n \"ErrorCode\": 0,\n \"RequestID\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"SourceIPAddress\": \"111.111.111.111\",\n \"EventSource\": \"cloudaudit.ap-guangzhou.api.tencentyun.com\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"AccountID\": 100004293724,\n \"Location\": \"中国 广东省 深圳市 中国电信\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"创建操作审计跟踪集\",\n \"ResourceRegion\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"NextToken\": 16805138109322956,\n \"RequestId\": \"42a0e189-2869-488f-aa34-8bffd0814322\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"ListOver\": true,\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"userIdentity\\\":{\\\"principalId\\\":\\\"1000000000\\\",\\\"accountId\\\":\\\"1000000000\\\",\\\"secretId\\\":\\\"xxx\\\",\\\"sessionContext\\\":\\\"{\\\\\\\"token\\\\\\\": \\\\\\\"xxx--Jqr7dXvw3EBEXWNcJljzbZeJeoIrQx9gafWtHV1Lg9zu7hSpY91LAF414n21D41bpodncbz8u12C-xxx\\\\\\\", \\\\\\\"ua\\\\\\\": \\\\\\\"xxx\\\\\\\", \\\\\\\"userIp\\\\\\\": \\\\\\\"111.111.11.111\\\\\\\", \\\\\\\"uin\\\\\\\": 1000000000, \\\\\\\"ownerUin\\\\\\\": 1000000000, \\\\\\\"appId\\\\\\\": 1256196555, \\\\\\\"expireTime\\\\\\\": \\\\\\\"2023-04-03 19:23:29\\\\\\\", \\\\\\\"mfa\\\\\\\": 1, \\\\\\\"mfaExpireTime\\\\\\\": \\\\\\\"0000-00-00 00:00:00\\\\\\\", \\\\\\\"interfaceName\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"hasPolicyFilter\\\\\\\": 0, \\\\\\\"policyFilter\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"extraInfo\\\\\\\": \\\\\\\"{\\\\\\\\\\\\\\\"dictId\\\\\\\\\\\\\\\":2208,\\\\\\\\\\\\\\\"mfaExpireTime\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"3000-12-12 00:00:00\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"sessionUin\\\\\\\\\\\\\\\":5000}\\\\\\\"}\\\",\\\"type\\\":\\\"Root\\\",\\\"userName\\\":\\\"root\\\"},\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventVersion\\\":2,\\\"errorCode\\\":\\\"0\\\",\\\"errorMessage\\\":\\\"\\\",\\\"requestID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"eventID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"apiVersion\\\":\\\"3.0\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"actionType\\\":\\\"Write\\\",\\\"httpMethod\\\":\\\"POST\\\",\\\"apiErrorCode\\\":0,\\\"apiErrorMessage\\\":\\\"\\\",\\\"userAgent\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"eventTime\\\":1680513809,\\\"sourceIPAddress\\\":\\\"111.111.111.111\\\",\\\"eventSource\\\":\\\"cloudaudit.ap-guangzhou.api.tencentyun.com\\\",\\\"resources\\\":\\\"[\\\\\\\"*\\\\\\\"]\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceSet\\\":[],\\\"requestParameters\\\":\\\"{\\\\\\\"ActionType\\\\\\\":\\\\\\\"Write\\\\\\\",\\\\\\\"EventNames\\\\\\\":[\\\\\\\"*\\\\\\\"],\\\\\\\"Name\\\\\\\":\\\\\\\"qweqwe\\\\\\\",\\\\\\\"ResourceType\\\\\\\":\\\\\\\"*\\\\\\\",\\\\\\\"Status\\\\\\\":1,\\\\\\\"Storage\\\\\\\":{\\\\\\\"StorageName\\\\\\\":\\\\\\\"d0f00ec9-5643-4a11-9022-187621d38714\\\\\\\",\\\\\\\"StoragePrefix\\\\\\\":\\\\\\\"cloudaudit\\\\\\\",\\\\\\\"StorageRegion\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"StorageType\\\\\\\":\\\\\\\"cls\\\\\\\"},\\\\\\\"Version\\\\\\\":\\\\\\\"2019-03-19\\\\\\\"}\\\",\\\"responseElements\\\":\\\"{\\\\\\\"TrackId\\\\\\\":21915,\\\\\\\"RequestId\\\\\\\":\\\\\\\"008ef803-4549-41fe-a7e6-433122273683\\\\\\\"}\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"eventName\\\":\\\"CreateAuditTrack\\\",\\\"sensitiveAction\\\":\\\"1\\\",\\\"tags\\\":[\\\"\\\"]}\",\n \"EventName\": \"CreateAuditTrack\",\n \"EventTime\": \"1680513809\",\n \"SecretId\": \"xxxxxxx\",\n \"EventId\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"ErrorCode\": 0,\n \"RequestID\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"SourceIPAddress\": \"111.111.111.111\",\n \"EventSource\": \"cloudaudit.ap-guangzhou.api.tencentyun.com\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"AccountID\": 100004293724,\n \"Location\": \"中国 广东省 深圳市 中国电信\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"创建操作审计跟踪集\",\n \"ResourceRegion\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"NextToken\": 16805138109322956,\n \"RequestId\": \"42a0e189-2869-488f-aa34-8bffd0814322\"\n }\n}",
56
56
  "title": "查询操作审计日志"
57
57
  }
58
58
  ],
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "用于对操作日志进行检索,便于用户进行查询相关的操作信息。",
110
110
  "input": "https://cloudaudit.tencentcloudapi.com/?Action=LookUpEvents\n&EndTime=1553056687\n&LookupAttributes.0.AttributeKey=AccessKeyId\n&LookupAttributes.0.AttributeValue=a9266b0599ff\n&StartTime=1553056487\n&<公共请求参数>",
111
- "output": "{\n \"Response\": {\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"actionType\\\":\\\"Read\\\",\\\"apiErrorCode\\\":\\\"\\\",\\\"apiErrorMessage\\\":\\\"\\\",\\\"apiVersion\\\":\\\"2.0\\\",\\\"errorCode\\\":0,\\\"errorMessage\\\":\\\"permission verify\\\",\\\"eventID\\\":\\\"e92a92fc259c4a9333d2a7ce64d1ef201\\\",\\\"eventName\\\":\\\"LookupEvents\\\",\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventSource\\\":\\\"cloudaudit.api.tencentyun.com/v2/index.php\\\",\\\"eventTime\\\":\\\"2019-03-20 12:36:27\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"eventVersion\\\":2,\\\"httpMethod\\\":\\\"POST\\\",\\\"region\\\":\\\"\\\",\\\"requestID\\\":\\\"15936031437374_1553056587.6815_v2\\\",\\\"requestParameters\\\":\\\"{\\\"Action\\\":\\\"LookupEvents\\\",\\\"EndTime\\\":\\\"1553097599\\\",\\\"MaxResults\\\":\\\"10\\\",\\\"Nonce\\\":\\\"36881\\\",\\\"Region\\\":\\\"gz\\\",\\\"RequestClient\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"RequestOperator\\\":\\\"1150691759\\\",\\\"RequestSource\\\":\\\"MC\\\",\\\"SecretId\\\":\\\"XXX\\\",\\\"StartTime\\\":\\\"1552406400\\\",\\\"Timestamp\\\":\\\"1553056583\\\",\\\"Token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"seqId\\\":\\\"cdb9c38c-7031-bb13-6a9c-cd7641734c8f\\\"}\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"resources\\\":\\\"\\\",\\\"sourceIPAddress\\\":\\\"59.37.125.124\\\",\\\"userAgent\\\":\\\"\\\",\\\"userIdentity\\\":{\\\"userName\\\":\\\"root\\\",\\\"type\\\":\\\"Root\\\",\\\"secretId\\\":\\\"XXX\\\",\\\"accountId\\\":1150691759,\\\"principalId\\\":1150691759,\\\"sessionContext\\\":{\\\"expireTime\\\":\\\"2019-03-20 13:04:46\\\",\\\"hasPolicyFilter\\\":0,\\\"extraInfo\\\":\\\"\\\",\\\"interfaceName\\\":\\\"\\\",\\\"ownerUin\\\":1150691759,\\\"ua\\\":\\\"27513f02ea3ab649f0cacb6476df54eb\\\",\\\"mfa\\\":0,\\\"userIp\\\":\\\"59.37.125.124\\\",\\\"mfaExpireTime\\\":\\\"2019-03-20 12:34:46\\\",\\\"uin\\\":1150691759,\\\"token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"appId\\\":1251840716,\\\"policyFilter\\\":\\\"\\\"}}}\",\n \"EventId\": \"e92a92fc259c4a9333d2a7ce64d1ef201\",\n \"EventName\": \"LookupEvents\",\n \"EventTime\": \"2019-03-20 12:36:27\",\n \"SecretId\": \"XXX\",\n \"ErrorCode\": 0,\n \"RequestID\": \"15936031437374_1553056587.6815_v2\",\n \"AccountID\": 1150691759,\n \"SourceIPAddress\": \"59.37.125.124\",\n \"EventSource\": \"cloudaudit.api.tencentyun.com/v2/index.php\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"检索日志\"\n }\n ],\n \"NextToken\": \"DnF1ZXJ5VGhlbkZldGNoDwAAAAAAACBuFjNoRHJ5YTd4U1B5YWY4c1ZmMmxBQWcAAAAAAAAgnBZZZkZoYy04LVJJeVpJNnZJS2hIVTdRAAAAAAAAI1QWYk5mQmZXTzhTWXFNZjFMVlhHY1RjdwAAAAAAAB9sFmhZbV8xbm1FUXE2NGVDQndWSlNoMncAAAAAAAAd9BZOelN1aGMycFNydUVEQ0dQbzdCcEZBAAAAAAAALroWMTh4c00xalhRbk9wR0NsYWZvV20tQQAAAAAAACCdFllmRmhjLTgtUkl5Wkk2dklLaEhVN1EAAAAAAAAuuRYxOHhzTTFqWFFuT3BHQ2xhZm9XbS1BAAAAAAAAIJ4WWWZGaGMtOC1SSXlaSTZ2SUtoSFU3UQAAAAAAAB81FnN5aTBfTWJKU25HdXZuMWxsRkdJZ3cAAAAAAAApMhZ1UjdybjlCY1NRYUZVYWRub2x4YW9RAAAAAAAAHzQWc3lpMF9NYkpTbkd1dm4xbGxGR0lndwAAAAAAAB31Fk56U3VoYzJwU3J1RURDR1BvN0JwRkEAAAAAAAAfbRZoWW1fMW5tRVFxNjRlQ0J3VkpTaDJ3AAAAAAAAH24WaFltXzFubUVRcTY0ZUNCd1ZKU2gydw==\",\n \"ListOver\": true,\n \"TotalCount\": 1,\n \"RequestId\": \"91e2998d-edc0-4ba0-a76d-cebbbfd99391\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"actionType\\\":\\\"Read\\\",\\\"apiErrorCode\\\":\\\"\\\",\\\"apiErrorMessage\\\":\\\"\\\",\\\"apiVersion\\\":\\\"2.0\\\",\\\"errorCode\\\":0,\\\"errorMessage\\\":\\\"permission verify\\\",\\\"eventID\\\":\\\"e92a92fc259c4a9333d2a7ce64d1ef201\\\",\\\"eventName\\\":\\\"LookupEvents\\\",\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventSource\\\":\\\"cloudaudit.api.tencentyun.com/v2/index.php\\\",\\\"eventTime\\\":\\\"2019-03-20 12:36:27\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"eventVersion\\\":2,\\\"httpMethod\\\":\\\"POST\\\",\\\"region\\\":\\\"\\\",\\\"requestID\\\":\\\"15936031437374_1553056587.6815_v2\\\",\\\"requestParameters\\\":\\\"{\\\"Action\\\":\\\"LookupEvents\\\",\\\"EndTime\\\":\\\"1553097599\\\",\\\"MaxResults\\\":\\\"10\\\",\\\"Nonce\\\":\\\"36881\\\",\\\"Region\\\":\\\"gz\\\",\\\"RequestClient\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"RequestOperator\\\":\\\"1150691759\\\",\\\"RequestSource\\\":\\\"MC\\\",\\\"SecretId\\\":\\\"XXX\\\",\\\"StartTime\\\":\\\"1552406400\\\",\\\"Timestamp\\\":\\\"1553056583\\\",\\\"Token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"seqId\\\":\\\"cdb9c38c-7031-bb13-6a9c-cd7641734c8f\\\"}\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"resources\\\":\\\"\\\",\\\"sourceIPAddress\\\":\\\"59.37.125.124\\\",\\\"userAgent\\\":\\\"\\\",\\\"userIdentity\\\":{\\\"userName\\\":\\\"root\\\",\\\"type\\\":\\\"Root\\\",\\\"secretId\\\":\\\"XXX\\\",\\\"accountId\\\":1150691759,\\\"principalId\\\":1150691759,\\\"sessionContext\\\":{\\\"expireTime\\\":\\\"2019-03-20 13:04:46\\\",\\\"hasPolicyFilter\\\":0,\\\"extraInfo\\\":\\\"\\\",\\\"interfaceName\\\":\\\"\\\",\\\"ownerUin\\\":1150691759,\\\"ua\\\":\\\"27513f02ea3ab649f0cacb6476df54eb\\\",\\\"mfa\\\":0,\\\"userIp\\\":\\\"59.37.125.124\\\",\\\"mfaExpireTime\\\":\\\"2019-03-20 12:34:46\\\",\\\"uin\\\":1150691759,\\\"token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"appId\\\":1251840716,\\\"policyFilter\\\":\\\"\\\"}}}\",\n \"EventId\": \"e92a92fc259c4a9333d2a7ce64d1ef201\",\n \"EventName\": \"LookupEvents\",\n \"EventTime\": \"2019-03-20 12:36:27\",\n \"SecretId\": \"XXX\",\n \"ErrorCode\": 0,\n \"RequestID\": \"15936031437374_1553056587.6815_v2\",\n \"AccountID\": 1150691759,\n \"Location\": \"未知\",\n \"SourceIPAddress\": \"59.37.125.124\",\n \"ResourceRegion\": \"ap-guangzhou\",\n \"EventSource\": \"cloudaudit.api.tencentyun.com/v2/index.php\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"检索日志\"\n }\n ],\n \"NextToken\": \"DnF1ZXJ5VGhlbkZldGNoDwAAAAAAACBuFjNoRHJ5YTd4U1B5YWY4c1ZmMmxBQWcAAAAAAAAgnBZZZkZoYy04LVJJeVpJNnZJS2hIVTdRAAAAAAAAI1QWYk5mQmZXTzhTWXFNZjFMVlhHY1RjdwAAAAAAAB9sFmhZbV8xbm1FUXE2NGVDQndWSlNoMncAAAAAAAAd9BZOelN1aGMycFNydUVEQ0dQbzdCcEZBAAAAAAAALroWMTh4c00xalhRbk9wR0NsYWZvV20tQQAAAAAAACCdFllmRmhjLTgtUkl5Wkk2dklLaEhVN1EAAAAAAAAuuRYxOHhzTTFqWFFuT3BHQ2xhZm9XbS1BAAAAAAAAIJ4WWWZGaGMtOC1SSXlaSTZ2SUtoSFU3UQAAAAAAAB81FnN5aTBfTWJKU25HdXZuMWxsRkdJZ3cAAAAAAAApMhZ1UjdybjlCY1NRYUZVYWRub2x4YW9RAAAAAAAAHzQWc3lpMF9NYkpTbkd1dm4xbGxGR0lndwAAAAAAAB31Fk56U3VoYzJwU3J1RURDR1BvN0JwRkEAAAAAAAAfbRZoWW1fMW5tRVFxNjRlQ0J3VkpTaDJ3AAAAAAAAH24WaFltXzFubUVRcTY0ZUNCd1ZKU2gydw==\",\n \"ListOver\": true,\n \"TotalCount\": 1,\n \"RequestId\": \"91e2998d-edc0-4ba0-a76d-cebbbfd99391\"\n }\n}",
112
112
  "title": "日志检索"
113
113
  }
114
114
  ],