tccli 3.0.1405.1__py2.py3-none-any.whl → 3.0.1407.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -1
  3. tccli/services/batch/v20170312/api.json +1 -1
  4. tccli/services/cdb/v20170320/api.json +31 -21
  5. tccli/services/cdn/v20180606/api.json +1 -1
  6. tccli/services/cloudhsm/v20191112/api.json +10 -10
  7. tccli/services/cls/v20201016/api.json +40 -31
  8. tccli/services/cls/v20201016/examples.json +8 -2
  9. tccli/services/ctem/v20231128/api.json +30 -0
  10. tccli/services/dbbrain/v20210527/api.json +17 -7
  11. tccli/services/dbbrain/v20210527/examples.json +1 -1
  12. tccli/services/dts/v20211206/api.json +16 -6
  13. tccli/services/emr/v20190103/api.json +9 -0
  14. tccli/services/es/es_client.py +57 -4
  15. tccli/services/es/v20250101/api.json +133 -0
  16. tccli/services/es/v20250101/examples.json +8 -0
  17. tccli/services/ess/ess_client.py +212 -0
  18. tccli/services/ess/v20201111/api.json +508 -24
  19. tccli/services/ess/v20201111/examples.json +41 -3
  20. tccli/services/essbasic/v20210526/api.json +12 -3
  21. tccli/services/essbasic/v20210526/examples.json +2 -2
  22. tccli/services/gwlb/gwlb_client.py +53 -0
  23. tccli/services/gwlb/v20240906/api.json +80 -0
  24. tccli/services/gwlb/v20240906/examples.json +8 -0
  25. tccli/services/hunyuan/v20230901/api.json +2 -2
  26. tccli/services/ioa/ioa_client.py +220 -8
  27. tccli/services/ioa/v20220601/api.json +559 -0
  28. tccli/services/ioa/v20220601/examples.json +38 -0
  29. tccli/services/iotexplorer/iotexplorer_client.py +220 -8
  30. tccli/services/iotexplorer/v20190423/api.json +959 -12
  31. tccli/services/iotexplorer/v20190423/examples.json +68 -0
  32. tccli/services/lcic/v20220817/api.json +2 -2
  33. tccli/services/lke/v20231130/api.json +1 -1
  34. tccli/services/lke/v20231130/examples.json +2 -2
  35. tccli/services/lkeap/v20240522/api.json +1 -1
  36. tccli/services/lkeap/v20240522/examples.json +7 -1
  37. tccli/services/monitor/monitor_client.py +53 -0
  38. tccli/services/monitor/v20180724/api.json +248 -0
  39. tccli/services/monitor/v20180724/examples.json +8 -0
  40. tccli/services/mps/v20190612/api.json +384 -2
  41. tccli/services/mqtt/v20240516/api.json +10 -0
  42. tccli/services/mqtt/v20240516/examples.json +3 -9
  43. tccli/services/nlp/v20190408/api.json +6 -6
  44. tccli/services/oceanus/oceanus_client.py +110 -4
  45. tccli/services/oceanus/v20190422/api.json +152 -8
  46. tccli/services/oceanus/v20190422/examples.json +16 -0
  47. tccli/services/ocr/v20181119/api.json +10 -0
  48. tccli/services/privatedns/privatedns_client.py +641 -58
  49. tccli/services/privatedns/v20201028/api.json +923 -12
  50. tccli/services/privatedns/v20201028/examples.json +88 -0
  51. tccli/services/redis/v20180412/api.json +1 -1
  52. tccli/services/teo/v20220901/api.json +206 -66
  53. tccli/services/teo/v20220901/examples.json +32 -8
  54. tccli/services/tione/v20211111/api.json +1 -1
  55. tccli/services/tke/v20180525/api.json +23 -14
  56. tccli/services/tke/v20180525/examples.json +1 -1
  57. tccli/services/trtc/v20190722/api.json +9 -9
  58. tccli/services/trtc/v20190722/examples.json +1 -1
  59. tccli/services/tse/v20201207/api.json +30 -1
  60. tccli/services/vpc/v20170312/api.json +11 -2
  61. tccli/services/wedata/v20210820/api.json +1281 -601
  62. tccli/services/wedata/v20210820/examples.json +127 -157
  63. tccli/services/wedata/v20250806/api.json +480 -18
  64. tccli/services/wedata/v20250806/examples.json +38 -6
  65. tccli/services/wedata/wedata_client.py +216 -4
  66. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1405.1.dist-info → tccli-3.0.1407.1.dist-info}/license_files/LICENSE +0 -0
