tccli 3.0.1264.1__py2.py3-none-any.whl → 3.0.1266.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 (53) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/v20170312/api.json +1 -1
  3. tccli/services/bh/v20230418/api.json +490 -5
  4. tccli/services/bh/v20230418/examples.json +2 -2
  5. tccli/services/billing/v20180709/api.json +4 -2
  6. tccli/services/cbs/v20170312/api.json +12 -2
  7. tccli/services/cbs/v20170312/examples.json +2 -2
  8. tccli/services/cdn/v20180606/api.json +33 -11
  9. tccli/services/chdfs/v20201112/api.json +7 -7
  10. tccli/services/cls/v20201016/api.json +11 -2
  11. tccli/services/cvm/v20170312/api.json +13 -3
  12. tccli/services/ess/v20201111/api.json +19 -19
  13. tccli/services/essbasic/v20210526/api.json +2 -2
  14. tccli/services/facefusion/v20220927/api.json +2 -2
  15. tccli/services/lcic/v20220817/api.json +30 -35
  16. tccli/services/lighthouse/v20200324/api.json +7 -7
  17. tccli/services/lkeap/v20240522/api.json +412 -9
  18. tccli/services/lkeap/v20240522/examples.json +19 -19
  19. tccli/services/mna/v20210119/api.json +21 -21
  20. tccli/services/mongodb/mongodb_client.py +53 -0
  21. tccli/services/mongodb/v20190725/api.json +70 -0
  22. tccli/services/mongodb/v20190725/examples.json +8 -0
  23. tccli/services/mps/v20190612/api.json +84 -8
  24. tccli/services/mqtt/mqtt_client.py +658 -75
  25. tccli/services/mqtt/v20240516/api.json +1038 -54
  26. tccli/services/mqtt/v20240516/examples.json +88 -0
  27. tccli/services/ocr/v20181119/api.json +52 -22
  28. tccli/services/rum/v20210622/api.json +12 -12
  29. tccli/services/rum/v20210622/examples.json +6 -6
  30. tccli/services/ssl/ssl_client.py +122 -16
  31. tccli/services/ssl/v20191205/api.json +468 -22
  32. tccli/services/ssl/v20191205/examples.json +18 -2
  33. tccli/services/sts/v20180813/api.json +1 -1
  34. tccli/services/tcr/v20190924/api.json +2 -2
  35. tccli/services/teo/v20220901/api.json +1 -1
  36. tccli/services/tke/v20180525/api.json +18 -0
  37. tccli/services/tmt/v20180321/api.json +1 -1
  38. tccli/services/trro/v20220325/api.json +1 -1
  39. tccli/services/trtc/v20190722/api.json +34 -35
  40. tccli/services/trtc/v20190722/examples.json +14 -14
  41. tccli/services/vms/v20200902/api.json +9 -9
  42. tccli/services/vms/v20200902/examples.json +5 -5
  43. tccli/services/vpc/v20170312/api.json +6 -6
  44. tccli/services/vpc/v20170312/examples.json +4 -4
  45. tccli/services/waf/v20180125/api.json +24 -2
  46. tccli/services/wedata/v20210820/api.json +107 -0
  47. tccli/services/wedata/v20210820/examples.json +8 -0
  48. tccli/services/wedata/wedata_client.py +53 -0
  49. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/METADATA +2 -2
  50. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/RECORD +53 -53
  51. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/WHEEL +0 -0
  52. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/entry_points.txt +0 -0
  53. {tccli-3.0.1264.1.dist-info → tccli-3.0.1266.1.dist-info}/license_files/LICENSE +0 -0
@@ -16,6 +16,22 @@
16
16
  "title": "示例"
17
17
  }
18
18
  ],
