tccli 3.0.1255.1__py2.py3-none-any.whl → 3.0.1257.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.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +172 -86
- tccli/services/bi/v20220105/examples.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +215 -165
- tccli/services/cdwdoris/v20211228/examples.json +34 -34
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cvm/v20170312/api.json +4 -4
- tccli/services/cwp/cwp_client.py +0 -106
- tccli/services/cwp/v20180228/api.json +0 -405
- tccli/services/cwp/v20180228/examples.json +0 -16
- tccli/services/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lcic/v20220817/api.json +3 -3
- tccli/services/lke/v20231130/api.json +821 -10
- tccli/services/lke/v20231130/examples.json +10 -16
- tccli/services/ocr/ocr_client.py +361 -308
- tccli/services/ocr/v20181119/api.json +176 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/rum/v20210622/api.json +243 -137
- tccli/services/rum/v20210622/examples.json +32 -32
- tccli/services/scf/v20180416/api.json +10 -10
- tccli/services/tdmq/v20200217/api.json +3 -3
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +326 -8
- tccli/services/teo/v20220901/api.json +3104 -294
- tccli/services/teo/v20220901/examples.json +69 -3
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trro/v20220325/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +11 -0
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +70 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vpc/v20170312/api.json +36658 -29
- tccli/services/vpc/v20170312/examples.json +3521 -5
- tccli/services/vpc/vpc_client.py +20515 -4
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/RECORD +41 -41
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,8 +27,8 @@
|
|
27
27
|
"CreateTawInstance": [
|
28
28
|
{
|
29
29
|
"document": "创建实例",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTawInstance\n<公共请求参数>\n\n{\n \"AreaId\": 1,\n \"InstanceName\": \"
|
31
|
-
"output": "{\n \"Response\": {\n \"InstanceId\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTawInstance\n<公共请求参数>\n\n{\n \"AreaId\": 1,\n \"InstanceName\": \"****VPH0Jn\",\n \"ChargeType\": 1,\n \"DataRetentionDays\": 30,\n \"InstanceDesc\": \"test\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"InstanceId\": \"****VPH0Jn\",\n \"DealName\": \"****3459432\",\n \"RequestId\": \"57f4d8a2-13b6-4ac0-9f0b-0acc7bbc1d61\"\n }\n}",
|
32
32
|
"title": "查询实例"
|
33
33
|
}
|
34
34
|
],
|
@@ -73,8 +73,8 @@
|
|
73
73
|
"DeleteStarProject": [
|
74
74
|
{
|
75
75
|
"document": "删除星标应用",
|
76
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStarProject\n<公共请求参数>\n\n{\n \"InstanceID\": \"
|
77
|
-
"output": "{\n \"Response\": {\n \"Msg\": \"
|
76
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteStarProject\n<公共请求参数>\n\n{\n \"InstanceID\": \"****-1793\",\n \"ID\": 1\n}",
|
77
|
+
"output": "{\n \"Response\": {\n \"Msg\": \"success\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
78
78
|
"title": "删除星标应用"
|
79
79
|
}
|
80
80
|
],
|
@@ -238,7 +238,7 @@
|
|
238
238
|
{
|
239
239
|
"document": "",
|
240
240
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribeDataPvUrlStatistics\n&ID=1\n&StartTime=1625444040\n&EndTime=1625454840\n&Type=pagepv\n&Level=1\n&Isp=中国移动\n&Area=中国\n&NetType=2\n&Platform=2\n&Device=三星\n&VersionNum=版本\n&ExtFirst=自定义1\n&ExtSecond=自定义2\n&ExtThird=自定义3\n&IsAbroad=1\n&Browser=ie\n&Os=apple\n&Engine=ie2\n&Brand=apple\n&From=index.html\n&<公共请求参数>",
|
241
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
241
|
+
"output": "{\n \"Response\": {\n \"Result\": \"{\\\"request_id\\\":\\\"65a8fec7-2b39-4b11-893f-3715279d235f\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"total\\\":0,\\\"offset\\\":\\\"\\\"}]}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
242
242
|
"title": "获取DescribeDataPvUrlStatistics信息"
|
243
243
|
}
|
244
244
|
],
|
@@ -246,7 +246,7 @@
|
|
246
246
|
{
|
247
247
|
"document": "",
|
248
248
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataReportCount\n<公共请求参数>\n\n{\n \"EndTime\": 1625454840,\n \"ReportType\": \"custom\",\n \"ID\": 1,\n \"StartTime\": 1625444040\n}",
|
249
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
249
|
+
"output": "{\n \"Response\": {\n \"Result\": \"无\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
250
250
|
"title": "获取上报量"
|
251
251
|
}
|
252
252
|
],
|
@@ -260,7 +260,7 @@
|
|
260
260
|
{
|
261
261
|
"document": "",
|
262
262
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataSetUrlStatistics\n<公共请求参数>\n\n{\n \"ExtSecond\": \"自定义2\",\n \"Engine\": \"ie2\",\n \"IsAbroad\": \"1\",\n \"Area\": \"中国\",\n \"NetType\": \"2\",\n \"CostType\": \"avg\",\n \"Level\": \"1\",\n \"Os\": \"apple\",\n \"Brand\": \"apple\",\n \"Isp\": \"中国移动\",\n \"VersionNum\": \"版本\",\n \"Platform\": \"2\",\n \"ExtThird\": \"自定义3\",\n \"ExtFirst\": \"自定义1\",\n \"StartTime\": \"1625444040\",\n \"Device\": \"三星\",\n \"From\": \"index.html\",\n \"EndTime\": \"1625454840\",\n \"Type\": \"pagepv\",\n \"ID\": \"1\",\n \"Browser\": \"ie\"\n}",
|
263
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
263
|
+
"output": "{\n \"Response\": {\n \"Result\": \"{\\\"request_id\\\":\\\"65a8fec7-2b39-4b11-893f-3715279d235f\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"total\\\":0},{\\\"statement_id\\\":1,\\\"total\\\":0},{\\\"statement_id\\\":2,\\\"total\\\":0}]}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
264
264
|
"title": "获取DescribeDataSetUrlStatistics信息"
|
265
265
|
}
|
266
266
|
],
|
@@ -268,7 +268,7 @@
|
|
268
268
|
{
|
269
269
|
"document": "",
|
270
270
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribeDataStaticProject\n&ID=1\n&StartTime=1625444040\n&EndTime=1625454840\n&Type=pagepv\n&Level=1\n&Isp=中国移动\n&Area=中国\n&NetType=2\n&Platform=2\n&Device=三星\n&VersionNum=版本\n&ExtFirst=自定义1\n&ExtSecond=自定义2\n&ExtThird=自定义3\n&IsAbroad=1\n&Browser=ie\n&Os=apple\n&Engine=ie2\n&Brand=apple\n&From=index.html\n&<公共请求参数>",
|
271
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
271
|
+
"output": "{\n \"Response\": {\n \"Result\": \"{\\\"results\\\":[{\\\"statement_id\\\":0,\\\"series\\\":[{\\\"name\\\":\\\"static_project_statistics\\\",\\\"columns\\\":[\\\"time\\\",\\\"allCount\\\",\\\"successRate\\\",\\\"avgDuration\\\",\\\"connectTime\\\",\\\"domainLookupTime\\\"],\\\"values\\\":[[1737246360,null,null,null,null,null],[1737246420,null,null,null,null,null],[1737246480,null,null,null,null,null],[1737246540,null,null,null,null,null]}],\\\"total\\\":1,\\\"offset\\\":\\\"\\\"}]}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
272
272
|
"title": "获取DescribeDataStaticProject信息"
|
273
273
|
}
|
274
274
|
],
|
@@ -276,7 +276,7 @@
|
|
276
276
|
{
|
277
277
|
"document": "",
|
278
278
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribeDataStaticResource\n&ID=1\n&StartTime=1625444040\n&EndTime=1625454840\n&Type=pagepv\n&Level=1\n&Isp=中国移动\n&Area=中国\n&NetType=2\n&Platform=2\n&Device=三星\n&VersionNum=版本\n&ExtFirst=自定义1\n&ExtSecond=自定义2\n&ExtThird=自定义3\n&IsAbroad=1\n&Browser=ie\n&Os=apple\n&Engine=ie2\n&Brand=apple\n&From=index.html\n&CostType=avg\n&<公共请求参数>",
|
279
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
279
|
+
"output": "{\n \"Response\": {\n \"Result\": \"无\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
280
280
|
"title": "获取DescribeDataStaticResource信息"
|
281
281
|
}
|
282
282
|
],
|
@@ -284,7 +284,7 @@
|
|
284
284
|
{
|
285
285
|
"document": "",
|
286
286
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribeDataStaticUrl\n&ID=1\n&StartTime=1625444040\n&EndTime=1625454840\n&Type=pagepv\n&Level=1\n&Isp=中国移动\n&Area=中国\n&NetType=2\n&Platform=2\n&Device=三星\n&VersionNum=版本\n&ExtFirst=自定义1\n&ExtSecond=自定义2\n&ExtThird=自定义3\n&IsAbroad=1\n&Browser=ie\n&Os=apple\n&Engine=ie2\n&Brand=apple\n&From=index.html\n&CostType=avg\n&<公共请求参数>",
|
287
|
-
"output": "{\n \"Response\": {\n \"
|
287
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"19f7743c-8a5d-4c41-ad6a-742a145b685d\",\n \"Result\": \"{\\\"request_id\\\":\\\"19f7743c-8a5d-4c41-ad6a-742a145b685d\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"total\\\":0,\\\"offset\\\":\\\"\\\"}]}\"\n }\n}",
|
288
288
|
"title": "获取DescribeDataStaticUrl信息"
|
289
289
|
}
|
290
290
|
],
|
@@ -292,15 +292,15 @@
|
|
292
292
|
{
|
293
293
|
"document": "",
|
294
294
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribeDataWebVitalsPage\n&ID=1\n&StartTime=1625444040\n&EndTime=1625454840\n&Type=pagepv\n&Level=1\n&Isp=中国移动\n&Area=中国\n&NetType=2\n&Platform=2\n&Device=三星\n&VersionNum=版本\n&ExtFirst=自定义1\n&ExtSecond=自定义2\n&ExtThird=自定义3\n&IsAbroad=1\n&Browser=ie\n&Os=apple\n&Engine=ie2\n&Brand=apple\n&From=index.html\n&<公共请求参数>",
|
295
|
-
"output": "{\n \"Response\": {\n \"
|
295
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"2fe018e0-9e76-46cb-9ddb-cfbd6835ff19\",\n \"Result\": \"{\\\"request_id\\\":\\\"2fe018e0-9e76-46cb-9ddb-cfbd6835ff19\\\",\\\"results\\\":[{\\\"statement_id\\\":0,\\\"series\\\":[{\\\"name\\\":\\\"webvitals_page_statistics\\\",\\\"columns\\\":[\\\"time\\\",\\\"LCP\\\",\\\"FID\\\",\\\"CLS\\\",\\\"FCP\\\"],\\\"values\\\":[[0,null,null,null,null]]}],\\\"total\\\":1,\\\"offset\\\":\\\"\\\"}]}\"\n }\n}",
|
296
296
|
"title": "获取WebVitalsPage信息"
|
297
297
|
}
|
298
298
|
],
|
299
299
|
"DescribeError": [
|
300
300
|
{
|
301
301
|
"document": "",
|
302
|
-
"input": "https://rum.tencentcloudapi.com/?Action=DescribeError\n&ID=1\n&Date=\"20210520\"\n
|
303
|
-
"output": "{\n \"Response\": {\n \"ID\": 1,\n \"CreateTime\": \"20210520\",\n \"Content\": \"
|
302
|
+
"input": "https://rum.tencentcloudapi.com/?Action=DescribeError\n&ID=1\n&Date=\"20210520\"\n&<公共请求参数>\n{\n \"Date\": \"20210520\",\n \"ID\": 1\n}",
|
303
|
+
"output": "{\n \"Response\": {\n \"ID\": 1,\n \"CreateTime\": \"20210520\",\n \"Content\": \"request error\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
304
304
|
"title": "获取首页错误信息"
|
305
305
|
}
|
306
306
|
],
|
@@ -330,7 +330,7 @@
|
|
330
330
|
{
|
331
331
|
"document": "",
|
332
332
|
"input": "https://rum.tencentcloudapi.com/?Action=DescribePvList\n&ProjectId=1\n&StartTime=\"1\"\n&EndTime=\"20\"\n&Dimension=\"d\"\n&<公共请求参数>",
|
333
|
-
"output": "{\n \"Response\": {\n \"ProjectPvSet\": [],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
333
|
+
"output": "{\n \"Response\": {\n \"ProjectPvSet\": [\n {\n \"ProjectId\": 26,\n \"Pv\": \"236\",\n \"CreateTime\": \"20241123\"\n }\n ],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
334
334
|
"title": "获取PV列表"
|
335
335
|
}
|
336
336
|
],
|
@@ -345,22 +345,22 @@
|
|
345
345
|
"DescribeReleaseFiles": [
|
346
346
|
{
|
347
347
|
"document": "获取应用对应sourcemap文件列表",
|
348
|
-
"input": "https://rum.tencentcloudapi.com/?Action=DescribeReleaseFiles\n&ProjectID=1\n
|
349
|
-
"output": "{\n \"Response\": {\n \"Files\": [],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
348
|
+
"input": "https://rum.tencentcloudapi.com/?Action=DescribeReleaseFiles\n&ProjectID=1\n&<公共请求参数>\n{\n \"ProjectID\": 2,\n \"FileName\": \"2\"\n}",
|
349
|
+
"output": "{\n \"Response\": {\n \"Files\": [\n {\n \"Version\": \"0.01\",\n \"FileKey\": \"****test\",\n \"FileName\": \"a.js.map\",\n \"FileHash\": \"****test\"\n }\n ],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
350
350
|
"title": "获取应用对应sourcemap文件列表"
|
351
351
|
}
|
352
352
|
],
|
353
353
|
"DescribeRumGroupLog": [
|
354
354
|
{
|
355
355
|
"document": "",
|
356
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 1,\n \"Limit\": 1,\n \"GroupField\": \"\",\n \"StartTime\": \"1\",\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Page\": 1\n}",
|
357
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81a43a52-d00f-462a-82da-89841117f4ca\",\n \"Result\": \"\"\n }\n}",
|
356
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 1,\n \"Limit\": 1,\n \"GroupField\": \"date\",\n \"StartTime\": \"1\",\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Page\": 1\n}",
|
357
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81a43a52-d00f-462a-82da-89841117f4ca\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":[{\\\"1737254300150\\\":1},{\\\"1737254310941\\\":1}],\\\"msg\\\":\\\"\\\",\\\"request_id\\\":\\\"81a43a52-d00f-462a-82da-89841117f4ca\\\"}\"\n }\n}",
|
358
358
|
"title": "2312"
|
359
359
|
},
|
360
360
|
{
|
361
361
|
"document": "",
|
362
362
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumGroupLog\n<公共请求参数>\n\n{\n \"OrderBy\": \"\\\"desc\\\"\",\n \"StartTime\": \"\\\"1\\\"\",\n \"Limit\": 10,\n \"Query\": \"\\\"*\\\"\",\n \"EndTime\": \"\\\"20\\\"\",\n \"ID\": 10,\n \"Page\": 1,\n \"GroupField\": \"date\"\n}",
|
363
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
363
|
+
"output": "{\n \"Response\": {\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":[{\\\"1737254300150\\\":1},{\\\"1737254310941\\\":1}],\\\"msg\\\":\\\"\\\",\\\"request_id\\\":\\\"65a8fec7-2b39-4b11-893f-3715279d235f\\\"}\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
364
364
|
"title": "获取日志列表"
|
365
365
|
}
|
366
366
|
],
|
@@ -368,12 +368,12 @@
|
|
368
368
|
{
|
369
369
|
"document": "",
|
370
370
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExport\n<公共请求参数>\n\n{\n \"Query\": \"id:1\",\n \"EndTime\": \"1\",\n \"Name\": \"\",\n \"StartTime\": \"1665994920000\",\n \"ID\": 1\n}",
|
371
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"763188d1-9f99-45e8-8bbf-bcdffa8f58f0\",\n \"Result\": \"
|
371
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"763188d1-9f99-45e8-8bbf-bcdffa8f58f0\",\n \"Result\": \"无\"\n }\n}",
|
372
372
|
"title": "1212"
|
373
373
|
},
|
374
374
|
{
|
375
375
|
"document": "",
|
376
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExport\n<公共请求参数>\n\n{\n \"Name\": \"logDemo\",\n \"Fields\": [\n \"date\"\n ],\n \"StartTime\": \"1714103013\",\n \"Query\": \"
|
376
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExport\n<公共请求参数>\n\n{\n \"Name\": \"logDemo\",\n \"Fields\": [\n \"date\"\n ],\n \"StartTime\": \"1714103013\",\n \"Query\": \"id:0\",\n \"EndTime\": \"1714103013\",\n \"ID\": 0\n}",
|
377
377
|
"output": "{\n \"Response\": {\n \"Result\": \"Traceback (most recent call last):\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 1763, in _execute\\n result = self.prepare()\\n File \\\"/opt/app-root/lib64/python3.8/site-packages/tornado/web.py\\\", line 2538, in prepare\\n raise HTTPError(self._status_code)\\ntornado.web.HTTPError: HTTP 404: Not Found\\n\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
378
378
|
"title": "获取日志列表"
|
379
379
|
}
|
@@ -381,28 +381,28 @@
|
|
381
381
|
"DescribeRumLogExports": [
|
382
382
|
{
|
383
383
|
"document": "",
|
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\":
|
385
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
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}",
|
386
386
|
"title": "xc"
|
387
387
|
},
|
388
388
|
{
|
389
389
|
"document": "",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogExports\n<公共请求参数>\n\n{\n \"PageSize\":
|
391
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
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}",
|
392
392
|
"title": "获取日志列表"
|
393
393
|
}
|
394
394
|
],
|
395
395
|
"DescribeRumLogList": [
|
396
396
|
{
|
397
397
|
"document": "",
|
398
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 4,\n \"Limit\":
|
399
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"a6bafa2f-3f6a-4f1a-b9a3-d1d848d34168\",\n \"Result\": \"\"\n }\n}",
|
398
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"asc\",\n \"ID\": 4,\n \"Limit\": 100,\n \"StartTime\": \"1676390400000\",\n \"Query\": \"id:4\",\n \"EndTime\": \"1676476799000\",\n \"Page\": 1\n}",
|
399
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"a6bafa2f-3f6a-4f1a-b9a3-d1d848d34168\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"total\\\":0,\\\"limit\\\":100,\\\"page\\\":1},\\\"msg\\\":\\\"\\\",\\\"request_id\\\":\\\"a6bafa2f-3f6a-4f1a-b9a3-d1d848d34168\\\"}\"\n }\n}",
|
400
400
|
"title": "123"
|
401
401
|
},
|
402
402
|
{
|
403
403
|
"document": "获取日志列表",
|
404
404
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumLogList\n<公共请求参数>\n\n{\n \"OrderBy\": \"desc\",\n \"ID\": 120000,\n \"Limit\": 100,\n \"StartTime\": \"1665994920000\",\n \"Query\": \"id:120000\",\n \"EndTime\": \"1673417492913\",\n \"Page\": 1\n}",
|
405
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"72ef03a0-01a8-443e-908a-8573fbeaafcd\",\n \"Result\": \"\"\n }\n}",
|
405
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"72ef03a0-01a8-443e-908a-8573fbeaafcd\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":{\\\"total\\\":0,\\\"limit\\\":100,\\\"page\\\":1},\\\"msg\\\":\\\"\\\",\\\"request_id\\\":\\\"72ef03a0-01a8-443e-908a-8573fbeaafcd\\\"}\"\n }\n}",
|
406
406
|
"title": "获取日志列表"
|
407
407
|
}
|
408
408
|
],
|
@@ -410,7 +410,7 @@
|
|
410
410
|
{
|
411
411
|
"document": "",
|
412
412
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRumStatsLogList\n<公共请求参数>\n\n{\n \"Query\": \"1\",\n \"EndTime\": \"1\",\n \"Limit\": 1,\n \"ID\": 1,\n \"StartTime\": \"1\"\n}",
|
413
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"7987e9a1-cece-4468-b104-cd239f2f6cd6\",\n \"Result\": \"\"\n }\n}",
|
413
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"7987e9a1-cece-4468-b104-cd239f2f6cd6\",\n \"Result\": \"{\\\"code\\\":0,\\\"data\\\":[],\\\"msg\\\":\\\"\\\"}\"\n }\n}",
|
414
414
|
"title": "1212"
|
415
415
|
},
|
416
416
|
{
|
@@ -424,7 +424,7 @@
|
|
424
424
|
{
|
425
425
|
"document": "获取首页Score",
|
426
426
|
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScores\n<公共请求参数>\n\n{\n \"EndTime\": \"2022051914\",\n \"ID\": 1,\n \"StartTime\": \"2020011920\"\n}",
|
427
|
-
"output": "{\n \"Response\": {\n \"ScoreSet\": [],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
427
|
+
"output": "{\n \"Response\": {\n \"ScoreSet\": [\n {\n \"ApiAvaliableScore\": \"30\",\n \"ApiDuration\": \"0\",\n \"ApiFail\": \"0\",\n \"ApiNum\": \"0\",\n \"ApiPerformanceScore\": \"5\",\n \"CreateTime\": \"\",\n \"JsErrorScore\": \"30\",\n \"PageDuration\": \"0\",\n \"PageError\": \"0\",\n \"PagePerformanceScore\": \"10\",\n \"PagePv\": \"1\",\n \"PageUv\": \"0\",\n \"ProjectID\": 1,\n \"RecordNum\": 1,\n \"Score\": \"100\",\n \"StaticAvaliableScore\": \"20\",\n \"StaticDuration\": \"210\",\n \"StaticFail\": \"0\",\n \"StaticNum\": \"9\",\n \"StaticPerformanceScore\": \"5\"\n }\n ],\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
|
428
428
|
"title": "获取首页Score"
|
429
429
|
}
|
430
430
|
],
|
@@ -439,8 +439,8 @@
|
|
439
439
|
"DescribeTawInstances": [
|
440
440
|
{
|
441
441
|
"document": "查询 RUM 业务系统信息",
|
442
|
-
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTawInstances\n<公共请求参数>\n\n{}",
|
443
|
-
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"
|
442
|
+
"input": "POST / HTTP/1.1\nHost: rum.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTawInstances\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Name\": \"Region\",\n \"Values\": [\n \"ap-guangzhou\"\n ]\n },\n {\n \"Name\": \"InstanceType\",\n \"Values\": [\n \"1\"\n ]\n }\n ]\n}",
|
443
|
+
"output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"AreaId\": 1,\n \"ChargeStatus\": 1,\n \"ChargeType\": 1,\n \"ClusterId\": 0,\n \"CreatedAt\": \"2024-12-17 11:12:55\",\n \"DataRetentionDays\": 30,\n \"InstanceDesc\": \"test333\",\n \"InstanceId\": \"****GmpbKG4\",\n \"InstanceName\": \"test-333\",\n \"InstanceStatus\": 2,\n \"InstanceType\": 1,\n \"Tags\": [\n {\n \"Key\": \"二级业务\",\n \"Value\": \"未分配业务_200003722\"\n }\n ],\n \"UpdatedAt\": \"2024-12-18 18:22:01\"\n }\n ],\n \"RequestId\": \"8c3247ac-bafa-4e62-a73b-0b8c88e05202\",\n \"TotalCount\": 1\n }\n}",
|
444
444
|
"title": "查询 RUM 业务系统信息"
|
445
445
|
}
|
446
446
|
],
|
@@ -2294,7 +2294,7 @@
|
|
2294
2294
|
},
|
2295
2295
|
{
|
2296
2296
|
"disabled": false,
|
2297
|
-
"document": "函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/
|
2297
|
+
"document": "函数状态,状态值及流转[参考此处](https://cloud.tencent.com/document/product/583/17244)",
|
2298
2298
|
"example": "Active",
|
2299
2299
|
"member": "string",
|
2300
2300
|
"name": "Status",
|
@@ -3368,7 +3368,7 @@
|
|
3368
3368
|
},
|
3369
3369
|
{
|
3370
3370
|
"disabled": false,
|
3371
|
-
"document": "函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/
|
3371
|
+
"document": "函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/115197)",
|
3372
3372
|
"example": "Active",
|
3373
3373
|
"member": "string",
|
3374
3374
|
"name": "Status",
|
@@ -3754,7 +3754,7 @@
|
|
3754
3754
|
},
|
3755
3755
|
{
|
3756
3756
|
"disabled": false,
|
3757
|
-
"document": "层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
3757
|
+
"document": "层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)",
|
3758
3758
|
"example": "Active",
|
3759
3759
|
"member": "string",
|
3760
3760
|
"name": "Status",
|
@@ -3996,7 +3996,7 @@
|
|
3996
3996
|
"example": "tcr-xxx",
|
3997
3997
|
"member": "string",
|
3998
3998
|
"name": "RegistryId",
|
3999
|
-
"output_required":
|
3999
|
+
"output_required": false,
|
4000
4000
|
"required": false,
|
4001
4001
|
"type": "string",
|
4002
4002
|
"value_allowed_null": true
|
@@ -4007,7 +4007,7 @@
|
|
4007
4007
|
"example": "\"entrypoint.sh\"",
|
4008
4008
|
"member": "string",
|
4009
4009
|
"name": "EntryPoint",
|
4010
|
-
"output_required":
|
4010
|
+
"output_required": false,
|
4011
4011
|
"required": false,
|
4012
4012
|
"type": "string",
|
4013
4013
|
"value_allowed_null": true
|
@@ -4018,7 +4018,7 @@
|
|
4018
4018
|
"example": "python",
|
4019
4019
|
"member": "string",
|
4020
4020
|
"name": "Command",
|
4021
|
-
"output_required":
|
4021
|
+
"output_required": false,
|
4022
4022
|
"required": false,
|
4023
4023
|
"type": "string",
|
4024
4024
|
"value_allowed_null": true
|
@@ -4029,7 +4029,7 @@
|
|
4029
4029
|
"example": " -u app.py",
|
4030
4030
|
"member": "string",
|
4031
4031
|
"name": "Args",
|
4032
|
-
"output_required":
|
4032
|
+
"output_required": false,
|
4033
4033
|
"required": false,
|
4034
4034
|
"type": "string",
|
4035
4035
|
"value_allowed_null": true
|
@@ -4040,7 +4040,7 @@
|
|
4040
4040
|
"example": "False",
|
4041
4041
|
"member": "bool",
|
4042
4042
|
"name": "ContainerImageAccelerate",
|
4043
|
-
"output_required":
|
4043
|
+
"output_required": false,
|
4044
4044
|
"required": false,
|
4045
4045
|
"type": "bool",
|
4046
4046
|
"value_allowed_null": true
|
@@ -4051,7 +4051,7 @@
|
|
4051
4051
|
"example": "9000",
|
4052
4052
|
"member": "int64",
|
4053
4053
|
"name": "ImagePort",
|
4054
|
-
"output_required":
|
4054
|
+
"output_required": false,
|
4055
4055
|
"required": false,
|
4056
4056
|
"type": "int",
|
4057
4057
|
"value_allowed_null": true
|
@@ -4451,7 +4451,7 @@
|
|
4451
4451
|
},
|
4452
4452
|
{
|
4453
4453
|
"disabled": false,
|
4454
|
-
"document": "层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/
|
4454
|
+
"document": "层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)",
|
4455
4455
|
"example": "Active",
|
4456
4456
|
"member": "string",
|
4457
4457
|
"name": "Status",
|
@@ -5219,7 +5219,7 @@
|
|
5219
5219
|
{
|
5220
5220
|
"disabled": false,
|
5221
5221
|
"document": "用户名,登录时使用",
|
5222
|
-
"example": "
|
5222
|
+
"example": "admin",
|
5223
5223
|
"member": "string",
|
5224
5224
|
"name": "User",
|
5225
5225
|
"required": true,
|
@@ -5227,7 +5227,7 @@
|
|
5227
5227
|
},
|
5228
5228
|
{
|
5229
5229
|
"disabled": false,
|
5230
|
-
"document": "vhost
|
5230
|
+
"document": "vhost名称",
|
5231
5231
|
"example": "tdmq_data",
|
5232
5232
|
"member": "string",
|
5233
5233
|
"name": "VirtualHost",
|
@@ -8661,7 +8661,7 @@
|
|
8661
8661
|
{
|
8662
8662
|
"disabled": false,
|
8663
8663
|
"document": "集群ID",
|
8664
|
-
"example": "amqp-
|
8664
|
+
"example": "amqp-jero744g",
|
8665
8665
|
"member": "string",
|
8666
8666
|
"name": "ClusterId",
|
8667
8667
|
"required": true,
|
@@ -265,7 +265,7 @@
|
|
265
265
|
"DeleteRabbitMQPermission": [
|
266
266
|
{
|
267
267
|
"document": "-",
|
268
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\",\n \"User\": \"
|
268
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVhost\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-jero744g\",\n \"User\": \"admin\",\n \"VirtualHost\": \"tdmq_data\"\n}",
|
269
269
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b7bd149f-06e1-40ad-82cb-9f0500b5194c\"\n }\n}",
|
270
270
|
"title": "删除RabbitMQ权限"
|
271
271
|
}
|
@@ -617,8 +617,8 @@
|
|
617
617
|
"DescribeRabbitMQVipInstance": [
|
618
618
|
{
|
619
619
|
"document": "-",
|
620
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ClusterId\": \"amqp-
|
621
|
-
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"AutoRenewFlag\": 1,\n \"ChannelNumber\": 1,\n \"ClusterId\": \"amqp-
|
620
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQVipInstance\n<公共请求参数>\n\n{\n \"ClusterId\": \"amqp-jero744g\"\n}",
|
621
|
+
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"AutoRenewFlag\": 1,\n \"ChannelNumber\": 1,\n \"ClusterId\": \"amqp-jero744g\",\n \"ClusterName\": \"tencent_cloud\",\n \"ClusterStatus\": 1,\n \"ClusterVersion\": \"3.8.30\",\n \"ConnectionNumber\": 1,\n \"ConsumerNumber\": 1,\n \"CreateTime\": 1728982428000,\n \"ExceptionInformation\": null,\n \"ExchangeNumber\": 10,\n \"ExpireTime\": 1731660828257,\n \"MessageConsumeRate\": 0,\n \"MessagePublishRate\": 0,\n \"MessageStackNumber\": 3021165,\n \"MirrorQueuePolicyFlag\": 1,\n \"PayMode\": 1,\n \"QueueNumber\": 1112,\n \"Region\": \"ap-qingyuan\",\n \"Remark\": \"\",\n \"VirtualHostNumber\": 1,\n \"Vpcs\": [\n {\n \"SubnetId\": \"subnet-67y9wil4\",\n \"VpcDataStreamEndpointStatus\": \"ON\",\n \"VpcEndpoint\": \"amqp://10.0.0.2:5672\",\n \"VpcId\": \"vpc-5ghsr4p9\"\n }\n ],\n \"ZoneIds\": [\n 540001\n ]\n },\n \"ClusterNetInfo\": {\n \"PrometheusEndpointInfo\": {\n \"NodePrometheusAddress\": [],\n \"PrometheusEndpointStatus\": \"OFF\",\n \"VpcEndpointInfo\": null,\n \"VpcPrometheusEndpoint\": []\n },\n \"PublicAccessEndpoint\": \"amqp://127.0.0.1:5672\",\n \"PublicAccessEndpointStatus\": true,\n \"PublicControlConsoleSwitchStatus\": true,\n \"PublicDataStreamStatus\": \"ON\",\n \"PublicWebConsoleSwitchStatus\": \"ON\",\n \"VpcControlConsoleSwitchStatus\": false,\n \"VpcWebConsoleEndpoint\": \"http://127.0.0.1:15672\",\n \"VpcWebConsoleSwitchStatus\": \"OFF\",\n \"WebConsoleDomainEndpoint\": \"http://amqp-jero744g.dashboard.rabbitmq.xx.public.tencenttdmq.com:15672\",\n \"WebConsoleEndpoint\": \"http://127.0.0.1:15672\",\n \"WebConsolePassword\": \"Fs78DBo2C3IuN4L0\",\n \"WebConsoleUsername\": \"admin\"\n },\n \"ClusterSpecInfo\": {\n \"MaxBandWidth\": 15,\n \"MaxStorage\": 200,\n \"MaxTps\": 800,\n \"NodeCount\": 1,\n \"PublicNetworkTps\": 5,\n \"SpecName\": \"体验型\"\n },\n \"ClusterWhiteListInfo\": {\n \"PublicControlConsoleWhiteList\": \"127.0.0.1\",\n \"PublicControlConsoleWhiteListStatus\": \"ON\",\n \"PublicDataStreamWhiteList\": \"127.0.0.1\",\n \"PublicDataStreamWhiteListStatus\": \"ON\",\n \"WhiteList\": \"127.0.0.1\"\n },\n \"ExchangeQuota\": {\n \"MaxExchange\": 1000,\n \"UsedExchange\": 10\n },\n \"QueueQuota\": {\n \"MaxQueue\": 1000,\n \"UsedQueue\": 1112\n },\n \"RequestId\": \"2a48bbf4-4675-4984-93d9-8ed0f4dfa598\",\n \"VirtualHostQuota\": {\n \"MaxVirtualHost\": 20,\n \"UsedVirtualHost\": 1\n }\n }\n}",
|
622
622
|
"title": "获取单个Amqp集群信息"
|
623
623
|
}
|
624
624
|
],
|