@@ -135,7 +135,7 @@
135
135
  "CreateBatchOrganizationAuthorizationUrl": [
136
136
  {
137
137
  "document": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接。\n1. 批量注册企业子任务是由接口 [CreateBatchOrganizationRegistrationTasks创建企业批量认证链接任务接口](https://qian.tencent.com/developers/companyApis/organizations/CreateBatchOrganizationRegistrationTasks) 生成的。\n2. 调用[查询企业批量认证链接DescribeBatchOrganizationRegistrationUrls](https://qian.tencent.com/developers/companyApis/organizations/DescribeBatchOrganizationRegistrationUrls),获得子任务 TaskId。\n3. Endpoint 设置为长链接,会生成一条长链。",
138
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf3UUckps8dvveUEfH3DjvMmg3ZkjQ\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"13200000000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"HTTP\"\n}",
138
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchOrganizationAuthorizationUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwf3UUckps8dvveUEfH3DjvMmg3ZkjQ\",\n \"ClientIp\": \"8.8.8.8\"\n },\n \"SubTaskIds\": [\n \"yDCHlUUckpaeefmfUxPr7deu6g5PvvJz\",\n \"yDCHlUUckpaeix9uU0ETNLSzHbAxJxLj\"\n ],\n \"AdminName\": \"典子谦\",\n \"AdminMobile\": \"1320****000\",\n \"AdminIdCardType\": \"ID_CARD\",\n \"AdminIdCardNumber\": \"620000198802020000\",\n \"Endpoint\": \"HTTP\"\n}",
139
139
  "output": "{\n \"Response\": {\n \"AuthUrl\": \"https://res.ess.tencent.cn/cdn/h5-activity-dev/jump-mp.html?to=AUTHORIZATION_ENTERPRISE_FOR_BATCH_SUBMIT&shortKey=yDCHHURDfCVEoeNYGCc6\",\n \"ErrorMessages\": [],\n \"ExpireTime\": 1724165376,\n \"RequestId\": \"s1723560576553977682\"\n }\n}",
140
140
  "title": "根据批量注册企业子任务 Id 和超管的三要素生成批量认证链接"
141
141
  }
@@ -254,6 +254,14 @@
254
254
  "title": "生成动态签署人批量领取链接-并且预设企业名称"
255
255
  }
256
256
  ],