19
+ "CreateInsPublicEndpoint": [
20
+ {
21
+ "document": "示例",
22
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInsPublicEndpoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\",\n \"Bandwidth\": 2,\n \"Rules\": [\n {\n \"IpRule\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"remark\"\n }\n ]\n}",
23
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"416510a6-f614-487d-bbca-e7fdbf72fc29\"\n }\n}",
24
+ "title": "示例"
25
+ }
26
+ ],
27
+ "CreateInstance": [
28
+ {
29
+ "document": "示例",
30
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"instance-1\",\n \"SkuCode\": \"basic_1k\",\n \"Remark\": \"this is remark\",\n \"VpcList\": [\n {\n \"VpcId\": \"vpc-9a5wnirv\",\n \"SubnetId\": \"subnet-0tw6tlfi\"\n }\n ],\n \"IpRules\": [\n {\n \"Ip\": \"1.1.1.1\",\n \"Allow\": true,\n \"Remark\": \"11111111\"\n }\n ]\n}",
31
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"RequestId\": \"02107c9d-cbea-418c-bafc-740300fdefad\"\n }\n}",
32
+ "title": "示例"
33
+ }
34
+ ],
19
35
  "CreateJWKSAuthenticator": [
20
36
  {
21
37
  "document": "示例",
@@ -40,6 +56,14 @@
40
56
  "title": "示例"
41
57
  }
42
58
  ],
59
+ "CreateUser": [
60
+ {
61
+ "document": "示例",
62
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMQTTUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Remark\": \"remark\",\n \"Username\": \"123\",\n \"Password\": \"456\"\n}",
63
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"25cb77a7-2add-4086-8fd2-a05b5bd34776\"\n }\n}",
64
+ "title": "示例"
65
+ }
66
+ ],
43
67
  "DeactivateDeviceCertificate": [
44
68
  {
45
69
  "document": "示例",
@@ -72,6 +96,22 @@
72
96
  "title": "示例"
73
97
  }
74
98
  ],
99
+ "DeleteInsPublicEndpoint": [
100
+ {
101
+ "document": "示例",
102
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTInsPublicEndpoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-rvb5xxrn\"\n}",
103
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"de89c7dd-7c3e-4546-a2ca-91c5baa0415f\"\n }\n}",
104
+ "title": "示例"
105
+ }
106
+ ],
107
+ "DeleteInstance": [
108
+ {
109
+ "document": "示例",
110
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-wjgxr8jg\"\n}",
111
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"84afeb76-9175-47ec-a6f1-8d0af0c0aae6\"\n }\n}",
112
+ "title": "示例"
113
+ }
114
+ ],
75
115
  "DeleteTopic": [
76
116
  {
77
117
  "document": "示例",
@@ -80,6 +120,14 @@
80
120
  "title": "示例"
81
121
  }
82
122
  ],
123
+ "DeleteUser": [
124
+ {
125
+ "document": "示例",
126
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteMQTTUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Username\": \"123\"\n}",
127
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"74625f9b-ce92-43d5-ba0b-9a85ddb99041\"\n }\n}",
128
+ "title": "示例"
129
+ }
130
+ ],
83
131
  "DescribeAuthenticator": [
84
132
  {
85
133
  "document": "示例",
@@ -118,6 +166,14 @@
118
166
  "title": "示例"
119
167
  }
120
168
  ],
169
+ "DescribeInsPublicEndpoints": [
170
+ {
171
+ "document": "示例",
172
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInsPublicEndpoints\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-gn8qoq3z\"\n}",
173
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Bandwidth\": 2,\n \"Endpoints\": [\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8888,\n \"SubnetId\": null,\n \"Type\": \"mqtt-ws\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8888\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 1883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tcp\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:1883\",\n \"VpcId\": null\n },\n {\n \"Host\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com\",\n \"Port\": 8883,\n \"SubnetId\": null,\n \"Type\": \"mqtt-tls\",\n \"Url\": \"mqtt-gn8qoq3z-cd.mqtt.public.tencenttdmq.com:8883\",\n \"VpcId\": null\n }\n ],\n \"InstanceId\": \"mqtt-gn8qoq3z\",\n \"RequestId\": \"3891d712-94f7-4d03-9420-fae4fa3a61ea\",\n \"Rules\": [\n {\n \"Allow\": true,\n \"IpRule\": \"0.0.0.0/0\",\n \"Remark\": \"\"\n }\n ],\n \"Status\": \"NORMAL\"\n }\n}",
174
+ "title": "示例"
175
+ }
176
+ ],
121
177
  "DescribeInstance": [
122
178
  {
123
179
  "document": "示例",
@@ -150,6 +206,14 @@
150
206
  "title": "示例"
151
207
  }
152
208
  ],
