tccli 3.0.1318.1__py2.py3-none-any.whl → 3.0.1319.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 +0 -3
  3. tccli/services/ams/v20201229/api.json +109 -113
  4. tccli/services/batch/v20170312/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +6 -6
  6. tccli/services/cdwdoris/v20211228/api.json +30 -0
  7. tccli/services/cls/v20201016/api.json +13 -13
  8. tccli/services/cvm/v20170312/api.json +24 -24
  9. tccli/services/cynosdb/v20190107/api.json +2 -2
  10. tccli/services/dbbrain/v20210527/api.json +7 -3
  11. tccli/services/dlc/v20210125/api.json +112 -0
  12. tccli/services/dlc/v20210125/examples.json +3 -3
  13. tccli/services/domain/v20180808/api.json +3 -3
  14. tccli/services/domain/v20180808/examples.json +1 -1
  15. tccli/services/dsgc/dsgc_client.py +247 -1042
  16. tccli/services/dsgc/v20190723/api.json +0 -360
  17. tccli/services/dsgc/v20190723/examples.json +1 -127
  18. tccli/services/es/v20180416/api.json +10 -0
  19. tccli/services/ess/v20201111/api.json +5 -5
  20. tccli/services/ess/v20201111/examples.json +10 -4
  21. tccli/services/essbasic/v20210526/api.json +2 -2
  22. tccli/services/live/v20180801/api.json +10 -0
  23. tccli/services/lke/v20231130/api.json +1 -1
  24. tccli/services/monitor/v20180724/api.json +8 -11
  25. tccli/services/mps/v20190612/api.json +20 -9
  26. tccli/services/mps/v20190612/examples.json +6 -0
  27. tccli/services/postgres/v20170312/api.json +9 -9
  28. tccli/services/ses/v20201002/api.json +9 -0
  29. tccli/services/tcb/v20180608/api.json +3 -3
  30. tccli/services/tdid/v20210519/examples.json +1 -1
  31. tccli/services/tione/tione_client.py +53 -0
  32. tccli/services/tione/v20211111/api.json +306 -1
  33. tccli/services/tione/v20211111/examples.json +8 -0
  34. tccli/services/tke/v20220501/api.json +11 -0
  35. tccli/services/tts/v20190823/api.json +2 -2
  36. tccli/services/vpc/v20170312/api.json +3 -3
  37. {tccli-3.0.1318.1.dist-info → tccli-3.0.1319.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1318.1.dist-info → tccli-3.0.1319.1.dist-info}/RECORD +41 -45
  39. tccli/services/apcas/__init__.py +0 -4
  40. tccli/services/apcas/apcas_client.py +0 -525
  41. tccli/services/apcas/v20201127/api.json +0 -733
  42. tccli/services/apcas/v20201127/examples.json +0 -61
  43. {tccli-3.0.1318.1.dist-info → tccli-3.0.1319.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.1318.1.dist-info → tccli-3.0.1319.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.1318.1.dist-info → tccli-3.0.1319.1.dist-info}/license_files/LICENSE +0 -0
@@ -64,7 +64,7 @@
64
64
  "status": "online"
65
65
  },
66
66
  "CreateBatchQuickSignUrl": {
67
- "document": "该接口用于发起合同后,生成个人/企业用户的批量待办链接。\n**注意:**\n1. 该接口可生成签署人的批量、合同组签署/查看链接 。\n2. 该签署链接**有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。\n3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。\n跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
67
+ "document": "该接口用于发起合同后,生成个人/企业用户的批量待办链接。\n**注意:**\n1. 该接口可生成签署人的批量、合同组签署/查看链接 。\n2. 该签署链接**有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。\n3. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。\n跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n4. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。\n5. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。",
68
68
  "input": "CreateBatchQuickSignUrlRequest",
69
69
  "name": "获取H5批量签署或查看链接",
70
70
  "output": "CreateBatchQuickSignUrlResponse",
@@ -211,7 +211,7 @@
211
211
  "status": "online"
212
212
  },
213
213
  "CreateFlowSignUrl": {
214
- "document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
214
+ "document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。\n4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。",
215
215
  "input": "CreateFlowSignUrlRequest",
216
216
  "name": "获取H5签署链接",
217
217
  "output": "CreateFlowSignUrlResponse",
@@ -11981,7 +11981,7 @@
11981
11981
  },
11982
11982
  {
11983
11983
  "disabled": false,
11984
- "document": "签署意愿确认渠道,默认为WEIXINAPP:人脸识别\n\n注: <font color=\"red\">将要废弃</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`",
11984
+ "document": "签署意愿确认渠道,默认为WEIXINAPP:人脸识别\n\n注: <font color=\"red\">不再使用</font >, `用ApproverSignTypes签署人签署合同时的认证方式代替, 新客户可请用ApproverSignTypes来设置`",
11985
11985
  "example": "[\"WEIXINAPP\"]",
11986
11986
  "member": "string",
11987
11987
  "name": "VerifyChannel",
@@ -12026,7 +12026,7 @@
12026
12026
  },