257
+ "CreateContractComparisonTask": [
258
+ {
259
+ "document": "此接口(CreateContractComparisonTask)用于创建合同对比任务。\n适用场景:对比两份合同中字段(如:金额、日期、甲方名称等)的内容差异。",
260
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateContractDiffTaskWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yD*****************ZC\"\n },\n \"DiffFileResourceId\": \"yD***************yQ\",\n \"OriginFileResourceId\": \"yD**************Xy\",\n \"Comment\": \"这是一个合同对比任务\",\n \"UserData\": \"QmFzZTY0IEJhc2U2NCA\",\n \"Tags\": [\n {\n \"TagKey\": \"电子签\",\n \"TagValue\": \"对比任务\"\n }\n ]\n}",
261
+ "output": "{\n \"Response\": {\n \"RequestId\": \"s1760425670608827095\",\n \"TaskId\": \"yD*************Ks\",\n \"UserData\": \"QmFzZTY0IEJhc2U2NCA\"\n }\n}",
262
+ "title": "创建合同对比任务"
263
+ }
264
+ ],
257
265
  "CreateContractDiffTaskWebUrl": [
258
266
  {
259
267
  "document": "",
@@ -263,8 +271,8 @@
263
271
  },
264
272
  {
265
273
  "document": "",
266
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateContractDiffTaskWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDw9iUUgyg36ykr3Ux4GQpt1FPWYQOZC\"\n },\n \"OriginalFileResourceId\": \"yDttXUUckpx90i17UxPpcHHE1VDpNJPW\",\n \"DiffFileResourceId\": \"yDttXUUckpx90i1xUxPpcHHyPdyqVErm\",\n \"SkipFileUpload\": true\n}",
267
- "output": "{\n \"Response\": {\n \"RequestId\": \"s1748937464610832514\",\n \"TaskId\": \"yDt31UUckpx91cypUyoAic6wP2oyarMN\",\n \"WebUrl\": \"https://embed.qian.tencent.cn/contract-compare?embed=1&code=yDt31UUckpx9196lUxKwEYgzw4fEWCom&channel=TENCENTCLOUD&embedType=CONTRACT_DIFF&businessType=TASK_ID&businessId=yDt31UUckpx91cypUyoAic6wP2oyarMN\"\n }\n}",
274
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateContractDiffTaskWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDw9iUUgyg36ykr3Ux4GQpt1FPWYQOZC\"\n },\n \"OriginalFileResourceId\": \"yDttXUUckpx90i17UxPpcHHE1VDpNJPW\",\n \"DiffFileResourceId\": \"yDttXUUckpx90i1xUxPpcHHyPdyqVErm\",\n \"SkipFileUpload\": true,\n \"UserData\": \"QmFzZTY0IEJhc2U2NCA\",\n \"Tags\": [\n {\n \"TagKey\": \"key1\",\n \"TagValue\": \"value1\"\n }\n ]\n}",
275
+ "output": "{\n \"Response\": {\n \"RequestId\": \"s1748937464610832514\",\n \"TaskId\": \"yDt31UUckpx91cypUyoAic6wP2oyarMN\",\n \"WebUrl\": \"https://embed.qian.tencent.cn/contract-compare?embed=1&code=yDt31UUckpx9196lUxKwEYgzw4fEWCom&channel=TENCENTCLOUD&embedType=CONTRACT_DIFF&businessType=TASK_ID&businessId=yDt31UUckpx91cypUyoAic6wP2oyarMN\",\n \"UserData\": \"QmFzZTY0IEJhc2U2NCA\"\n }\n}",
268
276
  "title": "创建合同对比web页面 - 跳过文件上传确认页"
269
277
  }
270
278
  ],
@@ -808,6 +816,14 @@
808
816
  "title": "错误示例-创建个人用户签署链接,传错签署人姓名"
809
817
  }
810
818
  ],