209
+ "DescribeUserList": [
210
+ {
211
+ "document": "示例",
212
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTUserList\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
213
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"CreatedTime\": 1705392159000,\n \"ModifiedTime\": 1705392159000,\n \"Password\": \"pwd1\",\n \"Remark\": \"remark\",\n \"Username\": \"user1\"\n }\n ],\n \"RequestId\": \"8e86117c-a56c-4598-9e1f-4a039eed6e3a\",\n \"TotalCount\": 1\n }\n}",
214
+ "title": "示例"
215
+ }
216
+ ],
153
217
  "ModifyAuthorizationPolicy": [
154
218
  {
155
219
  "document": "示例",
@@ -158,6 +222,22 @@
158
222
  "title": "示例"
159
223
  }
160
224
  ],
225
+ "ModifyInsPublicEndpoint": [
226
+ {
227
+ "document": "示例",
228
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTInsPublicEndpoint\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Bandwidth\": 2,\n \"Rules\": [\n {\n \"IpRule\": \"2.2.2.2\",\n \"Allow\": true,\n \"Remark\": \"555\"\n }\n ]\n}",
229
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"02eb3529-3440-44e9-b2c8-1e65c7017c09\"\n }\n}",
230
+ "title": "示例"
231
+ }
232
+ ],
233
+ "ModifyInstance": [
234
+ {
235
+ "document": "示例",
236
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-47ka4rdr\",\n \"Name\": \"instance-2\",\n \"Remark\": \"ramark2\"\n}",
237
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"9955522b-ac27-46c1-8a16-3ed6f98f9c5c\"\n }\n}",
238
+ "title": "示例"
239
+ }
240
+ ],
161
241
  "ModifyJWKSAuthenticator": [
162
242
  {
163
243
  "document": "示例",
@@ -182,6 +262,14 @@
182
262
  "title": "示例"
183
263
  }
184
264
  ],
