tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
@@ -33,7 +33,7 @@
33
33
  "CancelUserAutoSignEnableUrl": [
34
34
  {
35
35
  "document": "撤销自动签开通流程",
36
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
36
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CancelUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
37
37
  "output": "{\n \"Response\": {\n \"RequestId\": \"5beb5f54-xxxxxa97c85196a3e\"\n }\n}",
38
38
  "title": "撤销自动签开通流程"
39
39
  }
@@ -41,8 +41,8 @@
41
41
  "CreateBatchCancelFlowUrl": [
42
42
  {
43
43
  "document": "电子签企业版:指定需要批量撤回的签署流程Id,获取批量撤销链接\n客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回",
44
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchCancelFlowUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"1956103********520fde6a\"\n },\n \"FlowIds\": [\n \"1\",\n \"2\"\n ]\n}",
45
- "output": "{\n \"Response\": {\n \"BatchCancelFlowUrl\": \"url\",\n \"FailMessages\": [\n \"\",\n \"\"\n ],\n \"UrlExpireOn\": \"\",\n \"RequestId\": \"test\"\n }\n}",
44
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchCancelFlowUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"1956103********520fde6a\"\n },\n \"FlowIds\": [\n \"yDwhIUUck********Ekio7sxsMq\",\n \"yDwhIUUckp*******UuaXC88Rgc\",\n \"yDwhIUUckp*******7sySp2O5D38\"\n ]\n}",
45
+ "output": "{\n \"Response\": {\n \"BatchCancelFlowUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=BATCH_REVOKE_FLOW&tokenId=yDwhIUU*****BtD1PuoS7&userId=yD******4zjEwqXwsIljA&expireOn=1690536359&login=1&verify=1\",\n \"FailMessages\": [\n \"\",\n \"\",\n \"\"\n ],\n \"RequestId\": \"s1690449958963022285\",\n \"UrlExpireOn\": \"2023-07-28 17:25:59\"\n }\n}",
46
46
  "title": "获取批量撤销签署流程链接"
47
47
  }
48
48
  ],
@@ -277,7 +277,7 @@
277
277
  "CreateUserAutoSignEnableUrl": [
278
278
  {
279
279
  "document": "获取跳转链接",
280
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"123\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"CallbackUrl\": \"\",\n \"VerifyChannels\": [\n \"\"\n ]\n },\n \"UrlType\": \"\"\n}",
280
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"1xxxxxxxxxxxxxx0\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": false,\n \"SealImgCallback\": false,\n \"CallbackUrl\": \"http://ess.callback.com/recv\",\n \"VerifyChannels\": [\n \"\"\n ]\n },\n \"UrlType\": \"\"\n}",
281
281
  "output": "{\n \"Response\": {\n \"AppId\": \"wxa02378y4jruwye1d\",\n \"AppOriginalId\": \"gh_da87293fsd87987\",\n \"Path\": \"page?abc=123&def=456\",\n \"QrCode\": \"EBAQAAAAAAAAAAAQIDBAUGBwgxxxxxwAEEQUSITFBBhNRYQcicRQygZGhCCN\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://xxx.xxx/abc123\",\n \"UrlType\": \"\"\n }\n}",
282
282
  "title": "获取跳转链接"
283
283
  }
@@ -360,7 +360,7 @@
360
360
  {
361
361
  "document": "获取流程简要信息",
362
362
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowBriefs\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxM6UyK********QDV8dJUuO4zjEu\"\n },\n \"FlowIds\": [\n \"c7b5ca37ae*******2b4c6644\",\n \"61a82f0c1******d0d807\"\n ]\n}",
363
- "output": "{\n \"Response\": {\n \"RequestId\": \"s123456789\",\n \"FlowBriefs\": [\n {\n \"FlowId\": \"c7b5ca37ae*******2b4c6644\",\n \"FlowName\": \"测试合同-1\",\n \"FlowDescription\": \"测试流程的描述信息\",\n \"FlowType\": \"合同\",\n \"FlowStatus\": 1,\n \"CreatedOn\": 1604910798,\n \"FlowMessage\": \"\"\n },\n {\n \"FlowId\": \"61a82f0c1******d0d807\",\n \"FlowName\": \"测试合同-2\",\n \"FlowDescription\": \"测试流程的描述信息\",\n \"FlowType\": \"合同\",\n \"FlowStatus\": 1,\n \"CreatedOn\": 1604910797,\n \"FlowMessage\": \"\"\n }\n ]\n }\n}",
363
+ "output": "{\n \"Response\": {\n \"RequestId\": \"s123456789\",\n \"FlowBriefs\": [\n {\n \"FlowId\": \"c7b5ca37ae*******2b4c6644\",\n \"FlowName\": \"测试合同-1\",\n \"FlowDescription\": \"测试流程的描述信息\",\n \"FlowType\": \"合同\",\n \"FlowStatus\": 1,\n \"CreatedOn\": 1604910798,\n \"FlowMessage\": \"\",\n \"Deadline\": 1606910798,\n \"Creator\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n {\n \"FlowId\": \"61a82f0c1******d0d807\",\n \"FlowName\": \"测试合同-2\",\n \"FlowDescription\": \"测试流程的描述信息\",\n \"FlowType\": \"合同\",\n \"FlowStatus\": 1,\n \"CreatedOn\": 1604910797,\n \"FlowMessage\": \"\",\n \"Deadline\": 1606910798,\n \"Creator\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n }\n ]\n }\n}",
364
364
  "title": "获取流程简要信息"
365
365
  }
366
366
  ],
@@ -376,7 +376,7 @@
376
376
  {
377
377
  "document": "查询出证报告,返回报告 URL",
378
378
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowEvidenceReport\n<公共请求参数>\n\n{\n \"ReportId\": \"yDR0PUUhw8ahh****KyK18G1h3FK5ccC\",\n \"Operator\": {\n \"OpenId\": \"\",\n \"ClientIp\": \"113.***.**.65\",\n \"ProxyIp\": \"\",\n \"Channel\": \"\",\n \"UserId\": \"de71c67592974c****20572d44ec0b6d\"\n }\n}",
379
- "output": "{\n \"Response\": {\n \"ReportUrl\": \"\",\n \"RequestId\": \"s16679771xxxx693616\",\n \"Status\": \"EvidenceStatusSuccess\"\n }\n}",
379
+ "output": "{\n \"Response\": {\n \"ReportUrl\": \"https://file.ess.tencent.cn/file/yDwhIU*****kvSEnAV3Qyl2B/0/1.PDF?hkey=58cce665fd939d77e5895e16e05e893c***ccff7e5f2c81027b190f9ef3bf4e7cb06f02a5b6fea82b7b211d1f85204b11bd66fb28ab960b2b966215ec624b11c422291f68554b8e0f\",\n \"RequestId\": \"s16679771xxxx693616\",\n \"Status\": \"EvidenceStatusSuccess\"\n }\n}",
380
380
  "title": "查询出证报告"
381
381
  }
382
382
  ],
@@ -384,7 +384,7 @@
384
384
  {
385
385
  "document": "查询合同详情",
386
386
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFlowInfo\n<公共请求参数>\n\n{\n \"FlowIds\": [\n \"c7b5ca37ae*******2b4c6644\",\n \"61a82f0c1******d0d807\"\n ]\n}",
387
- "output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"FlowId\": \"abc\",\n \"FlowName\": \"abc\",\n \"FlowType\": \"abc\",\n \"FlowStatus\": 0,\n \"FlowMessage\": \"abc\",\n \"FlowDescription\": \"abc\",\n \"CreatedOn\": 0,\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"abc\",\n \"ApproveName\": \"abc\",\n \"ApproveStatus\": 0,\n \"ReceiptId\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"Mobile\": \"abc\",\n \"SignOrder\": 0,\n \"ApproveTime\": 0,\n \"ApproveType\": \"abc\",\n \"ApproverSource\": \"abc\",\n \"CustomApproverTag\": \"abc\",\n \"OrganizationId\": \"abc\",\n \"OrganizationName\": \"abc\"\n }\n ],\n \"CcInfos\": [\n {\n \"ApproveMessage\": \"abc\",\n \"ApproveName\": \"abc\",\n \"ApproveStatus\": 0,\n \"ReceiptId\": \"abc\",\n \"CustomUserId\": \"abc\",\n \"Mobile\": \"abc\",\n \"SignOrder\": 0,\n \"ApproveTime\": 0,\n \"ApproveType\": \"abc\",\n \"ApproverSource\": \"abc\",\n \"CustomApproverTag\": \"abc\",\n \"OrganizationId\": \"abc\",\n \"OrganizationName\": \"abc\"\n }\n ],\n \"Creator\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
387
+ "output": "{\n \"Response\": {\n \"FlowDetailInfos\": [\n {\n \"CcInfos\": [],\n \"CreatedOn\": 1690441826,\n \"Creator\": \"yDwn4UU*******T1O0OE8jpG5BS\",\n \"FlowApproverInfos\": [\n {\n \"ApproveMessage\": \"\",\n \"ApproveName\": \"张小二\",\n \"ApproveStatus\": 8,\n \"ApproveTime\": 0,\n \"ApproveType\": \"PERSON\",\n \"ApproverSource\": \"\",\n \"CustomApproverTag\": \"\",\n \"CustomUserId\": \"\",\n \"Mobile\": \"1*******64\",\n \"OrganizationId\": \"\",\n \"OrganizationName\": \"\",\n \"ReceiptId\": \"yDwFoUUywgo*******QahgwEmeOw\",\n \"SignOrder\": 0\n }\n ],\n \"FlowDescription\": \"\",\n \"FlowId\": \"yDwhIUUf*******tSuWZWJuzI0Zv\",\n \"FlowMessage\": \"\",\n \"FlowName\": \"张小二开店合同\",\n \"FlowStatus\": 8,\n \"FlowType\": \"\"\n }\n ],\n \"FlowGroupId\": \"\",\n \"FlowGroupName\": \"\",\n \"RequestId\": \"9b4490d3-5f0f-4873-8076-0b2839ec6e24\"\n }\n}",
388
388
  "title": "查询合同详情"
389
389
  }
390
390
  ],
@@ -479,7 +479,7 @@
479
479
  "DescribeUserAutoSignStatus": [
480
480
  {
481
481
  "document": "查看个人自动签开启状态",
482
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeUserAutoSignStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"abc\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
482
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelDescribeUserAutoSignStatus\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UserInfo\": {\n \"Name\": \"小明\",\n \"IdCardNumber\": \"610000000000000000\",\n \"IdCardType\": \"ID_CARD\"\n }\n}",
483
483
  "output": "{\n \"Response\": {\n \"IsOpen\": true,\n \"LicenseFrom\": 1684412179,\n \"LicenseTo\": 1715948179,\n \"RequestId\": \"5beb5fxxxxx-a97c85196a3e\"\n }\n}",
484
484
  "title": "查看个人自动签开启状态"
485
485
  }
@@ -495,7 +495,7 @@
495
495
  "GetTaskResultApi": [
496
496
  {
497
497
  "document": "通过转换任务Id查询任务状态",
498
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTaskResultApi\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxoQUUgydjfn4yaUuO4zjEyd1h2hnnR\"\n },\n \"TaskId\": \"20220726183047992850\"\n}",
498
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetTaskResultApi\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDxoQxxxxxxxxxxxxxxxxxx1h2hnnR\"\n },\n \"TaskId\": \"2022xxxxxxxxxx992850\"\n}",
499
499
  "output": "{\n \"Response\": {\n \"RequestId\": \"2255xxxxx76-6192fc301053\",\n \"ResourceId\": \"yDRtsUxxxxxjEyx4jZM3A7\",\n \"TaskId\": \"2022072xxxx992850\",\n \"TaskMessage\": \"任务处理完成\",\n \"TaskStatus\": 8\n }\n}",
500
500
  "title": "test示例"
501
501
  }