819
+ "CreateInformationExtractionWebUrl": [
820
+ {
821
+ "document": "",
822
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInformationExtractionWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDtGEUUxxxmcwqRz\"\n },\n \"UserData\": \"5rWL6K+V5pWw5o2u\"\n}",
823
+ "output": "{\n \"Response\": {\n \"RequestId\": \"s1757576271425719631\",\n \"Url\": \"https://embed.test.qian.tencent.cn/ai-contract-info-extract-embed?embed=1&code=xx&channel=TENCENTCLOUD&embedType=CONTRACT_EXTRACTION&shortKey=xx\"\n }\n}",
824
+ "title": "创建合同智能提取web页面"
825
+ }
826
+ ],
811
827
  "CreateIntegrationDepartment": [
812
828
  {
813
829
  "document": "创建部门,指定父部门ID,部门被创建至父部门节点下。",
@@ -1504,6 +1520,12 @@
1504
1520
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeContractComparisonTask\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwqbUUckp3o2rzmUxHsV0j1FlhYIKo7\"\n },\n \"TaskId\": \"yDtrrUUckp94goxhUyjVZ8rSEQ0lg7vb\"\n}",
1505
1521
  "output": "{\n \"Response\": {\n \"AddDiffCount\": 7,\n \"ChangeDiffCount\": 2,\n \"Comment\": \"备注备注备注\",\n \"CreateTime\": 1758526698,\n \"DeleteDiffCount\": 3,\n \"DiffFileResourceId\": \"yDtryUUckp9tv5kcUEdITpJ9VXDn080c\",\n \"Message\": \"\",\n \"Operator\": \"yDtGuUUckp955n9yUECLj6JusBmg10dc\",\n \"OriginalFileResourceId\": \"yDtryUUckp9tv5odUEdITpJvu1v2faCj\",\n \"RequestId\": \"s1760000134519523795\",\n \"Status\": 2,\n \"TaskId\": \"yDtrrUUckp94goxhUyjVZ8rSEQ0lg7vb\",\n \"TotalDiffCount\": 12\n }\n}",
1506
1522
  "title": "查询合同对比任务结果"
1523
+ },
1524
+ {
1525
+ "document": "",
1526
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeContractComparisonTask\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwqbUUckp3o2rzmUxHsV0j1FlhYIKo7\"\n },\n \"TaskId\": \"yDtrrUUckp94goxhUyjVZ8rSEQ0lg7vb\",\n \"ShowDetail\": true\n}",
1527
+ "output": "{\n \"Response\": {\n \"AddDiffCount\": 7,\n \"ChangeDiffCount\": 2,\n \"Comment\": \"测试备注\",\n \"ComparisonDetail\": [\n {\n \"ComparisonType\": \"delete\",\n \"ContentType\": \"text\",\n \"DiffText\": \"\",\n \"OriginText\": \"@huaxi\"\n },\n {\n \"ComparisonType\": \"change\",\n \"ContentType\": \"text\",\n \"DiffText\": \"完整地填写上\",\n \"OriginText\": \"请乙方务必准确、完整\"\n },\n {\n \"ComparisonType\": \"add\",\n \"ContentType\": \"text\",\n \"DiffText\": \"行贷款本息\",\n \"OriginText\": \"\"\n }\n ],\n \"CreateTime\": 1760430451,\n \"DeleteDiffCount\": 3,\n \"DiffFileResourceId\": \"yDtrDUUckp99jn93UE5rKNiyiKd4XGyQ\",\n \"Message\": \"\",\n \"Operator\": \"yDt49UUckp936q0sUx2QXTeCzkDPurYe\",\n \"OriginalFileResourceId\": \"yDtrDUUckp99jn9kUE5rKNiyseDep5Xy\",\n \"RequestId\": \"s1760430603916269519\",\n \"Status\": 2,\n \"TaskId\": \"yDtTFUUckp9elogcUudRpd6uv7cdx6Qa\",\n \"TotalDiffCount\": 12\n }\n}",
1528
+ "title": "查询合同对比任务结果(展示详情)"
1507
1529
  }
1508
1530
  ],
1509
1531
  "DescribeContractDiffTaskWebUrl": [
@@ -1688,6 +1710,14 @@
1688
1710
  "title": "获取合同智能提取任务详情"
1689
1711
  }
1690
1712
  ],
1713
+ "DescribeInformationExtractionWebUrl": [
1714
+ {
1715
+ "document": "",
1716
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInformationExtractionWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwqbUUckp3o2xYIKo7\"\n },\n \"TaskId\": \"yDwqxj1FlhYIKo7\"\n}",
1717
+ "output": "{\n \"Response\": {\n \"RequestId\": \"s1757576271425719631\",\n \"Url\": \"https://embed.test.qian.tencent.cn/ai-contract-info-extract-embed?embed=1&code=xx&channel=TENCENTCLOUD&embedType=CONTRACT_EXTRACTION&shortKey=xx\"\n }\n}",
1718
+ "title": "获取信息提取嵌入链接"
1719
+ }
1720
+ ],
1691
1721
  "DescribeIntegrationDepartments": [
1692
1722
  {
1693
1723
  "document": "适用于需要查询指定部门信息,且不需要子部门信息的场景。\n1. 设置查询类型QueryType为0表示查询单个部门节点;\n2. 设置DeptId表示通过部门ID查询相关部门信息。",
@@ -1898,6 +1928,14 @@
1898
1928
  "title": "关闭个人自动签"
1899
1929
  }
1900
1930
  ],