265
+ "ModifyUser": [
266
+ {
267
+ "document": "示例",
268
+ "input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMQTTUser\n<公共请求参数>\n\n{\n \"InstanceId\": \"mqtt-7pnqmkrx\",\n \"Username\": \"user2\",\n \"Remark\": \"remark2\"\n}",
269
+ "output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"85d3aeee-ba25-47cc-8c17-7ad837b877ba\"\n }\n}",
270
+ "title": "示例"
271
+ }
272
+ ],
185
273
  "RegisterDeviceCertificate": [
186
274
  {
187
275
  "document": "示例",
@@ -18187,112 +18187,142 @@
18187
18187
  {
18188
18188
  "disabled": false,
18189
18189
  "document": "号牌号码\n注意:此字段可能返回 null,表示取不到有效值。",
18190
- "example": "",
18190
+ "example": "",
18191
18191
  "member": "string",
18192
18192
  "name": "PlateNo",
18193
- "required": true,
18193
+ "output_required": true,
18194
18194
  "type": "string",
18195
18195
  "value_allowed_null": true
18196
18196
  },
18197
18197
  {
18198
18198
  "disabled": false,
18199
18199
  "document": "车辆类型\n注意:此字段可能返回 null,表示取不到有效值。",
18200
- "example": "",
18200
+ "example": "",
18201
18201
  "member": "string",
18202
18202
  "name": "VehicleType",
18203
- "required": true,
18203
+ "output_required": true,
18204
18204
  "type": "string",
18205
18205
  "value_allowed_null": true
18206
18206
  },
18207
18207
  {
18208
18208
  "disabled": false,
18209
18209
  "document": "所有人\n注意:此字段可能返回 null,表示取不到有效值。",
18210
- "example": "",
18210
+ "example": "",
18211
18211
  "member": "string",
18212
18212
  "name": "Owner",
18213
- "required": true,
18213
+ "output_required": true,
18214
18214
  "type": "string",
18215
18215
  "value_allowed_null": true
18216
18216
  },
18217
18217
  {
18218
18218
  "disabled": false,
18219
18219
  "document": "住址\n注意:此字段可能返回 null,表示取不到有效值。",
18220
- "example": "",
18220
+ "example": "",
18221
18221
  "member": "string",
18222
18222
  "name": "Address",
18223
- "required": true,
18223
+ "output_required": true,
18224
18224
  "type": "string",
18225
18225
  "value_allowed_null": true
18226
18226
  },
18227
18227
  {
18228
18228
  "disabled": false,
18229
18229
  "document": "使用性质\n注意:此字段可能返回 null,表示取不到有效值。",
18230
- "example": "",
18230
+ "example": "",
18231
18231
  "member": "string",
18232
18232
  "name": "UseCharacter",
18233
- "required": true,
18233
+ "output_required": true,
18234
18234
  "type": "string",
18235
18235
  "value_allowed_null": true
18236
18236
  },
18237
18237
  {
18238
18238
  "disabled": false,
18239
18239
  "document": "品牌型号\n注意:此字段可能返回 null,表示取不到有效值。",
18240
- "example": "",
18240
+ "example": "",
18241
18241
  "member": "string",
18242
18242
  "name": "Model",
18243
- "required": true,
18243
+ "output_required": true,
18244
18244
  "type": "string",
18245
18245
  "value_allowed_null": true
18246
18246
  },
18247
18247
  {
18248
18248
  "disabled": false,
18249
18249
  "document": "车辆识别代号\n注意:此字段可能返回 null,表示取不到有效值。",
18250
- "example": "",
18250
+ "example": "",
18251
18251
  "member": "string",
18252
18252
  "name": "Vin",
18253
- "required": true,
18253
+ "output_required": true,
18254
18254
  "type": "string",
18255
18255
  "value_allowed_null": true
18256
18256
  },
18257
18257
  {
18258
18258
  "disabled": false,
18259
18259
  "document": "发动机号码\n注意:此字段可能返回 null,表示取不到有效值。",
18260
- "example": "",
18260
+ "example": "",
18261
18261
  "member": "string",
18262
18262
  "name": "EngineNo",
18263
- "required": true,
18263
+ "output_required": true,
18264
18264
  "type": "string",
18265
18265
  "value_allowed_null": true
18266
18266
  },
18267
18267
  {
18268
18268
  "disabled": false,
18269
18269
  "document": "注册日期\n注意:此字段可能返回 null,表示取不到有效值。",
18270
- "example": "",
18270
+ "example": "",
18271
18271
  "member": "string",
18272
18272
  "name": "RegisterDate",
18273
- "required": true,
18273
+ "output_required": true,
18274
18274
  "type": "string",
18275
18275
  "value_allowed_null": true
18276
18276
  },
18277
18277
  {
18278
18278
  "disabled": false,
18279
18279
  "document": "发证日期\n注意:此字段可能返回 null,表示取不到有效值。",
18280
- "example": "",
18280
+ "example": "",
18281
18281
  "member": "string",
18282
18282
  "name": "IssueDate",
18283
- "required": true,
18283
+ "output_required": true,
18284
18284
  "type": "string",
18285
18285
  "value_allowed_null": true
18286
18286
  },
18287
18287
  {
18288
18288
  "disabled": false,
18289
18289
  "document": "印章\n注意:此字段可能返回 null,表示取不到有效值。",
18290
- "example": "",
18290
+ "example": "",
18291
18291
  "member": "string",
18292
18292
  "name": "Seal",
18293
- "required": true,
18293
+ "output_required": true,
18294
18294
  "type": "string",
18295
18295
  "value_allowed_null": true
18296
+ },
18297
+ {
18298
+ "disabled": false,
18299
+ "document": "状态",
18300
+ "example": "正常",
18301
+ "member": "string",
18302
+ "name": "StateElectronic",
18303
+ "output_required": false,
18304
+ "type": "string",
18305
+ "value_allowed_null": false
18306
+ },
18307
+ {
18308
+ "disabled": false,
18309
+ "document": "检验有效期",
18310
+ "example": "2025年09月",
18311
+ "member": "string",
18312
+ "name": "InspectionValidityTimeElectronic",
18313
+ "output_required": false,
18314
+ "type": "string",
18315
+ "value_allowed_null": false
18316
+ },
18317
+ {
18318
+ "disabled": false,
18319
+ "document": "生成时间",
18320
+ "example": "2024年08月27日",
18321
+ "member": "string",
18322
+ "name": "GenerationTimeElectronic",
18323
+ "output_required": false,
18324
+ "type": "string",
18325
+ "value_allowed_null": false
18296
18326
  }
18297
18327
  ],
18298
18328
  "usage": "out"
@@ -529,7 +529,7 @@
529
529
  "example": "success",
530
530
  "member": "string",
531
531
  "name": "Msg",
532
- "required": true,
532
+ "output_required": true,
533
533
  "type": "string",
534
534
  "value_allowed_null": false
535
535
  },
