tccli 3.0.1274.1__py2.py3-none-any.whl → 3.0.1275.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -9
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/cdwdoris/v20211228/api.json +19 -0
  5. tccli/services/clb/v20180317/api.json +32 -4
  6. tccli/services/cloudstudio/v20230508/api.json +1 -1
  7. tccli/services/dlc/v20210125/api.json +17 -15
  8. tccli/services/dlc/v20210125/examples.json +4 -4
  9. tccli/services/dts/v20211206/api.json +1 -1
  10. tccli/services/emr/v20190103/api.json +1 -1
  11. tccli/services/es/v20180416/api.json +2 -2
  12. tccli/services/es/v20180416/examples.json +4 -4
  13. tccli/services/faceid/v20180301/api.json +3 -3
  14. tccli/services/live/v20180801/api.json +233 -242
  15. tccli/services/ocr/v20181119/api.json +17 -7
  16. tccli/services/ocr/v20181119/examples.json +4 -4
  17. tccli/services/organization/v20210331/api.json +19 -0
  18. tccli/services/rce/v20201103/api.json +2 -2
  19. tccli/services/tcbr/v20220217/api.json +18 -0
  20. tccli/services/tke/v20180525/api.json +152 -147
  21. tccli/services/tke/v20180525/examples.json +2 -2
  22. tccli/services/tke/v20220501/api.json +8 -8
  23. tccli/services/vpc/v20170312/api.json +2 -2
  24. tccli/services/weilingwith/v20230427/api.json +20 -20
  25. {tccli-3.0.1274.1.dist-info → tccli-3.0.1275.1.dist-info}/METADATA +2 -2
  26. {tccli-3.0.1274.1.dist-info → tccli-3.0.1275.1.dist-info}/RECORD +29 -41
  27. tccli/services/lp/__init__.py +0 -4
  28. tccli/services/lp/lp_client.py +0 -207
  29. tccli/services/lp/v20200224/api.json +0 -311
  30. tccli/services/lp/v20200224/examples.json +0 -13
  31. tccli/services/rkp/__init__.py +0 -4
  32. tccli/services/rkp/rkp_client.py +0 -313
  33. tccli/services/rkp/v20191209/api.json +0 -564
  34. tccli/services/rkp/v20191209/examples.json +0 -29
  35. tccli/services/rp/__init__.py +0 -4
  36. tccli/services/rp/rp_client.py +0 -207
  37. tccli/services/rp/v20200224/api.json +0 -290
  38. tccli/services/rp/v20200224/examples.json +0 -13
  39. {tccli-3.0.1274.1.dist-info → tccli-3.0.1275.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1274.1.dist-info → tccli-3.0.1275.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1274.1.dist-info → tccli-3.0.1275.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1274.1'
1
+ __version__ = '3.0.1275.1'
@@ -472,9 +472,6 @@ SERVICE_VERSIONS = {
472
472
  "lowcode": [
473
473
  "2021-01-08"
474
474
  ],
475
- "lp": [
476
- "2020-02-24"
477
- ],
478
475
  "mall": [
479
476
  "2023-05-18"
480
477
  ],
@@ -566,12 +563,6 @@ SERVICE_VERSIONS = {
566
563
  "region": [
567
564
  "2022-06-27"
568
565
  ],
569
- "rkp": [
570
- "2019-12-09"
571
- ],
572
- "rp": [
573
- "2020-02-24"
574
- ],
575
566
  "rum": [
576
567
  "2021-06-22"
577
568
  ],
@@ -36,7 +36,7 @@
36
36
  "status": "online"
37
37
  },
38
38
  "CreateRecTask": {
39
- "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(具体对接可提工单咨询COS生成预签名URL)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
39
+ "document": "本接口可对较长的录音文件进行识别。如希望直接使用带界面的语音识别产品,请访问[产品体验中心](https://console.cloud.tencent.com/asr/demonstrate)。产品计费标准请查阅 [计费概述(在线版)](https://cloud.tencent.com/document/product/1093/35686)\n• 接口默认限频:20次/秒。此处仅限制任务提交频次,与识别结果返回时效无关\n• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外\n• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac\n• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看\n• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)\n• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB\n• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)\n• 识别结果有效时间:识别结果在服务端保存24小时\n• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法 v3",
40
40
  "input": "CreateRecTaskRequest",
41
41
  "name": "录音文件识别请求",
42
42
  "output": "CreateRecTaskResponse",
@@ -1145,6 +1145,16 @@
1145
1145
  "ClusterConfigsHistory": {
1146
1146
  "document": "集群的配置文件的修改历史",
1147
1147
  "members": [
1148
+ {
1149
+ "disabled": false,
1150
+ "document": "计算组id",
1151
+ "example": "tchd-2ydhbjw5-xasd1",
1152
+ "member": "string",
1153
+ "name": "ComputeGroupId",
1154
+ "output_required": false,
1155
+ "type": "string",
1156
+ "value_allowed_null": false
1157
+ },
1148
1158
  {
1149
1159
  "disabled": false,
1150
1160
  "document": "配置文件名称",
@@ -2805,6 +2815,15 @@
2805
2815
  "name": "ConfigFileNames",
2806
2816
  "required": false,
2807
2817
  "type": "list"
2818
+ },
2819
+ {
2820
+ "disabled": false,
2821
+ "document": "需要查询的计算组列表",
2822
+ "example": "[\"tchd-2ydhbjw5-xasd\"]",
2823
+ "member": "string",
2824
+ "name": "ComputeGroupIds",
2825
+ "required": false,
2826
+ "type": "list"
2808
2827
  }
2809
2828
  ],
2810
2829
  "type": "object"
@@ -1591,6 +1591,17 @@
1591
1591
  "type": "string",
1592
1592
  "value_allowed_null": false
1593
1593
  },
1594
+ {
1595
+ "disabled": false,
1596
+ "document": "双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。",
1597
+ "example": "ON",
1598
+ "member": "string",
1599
+ "name": "SSLVerifyClient",
1600
+ "output_required": true,
1601
+ "required": false,
1602
+ "type": "string",
1603
+ "value_allowed_null": false
1604
+ },
1594
1605
  {
1595
1606
  "disabled": false,
1596
1607
  "document": "服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。",
@@ -1684,6 +1695,16 @@
1684
1695
  "type": "string",
1685
1696
  "value_allowed_null": false
1686
1697
  },
1698
+ {
1699
+ "disabled": false,
1700
+ "document": "是否开启客户端证书验证,只在双向认证时生效。",
1701
+ "example": "ON",
1702
+ "member": "string",
1703
+ "name": "SSLVerifyClient",
1704
+ "output_required": true,
1705
+ "type": "string",
1706
+ "value_allowed_null": false
1707
+ },
1687
1708
  {
1688
1709
  "disabled": false,
1689
1710
  "document": "服务端证书的ID。",
@@ -9920,8 +9941,7 @@
9920
9941
  "member": "string",
9921
9942
  "name": "SSLMode",
9922
9943
  "required": true,
9923
- "type": "string",
9924
- "value_allowed_null": false
9944
+ "type": "string"
9925
9945
  },
9926
9946
  {
9927
9947
  "disabled": false,
@@ -9930,8 +9950,16 @@
9930
9950
  "member": "CertInfo",
9931
9951
  "name": "CertList",
9932
9952
  "required": true,
9933
- "type": "list",
9934
- "value_allowed_null": false
9953
+ "type": "list"
9954
+ },
9955
+ {
9956
+ "disabled": false,
9957
+ "document": "双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON",
9958
+ "example": "ON",
9959
+ "member": "string",
9960
+ "name": "SSLVerifyClient",
9961
+ "required": false,
9962
+ "type": "string"
9935
9963
  }
9936
9964
  ],
9937
9965
  "usage": "in"
@@ -596,7 +596,7 @@
596
596
  {
597
597
  "disabled": false,
598
598
  "document": "工作空间生命周期钩子. 分为三个阶段 init, start, destroy. 分别表示工作空间数据初始化阶段, 工作空间启动阶段, 工作空间关闭阶段. 用户可以自定义 shell 命令. ",
599
- "example": "{ \"init\": [ { \"name\": \"init\", \"command\": \"echo init\" } ], \"start\": [ { \"name\": \"start\", \"command\": \"echo start\" } ], \"destroy\": [ { \"name\": \"shutdown\", \"command\": \"echo shutdown\" } ] }",
599
+ "example": "{ \"init\": [ { \"name\": \"init\", \"command\": \"echo init\" } ], \"start\": [ { \"name\": \"start\", \"command\": \"echo start\" } ], \"destroy\": [ { \"name\": \"shutdown\", \"command\": \"echo shutdown\" } ] }",
600
600
  "member": "LifeCycle",
601
601
  "name": "Lifecycle",
602
602
  "required": false,
@@ -3140,7 +3140,7 @@
3140
3140
  {
3141
3141
  "disabled": false,
3142
3142
  "document": "虚拟集群名称",
3143
- "example": "test",
3143
+ "example": "at_data_engine_spark_jar",
3144
3144
  "member": "string",
3145
3145
  "name": "DataEngineName",
3146
3146
  "required": true,
@@ -3212,7 +3212,7 @@
3212
3212
  {
3213
3213
  "disabled": false,
3214
3214
  "document": "描述信息",
3215
- "example": "test",
3215
+ "example": "at_data_engine_spark_jar",
3216
3216
  "member": "string",
3217
3217
  "name": "Message",
3218
3218
  "required": false,
@@ -3365,7 +3365,7 @@
3365
3365
  {
3366
3366
  "disabled": false,
3367
3367
  "document": "主集群名称,创建容灾集群时指定",
3368
- "example": "test",
3368
+ "example": "MainCluster",
3369
3369
  "member": "string",
3370
3370
  "name": "MainClusterName",
3371
3371
  "required": false,
@@ -5034,36 +5034,36 @@
5034
5034
  "members": [
5035
5035
  {
5036
5036
  "disabled": false,
5037
- "document": "定时拉起时间:如:周一&周三8点\n注意:此字段可能返回 null,表示取不到有效值。",
5037
+ "document": "定时拉起时间:如:周一&周三8",
5038
5038
  "example": "0000101-08:00:00",
5039
5039
  "member": "string",
5040
5040
  "name": "ResumeTime",
5041
5041
  "output_required": true,
5042
5042
  "required": false,
5043
5043
  "type": "string",
5044
- "value_allowed_null": true
5044
+ "value_allowed_null": false
5045
5045
  },
5046
5046
  {
5047
5047
  "disabled": false,
5048
- "document": "定时挂起时间:如:周一&周三20点\n注意:此字段可能返回 null,表示取不到有效值。",
5048
+ "document": "定时挂起时间:如:周一&周三20",
5049
5049
  "example": "0000101-20:00:00",
5050
5050
  "member": "string",
5051
5051
  "name": "SuspendTime",
5052
5052
  "output_required": true,
5053
5053
  "required": false,
5054
5054
  "type": "string",
5055
- "value_allowed_null": true
5055
+ "value_allowed_null": false
5056
5056
  },
5057
5057
  {
5058
5058
  "disabled": false,
5059
- "document": "挂起配置:0(默认):等待任务结束后挂起、1:强制挂起\n注意:此字段可能返回 null,表示取不到有效值。",
5059
+ "document": "挂起配置:0(默认):等待任务结束后挂起、1:强制挂起",
5060
5060
  "example": "0",
5061
5061
  "member": "int64",
5062
5062
  "name": "SuspendStrategy",
5063
5063
  "output_required": true,
5064
5064
  "required": false,
5065
5065
  "type": "int",
5066
- "value_allowed_null": true
5066
+ "value_allowed_null": false
5067
5067
  }
5068
5068
  ],
5069
5069
  "usage": "both"
@@ -18222,23 +18222,25 @@
18222
18222
  "members": [
18223
18223
  {
18224
18224
  "disabled": false,
18225
- "document": "标签键\n注意:此字段可能返回 null,表示取不到有效值。",
18225
+ "document": "标签键",
18226
18226
  "example": "tagKey1",
18227
18227
  "member": "string",
18228
18228
  "name": "TagKey",
18229
+ "output_required": true,
18229
18230
  "required": false,
18230
18231
  "type": "string",
18231
- "value_allowed_null": true
18232
+ "value_allowed_null": false
18232
18233
  },
18233
18234
  {
18234
18235
  "disabled": false,
18235
- "document": "标签值\n注意:此字段可能返回 null,表示取不到有效值。",
18236
+ "document": "标签值",
18236
18237
  "example": "tagValue1",
18237
18238
  "member": "string",
18238
18239
  "name": "TagValue",
18240
+ "output_required": true,
18239
18241
  "required": false,
18240
18242
  "type": "string",
18241
- "value_allowed_null": true
18243
+ "value_allowed_null": false
18242
18244
  }
18243
18245
  ],
18244
18246
  "usage": "both"
@@ -19195,7 +19197,7 @@
19195
19197
  {
19196
19198
  "disabled": false,
19197
19199
  "document": "数据引擎名称",
19198
- "example": "testHouse",
19200
+ "example": "engine_presto\"",
19199
19201
  "member": "string",
19200
19202
  "name": "DataEngineName",
19201
19203
  "required": true,
@@ -19204,7 +19206,7 @@
19204
19206
  {
19205
19207
  "disabled": false,
19206
19208
  "document": "相关信息",
19207
- "example": "xxx",
19209
+ "example": "autotest_engine_test2",
19208
19210
  "member": "string",
19209
19211
  "name": "Message",
19210
19212
  "required": true,
@@ -171,8 +171,8 @@
171
171
  "CreateDataEngine": [
172
172
  {
173
173
  "document": "创建数据引擎",
174
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataEngine\n<公共请求参数>\n\n{\n \"EngineType\": \"spark\",\n \"DataEngineName\": \"test\",\n \"ClusterType\": \"spark\",\n \"MinClusters\": 0,\n \"MaxClusters\": 0,\n \"DefaultDataEngine\": true,\n \"CidrBlock\": \"10.255.255.0/16\",\n \"Mode\": 0,\n \"Message\": \"test\",\n \"AutoResume\": true,\n \"Size\": 0,\n \"PayMode\": 0,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"h\",\n \"AutoRenew\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"key\",\n \"TagValue\": \"value\"\n }\n ],\n \"AutoSuspend\": true,\n \"CrontabResumeSuspend\": 0,\n \"CrontabResumeSuspendStrategy\": {\n \"ResumeTime\": \"10\",\n \"SuspendTime\": \"10\",\n \"SuspendStrategy\": 0\n },\n \"EngineExecType\": \"BATCH\",\n \"MaxConcurrency\": 10,\n \"TolerableQueueTime\": 5,\n \"AutoSuspendTime\": 5,\n \"ResourceType\": \"spark_cu\",\n \"ImageVersionName\": \"SuperSQL-P 1.1\"\n}",
175
- "output": "{\n \"Response\": {\n \"DataEngineId\": \"DataEngine-abc123\",\n \"RequestId\": \"sd01m2-fasfki-231safas\"\n }\n}",
174
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDataEngine\n<公共请求参数>\n\n{\n \"EngineType\": \"spark\",\n \"DataEngineName\": \"house_test\",\n \"ClusterType\": \"spark\",\n \"MinClusters\": 0,\n \"MaxClusters\": 0,\n \"DefaultDataEngine\": true,\n \"CidrBlock\": \"10.*.*.*/16\",\n \"Mode\": 0,\n \"Message\": \"cretate house test\",\n \"AutoResume\": true,\n \"Size\": 0,\n \"PayMode\": 0,\n \"TimeSpan\": 1,\n \"TimeUnit\": \"h\",\n \"AutoRenew\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"key\",\n \"TagValue\": \"value\"\n }\n ],\n \"AutoSuspend\": true,\n \"CrontabResumeSuspend\": 0,\n \"CrontabResumeSuspendStrategy\": {\n \"ResumeTime\": \"10\",\n \"SuspendTime\": \"10\",\n \"SuspendStrategy\": 0\n },\n \"EngineExecType\": \"BATCH\",\n \"MaxConcurrency\": 10,\n \"TolerableQueueTime\": 5,\n \"AutoSuspendTime\": 5,\n \"ResourceType\": \"spark_cu\",\n \"ImageVersionName\": \"SuperSQL-P 1.1\"\n}",
175
+ "output": "{\n \"Response\": {\n \"DataEngineId\": \"DataEngine-abc123\",\n \"RequestId\": \"7348577b-a168-467b-bd68-3c396b78b608\"\n }\n}",
176
176
  "title": "创建数据引擎"
177
177
  }
178
178
  ],
@@ -1121,8 +1121,8 @@
1121
1121
  "UpdateDataEngine": [
1122
1122
  {
1123
1123
  "document": "引擎变配",
1124
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataEngine\n<公共请求参数>\n\n{\n \"MaxClusters\": 0,\n \"CrontabResumeSuspend\": 0,\n \"AutoSuspend\": true,\n \"CrontabResumeSuspendStrategy\": {\n \"SuspendTime\": \"0\",\n \"SuspendStrategy\": 0,\n \"ResumeTime\": \"0\"\n },\n \"AutoResume\": true,\n \"DataEngineName\": \"test\",\n \"Message\": \"modify\",\n \"MinClusters\": 0,\n \"Size\": 0\n}",
1125
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx-xxxx-xxx-xxxx\"\n }\n}",
1124
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateDataEngine\n<公共请求参数>\n\n{\n \"MaxClusters\": 0,\n \"CrontabResumeSuspend\": 0,\n \"AutoSuspend\": true,\n \"CrontabResumeSuspendStrategy\": {\n \"SuspendTime\": \"0\",\n \"SuspendStrategy\": 0,\n \"ResumeTime\": \"0\"\n },\n \"AutoResume\": true,\n \"DataEngineName\": \"engine_presto\",\n \"Message\": \"modify\",\n \"MinClusters\": 0,\n \"Size\": 0\n}",
1125
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8eb4c0da-bf0d-4e63-859e-62378668bdaa\"\n }\n}",
1126
1126
  "title": "引擎变配"
1127
1127
  }
1128
1128
  ],
@@ -948,7 +948,7 @@
948
948
  {
949
949
  "disabled": false,
950
950
  "document": "高级对象类型,目前只支持mongodb链路。如index(索引),shardkey(片键),schema(库表)\n注意:此字段可能返回 null,表示取不到有效值。",
951
- "example": "account",
951
+ "example": "index",
952
952
  "member": "string",
953
953
  "name": "AdvancedObjects",
954
954
  "output_required": true,
@@ -283,7 +283,7 @@
283
283
  "DescribeStarRocksQueryInfo": {
284
284
  "document": "查询StarRocks查询信息",
285
285
  "input": "DescribeStarRocksQueryInfoRequest",
286
- "name": "查询StarRocsk查询信息",
286
+ "name": "查询StarRocks查询信息",
287
287
  "output": "DescribeStarRocksQueryInfoResponse",
288
288
  "status": "online"
289
289
  },
@@ -10980,7 +10980,7 @@
10980
10980
  {
10981
10981
  "disabled": false,
10982
10982
  "document": "实例管道ID",
10983
- "example": "xxx",
10983
+ "example": "pipe1",
10984
10984
  "member": "string",
10985
10985
  "name": "PipelineId",
10986
10986
  "required": true,
@@ -10989,7 +10989,7 @@
10989
10989
  {
10990
10990
  "disabled": false,
10991
10991
  "document": "管道描述信息",
10992
- "example": "xxx",
10992
+ "example": "test pipe",
10993
10993
  "member": "string",
10994
10994
  "name": "PipelineDesc",
10995
10995
  "required": true,
@@ -361,8 +361,8 @@
361
361
  "RestoreClusterSnapshot": [
362
362
  {
363
363
  "document": "",
364
- "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-qpzizjym\",\n \"Password\": \"abc\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"SnapshotName\": \"test1\",\n \"Indices\": \"abc\",\n \"Partial\": \"true\",\n \"TargetInstanceId\": \"es-qpzizjym\"\n}",
365
- "output": "{\n \"Response\": {\n \"InstanceId\": \"es-qpzizjym\",\n \"RequestId\": \"abc\"\n }\n}",
364
+ "input": "POST / HTTP/1.1\nHost: es.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreClusterSnapshot\n<公共请求参数>\n\n{\n \"InstanceId\": \"es-qpzizjym\",\n \"Password\": \"pass\",\n \"RepositoryName\": \"ES_AUTO_BACKUP\",\n \"SnapshotName\": \"test1\",\n \"Indices\": \"test\",\n \"Partial\": \"true\",\n \"TargetInstanceId\": \"es-qpzizjym\"\n}",
365
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"es-qpzizjym\",\n \"RequestId\": \"test\"\n }\n}",
366
366
  "title": "RestoreClusterSnapshot 恢复快照数据到集群"
367
367
  }
368
368
  ],
@@ -464,8 +464,8 @@
464
464
  ],
465
465
  "UpdateLogstashPipelineDesc": [
466
466
  {
467
- "document": "",
468
- "input": "https://es.tencentcloudapi.com/?Action=UpdateLogstashPipelineDesc\n&InstanceId=ls-xxxxxxxx\n&PipelineId=xx\n&PipelineDesc=test\n&<公共请求参数>",
467
+ "document": "更新实例管道的描述信息",
468
+ "input": "https://es.tencentcloudapi.com/?Action=UpdateLogstashPipelineDesc\n&InstanceId=ls-xxxxxxxx\n&PipelineId=pipeId1\n&PipelineDesc=test\n&<公共请求参数>",
469
469
  "output": "{\n \"Response\": {\n \"RequestId\": \"7f0e35a7-e03b-42cd-aa4f-0c1471xxxxxx\"\n }\n}",
470
470
  "title": "更新实例管道的描述信息"
471
471
  }
@@ -2404,7 +2404,7 @@
2404
2404
  },
2405
2405
  {
2406
2406
  "disabled": false,
2407
- "document": "指定拉取的结果信息。\n- 取值范围:\n 0:全部。\n 1:文本类。\n 2:身份证信息。\n 3:最佳截图信息。\n 5:意愿核身朗读模式相关结果。\n 6:意愿核身问答模式相关结果。\n- 例如 13表示拉取文本类、最佳截图信息。\n- 默认值:0",
2407
+ "document": "指定需要拉取的结果信息。\n- 取值范围:\n 0:全部。\n 1:文本类。\n 2:身份证信息。\n 3:最佳截图信息。\n 5:意愿核身朗读模式相关结果。\n 6:意愿核身问答/点头模式相关结果。\n- 例如 13表示拉取文本类、最佳截图信息。\n- 默认值:0",
2408
2408
  "example": "1",
2409
2409
  "member": "string",
2410
2410
  "name": "InfoType",
@@ -2476,7 +2476,7 @@
2476
2476
  },
2477
2477
  {
2478
2478
  "disabled": false,
2479
- "document": "Eid信息。\n- 包括商户下用户唯一标识以及加密后的姓名、身份证号信息。\n- 解密方式详见[E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)\n注意:此字段可能返回 null,表示取不到有效值。",
2479
+ "document": "Eid信息。\n- EidInfo字段只有在人脸核身控制台完成“申请返回实名信息”之后返回,操作指引详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)。\n- Eid信息包括商户下用户唯一标识以及加密后的姓名、身份证号信息。\n- 解密方式详见 [E证通获取实名信息指引](https://cloud.tencent.com/document/product/1007/63370)\n- 只有整个核验流程完成之后才能返回该字段信息。\n注意:此字段可能返回 null,表示取不到有效值。",
2480
2480
  "example": "无",
2481
2481
  "member": "EidInfo",
2482
2482
  "name": "EidInfo",
@@ -2624,7 +2624,7 @@
2624
2624
  "members": [
2625
2625
  {
2626
2626
  "disabled": false,
2627
- "document": "EID商户ID。通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。\n- 字段长度最长50位。",
2627
+ "document": "EID商户ID。\n- 商户ID通过人脸核身控制台[自助接入](https://console.cloud.tencent.com/faceid/access)申请。\n- 商户ID与您通过腾讯云人脸核身控制台完成自助接入时所使用的腾讯云账号绑定。\n- 必须使用申请该商户ID时登录的腾讯云账号所对应的腾讯云API密钥调用该接口。",
2628
2628
  "example": "0NSJ243206261600932123",
2629
2629
  "member": "string",
2630
2630
  "name": "MerchantId",