12027
12027
  {
12028
12028
  "disabled": false,
12029
- "document": "<font color=\"red\">字段已经废弃</font>,当前只支持true,默认为true",
12029
+ "document": "<font color=\"red\">字段不再使用</font>,当前只支持true,默认为true",
12030
12030
  "example": "true",
12031
12031
  "member": "bool",
12032
12032
  "name": "Required",
@@ -12053,7 +12053,7 @@
12053
12053
  },
12054
12054
  {
12055
12055
  "disabled": false,
12056
- "document": "已经废弃, 快速注册相关信息",
12056
+ "document": "<font color=\"red\">不再使用</font >, 快速注册相关信息",
12057
12057
  "example": "无",
12058
12058
  "member": "RegisterInfo",
12059
12059
  "name": "RegisterInfo",
@@ -728,10 +728,10 @@
728
728
  "title": "创建个人用户H5签署链接"
729
729
  },
730
730
  {
731
- "document": "发起流程后,给其中的B端签署人创建签署链接",
732
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 0,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"OrganizationName\": \"***有限公司\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
733
- "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 0,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=0&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
734
- "title": "创建企业用户H5签署链接"
731
+ "document": "发起流程后,给其中的C端签署人创建签署链接。\n同时指定其签署时候的认证方式为人脸和密码签署且按照设置的顺序进行推荐,签署认证方式仅此链接生效。",
732
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverSignTypes\": [\n 1,\n 2\n ],\n \"SignTypeSelector\": 1\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
733
+ "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=1&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
734
+ "title": "创建个人用户H5签署链接-重新指定认证方式"
735
735
  },
736
736
  {
737
737
  "document": "发起流程后,给其中的B端签署人创建预览链接",
@@ -745,6 +745,12 @@
745
745
  "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"\",\n \"ApproverName\": \"\",\n \"ApproverType\": 0,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&PreviewType=2&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
746
746
  "title": "创建合同发起方预览链接"
747
747
  },
748
+ {
749
+ "document": "发起流程后,给其中的B端签署人创建签署链接",
750
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 0,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"OrganizationName\": \"***有限公司\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
751
+ "output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 0,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=0&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
752
+ "title": "创建企业用户H5签署链接"
753
+ },
748
754
  {
749
755
  "document": "发起流程后,给其中的C端签署人创建签署链接,并且使用视频认证方式",
750
756
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverSignTypes\": [\n 1\n ],\n \"Intention\": {\n \"IntentionType\": 1,\n \"IntentionQuestions\": [\n {\n \"Question\": \"请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。\",\n \"Answers\": [\n \"同意\",\n \"我同意\"\n ]\n }\n ]\n }\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
@@ -43,7 +43,7 @@
43
43
  "status": "online"
44
44
  },
45
45
  "ChannelCreateBatchQuickSignUrl": {
46
- "document": "该接口用于发起合同后,生成个人/企业用户的批量待办链接。\n**注意:**\n1. 该接口可生成签署人的批量、合同组签署/查看链接 。\n2. 该签署链接**有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。\n4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。\n跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
46
+ "document": "该接口用于发起合同后,生成个人/企业用户的批量待办链接。\n**注意:**\n1. 该接口可生成签署人的批量、合同组签署/查看链接 。\n2. 该签署链接**有效期为30分钟**,过期后将失效,如需签署可重新创建批量签署链接 。\n4. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。\n跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n6. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。\n7. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。",
47
47
  "input": "ChannelCreateBatchQuickSignUrlRequest",
48
48
  "name": "获取H5批量签署或查看链接",
49
49
  "output": "ChannelCreateBatchQuickSignUrlResponse",
@@ -127,7 +127,7 @@
127
127
  "status": "online"
128
128
  },
129
129
  "ChannelCreateFlowSignUrl": {
130
- "document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。",
130
+ "document": "该接口用于发起合同后,生成用户的签署链接 <br/>\n\n**注意**\n1. 该签署**链接有效期为30分钟**,过期后将失效,如需签署可重新创建签署链接 。\n2. 该接口返回的签署链接适用于APP集成的场景,支持APP打开或浏览器直接打开,**不支持微信小程序嵌入**。配置方式请参考:<a href=\"https://qian.tencent.com/developers/company/openqianh5/\">跳转电子签H5</a>。\n如需跳转到小程序的实现,参考微信官方文档(分为<a href=\"https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html\">全屏</a>、<a href=\"https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html\">半屏</a>两种方式),如何配置也可以请参考: <a href=\"https://qian.tencent.com/developers/company/openwxminiprogram\">跳转电子签小程序配置</a>。\n3. 因h5涉及人脸身份认证能力基于慧眼人脸核身,对Android和iOS系统均有一定要求, 因此<font color='red'>App嵌入H5签署合同需要按照慧眼提供的<a href=\"https://cloud.tencent.com/document/product/1007/61076\">慧眼人脸核身兼容性文档</a>做兼容性适配</font>。\n4. H5签署现在仅支持中国大陆身份证和中国港澳台居民居住证。",
131
131
  "input": "ChannelCreateFlowSignUrlRequest",
132
132
  "name": "获取用户H5签署链接",
133
133
  "output": "ChannelCreateFlowSignUrlResponse",
@@ -18573,6 +18573,16 @@
18573
18573
  "output_required": true,
18574
18574
  "type": "string",
18575
18575
  "value_allowed_null": false
18576
+ },
18577
+ {
18578
+ "disabled": false,
18579
+ "document": "关键帧间隔 GOP ,单位:ms。",
18580
+ "example": "2000",
18581
+ "member": "int64",
18582
+ "name": "GopSize",
18583
+ "output_required": false,
18584
+ "type": "int",
18585
+ "value_allowed_null": false
18576
18586
  }