1931
+ "ExportContractComparisonTask": [
1932
+ {
1933
+ "document": "本接口(ExportContractComparisonTask)用于导出指定的合同对比任务的结果文件。任务完成后,用户可根据不同的使用场景,选择导出可视化对比报告(PDF)或结构化差异明细(EXCEL)。",
1934
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeContractComparisonTask\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDwqbUUckp3o2rzmUxHsV0j1FlhYIKo7\"\n },\n \"TaskId\": \"yDtrrUUckp94goxhUyjVZ8rSEQ0lg7vb\",\n \"ExportType\": 1,\n \"Ignore\": true\n}",
1935
+ "output": "{\n \"Response\": {\n \"ExpireTime\": 1760182715,\n \"RequestId\": \"s1760182415600292411\",\n \"ResourceUrl\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.PDF?hkey=*****************\"\n }\n}",
1936
+ "title": "导出合同对比任务详情"
1937
+ }
1938
+ ],
1901
1939
  "GetTaskResultApi": [
1902
1940
  {
1903
1941
  "document": "通过转换任务Id查询任务状态",
@@ -1954,7 +1954,7 @@
1954
1954
  },
1955
1955
  {
1956
1956
  "disabled": false,
1957
- "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`合同组暂不支持批量拒签功能。`",
1957
+ "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`",
1958
1958
  "example": "false",
1959
1959
  "member": "bool",
1960
1960
  "name": "CanBatchReject",
@@ -2144,7 +2144,7 @@
2144
2144
  },
2145
2145
  {
2146
2146
  "disabled": false,
2147
- "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 合同组暂不支持批量拒签功能。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
2147
+ "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>\n注:`1. 当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。2. 如果是链接直接跳转至详情页(JumpToDetail参数为true),也不支持批量拒签功能`",
2148
2148
  "example": "false",
2149
2149
  "member": "bool",
2150
2150
  "name": "CanBatchReject",
@@ -3399,7 +3399,7 @@
3399
3399
  {
3400
3400
  "disabled": false,
3401
3401
  "document": "请指定需执行批量签署的流程ID,数量范围为1-100。 您可登录腾讯电子签控制台,浏览 \"合同\"->\"合同中心\" 以查阅某一合同的FlowId(在页面中显示为合同ID)。 用户将利用链接对这些合同实施批量操作。\t",
3402
- "example": "[yDxxxxxxxxxxxxxxxxxxxxxxxx]",
3402
+ "example": "[\"yDxxxxxxxxxxxxxxxxxxxxxxxx\"]",
3403
3403
  "member": "string",
3404
3404
  "name": "FlowIds",
3405
3405
  "required": false,
@@ -3440,6 +3440,15 @@
3440
3440
  "name": "FlowGroupId",
3441
3441
  "required": false,
3442
3442
  "type": "string"
3443
+ },
3444
+ {
3445
+ "disabled": false,
3446
+ "document": "是否允许此链接中签署方批量拒签。 <ul><li>false (默认): 不允许批量拒签</li> <li>true : 允许批量拒签。</li></ul>注:`当前合同组不支持批量拒签功能。请对合同组中的每个子合同逐一执行拒签操作,以达到拒签整个合同组的效果。`",
3447
+ "example": "false",
3448
+ "member": "bool",
3449
+ "name": "CanBatchReject",
3450
+ "required": false,
3451
+ "type": "bool"
3443
3452
  }
3444
3453
  ],
3445
3454
  "type": "object"
@@ -160,8 +160,8 @@
160
160
  "title": "生成saas企业经办人小程序批量签署链接"
161
161
  },