@@ -3713,7 +3713,7 @@
3713
3713
  {
3714
3714
  "disabled": false,
3715
3715
  "document": "查询字符串",
3716
- "example": "\"select delta(count) as allCount from db.name where time >= 1621240040s and time <= 1621243620s and id='1613' group by \\\"ext3\\\" slimit 1000\"",
3716
+ "example": "\"select delta(count) as allCount from db.name where time >= 1621240040s and time <= 1621243620s and id='1613' group by \\\"ext3\\\" limit 1000\"",
3717
3717
  "member": "string",
3718
3718
  "name": "Query",
3719
3719
  "required": true,
@@ -5053,7 +5053,7 @@
5053
5053
  "type": "list"
5054
5054
  },
5055
5055
  {
5056
- "disabled": false,
5056
+ "disabled": true,
5057
5057
  "document": "该参数已废弃,demo模式请在Filters内注明",
5058
5058
  "example": "1",
5059
5059
  "member": "int64",
@@ -5208,7 +5208,7 @@
5208
5208
  {
5209
5209
  "disabled": false,
5210
5210
  "document": "临时密钥key",
5211
- "example": "sfdgfgfgfdf",
5211
+ "example": "OnKjAEea4W5***",
5212
5212
  "member": "string",
5213
5213
  "name": "SecretKey",
5214
5214
  "output_required": true,
@@ -5218,7 +5218,7 @@
5218
5218
  {
5219
5219
  "disabled": false,
5220
5220
  "document": "临时密钥 id",
5221
- "example": "dfdfdfdgfgfbf",
5221
+ "example": "AKIDDHDvz_o***",
5222
5222
  "member": "string",
5223
5223
  "name": "SecretID",
5224
5224
  "output_required": true,
@@ -5228,7 +5228,7 @@
5228
5228
  {
5229
5229
  "disabled": false,
5230
5230
  "document": "临时密钥临时 token",
5231
- "example": "asdfdsfdsgg",
5231
+ "example": "2nTxEweEOsBo***",
5232
5232
  "member": "string",
5233
5233
  "name": "SessionToken",
5234
5234
  "output_required": true,
@@ -5238,7 +5238,7 @@
5238
5238
  {
5239
5239
  "disabled": false,
5240
5240
  "document": "开始时间戳",
5241
- "example": "123787043",
5241
+ "example": "1739258276",
5242
5242
  "member": "int64",
5243
5243
  "name": "StartTime",
5244
5244
  "output_required": true,
@@ -5248,7 +5248,7 @@
5248
5248
  {
5249
5249
  "disabled": false,
5250
5250
  "document": "过期时间戳",
5251
- "example": "23435436565",
5251
+ "example": "1739260076",
5252
5252
  "member": "int64",
5253
5253
  "name": "ExpiredTime",
5254
5254
  "output_required": true,
@@ -5751,7 +5751,7 @@
5751
5751
  "type": "int"
5752
5752
  },
5753
5753
  {
5754
- "disabled": false,
5754
+ "disabled": true,
5755
5755
  "document": "该参数已废弃",
5756
5756
  "example": "1",
5757
5757
  "member": "int64",
@@ -5925,7 +5925,7 @@
5925
5925
  "type": "list"
5926
5926
  },
5927
5927
  {
5928
- "disabled": false,
5928
+ "disabled": true,
5929
5929
  "document": "实例Id, 该参数已废弃,请在Filters内注明",
5930
5930
  "example": "****7ixj431zO1",
5931
5931
  "member": "string",
@@ -5943,7 +5943,7 @@
5943
5943
  "type": "list"
5944
5944
  },
5945
5945
  {
5946
- "disabled": false,
5946
+ "disabled": true,
5947
5947
  "document": "该参数已废弃,demo模式请在Filters内注明",
5948
5948
  "example": "1",
5949
5949
  "member": "int64",
@@ -6159,7 +6159,7 @@
6159
6159
  {
6160
6160
  "disabled": false,
6161
6161
  "document": "username",
6162
- "example": "hawchen",
6162
+ "example": "hachen",
6163
6163
  "member": "string",
6164
6164
  "name": "SaslUserName",
6165
6165
  "output_required": true,
@@ -11,7 +11,7 @@
11
11
  "CreateReleaseFile": [
12
12
  {
13
13
  "document": "",
14
- "input": "https://rum.tencentcloudapi.com/?Action=CreateReleaseFile\n&ProjectID=1\n&Files.0.Version='0.0.1'\n&Files.0.FileName='a.js.map'\n&Files.0.FileKey='1-0.0.1-a.js.map'\n&Files.0.FileHash='sadfjfhdkhfksdjhg;'\n&<公共请求参数>",
14
+ "input": "https://rum.tencentcloudapi.com/?Action=CreateReleaseFile\n&ProjectID=1\n&Files.0.Version='0.0.1'\n&Files.0.FileName='a.js.map'\n&Files.0.FileKey='1-0.0.1-a.js.map'\n&Files.0.FileHash='XNdLOW5RN***'\n&<公共请求参数>",
15
15
  "output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
16
16
  "title": "创建文件记录"
17
17
  }
@@ -90,7 +90,7 @@
90
90
  {
91
91
  "document": "",
92
92
  "input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAppDimensionMetrics\n<公共请求参数>\n\n{\n \"Filter\": \"'[]'\",\n \"ProjectID\": 1,\n \"FilterSimple\": \"'{\\\\\\\"entrance_time__gte\\\\\\\":1671367462000,\\\\\\\"entrance_time__lte\\\\\\\":1671453862000,\\\\\\\"category__in\\\\\\\":[\\\\\\\"PERF_NET_REQUEST\\\\\\\"],\\\\\\\"d4\\\\\\\":\\\\\\\"false\\\\\\\",\\\\\\\"d3\\\\\\\":\\\\\\\"http\\\\\\\",\\\\\\\"v1__lte\\\\\\\":300000}'\",\n \"From\": \"'kv_7_dist'\",\n \"Fields\": \"'[[\\\\\\\"explodeDimensions\\\\\\\",\\\\\\\"d2\\\\\\\",\\\\\\\"d8\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"multiIf\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"dimension_name\\\\\\\",\\\\\\\"'d2'\\\\\\\"],\\\\\\\"'domain'\\\\\\\",[\\\\\\\"equals\\\\\\\",\\\\\\\"dimension_name\\\\\\\",\\\\\\\"'d8'\\\\\\\"],\\\\\\\"'region'\\\\\\\",\\\\\\\"dimension_name\\\\\\\"],\\\\\\\"dimension\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"avg\\\\\\\",\\\\\\\"v1\\\\\\\"],\\\\\\\"cost_time\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"count\\\\\\\",1],\\\\\\\"request_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"aggByPartition\\\\\\\",\\\\\\\"sum\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"dimension_name\\\\\\\"],\\\\\\\"total_request_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",\\\\\\\"total_request_cnt\\\\\\\",\\\\\\\"total_cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"cnt\\\\\\\"],[\\\\\\\"as\\\\\\\",[\\\\\\\"aggByPartition\\\\\\\",\\\\\\\"row_number\\\\\\\",\\\\\\\"none\\\\\\\",\\\\\\\"dimension_name\\\\\\\",[\\\\\\\"order_by\\\\\\\",\\\\\\\"request_cnt\\\\\\\",\\\\\\\"desc\\\\\\\"]],\\\\\\\"rank_cnt\\\\\\\"]]'\",\n \"Limit\": 1000\n}",
93
- "output": "{\n \"Response\": {\n \"Data\": \"'{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[{\\\"by_dimension\\\":[\\\"d2\\\",\\\"m.zhipin.com\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"domain\\\",\\\"dimension_name\\\":\\\"d2\\\",\\\"dimension_value\\\":\\\"m.zhipin.com\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280},{\\\"by_dimension\\\":[\\\"d8\\\",\\\"unsupported\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"region\\\",\\\"dimension_name\\\":\\\"d8\\\",\\\"dimension_value\\\":\\\"unsupported\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280}]}'\",\n \"RequestId\": \"8a211fc4-7ce2-40ce-ad49-1c29cca2f3fc\"\n }\n}",
93
+ "output": "{\n \"Response\": {\n \"Data\": \"'{\\\"status\\\":\\\"ok\\\",\\\"code\\\":10000,\\\"msg\\\":\\\"ok\\\",\\\"data\\\":[{\\\"by_dimension\\\":[\\\"d2\\\",\\\"m.zipkin.com\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"domain\\\",\\\"dimension_name\\\":\\\"d2\\\",\\\"dimension_value\\\":\\\"m.zipkin.com\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280},{\\\"by_dimension\\\":[\\\"d8\\\",\\\"unsupported\\\"],\\\"cnt\\\":1280,\\\"cost_time\\\":1480,\\\"dimension\\\":\\\"region\\\",\\\"dimension_name\\\":\\\"d8\\\",\\\"dimension_value\\\":\\\"unsupported\\\",\\\"rank_cnt\\\":1,\\\"request_cnt\\\":1280,\\\"total_cnt\\\":1280,\\\"total_request_cnt\\\":1280}]}'\",\n \"RequestId\": \"8a211fc4-7ce2-40ce-ad49-1c29cca2f3fc\"\n }\n}",
94
94
  "title": "查询多维分析数据"
95
95
  }
96
96
  ],
@@ -121,7 +121,7 @@
121
121
  "DescribeData": [
122
122
  {
123
123
  "document": "",
124
- "input": "https://rum.tencentcloudapi.com/?Action=DescribeData\n&ID=1\n&Query=\"select delta(count) as allCount from db.name where time >= 1621240040s and time <= 1621243620s and id='1613' group by \\\"ext3\\\" slimit 1000\"\n&<公共请求参数>",
124
+ "input": "https://rum.tencentcloudapi.com/?Action=DescribeData\n&ID=1\n&Query=\"select delta(count) as allCount from db.name where time >= 1621240040s and time <= 1621243620s and id='1613' group by \\\"ext3\\\" limit 1000\"\n&<公共请求参数>",
125
125
  "output": "{\n \"Response\": {\n \"Result\": \"{\\\"request_id\\\":\\\"65a8fec7-2b39-4b11-893f-3715279d235f\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"total\\\":0},{\\\"statement_id\\\":1,\\\"total\\\":0}]}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
126
126
  "title": "转发获取data信息"
127
127
  }
@@ -338,7 +338,7 @@
338
338
  {
339
339
  "document": "获取临时密钥",
340
340
  "input": "https://rum.tencentcloudapi.com/?Action=DescribeReleaseFileSign\n&<公共请求参数>",
341
- "output": "{\n \"Response\": {\n \"SecretKey\": \"dahfldaflndfdfdsf\",\n \"SecretID\": \"asdkadalsdlsafk\",\n \"SessionToken\": \"fdslkfjdkjfldsjfdfdf\",\n \"StartTime\": 1232132132,\n \"ExpiredTime\": 123212143434,\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
341
+ "output": "{\n \"Response\": {\n \"SecretKey\": \"OnKjAEea4W5***\",\n \"SecretID\": \"AKIDDHDvz_oW***\",\n \"SessionToken\": \"2nTxEweEOsBoGaz0sjm***\",\n \"StartTime\": 1739258276,\n \"ExpiredTime\": 1739260076,\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
342
342
  "title": "获取临时密钥"
343
343
  }
344
344
  ],
@@ -382,13 +382,13 @@
382
382
  {
383
383
  "document": "",
384
384
  "input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"ID\": 234763,\n \"PageSize\": 999\n}",
385
- "output": "{\n \"Response\": {\n \"RequestId\": \"01a45bad-d053-4af8-9f60-0c4293574f5d\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"page\\\":1,\\\"pageSize\\\":999,\\\"totalCount\\\":1,\\\"totalPage\\\":1,\\\"data\\\":[{\\\"id\\\":234763,\\\"name\\\":\\\"124858_log\\\",\\\"status\\\":\\\"\\\",\\\"message\\\":\\\"任务创建成功\\\",\\\"progress\\\":0,\\\"url\\\":\\\"\\\",\\\"updateUser\\\":\\\"tickli\\\",\\\"updateTime\\\":\\\"2025-01-19 10:13:04\\\",\\\"type\\\":\\\"json\\\",\\\"createUser\\\":\\\"tickli\\\",\\\"createTime\\\":\\\"2025-01-19 10:13:04\\\"}]},\\\"msg\\\":\\\"\\\"}\"\n }\n}",
385
+ "output": "{\n \"Response\": {\n \"RequestId\": \"01a45bad-d053-4af8-9f60-0c4293574f5d\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"page\\\":1,\\\"pageSize\\\":999,\\\"totalCount\\\":1,\\\"totalPage\\\":1,\\\"data\\\":[{\\\"id\\\":234763,\\\"name\\\":\\\"124858_log\\\",\\\"status\\\":\\\"\\\",\\\"message\\\":\\\"任务创建成功\\\",\\\"progress\\\":0,\\\"url\\\":\\\"\\\",\\\"updateUser\\\":\\\"TICLI\\\",\\\"updateTime\\\":\\\"2025-01-19 10:13:04\\\",\\\"type\\\":\\\"json\\\",\\\"createUser\\\":\\\"TICLI\\\",\\\"createTime\\\":\\\"2025-01-19 10:13:04\\\"}]},\\\"msg\\\":\\\"\\\"}\"\n }\n}",
386
386
  "title": "xc"
387
387
  },
388
388
  {
389
389
  "document": "",
390
390
  "input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageSize\": 999,\n \"ID\": 10,\n \"PageNum\": 1\n}",
391
- "output": "{\n \"Response\": {\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"page\\\":1,\\\"pageSize\\\":999,\\\"totalCount\\\":1,\\\"totalPage\\\":1,\\\"data\\\":[{\\\"id\\\":10,\\\"name\\\":\\\"10_log\\\",\\\"status\\\":\\\"\\\",\\\"message\\\":\\\"任务创建成功\\\",\\\"progress\\\":0,\\\"url\\\":\\\"\\\",\\\"updateUser\\\":\\\"tickli\\\",\\\"updateTime\\\":\\\"2025-01-19 10:14:04\\\",\\\"type\\\":\\\"json\\\",\\\"createUser\\\":\\\"tickli\\\",\\\"createTime\\\":\\\"2025-01-19 10:14:04\\\"}]},\\\"msg\\\":\\\"\\\"}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
391
+ "output": "{\n \"Response\": {\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"page\\\":1,\\\"pageSize\\\":999,\\\"totalCount\\\":1,\\\"totalPage\\\":1,\\\"data\\\":[{\\\"id\\\":10,\\\"name\\\":\\\"10_log\\\",\\\"status\\\":\\\"\\\",\\\"message\\\":\\\"任务创建成功\\\",\\\"progress\\\":0,\\\"url\\\":\\\"\\\",\\\"updateUser\\\":\\\"TICLI\\\",\\\"updateTime\\\":\\\"2025-01-19 10:14:04\\\",\\\"type\\\":\\\"json\\\",\\\"createUser\\\":\\\"TICLI\\\",\\\"createTime\\\":\\\"2025-01-19 10:14:04\\\"}]},\\\"msg\\\":\\\"\\\"}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
392
392
  "title": "获取日志列表"
393
393
  }
394
394
  ],