18577
18587
  ],
18578
18588
  "usage": "out"
@@ -14287,7 +14287,7 @@
14287
14287
  },
14288
14288
  {
14289
14289
  "disabled": false,
14290
- "document": "文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从知识引擎页面下载excel模板",
14290
+ "document": "文档操作类型:1:批量导入(批量导入问答对);2:文档导入(正常导入单个文档) 默认为1 <br> 请注意,opt=1的时候请从腾讯云智能体开发平台页面下载excel模板",
14291
14291
  "example": "无",
14292
14292
  "member": "uint64",
14293
14293
  "name": "Opt",
@@ -15724,32 +15724,29 @@
15724
15724
  {
15725
15725
  "disabled": false,
15726
15726
  "document": "维度",
15727
- "example": "",
15727
+ "example": "vm_uuid",
15728
15728
  "member": "string",
15729
15729
  "name": "Key",
15730
15730
  "required": true,
15731
- "type": "string",
15732
- "value_allowed_null": false
15731
+ "type": "string"
15733
15732
  },
15734
15733
  {
15735
15734
  "disabled": false,
15736
- "document": "操作符,支持等于(eq)、不等于(ne),以及in",
15737
- "example": "",
15735
+ "document": "操作符,支持=、in",
15736
+ "example": "=",
15738
15737
  "member": "string",
15739
15738
  "name": "Operator",
15740
15739
  "required": true,
15741
- "type": "string",
15742
- "value_allowed_null": false
15740
+ "type": "string"
15743
15741
  },
15744
15742
  {
15745
15743
  "disabled": false,
15746
- "document": "维度值,当Op是eq、ne时,只使用第一个元素",
15747
- "example": "",
15744
+ "document": "维度值,当Op是=时,只使用第一个元素",
15745
+ "example": "dsdsedcsd",
15748
15746
  "member": "string",
15749
15747
  "name": "Value",
15750
15748
  "required": true,
15751
- "type": "list",
15752
- "value_allowed_null": false
15749
+ "type": "list"
15753
15750
  }
15754
15751
  ],
15755
15752
  "usage": "in"
@@ -862,7 +862,7 @@
862
862
  "status": "online"
863
863
  },
864
864
  "ProcessImage": {
865
- "document": "发起图片处理,功能包括:\n1. 格式转换;\n2. 图像增强;",
865
+ "document": "发起图片处理,功能包括:\n1. 格式转换;\n2. 图像增强;\n3. 图像擦除;",
866
866
  "input": "ProcessImageRequest",
867
867
  "name": "发起图片处理",
868
868
  "output": "ProcessImageResponse",
@@ -6497,7 +6497,7 @@
6497
6497
  },