162
162
  {
163
- "document": "合同(yDR1AUUgygja******uO4zjEB8zAkJEFN)中的参与方为:【姓名:张三 ,手机号:18888888888】,发起的时候并未填入证件号且18888888888手机号并未在腾讯电子签注册实名。 \n\n此时,如果使用 【姓名:张三,手机号:17777777777】生成批量签署链接,且FlowIds参数传入(yDR1AUUgygja******uO4zjEB8zAkJEFN)时,会报错,提示签署方信息不存在。\n\n因为手机号不同,无法定位到签署方。 此时,除了将手机号修改成 18888888888 之外来解决问题,也可以在发起合同和生成链接的时候传入证件信息,保证姓名和证件一致的情况下,手机号可以不相同。",
164
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchSignUrl\n<公共请求参数>\n\n{\n \"IdCardNumber\": \"\",\n \"IdCardType\": \"\",\n \"Name\": \"张三\",\n \"NotifyType\": \"SMS\",\n \"Mobile\": \"17777777777\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"FlowIds\": [\n \"yDR1AUUgygja******uO4zjEB8zAkJEFN\"\n ]\n}",
163
+ "document": "合同(yDR1AUUgygja******uO4zjEB8zAkJEFN)中的参与方为:【姓名:张三 ,手机号:1888****888】,发起的时候并未填入证件号且1888****888手机号并未在腾讯电子签注册实名。 \n\n此时,如果使用 【姓名:张三,手机号:1777****777】生成批量签署链接,且FlowIds参数传入(yDR1AUUgygja******uO4zjEB8zAkJEFN)时,会报错,提示签署方信息不存在。\n\n因为手机号不同,无法定位到签署方。 此时,除了将手机号修改成 1888****888 之外来解决问题,也可以在发起合同和生成链接的时候传入证件信息,保证姓名和证件一致的情况下,手机号可以不相同。",
164
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchSignUrl\n<公共请求参数>\n\n{\n \"IdCardNumber\": \"\",\n \"IdCardType\": \"\",\n \"Name\": \"张三\",\n \"NotifyType\": \"SMS\",\n \"Mobile\": \"1777****777\",\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test_open_id\"\n },\n \"ProxyOrganizationOpenId\": \"test_org_open_id\",\n \"AppId\": \"yDxbWUyKQ*******4zjEB8mxCcDjAyF\"\n },\n \"FlowIds\": [\n \"yDR1AUUgygja******uO4zjEB8zAkJEFN\"\n ]\n}",
165
165
  "output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter\",\n \"Message\": \"合同[yDR1AUUgygja******uO4zjEB8zAkJEFN]不包含链接中的参与方信息, 请确保链接姓名手机号等信息与合同中一致\"\n },\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\"\n }\n}",
166
166
  "title": "合同发起的时候签署方信息和生成链接中的不一致"
167
167
  },
@@ -589,6 +589,58 @@ def doAssociateTargetGroups(args, parsed_globals):
589
589
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
590
590
 
591
591
 
592
+ def doDescribeGatewayLoadBalancersResources(args, parsed_globals):
593
+ g_param = parse_global_arg(parsed_globals)
594
+
595
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
596
+ cred = credential.CVMRoleCredential()
597
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
598
+ cred = credential.STSAssumeRoleCredential(
599
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
600
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
601
+ )
602
+ 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):
603
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
604
+ else:
605
+ cred = credential.Credential(
606
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
607
+ )
608
+ http_profile = HttpProfile(
609
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
610
+ reqMethod="POST",
611
+ endpoint=g_param[OptionsDefine.Endpoint],
612
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
613
+ )
614
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
615
+ if g_param[OptionsDefine.Language]:
616
+ profile.language = g_param[OptionsDefine.Language]
617
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
618
+ client = mod.GwlbClient(cred, g_param[OptionsDefine.Region], profile)
619
+ client._sdkVersion += ("_CLI_" + __version__)
620
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
621
+ model = models.DescribeGatewayLoadBalancersResourcesRequest()
622
+ model.from_json_string(json.dumps(args))
623
+ start_time = time.time()
624
+ while True:
625
+ rsp = client.DescribeGatewayLoadBalancersResources(model)
626
+ result = rsp.to_json_string()
627
+ try:
628
+ json_obj = json.loads(result)
629
+ except TypeError as e:
630
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
631
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
632
+ break
633
+ cur_time = time.time()
634
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
635
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
636
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
637
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
638
+ else:
639
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
640
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
641
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
642
+
643
+
592
644
  def doDescribeGatewayLoadBalancers(args, parsed_globals):
593
645
  g_param = parse_global_arg(parsed_globals)
594
646
 
@@ -975,6 +1027,7 @@ ACTION_MAP = {
975
1027
  "DisassociateTargetGroups": doDisassociateTargetGroups,
976
1028
  "RegisterTargetGroupInstances": doRegisterTargetGroupInstances,
977
1029
  "AssociateTargetGroups": doAssociateTargetGroups,
1030
+ "DescribeGatewayLoadBalancersResources": doDescribeGatewayLoadBalancersResources,
978
1031
  "DescribeGatewayLoadBalancers": doDescribeGatewayLoadBalancers,
979
1032
  "ModifyGatewayLoadBalancerAttribute": doModifyGatewayLoadBalancerAttribute,
980
1033
  "ModifyTargetGroupInstancesWeight": doModifyTargetGroupInstancesWeight,
@@ -49,6 +49,13 @@
49
49
  "output": "DescribeGatewayLoadBalancersResponse",
50
50
  "status": "online"
51
51
  },
52
+ "DescribeGatewayLoadBalancersResources": {
53
+ "document": "查询用户在当前地域支持可用区列表",
54
+ "input": "DescribeGatewayLoadBalancersResourcesRequest",
55
+ "name": "查询用户在当前地域支持可用区列表",
56
+ "output": "DescribeGatewayLoadBalancersResourcesResponse",
57
+ "status": "online"
58
+ },
52
59
  "DescribeTargetGroupInstanceStatus": {
53
60
  "document": "查询目标组后端服务状态。目前仅支持网关负载均衡类型的目标组支持查询后端服务状态。",
54
61
  "input": "DescribeTargetGroupInstanceStatusRequest",
@@ -592,6 +599,62 @@
592
599
  ],
593
600
  "type": "object"
594
601
  },
