tccli 3.0.1256.1__py2.py3-none-any.whl → 3.0.1258.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 (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/bi/v20220105/api.json +389 -300
  5. tccli/services/bi/v20220105/examples.json +27 -33
  6. tccli/services/cdwdoris/v20211228/api.json +220 -170
  7. tccli/services/cdwdoris/v20211228/examples.json +36 -36
  8. tccli/services/cfg/v20210820/api.json +29 -0
  9. tccli/services/cmq/v20190304/api.json +59 -59
  10. tccli/services/cmq/v20190304/examples.json +3 -3
  11. tccli/services/cwp/cwp_client.py +0 -106
  12. tccli/services/cwp/v20180228/api.json +0 -405
  13. tccli/services/cwp/v20180228/examples.json +0 -16
  14. tccli/services/dbbrain/v20210527/api.json +9 -0
  15. tccli/services/dlc/v20210125/api.json +265 -216
  16. tccli/services/dlc/v20210125/examples.json +46 -52
  17. tccli/services/essbasic/essbasic_client.py +53 -0
  18. tccli/services/essbasic/v20210526/api.json +118 -0
  19. tccli/services/essbasic/v20210526/examples.json +8 -0
  20. tccli/services/hunyuan/v20230901/api.json +11 -1
  21. tccli/services/lke/v20231130/api.json +821 -10
  22. tccli/services/lke/v20231130/examples.json +10 -16
  23. tccli/services/ocr/ocr_client.py +361 -308
  24. tccli/services/ocr/v20181119/api.json +176 -0
  25. tccli/services/ocr/v20181119/examples.json +8 -0
  26. tccli/services/rum/v20210622/api.json +241 -135
  27. tccli/services/rum/v20210622/examples.json +31 -31
  28. tccli/services/scf/v20180416/api.json +2 -2
  29. tccli/services/ssl/ssl_client.py +61 -8
  30. tccli/services/ssl/v20191205/api.json +44 -0
  31. tccli/services/ssl/v20191205/examples.json +8 -0
  32. tccli/services/tccatalog/__init__.py +4 -0
  33. tccli/services/tccatalog/tccatalog_client.py +366 -0
  34. tccli/services/tccatalog/v20241024/api.json +525 -0
  35. tccli/services/tccatalog/v20241024/examples.json +37 -0
  36. tccli/services/tdmq/v20200217/api.json +3 -3
  37. tccli/services/tdmq/v20200217/examples.json +3 -3
  38. tccli/services/teo/teo_client.py +326 -8
  39. tccli/services/teo/v20220901/api.json +3104 -294
  40. tccli/services/teo/v20220901/examples.json +69 -3
  41. {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/METADATA +2 -2
  42. {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/RECORD +45 -41
  43. {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1256.1.dist-info → tccli-3.0.1258.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\": \"test\",\n \"ChargeType\": 1,\n \"DataRetentionDays\": 30,\n \"InstanceDesc\": \"test\"\n}",
31
- "output": "{\n \"Response\": {\n \"InstanceId\": \"taw-4vVPH0Jn\",\n \"DealName\": \"\",\n \"RequestId\": \"57f4d8a2-13b6-4ac0-9f0b-0acc7bbc1d61\"\n }\n}",
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\": \"taw-123\",\n \"ID\": 1\n}",
77
- "output": "{\n \"Response\": {\n \"Msg\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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 \"Result\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\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 \"Result\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\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\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": \"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}",
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\": \"\"\n }\n}",
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\": \"*\",\n \"EndTime\": \"1714103013\",\n \"ID\": 0\n}",
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\": 1,\n \"PageSize\": 1\n}",
385
- "output": "{\n \"Response\": {\n \"RequestId\": \"641faf00-efc4-46b5-b3ce-03383133dc08\",\n \"Result\": \"\"\n }\n}",
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\": 10,\n \"ID\": 10,\n \"PageNum\": 1\n}",
391
- "output": "{\n \"Response\": {\n \"Result\": \"xxxx\",\n \"RequestId\": \"65a8fec7-2b39-4b11-893f-3715279d235f\"\n }\n}",
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\": 1,\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\": \"\"\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
  {
@@ -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 \"InstanceStatus\": 0,\n \"AreaId\": 0,\n \"Tags\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"InstanceId\": \"abc\",\n \"ClusterId\": 0,\n \"InstanceDesc\": \"abc\",\n \"ChargeStatus\": 0,\n \"ChargeType\": 0,\n \"UpdatedAt\": \"abc\",\n \"DataRetentionDays\": 0,\n \"InstanceName\": \"abc\",\n \"CreatedAt\": \"abc\",\n \"InstanceType\": 0\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\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
  ],
@@ -3368,7 +3368,7 @@
3368
3368
  },
3369
3369
  {
3370
3370
  "disabled": false,
3371
- "document": "函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/47175)",
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/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)",
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",
@@ -1681,6 +1681,58 @@ def doDescribeManagerDetail(args, parsed_globals):
1681
1681
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1682
1682
 
1683
1683
 
1684
+ def doCheckCertificateExist(args, parsed_globals):
1685
+ g_param = parse_global_arg(parsed_globals)
1686
+
1687
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
1688
+ cred = credential.CVMRoleCredential()
1689
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
1690
+ cred = credential.STSAssumeRoleCredential(
1691
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
1692
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
1693
+ )
1694
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
1695
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
1696
+ else:
1697
+ cred = credential.Credential(
1698
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
1699
+ )
1700
+ http_profile = HttpProfile(
1701
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
1702
+ reqMethod="POST",
1703
+ endpoint=g_param[OptionsDefine.Endpoint],
1704
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
1705
+ )
1706
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
1707
+ if g_param[OptionsDefine.Language]:
1708
+ profile.language = g_param[OptionsDefine.Language]
1709
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
1710
+ client = mod.SslClient(cred, g_param[OptionsDefine.Region], profile)
1711
+ client._sdkVersion += ("_CLI_" + __version__)
1712
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
1713
+ model = models.CheckCertificateExistRequest()
1714
+ model.from_json_string(json.dumps(args))
1715
+ start_time = time.time()
1716
+ while True:
1717
+ rsp = client.CheckCertificateExist(model)
1718
+ result = rsp.to_json_string()
1719
+ try:
1720
+ json_obj = json.loads(result)
1721
+ except TypeError as e:
1722
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
1723
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
1724
+ break
1725
+ cur_time = time.time()
1726
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
1727
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
1728
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
1729
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
1730
+ else:
1731
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
1732
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
1733
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
1734
+
1735
+
1684
1736
  def doDescribeHostDeployRecordDetail(args, parsed_globals):
1685
1737
  g_param = parse_global_arg(parsed_globals)
1686
1738
 
@@ -2305,7 +2357,7 @@ def doDescribeHostUpdateRecord(args, parsed_globals):
2305
2357
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2306
2358
 
2307
2359
 
2308
- def doCreateCertificate(args, parsed_globals):
2360
+ def doCreateCertificateByPackage(args, parsed_globals):
2309
2361
  g_param = parse_global_arg(parsed_globals)
2310
2362
 
2311
2363
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2334,11 +2386,11 @@ def doCreateCertificate(args, parsed_globals):
2334
2386
  client = mod.SslClient(cred, g_param[OptionsDefine.Region], profile)
2335
2387
  client._sdkVersion += ("_CLI_" + __version__)
2336
2388
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2337
- model = models.CreateCertificateRequest()
2389
+ model = models.CreateCertificateByPackageRequest()
2338
2390
  model.from_json_string(json.dumps(args))
2339
2391
  start_time = time.time()
2340
2392
  while True:
2341
- rsp = client.CreateCertificate(model)
2393
+ rsp = client.CreateCertificateByPackage(model)
2342
2394
  result = rsp.to_json_string()
2343
2395
  try:
2344
2396
  json_obj = json.loads(result)
@@ -2669,7 +2721,7 @@ def doDescribeHostApiGatewayInstanceList(args, parsed_globals):
2669
2721
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
2670
2722
 
2671
2723
 
2672
- def doCreateCertificateByPackage(args, parsed_globals):
2724
+ def doCreateCertificate(args, parsed_globals):
2673
2725
  g_param = parse_global_arg(parsed_globals)
2674
2726
 
2675
2727
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -2698,11 +2750,11 @@ def doCreateCertificateByPackage(args, parsed_globals):
2698
2750
  client = mod.SslClient(cred, g_param[OptionsDefine.Region], profile)
2699
2751
  client._sdkVersion += ("_CLI_" + __version__)
2700
2752
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
2701
- model = models.CreateCertificateByPackageRequest()
2753
+ model = models.CreateCertificateRequest()
2702
2754
  model.from_json_string(json.dumps(args))
2703
2755
  start_time = time.time()
2704
2756
  while True:
2705
- rsp = client.CreateCertificateByPackage(model)
2757
+ rsp = client.CreateCertificate(model)
2706
2758
  result = rsp.to_json_string()
2707
2759
  try:
2708
2760
  json_obj = json.loads(result)
@@ -3180,6 +3232,7 @@ ACTION_MAP = {
3180
3232
  "DescribeHostLiveInstanceList": doDescribeHostLiveInstanceList,
3181
3233
  "DescribeHostWafInstanceList": doDescribeHostWafInstanceList,
3182
3234
  "DescribeManagerDetail": doDescribeManagerDetail,
3235
+ "CheckCertificateExist": doCheckCertificateExist,
3183
3236
  "DescribeHostDeployRecordDetail": doDescribeHostDeployRecordDetail,
3184
3237
  "DeployCertificateRecordRollback": doDeployCertificateRecordRollback,
3185
3238
  "DeployCertificateRecordRetry": doDeployCertificateRecordRetry,
@@ -3192,14 +3245,14 @@ ACTION_MAP = {
3192
3245
  "ModifyCertificateAlias": doModifyCertificateAlias,
3193
3246
  "DescribeHostUpdateRecordDetail": doDescribeHostUpdateRecordDetail,
3194
3247
  "DescribeHostUpdateRecord": doDescribeHostUpdateRecord,
3195
- "CreateCertificate": doCreateCertificate,
3248
+ "CreateCertificateByPackage": doCreateCertificateByPackage,
3196
3249
  "UploadConfirmLetter": doUploadConfirmLetter,
3197
3250
  "DescribeHostLighthouseInstanceList": doDescribeHostLighthouseInstanceList,
3198
3251
  "UpdateCertificateRecordRollback": doUpdateCertificateRecordRollback,
3199
3252
  "DescribeHostVodInstanceList": doDescribeHostVodInstanceList,
3200
3253
  "DescribeCertificateOperateLogs": doDescribeCertificateOperateLogs,
3201
3254
  "DescribeHostApiGatewayInstanceList": doDescribeHostApiGatewayInstanceList,
3202
- "CreateCertificateByPackage": doCreateCertificateByPackage,
3255
+ "CreateCertificate": doCreateCertificate,
3203
3256
  "CreateCertificateBindResourceSyncTask": doCreateCertificateBindResourceSyncTask,
3204
3257
  "ModifyCertificatesExpiringNotificationSwitch": doModifyCertificatesExpiringNotificationSwitch,
3205
3258
  "ReplaceCertificate": doReplaceCertificate,
@@ -35,6 +35,13 @@
35
35
  "output": "CheckCertificateDomainVerificationResponse",
36
36
  "status": "online"
37
37
  },
38
+ "CheckCertificateExist": {
39
+ "document": "根据证书内容检测当前账号下是否存在一致的证书, 存在则返回证书ID, 不存在则返回空",
40
+ "input": "CheckCertificateExistRequest",
41
+ "name": "检测证书内容是否存在",
42
+ "output": "CheckCertificateExistResponse",
43
+ "status": "online"
44
+ },
38
45
  "CommitCertificateInformation": {
39
46
  "document": "提交证书订单到CA机构。",
40
47
  "input": "CommitCertificateInformationRequest",
@@ -1854,6 +1861,43 @@
1854
1861
  ],
1855
1862
  "type": "object"
1856
1863
  },
1864
+ "CheckCertificateExistRequest": {
1865
+ "document": "CheckCertificateExist请求参数结构体",
1866
+ "members": [
1867
+ {
1868
+ "disabled": false,
1869
+ "document": "证书公钥内容, 包含证书链",
1870
+ "example": "无",
1871
+ "member": "string",
1872
+ "name": "CertificatePublicKey",
1873
+ "required": true,
1874
+ "type": "string"
1875
+ }
1876
+ ],
1877
+ "type": "object"
1878
+ },
1879
+ "CheckCertificateExistResponse": {
1880
+ "document": "CheckCertificateExist返回参数结构体",
1881
+ "members": [
1882
+ {
1883
+ "disabled": false,
1884
+ "document": "重复的证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
1885
+ "example": "无",
1886
+ "member": "string",
1887
+ "name": "RepeatCertId",
1888
+ "output_required": true,
1889
+ "type": "string",
1890
+ "value_allowed_null": true
1891
+ },
1892
+ {
1893
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1894
+ "member": "string",
1895
+ "name": "RequestId",
1896
+ "type": "string"
1897
+ }
1898
+ ],
1899
+ "type": "object"
1900
+ },
1857
1901
  "ClbInstanceDetail": {
1858
1902
  "document": "clb实例详情",
1859
1903
  "members": [
@@ -40,6 +40,14 @@
40
40
  "title": "检查证书域名验证"
41
41
  }
42
42
  ],
43
+ "CheckCertificateExist": [
44
+ {
45
+ "document": "",
46
+ "input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckCertificateExist\n<公共请求参数>\n\n{\n \"CertificatePublicKey\": \"abc\"\n}",
47
+ "output": "{\n \"Response\": {\n \"RepeatCertId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
48
+ "title": "查询证书内容是否存在"
49
+ }
50
+ ],
43
51
  "CommitCertificateInformation": [
44
52
  {
45
53
  "document": "提交证书订单",
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.tccatalog.tccatalog_client import action_caller
4
+