6498
6498
  {
6499
6499
  "disabled": false,
6500
- "document": "当前热词库状态,数值表示绑定该热词库的智能字幕模板数量。\nStatus 为 0 ,表示该热词库没有被智能字幕模版引用可以删除;\nStatus 不为 0,表示该热词库不能被删除。\n注意:此字段可能返回 null,表示取不到有效值。",
6500
+ "document": "当前热词库状态,数值表示绑定该热词库的智能字幕模板数量。\nStatus 为 0 ,表示该热词库没有被智能字幕模板引用可以删除;\nStatus 不为 0,表示该热词库不能被删除。\n注意:此字段可能返回 null,表示取不到有效值。",
6501
6501
  "example": "1",
6502
6502
  "member": "uint64",
6503
6503
  "name": "Status",
@@ -17128,7 +17128,7 @@
17128
17128
  {
17129
17129
  "disabled": false,
17130
17130
  "document": "用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。\n标签个数最多 100 个,每个标签长度最多 16 个字符。",
17131
- "example": "[\"张三\"]",
17131
+ "example": "[\"artist\"]",
17132
17132
  "member": "string",
17133
17133
  "name": "UserDefineLibraryLabelSet",
17134
17134
  "output_required": true,
@@ -17183,7 +17183,7 @@
17183
17183
  {
17184
17184
  "disabled": false,
17185
17185
  "document": "用户自定义人物过滤标签,指定需要返回的用户自定义人物的标签。如果未填或者为空,则全部自定义人物结果都返回。\n标签个数最多 100 个,每个标签长度最多 16 个字符。",
17186
- "example": "[\"张三\"]",
17186
+ "example": "[\"artist\"]",
17187
17187
  "member": "string",
17188
17188
  "name": "UserDefineLibraryLabelSet",
17189
17189
  "required": false,
@@ -18371,7 +18371,7 @@
18371
18371
  "members": [
18372
18372
  {
18373
18373
  "disabled": false,
18374
- "document": "图片框选区域类型,可选值:\n<li>logo:图标;</li>\n<li>text:文字。</li>\n默认值:logo。\n注意:此字段可能返回 null,表示取不到有效值。",
18374
+ "document": "图片框选区域类型,可选值:\n<li>logo:图标;</li>\n<li>text:文字;</li>\n默认值:logo。\n注意:此字段可能返回 null,表示取不到有效值。",
18375
18375
  "example": "logo",
18376
18376
  "member": "string",
18377
18377
  "name": "Type",
@@ -18390,6 +18390,17 @@
18390
18390
  "required": false,
18391
18391
  "type": "list",
18392
18392
  "value_allowed_null": true
18393
+ },
18394
+ {
18395
+ "disabled": false,
18396
+ "document": "图片框选区域坐标,[x1, y1, x2, y2],即左上角坐标、右下角坐标, 当AreaCoordSet未指定时生效。\n- [0.1, 0.1, 0.3, 0.3] : 表示比例 (数值小于1)\n- [50, 50, 350, 280] : 表示像素 (数值大于等于1)\n注意:此字段可能返回 null,表示取不到有效值。",
18397
+ "example": "[0.1, 0.1, 0.2, 0.2]",
18398
+ "member": "float",
18399
+ "name": "BoundingBox",
18400
+ "output_required": false,
18401
+ "required": false,
18402
+ "type": "list",
18403
+ "value_allowed_null": true
18393
18404
  }
18394
18405
  ],
18395
18406
  "usage": "both"
@@ -23284,7 +23295,7 @@
23284
23295
  "members": [
23285
23296
  {
23286
23297
  "disabled": false,
23287
- "document": "热词库 id \n如果热词库是文本热词:Name 和 Content 至少填一个 \n如果热词库是:Name、FileContent 和 FileName 至少填一个 \n",
23298
+ "document": "热词库 id \n如果热词库是临时热词:Name 和 Content 至少填一个 \n如果热词库是文件热词:Name、FileContent 和 FileName 至少填一个 \n",
23288
23299
  "example": "hwd-aexxxxxxxxxxxxxx1481",
23289
23300
  "member": "string",
23290
23301
  "name": "HotwordsId",
@@ -26240,7 +26251,7 @@
26240
26251
  {
26241
26252
  "disabled": false,
26242
26253
  "document": "图片处理生成的文件输出的路径。如果不填表示与 InputInfo 中文件所在的目录一致。如果是目录,如`/image/201907/`,表示继承原文件名输出到该目录。",
26243
- "example": "",
26254
+ "example": "/image/",
26244
26255
  "member": "string",
26245
26256
  "name": "OutputDir",
26246
26257
  "required": false,
@@ -29504,7 +29515,7 @@
29504
29515
  {
29505
29516
  "disabled": false,
29506
29517
  "document": "智能字幕模板名称\n注意:此字段可能返回 null,表示取不到有效值。",
29507
- "example": "模版1",
29518
+ "example": "模板1",
29508
29519
  "member": "string",
29509
29520
  "name": "Name",
29510
29521
  "output_required": false,
@@ -29514,7 +29525,7 @@
29514
29525
  {
29515
29526
  "disabled": false,
29516
29527
  "document": "智能字幕模板描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
29517
- "example": "用于A的模版",
29528
+ "example": "用于A的模板",
29518
29529
  "member": "string",
29519
29530
  "name": "Comment",
29520
29531
  "output_required": false,
@@ -1170,6 +1170,12 @@
1170
1170
  "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessImage\n<公共请求参数>\n\n{\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\",\n \"Object\": \"/image/test.png\"\n }\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\"\n }\n },\n \"ImageTask\": {\n \"EncodeConfig\": {\n \"Format\": \"jpeg\",\n \"Quality\": 75\n },\n \"EnhanceConfig\": {\n \"SuperResolution\": {\n \"Switch\": \"ON\"\n }\n }\n }\n}",
1171
1171
  "output": "{\n \"Response\": {\n \"RequestId\": \"03b25aab-8883-497e-838f-d760c3e220f6\",\n \"TaskId\": \"3pg2p4jEfbFHYo2rgB0Kzl0esg4NeBItcZyllxO4HNJXdNeRUhk9GjDMjCj1auPv\"\n }\n}",
1172
1172
  "title": "发起图片增强"
1173
+ },
1174
+ {
1175
+ "document": "发起图片擦除",
1176
+ "input": "POST / HTTP/1.1\nHost: mps.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ProcessImage\n<公共请求参数>\n\n{\n \"InputInfo\": {\n \"Type\": \"COS\",\n \"CosInputInfo\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\",\n \"Object\": \"/image/test.png\"\n }\n },\n \"OutputStorage\": {\n \"Type\": \"COS\",\n \"CosOutputStorage\": {\n \"Bucket\": \"bucket-test\",\n \"Region\": \"ap-shanghai\"\n }\n },\n \"ImageTask\": {\n \"EncodeConfig\": {\n \"Format\": \"jpeg\",\n \"Quality\": 75\n },\n \"EraseConfig\": {\n \"ImageEraseLogo\": {\n \"Switch\": \"ON\",\n \"ImageAreaBoxes\": [\n {\n \"Type\": \"logo\",\n \"AreaCoordSet\": [\n 101,\n 85,\n 111,\n 95\n ]\n }\n ]\n }\n }\n }\n}",
1177
+ "output": "{\n \"Response\": {\n \"RequestId\": \"03b25aab-8883-497e-838f-d760c3e220f6\",\n \"TaskId\": \"3pg2p4jEfbFHYo2rgB0Kzl0esg4NeBItcZyllxO4HNJXdNeRUhk9GjDMjCj1auPv\"\n }\n}",
1178
+ "title": "发起图片擦除"
1173
1179
  }
1174
1180
  ],
1175
1181
  "ProcessLiveStream": [
@@ -239,9 +239,9 @@
239
239
  "status": "online"
240
240
  },
241
241
  "DescribeDBBackups": {
242
- "document": "本接口(DescribeDBBackups)用于查询实例备份列表。本接口已废弃,推荐使用接口[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)替代。",
242
+ "document": "本接口(DescribeDBBackups)用于查询实例备份列表。**本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeBaseBackups](https://cloud.tencent.com/document/api/409/89022)**替代**。",
243
243
  "input": "DescribeDBBackupsRequest",
244
- "name": "查询实例备份列表(废弃)",
244
+ "name": "查询实例备份列表",
245
245
  "output": "DescribeDBBackupsResponse",
246
246
  "status": "online"
247
247
  },
@@ -309,9 +309,9 @@
309
309
  "status": "online"
310
310
  },
311
311
  "DescribeDBXlogs": {
312
- "document": "本接口(DescribeDBXlogs)用于获取实例Xlog列表。本接口已废弃,推荐使用接口[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)替代。",
312
+ "document": "本接口(DescribeDBXlogs)用于获取实例Xlog列表。 **本接口属于早期接口,已停止功能迭代,推荐使用接口**[DescribeLogBackups](https://cloud.tencent.com/document/api/409/89021)**替代**。",
313
313
  "input": "DescribeDBXlogsRequest",
314
- "name": "获取实例Xlog列表(废弃)",
314
+ "name": "获取实例Xlog列表",
315
315
  "output": "DescribeDBXlogsResponse",
316
316
  "status": "online"
317
317
  },
@@ -393,9 +393,9 @@
393
393
  "status": "online"
394
394
  },
395
395
  "DescribeProductConfig": {
396
- "document": "本接口(DescribeProductConfig)用于查询售卖规格配置。本接口已废弃,推荐使用新接口[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)",
396
+ "document": "本接口(DescribeProductConfig)用于查询售卖规格配置。**本接口属于早期接口,已停止功能迭代,推荐使用新接口**[DescribeClasses](https://cloud.tencent.com/document/api/409/89019)**替代**。",
397
397
  "input": "DescribeProductConfigRequest",
398
- "name": "查询售卖规格配置(废弃)",
398
+ "name": "查询售卖规格配置",
399
399
  "output": "DescribeProductConfigResponse",
400
400
  "status": "online"
401
401
  },
@@ -5330,7 +5330,7 @@
5330
5330
  {
5331
5331
  "disabled": false,
5332
5332
  "document": "备份列表",
5333
- "example": "[ { \"SetId\": \"f77ecd1a-087c-5c66-8c35-95c835d7ec24\", \"Status\": 2, \"InternalAddr\": \"http://172.16.16.30:8366/download/20180622015612.tar.gz?giz7Z4LlMjascFkshSSB4+B1gaI0F3HAQIZcFPDbIsdfgfJdfs+89qfhuYQ5wC0ooTcDIdUwB4iJlL1by8xfKkcMAv8nr8g67P6hhg5YOnk=\", \"StartTime\": \"2018-06-22 01:56:01.181971\", \"ExternalAddr\": \"https://gz-dl-postgres.cloud.tencent.com/download/20180622015612.tar.gz?giz7Z4LlMjascFkshSSB4+B1gaI0F3HAQIZcFPDbIsdfgfJdfs+89qfhuYQ5wC0ooTcDIdUwB4iJlL1by8xfKkcMAv8nr8g67P6hhg5YOnk=\", \"Strategy\": 1, \"DbList\": [ \"db1\" ], \"Way\": 1, \"EndTime\": \"2018-06-22 01:56:55.071181\", \"Type\": 1, \"Id\": 450, \"Size\": 3654968 } ]",
5333
+ "example": "",
5334
5334
  "member": "DBBackup",
5335
5335
  "name": "BackupList",
5336
5336
  "output_required": true,
@@ -6007,7 +6007,7 @@
6007
6007
  {
6008
6008
  "disabled": false,
6009
6009
  "document": "Xlog列表",
6010
- "example": "[ { \"StartTime\": \"2018-06-22 01:56:46\", \"InternalAddr\": \"http://172.16.16.30:8366/download/20180622015646_20180622015653.tar.gz?giz7Z4LlMjal0S0oJY6+5JbQ1MfhjybTALKlriBmLUrmJMxzi1C3EagZ/IhOQeSGyXm+Qr3D3I2GL1G4RV69vLVylUaeIJ+zH+CEG5Ast0GoDmpzjJ5Jaw==\", \"EndTime\": \"2018-06-22 01:56:53\", \"ExternalAddr\": \"https://gz-dl-postgres.cloud.tencent.com/download/20180622015646_20180622015653.tar.gz?giz7Z4LlMjal0S0oJY6+5JbQ1MfhjybTALKlriBmLUrmJMxzi1C3EagZ/IhOQeSGyXm+Qr3D3I2GL1G4RV69vLVylUaeIJ+zH+CEG5Ast0GoDmpzjJ5Jaw==\", \"Id\": 450, \"Size\": 247967 }, { \"StartTime\": \"2018-06-22 01:56:17\", \"InternalAddr\": \"http://172.16.16.30:8366/download/20180622015617_20180622015645.tar.gz?giz7Z4LlMjal0S0oJY6+5JbQ1MfhjybTALKlriBmLUrmJMxzi1C3Eamxg5sq4mNUSXLgasiI8P5xiJVUBOrLUPKLYacTxFWP8y56/f36byxdYH5+PGMzOA==\", \"EndTime\": \"2018-06-22 01:56:45\", \"ExternalAddr\": \"https://gz-dl-postgres.cloud.tencent.com/download/20180622015617_20180622015645.tar.gz?giz7Z4LlMjal0S0oJY6+5JbQ1MfhjybTALKlriBmLUrmJMxzi1C3Eamxg5sq4mNUSXLgasiI8P5xiJVUBOrLUPKLYacTxFWP8y56/f36byxdYH5+PGMzOA==\", \"Id\": 450, \"Size\": 899618 } ]",
6010
+ "example": "",
6011
6011
  "member": "Xlog",
6012
6012
  "name": "XlogList",
6013
6013
  "output_required": true,
@@ -6810,7 +6810,7 @@
6810
6810
  {
6811
6811
  "disabled": false,
6812
6812
  "document": "售卖规格列表。",
6813
- "example": "[ { \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-2\", \"SupportKMSRegions\": [ \"ap-guangzhou\" ], \"SpecItemInfoList\": [ { \"SpecCode\": \"pg.it.2xlarge16\", \"Version\": \"10.4\", \"VersionName\": \"PostgreSQL 10\", \"Cpu\": 1, \"Memory\": 2048, \"MaxStorage\": 1000, \"MinStorage\": 10, \"Qps\": 2100, \"Pid\": 11004, \"Type\": \"TS85\", \"KernelVersion\": \"v10.4_r1.0\", \"MajorVersion\": \"10\", \"IsSupportTDE\": 1 } ] } ]",
6813
+ "example": "",
6814
6814
  "member": "SpecInfo",
6815
6815
  "name": "SpecInfoList",
6816
6816
  "output_required": true,
@@ -619,6 +619,15 @@
619
619
  "name": "EmailIdentity",
620
620
  "required": true,
621
621
  "type": "string"
622
+ },
623
+ {
624
+ "disabled": false,
625
+ "document": "生成的dkim密钥长度。0:1024,1:2048",
626
+ "example": "0",
627
+ "member": "uint64",
628
+ "name": "DKIMOption",
629
+ "required": false,
630
+ "type": "int"
622
631
  }
623
632
  ],
624
633
  "type": "object"
@@ -7054,8 +7054,8 @@
7054
7054
  },
7055
7055
  {
7056
7056
  "disabled": false,
7057
- "document": "Dockefile的路径",
7058
- "example": "Dockefile",
7057
+ "document": "Dockerfile的路径",
7058
+ "example": "Dockerfile",
7059
7059
  "member": "string",
7060
7060
  "name": "DockerfilePath",
7061
7061
  "output_required": true,
@@ -7095,7 +7095,7 @@
7095
7095
  {
7096
7096
  "disabled": false,
7097
7097
  "document": "策略类型",
7098
- "example": "Dockefile",
7098
+ "example": "Dockerfile",
7099
7099
  "member": "string",
7100
7100
  "name": "PolicyType",
7101
7101
  "output_required": true,
@@ -128,7 +128,7 @@
128
128
  "title": "无需凭证鉴权首次更新凭证链上状态"
129
129
  },
130
130
  {
131
- "document": "用于颁发凭证的DID标识是非本腾讯云账号创建的场景\n由于凭证颁发凭证的DID为非本账号创建,默认无设置凭证状态的权限,因此需要临时凭证进行操作鉴权\nOriginCredentialt和CredentialStatus不需设置,OperateCredential携带建操作鉴权临时凭证,凭证通过IssueCredential接口颁发,凭证参数说明如下:\n1. 凭证模板 id (cpt)固定为 1\n2. claim需三个字段:\n(1) action: 固定为updateCredentialState \n(2) originCredential: 携带待更新状态的凭证原始内容\n(3) credentialStatus: 凭证状态结构的json字符串,包括3个字段:\nId: 凭证 id,对应凭证的 id 字段 \nissuer: 凭证颁发者 Did \nStatus: 凭证状态(0:吊销;1:有效) \n3. ExpirationDate过期时间根据操作凭证创建时间和调用更新凭证状态接口的时间差来设置,通常状态实时更新,过期时间在1分钟内即可",
131
+ "document": "用于颁发凭证的DID标识是非本腾讯云账号创建的场景\n由于凭证颁发凭证的DID为非本账号创建,默认无设置凭证状态的权限,因此需要临时凭证进行操作鉴权\nOriginCredential和CredentialStatus不需设置,OperateCredential携带建操作鉴权临时凭证,凭证通过IssueCredential接口颁发,凭证参数说明如下:\n1. 凭证模板 id (cpt)固定为 1\n2. claim需三个字段:\n(1) action: 固定为updateCredentialState \n(2) originCredential: 携带待更新状态的凭证原始内容\n(3) credentialStatus: 凭证状态结构的json字符串,包括3个字段:\nId: 凭证 id,对应凭证的 id 字段 \nissuer: 凭证颁发者 Did \nStatus: 凭证状态(0:吊销;1:有效) \n3. ExpirationDate过期时间根据操作凭证创建时间和调用更新凭证状态接口的时间差来设置,通常状态实时更新,过期时间在1分钟内即可",
132
132
  "input": "POST / HTTP/1.1\nHost: tdid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateCredentialState\n<公共请求参数>\n\n{\n \"DAPId\": 5,\n \"OperateCredential\": \"{\\n\\t\\\"cptId\\\": 1,\\n\\t\\\"issuer\\\": \\\"did:tdid:w1:0xe0fd109747937fbaf68ef1f615c2cd8e87d22ffb\\\",\\n\\t\\\"expirationDate\\\": \\\"2023-12-01T10:00:00+08:00\\\",\\n\\t\\\"issuanceDate\\\": \\\"2023-09-19T20:13:36+08:00\\\",\\n\\t\\\"context\\\": \\\"https://github.com/TencentCloud-Blockchain/TDID/blob/main/context/v1\\\",\\n\\t\\\"id\\\": \\\"fw1652844bee8e5ecf1b404242b83f1b\\\",\\n\\t\\\"type\\\": [\\\"VerifiableCredential\\\"],\\n\\t\\\"credentialSubject\\\": {\\n\\t\\t\\\"CredentialStatus\\\": {\\n\\t\\t\\t\\\"id\\\": \\\"8818fdd61eb84e4a745a3b04c96e5237\\\",\\n\\t\\t\\t\\\"issuer\\\": \\\"did:tdid:w1:0xe0fd109747937fbaf68ef1f615c2cd8e87d22ffb\\\",\\n\\t\\t\\t\\\"status\\\": 1\\n\\t\\t},\\n\\t\\t\\\"action\\\": \\\"updateCredentialState\\\",\\n\\t\\t\\\"originCredential\\\": \\\"{\\\\\\\"cptId\\\\\\\":1,\\\\\\\"issuer\\\\\\\":\\\\\\\"did:tdid:w1:0xe0fd109747937fbaf68ef1f615c2cd8e87d22ffb\\\\\\\",\\\\\\\"expirationDate\\\\\\\":\\\\\\\"2023-12-01T10:00:00+08:00\\\\\\\",\\\\\\\"issuanceDate\\\\\\\":\\\\\\\"2023-09-19T20:04:20+08:00\\\\\\\",\\\\\\\"context\\\\\\\":\\\\\\\"https://github.com/TencentCloud-Blockchain/TDID/blob/main/context/v1\\\\\\\",\\\\\\\"id\\\\\\\":\\\\\\\"8818fdd61eb84e4a745a3b04c96e5237\\\\\\\",\\\\\\\"type\\\\\\\":[\\\\\\\"VerifiableCredential\\\\\\\"],\\\\\\\"credentialSubject\\\\\\\":{\\\\\\\"action\\\\\\\":\\\\\\\"updateCredentialState\\\\\\\"},\\\\\\\"proof\\\\\\\":{\\\\\\\"created\\\\\\\":\\\\\\\"2023-09-19T20:04:20+08:00\\\\\\\",\\\\\\\"creator\\\\\\\":\\\\\\\"did:tdid:w1:0xe0fd109747937fbaf68ef1f615c2cd8e87d22ffb#keys-0\\\\\\\",\\\\\\\"signatureValue\\\\\\\":\\\\\\\"MEUCIQDUneIwlLbh5AFjQt9HJhIZAQshT45/Em8hVOUjHcdu0QIgL3rg3A99qGGNszstF+GTV5IU4vT9OnI1lqM3f0w1JmI=\\\\\\\",\\\\\\\"type\\\\\\\":\\\\\\\"Secp256r1\\\\\\\",\\\\\\\"metaDigest\\\\\\\":\\\\\\\"6a216f84cb9w1b6170cb017cccd6w1d0b81aad200d5691914d6045471d0dd1ad\\\\\\\",\\\\\\\"vcDigest\\\\\\\":\\\\\\\"c7e13w1bcfa879c922f9141d085facc0ce1973e8d27d48238130739c1a332dcf\\\\\\\",\\\\\\\"privacy\\\\\\\":\\\\\\\"Public\\\\\\\",\\\\\\\"salt\\\\\\\":{\\\\\\\"action\\\\\\\":\\\\\\\"HZdDU\\\\\\\"}}}\\\"\\n\\t},\\n\\t\\\"proof\\\": {\\n\\t\\t\\\"created\\\": \\\"2023-09-19T20:13:36+08:00\\\",\\n\\t\\t\\\"creator\\\": \\\"did:tdid:w1:0xe0fd109747937fbaf68ef1f615c2cd8e87d22ffb#keys-0\\\",\\n\\t\\t\\\"signatureValue\\\": \\\"MEUCIDkLg6EqmwvEHYLtjumpeqKz/hIi6EROMDXPPpNIxORHAiEA8T0LMI59tkBTz+llu/GkjToj5M8k5SwXFoU3fnjQ3mo=\\\",\\n\\t\\t\\\"type\\\": \\\"Secp256r1\\\",\\n\\t\\t\\\"metaDigest\\\": \\\"46894b7f54365d685ba587608d2b74f800404ebb76f5c32dd90bc3916e844ae2\\\",\\n\\t\\t\\\"vcDigest\\\": \\\"d086ba831ab3185971c168w125bf2bd487d7eced3ede8d623b30cfe9da03bcaf\\\",\\n\\t\\t\\\"privacy\\\": \\\"Public\\\",\\n\\t\\t\\\"salt\\\": {\\n\\t\\t\\t\\\"CredentialStatus\\\": {\\n\\t\\t\\t\\t\\\"id\\\": \\\"4dPOH\\\",\\n\\t\\t\\t\\t\\\"issuer\\\": \\\"OJH5M\\\",\\n\\t\\t\\t\\t\\\"status\\\": \\\"lm2W4\\\"\\n\\t\\t\\t},\\n\\t\\t\\t\\\"action\\\": \\\"r95wA\\\",\\n\\t\\t\\t\\\"orignCredential\\\": \\\"b3H4j\\\"\\n\\t\\t}\\n\\t}\\n}\"\n}",
133
133
  "output": "{\n \"Response\": {\n \"RequestId\": \"f5e12d37-100a-4b82-b522-7b76c519ed70\",\n \"Result\": true\n }\n}",
134
134
  "title": "需要凭证鉴权首次更新凭证链上状态"
@@ -487,6 +487,58 @@ def doDescribeTrainingTasks(args, parsed_globals):
487
487
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
488
488
 
489
489
 
490
+ def doDescribeEvents(args, parsed_globals):
491
+ g_param = parse_global_arg(parsed_globals)
492
+
493
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
494
+ cred = credential.CVMRoleCredential()
495
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
496
+ cred = credential.STSAssumeRoleCredential(
497
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
498
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
499
+ )
500
+ 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):
501
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
502
+ else:
503
+ cred = credential.Credential(
504
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
505
+ )
506
+ http_profile = HttpProfile(
507
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
508
+ reqMethod="POST",
509
+ endpoint=g_param[OptionsDefine.Endpoint],
510
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
511
+ )
512
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
513
+ if g_param[OptionsDefine.Language]:
514
+ profile.language = g_param[OptionsDefine.Language]
515
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
516
+ client = mod.TioneClient(cred, g_param[OptionsDefine.Region], profile)
517
+ client._sdkVersion += ("_CLI_" + __version__)
518
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
519
+ model = models.DescribeEventsRequest()
520
+ model.from_json_string(json.dumps(args))
521
+ start_time = time.time()
522
+ while True:
523
+ rsp = client.DescribeEvents(model)
524
+ result = rsp.to_json_string()
525
+ try:
526
+ json_obj = json.loads(result)
527
+ except TypeError as e:
528
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
529
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
530
+ break
531
+ cur_time = time.time()
532
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
533
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
534
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
535
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
536
+ else:
537
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
538
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
539
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
540
+
541
+
490
542
  def doDescribeBuildInImages(args, parsed_globals):
491
543
  g_param = parse_global_arg(parsed_globals)
492
544
 
@@ -3525,6 +3577,7 @@ ACTION_MAP = {
3525
3577
  "CreateTrainingModel": doCreateTrainingModel,
3526
3578
  "UpdateNotebookInstance": doUpdateNotebookInstance,
3527
3579
  "DescribeTrainingTasks": doDescribeTrainingTasks,
3580
+ "DescribeEvents": doDescribeEvents,
3528
3581
  "DescribeBuildInImages": doDescribeBuildInImages,
3529
3582
  "DescribeNotebookLifecycleScripts": doDescribeNotebookLifecycleScripts,
3530
3583
  "StopTrainingJob": doStopTrainingJob,