602
+ "DescribeGatewayLoadBalancersResourcesRequest": {
603
+ "document": "DescribeGatewayLoadBalancersResources请求参数结构体",
604
+ "members": [
605
+ {
606
+ "disabled": false,
607
+ "document": "返回可用区资源列表数目,默认20,最大值100。",
608
+ "example": "20",
609
+ "member": "uint64",
610
+ "name": "Limit",
611
+ "required": false,
612
+ "type": "int"
613
+ },
614
+ {
615
+ "disabled": false,
616
+ "document": "返回可用区资源列表起始偏移量,默认0。",
617
+ "example": "0",
618
+ "member": "uint64",
619
+ "name": "Offset",
620
+ "required": false,
621
+ "type": "int"
622
+ }
623
+ ],
624
+ "type": "object"
625
+ },
626
+ "DescribeGatewayLoadBalancersResourcesResponse": {
627
+ "document": "DescribeGatewayLoadBalancersResources返回参数结构体",
628
+ "members": [
629
+ {
630
+ "disabled": false,
631
+ "document": "可用区支持的资源列表。",
632
+ "example": "无",
633
+ "member": "ZoneResource",
634
+ "name": "ZoneResourceSet",
635
+ "output_required": false,
636
+ "type": "list",
637
+ "value_allowed_null": false
638
+ },
639
+ {
640
+ "disabled": false,
641
+ "document": "可用区资源列表数目。",
642
+ "example": "3",
643
+ "member": "uint64",
644
+ "name": "TotalCount",
645
+ "output_required": false,
646
+ "type": "int",
647
+ "value_allowed_null": false
648
+ },
649
+ {
650
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
651
+ "member": "string",
652
+ "name": "RequestId",
653
+ "type": "string"
654
+ }
655
+ ],
656
+ "type": "object"
657
+ },
595
658
  "DescribeGatewayLoadBalancersResponse": {
596
659
  "document": "DescribeGatewayLoadBalancers返回参数结构体",
597
660
  "members": [
@@ -2026,6 +2089,23 @@
2026
2089
  }
2027
2090
  ],
2028
2091
  "usage": "out"
2092
+ },
2093
+ "ZoneResource": {
2094
+ "document": "可用区资源列表",
2095
+ "members": [
2096
+ {
2097
+ "disabled": false,
2098
+ "document": "主可用区",
2099
+ "example": "ap-guangzhou-2",
2100
+ "member": "string",
2101
+ "name": "MasterZone",
2102
+ "output_required": false,
2103
+ "required": false,
2104
+ "type": "string",
2105
+ "value_allowed_null": false
2106
+ }
2107
+ ],
2108
+ "usage": "both"
2029
2109
  }
2030
2110
  },
2031
2111
  "version": "1.0"
@@ -62,6 +62,14 @@
62
62
  "title": "指定标签查询网关负载均衡"
63
63
  }
64
64
  ],
65
+ "DescribeGatewayLoadBalancersResources": [
66
+ {
67
+ "document": "查询部署了GWLB集群的可用区",
68
+ "input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancersResources\n<公共请求参数>\n\n{}",
69
+ "output": "{\n \"Response\": {\n \"RequestId\": \"33a90f66-209e-4554-948a-c9652c08776e\",\n \"TotalCount\": 1,\n \"ZoneResourceSet\": [\n {\n \"MasterZone\": \"ap-guangzhou-2\"\n }\n ]\n }\n}",
70
+ "title": "查询部署了GWLB集群的可用区"
71
+ }
72
+ ],
65
73
  "DescribeTargetGroupInstanceStatus": [
66
74
  {
67
75
  "document": "批量查询gwlb目标组后端服务状态",
@@ -628,7 +628,7 @@
628
628
  },
629
629
  {
630
630
  "disabled": false,
631
- "document": "源语言。\n支持语言列表: 1. 简体中文:zh,2. 粤语:yue,3. 英语:en,4. 法语:fr,5. 葡萄牙语:pt,6. 西班牙语:es,7. 日语:ja,8. 土耳其语:tr,9. 俄语:ru,10. 阿拉伯语:ar,11. 韩语:ko,12. 泰语:th,13. 意大利语:it,14. 德语:de,15. 越南语:vi,16. 马来语:ms,17. 印尼语:id",
631
+ "document": "源语言。\n支持语言列表: \n简体中文:zh,繁体中文:zh-TR,粤语:yue,英语:en,法语:fr,葡萄牙语:pt,西班牙语:es,日语:ja,土耳其语:tr,俄语:ru,阿拉伯语:ar,韩语:ko,泰语:th,意大利语:it,德语:de,越南语:vi,马来语:ms,印尼语:id\n以下语种仅 hunyuan-translation 模型支持:\n菲律宾语:fil,印地语:hi,波兰语:pl,捷克语:cs,荷兰语:nl,高棉语:km,缅甸语:my,波斯语:fa,古吉拉特语:gu,乌尔都语:ur,泰卢固语:te,马拉地语:mr,希伯来语:he,孟加拉语:bn,泰米尔语:ta,乌克兰语:uk,藏语:bo,哈萨克语:kk,蒙古语:mn,维吾尔语:ug",
632
632
  "example": "en",
633
633
  "member": "string",
634
634
  "name": "Source",
@@ -637,7 +637,7 @@
637
637
  },
638
638
  {
639
639
  "disabled": false,
640
- "document": "目标语言。\n支持语言列表: 1. 简体中文:zh,2. 粤语:yue,3. 英语:en,4. 法语:fr,5. 葡萄牙语:pt,6. 西班牙语:es,7. 日语:ja,8. 土耳其语:tr,9. 俄语:ru,10. 阿拉伯语:ar,11. 韩语:ko,12. 泰语:th,13. 意大利语:it,14. 德语:de,15. 越南语:vi,16. 马来语:ms,17. 印尼语:id",
640
+ "document": "目标语言。\n支持语言列表: \n简体中文:zh,繁体中文:zh-TR,粤语:yue,英语:en,法语:fr,葡萄牙语:pt,西班牙语:es,日语:ja,土耳其语:tr,俄语:ru,阿拉伯语:ar,韩语:ko,泰语:th,意大利语:it,德语:de,越南语:vi,马来语:ms,印尼语:id\n以下语种仅 hunyuan-translation 模型支持:\n菲律宾语:fil,印地语:hi,波兰语:pl,捷克语:cs,荷兰语:nl,高棉语:km,缅甸语:my,波斯语:fa,古吉拉特语:gu,乌尔都语:ur,泰卢固语:te,马拉地语:mr,希伯来语:he,孟加拉语:bn,泰米尔语:ta,乌克兰语:uk,藏语:bo,哈萨克语:kk,蒙古语:mn,维吾尔语:ug",
641
641
  "example": "zh",
642
642
  "member": "string",
643
643
  "name": "Target",