tccli 3.0.1184.1__py2.py3-none-any.whl → 3.0.1186.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 (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/v20220105/api.json +9 -0
  3. tccli/services/cdb/v20170320/api.json +2 -2
  4. tccli/services/cdwch/v20200915/api.json +5 -9
  5. tccli/services/cls/v20201016/api.json +1 -1
  6. tccli/services/cynosdb/cynosdb_client.py +65 -12
  7. tccli/services/cynosdb/v20190107/api.json +100 -1
  8. tccli/services/cynosdb/v20190107/examples.json +8 -0
  9. tccli/services/dlc/v20210125/api.json +48 -11
  10. tccli/services/dlc/v20210125/examples.json +4 -4
  11. tccli/services/dsgc/v20190723/api.json +9 -0
  12. tccli/services/ecc/v20181213/api.json +14 -12
  13. tccli/services/ecc/v20181213/examples.json +3 -3
  14. tccli/services/ess/v20201111/api.json +1 -1
  15. tccli/services/ess/v20201111/examples.json +5 -5
  16. tccli/services/facefusion/v20220927/api.json +8 -10
  17. tccli/services/hunyuan/v20230901/api.json +1 -1
  18. tccli/services/redis/v20180412/api.json +18 -13
  19. tccli/services/redis/v20180412/examples.json +2 -2
  20. tccli/services/tcr/v20190924/api.json +3 -3
  21. tccli/services/tcr/v20190924/examples.json +1 -1
  22. tccli/services/thpc/thpc_client.py +227 -68
  23. tccli/services/thpc/v20230321/api.json +313 -0
  24. tccli/services/thpc/v20230321/examples.json +24 -0
  25. tccli/services/tse/v20201207/api.json +1 -1
  26. tccli/services/vclm/v20240523/api.json +19 -7
  27. tccli/services/vrs/v20200824/api.json +4 -4
  28. tccli/services/vtc/v20240223/api.json +15 -6
  29. tccli/services/waf/v20180125/api.json +3 -3
  30. tccli/services/waf/v20180125/examples.json +1 -1
  31. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/RECORD +35 -35
  33. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1184.1.dist-info → tccli-3.0.1186.1.dist-info}/license_files/LICENSE +0 -0
@@ -52,7 +52,7 @@
52
52
  {
53
53
  "document": "示例一",
54
54
  "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssignMangedTableProperties\n<公共请求参数>\n\n{\n \"TableBaseInfo\": {\n \"DatabaseName\": \"abc\",\n \"TableName\": \"abc\",\n \"DatasourceConnectionName\": \"abc\",\n \"TableComment\": \"abc\",\n \"Type\": \"abc\",\n \"TableFormat\": \"abc\",\n \"UserAlias\": \"abc\",\n \"UserSubUin\": \"abc\",\n \"GovernPolicy\": {\n \"RuleType\": \"abc\",\n \"GovernEngine\": \"abc\"\n },\n \"DbGovernPolicyIsDisable\": \"abc\",\n \"SmartPolicy\": {\n \"BaseInfo\": {\n \"Uin\": \"abc\",\n \"PolicyType\": \"abc\",\n \"Catalog\": \"abc\",\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"AppId\": \"abc\"\n },\n \"Policy\": {\n \"Inherit\": \"abc\",\n \"Resources\": [\n {\n \"AttributionType\": \"abc\",\n \"ResourceType\": \"abc\",\n \"Name\": \"abc\",\n \"Instance\": \"abc\",\n \"Favor\": [\n {\n \"Priority\": 0,\n \"Catalog\": \"abc\",\n \"DataBase\": \"abc\",\n \"Table\": \"abc\"\n }\n ],\n \"Status\": 0\n }\n ],\n \"Written\": {\n \"WrittenEnable\": \"abc\"\n },\n \"Lifecycle\": {\n \"LifecycleEnable\": \"abc\",\n \"Expiration\": 0,\n \"DropTable\": true\n },\n \"Index\": {\n \"IndexEnable\": \"abc\"\n }\n }\n }\n },\n \"Columns\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Comment\": \"abc\",\n \"Default\": \"abc\",\n \"NotNull\": true,\n \"Precision\": 0,\n \"Scale\": 0\n }\n ],\n \"Partitions\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Comment\": \"abc\",\n \"PartitionType\": \"abc\",\n \"PartitionFormat\": \"abc\",\n \"PartitionDot\": 0,\n \"Transform\": \"abc\",\n \"TransformArgs\": [\n \"abc\"\n ]\n }\n ],\n \"Properties\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"UpsertKeys\": [\n \"abc\"\n ]\n}",
55
- "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"Properties\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
56
56
  "title": "示例一"
57
57
  }
58
58
  ],
@@ -785,9 +785,9 @@
785
785
  "DescribeUserInfo": [
786
786
  {
787
787
  "document": "",
788
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserInfo\n<公共请求参数>\n\n{}",
789
- "output": "{\n \"Response\": {\n \"UserInfo\": {\n \"UserId\": \"123108743\",\n \"UserAlias\": \"testname\",\n \"UserType\": \"ADMIN\",\n \"UserDescription\": \"test\",\n \"Type\": \"Group\"\n },\n \"RequestId\": \"1231sad-sadsd121-fvmkl23-f124\"\n }\n}",
790
- "title": "获取用户详细信息"
788
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserInfo\n<公共请求参数>\n\n{\n \"UserId\": \"abc\",\n \"Type\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"SortBy\": \"abc\",\n \"Sorting\": \"abc\",\n \"Limit\": 0,\n \"Offset\": 0\n}",
789
+ "output": "{\n \"Response\": {\n \"UserInfo\": {\n \"UserId\": \"abc\",\n \"Type\": \"abc\",\n \"UserType\": \"abc\",\n \"UserDescription\": \"abc\",\n \"DataPolicyInfo\": {\n \"PolicySet\": [\n {\n \"Database\": \"abc\",\n \"Catalog\": \"abc\",\n \"Table\": \"abc\",\n \"Operation\": \"abc\",\n \"PolicyType\": \"abc\",\n \"Function\": \"abc\",\n \"View\": \"abc\",\n \"Column\": \"abc\",\n \"DataEngine\": \"abc\",\n \"ReAuth\": true,\n \"Source\": \"abc\",\n \"Mode\": \"abc\",\n \"Operator\": \"abc\",\n \"CreateTime\": \"abc\",\n \"SourceId\": 0,\n \"SourceName\": \"abc\",\n \"Id\": 0\n }\n ],\n \"TotalCount\": 0\n },\n \"EnginePolicyInfo\": {\n \"PolicySet\": [\n {\n \"Database\": \"abc\",\n \"Catalog\": \"abc\",\n \"Table\": \"abc\",\n \"Operation\": \"abc\",\n \"PolicyType\": \"abc\",\n \"Function\": \"abc\",\n \"View\": \"abc\",\n \"Column\": \"abc\",\n \"DataEngine\": \"abc\",\n \"ReAuth\": true,\n \"Source\": \"abc\",\n \"Mode\": \"abc\",\n \"Operator\": \"abc\",\n \"CreateTime\": \"abc\",\n \"SourceId\": 0,\n \"SourceName\": \"abc\",\n \"Id\": 0\n }\n ],\n \"TotalCount\": 0\n },\n \"WorkGroupInfo\": {\n \"WorkGroupSet\": [\n {\n \"WorkGroupId\": 0,\n \"WorkGroupName\": \"abc\",\n \"WorkGroupDescription\": \"abc\",\n \"Creator\": \"abc\",\n \"CreateTime\": \"abc\"\n }\n ],\n \"TotalCount\": 0\n },\n \"UserAlias\": \"abc\",\n \"RowFilterInfo\": {\n \"PolicySet\": [\n {\n \"Database\": \"abc\",\n \"Catalog\": \"abc\",\n \"Table\": \"abc\",\n \"Operation\": \"abc\",\n \"PolicyType\": \"abc\",\n \"Function\": \"abc\",\n \"View\": \"abc\",\n \"Column\": \"abc\",\n \"DataEngine\": \"abc\",\n \"ReAuth\": true,\n \"Source\": \"abc\",\n \"Mode\": \"abc\",\n \"Operator\": \"abc\",\n \"CreateTime\": \"abc\",\n \"SourceId\": 0,\n \"SourceName\": \"abc\",\n \"Id\": 0\n }\n ],\n \"TotalCount\": 0\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
790
+ "title": "test"
791
791
  }
792
792
  ],
793
793
  "DescribeUserRoles": [
@@ -9888,6 +9888,15 @@
9888
9888
  "required": true,
9889
9889
  "type": "int"
9890
9890
  },
9891
+ {
9892
+ "disabled": false,
9893
+ "document": "过滤数组。支持的Name:\nDataSourceID 数据源ID\nDbName 数据库名称\nCategoryID 敏感数据分类ID\nRuleID 规则ID\nLevelID 敏感分级ID\nResourceRegion 资源所在地域\nSensitiveField 过滤敏感字段,可选值为1,或者无此SensitiveField字段\nDataSourceType 数据源类型,不填默认过滤非自建的所有关系型数据源类型,填selfbuilt-db只过滤自建类型\n注意:每个name默认支持最多5个values。",
9894
+ "example": "无",
9895
+ "member": "Filter",
9896
+ "name": "Filters",
9897
+ "required": false,
9898
+ "type": "list"
9899
+ },
9891
9900
  {
9892
9901
  "disabled": false,
9893
9902
  "document": "偏移量,默认为0。",
@@ -15,7 +15,7 @@
15
15
  "status": "online"
16
16
  },
17
17
  "ECC": {
18
- "document": "接口请求域名: ecc.tencentcloudapi.com \n纯文本英语作文批改",
18
+ "document": "纯文本英语作文批改",
19
19
  "input": "ECCRequest",
20
20
  "name": "纯文本英语作文批改",
21
21
  "output": "ECCResponse",
@@ -416,7 +416,7 @@
416
416
  {
417
417
  "disabled": false,
418
418
  "document": "作文文本,必填",
419
- "example": "",
419
+ "example": "",
420
420
  "member": "string",
421
421
  "name": "Content",
422
422
  "required": true,
@@ -425,7 +425,7 @@
425
425
  {
426
426
  "disabled": false,
427
427
  "document": "作文题目,可选参数",
428
- "example": "",
428
+ "example": "",
429
429
  "member": "string",
430
430
  "name": "Title",
431
431
  "required": false,
@@ -434,7 +434,7 @@
434
434
  {
435
435
  "disabled": false,
436
436
  "document": "年级标准, 默认以cet4为标准,取值与意义如下:elementary 小学,grade7 grade8 grade9分别对应初一,初二,初三。 grade10 grade11 grade12 分别对应高一,高二,高三,以及cet4和cet6 分别表示 英语4级和6级。",
437
- "example": "",
437
+ "example": "",
438
438
  "member": "string",
439
439
  "name": "Grade",
440
440
  "required": false,
@@ -443,7 +443,7 @@
443
443
  {
444
444
  "disabled": false,
445
445
  "document": "作文提纲,可选参数,作文的写作要求。",
446
- "example": "",
446
+ "example": "",
447
447
  "member": "string",
448
448
  "name": "Requirement",
449
449
  "required": false,
@@ -452,7 +452,7 @@
452
452
  {
453
453
  "disabled": false,
454
454
  "document": "范文标题,可选参数,本接口可以依据提供的范文对作文进行评分。",
455
- "example": "",
455
+ "example": "",
456
456
  "member": "string",
457
457
  "name": "ModelTitle",
458
458
  "required": false,
@@ -461,7 +461,7 @@
461
461
  {
462
462
  "disabled": false,
463
463
  "document": "范文内容,可选参数,同上,范文的正文部分。",
464
- "example": "",
464
+ "example": "",
465
465
  "member": "string",
466
466
  "name": "ModelContent",
467
467
  "required": false,
@@ -470,7 +470,7 @@
470
470
  {
471
471
  "disabled": false,
472
472
  "document": "业务应用ID,与账号应用APPID无关,是用来方便客户管理服务的参数(暂时无需传入)。",
473
- "example": "",
473
+ "example": "",
474
474
  "member": "string",
475
475
  "name": "EccAppid",
476
476
  "required": false,
@@ -479,7 +479,7 @@
479
479
  {
480
480
  "disabled": false,
481
481
  "document": "异步模式标识,0:同步模式,1:异步模式,默认为同步模式",
482
- "example": "",
482
+ "example": "",
483
483
  "member": "int64",
484
484
  "name": "IsAsync",
485
485
  "required": false,
@@ -488,7 +488,7 @@
488
488
  {
489
489
  "disabled": false,
490
490
  "document": "图像识别唯一标识,一次识别一个 SessionId。当传入此前识别接口使用过的 SessionId,则本次批改按图像批改价格收费;如使用了识别接口且本次没有传入 SessionId,则需要加取文本批改的费用;如果直接使用文本批改接口,则只收取文本批改的费用",
491
- "example": "",
491
+ "example": "",
492
492
  "member": "string",
493
493
  "name": "SessionId",
494
494
  "required": false,
@@ -503,18 +503,20 @@
503
503
  {
504
504
  "disabled": false,
505
505
  "document": "整体的批改结果\n注意:此字段可能返回 null,表示取不到有效值。",
506
- "example": "",
506
+ "example": "",
507
507
  "member": "CorrectData",
508
508
  "name": "Data",
509
+ "output_required": true,
509
510
  "type": "object",
510
511
  "value_allowed_null": true
511
512
  },
512
513
  {
513
514
  "disabled": false,
514
515
  "document": "任务 id,用于查询接口\n注意:此字段可能返回 null,表示取不到有效值。",
515
- "example": "",
516
+ "example": "",
516
517
  "member": "string",
517
518
  "name": "TaskId",
519
+ "output_required": true,
518
520
  "type": "string",
519
521
  "value_allowed_null": true
520
522
  },
@@ -37,13 +37,13 @@
37
37
  "ECC": [
38
38
  {
39
39
  "document": "IsAsync=0 时为同步模式,返回批改结果(内容仅为参考,非实际批改结果)",
40
- "input": "https://ecc.tencentcloudapi.com/?Action=ECC\r\n&Grade=\r\n&Outline=\r\n&ModelSubject=\r\n&ModelContent=\r\n&Title=\r\n&Content=this composition content\r\n&IsAsync=0\r\n&<公共请求参数>",
41
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Score\": 72.39,\n \"ScoreCat\": {\n \"Words\": {\n \"Name\": \"词汇\",\n \"Score\": 76.08,\n \"Percentage\": 42\n },\n \"Sentences\": {\n \"Name\": \"句子\",\n \"Score\": 61.16,\n \"Percentage\": 28\n },\n \"Structure\": {\n \"Name\": \"篇章结构\",\n \"Score\": 80.37,\n \"Percentage\": 23\n },\n \"Content\": {\n \"Name\": \"内容\",\n \"Score\": 69,\n \"Percentage\": 7\n },\n \"Score\": 0,\n \"Percentage\": 0\n },\n \"Comment\": \"作者词汇基础扎实;可适当增加复合句和从句的使用;文中衔接词丰富。请多加练习,更上一层楼。\",\n \"SentenceComments\": [\n {\n \"Sentence\": {\n \"Sentence\": \"Teenagers likeating fast 1888861 food.\",\n \"ParaID\": 1,\n \"SentenceID\": 7\n },\n \"Suggestions\": [\n {\n \"Type\": \"Error\",\n \"ErrorType\": \"拼写错误\",\n \"Origin\": \"likeating\",\n \"Replace\": \"elevating\",\n \"Message\": \"likeating 可能是拼写错误,请注意拼写检查,这里应将 likeating 替换为 elevating\",\n \"ErrorPosition\": [\n 8,\n 8\n ]\n },\n {\n \"Type\": \"Error\",\n \"ErrorType\": \"易混淆词汇建议\",\n \"Origin\": \"1888861\",\n \"Replace\": \"1886861\",\n \"Message\": \"注意1888861 与 1886861 的区别,推荐将 1888861 替换为 1886861\",\n \"ErrorPosition\": [\n 8,\n 8\n ]\n }\n ]\n }\n ]\n },\n \"TaskId\": \"\",\n \"RequestId\": \"ae5d82c1-47a1-43c0-b8a2-4d3c35a21488\"\n }\n}",
40
+ "input": "POST / HTTP/1.1\nHost: ecc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ECC\n<公共请求参数>\n\n{\n \"Content\": \"abc\",\n \"Title\": \"abc\",\n \"Grade\": \"abc\",\n \"Requirement\": \"abc\",\n \"ModelTitle\": \"abc\",\n \"ModelContent\": \"abc\",\n \"EccAppid\": \"abc\",\n \"IsAsync\": 0,\n \"SessionId\": \"abc\"\n}",
41
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"Score\": 0,\n \"ScoreCat\": {\n \"Words\": {\n \"Name\": \"abc\",\n \"Score\": 0,\n \"Percentage\": 0\n },\n \"Sentences\": {\n \"Name\": \"abc\",\n \"Score\": 0,\n \"Percentage\": 0\n },\n \"Structure\": {\n \"Name\": \"abc\",\n \"Score\": 0,\n \"Percentage\": 0\n },\n \"Score\": 0,\n \"Percentage\": 0\n },\n \"Comment\": \"abc\",\n \"SentenceComments\": [\n {\n \"Suggestions\": [\n {\n \"Type\": \"abc\",\n \"ErrorType\": \"abc\",\n \"Origin\": \"abc\",\n \"Replace\": \"abc\",\n \"Message\": \"abc\",\n \"ErrorPosition\": [\n 0\n ],\n \"ErrorCoordinates\": [\n {\n \"Coordinate\": [\n 0\n ]\n }\n ]\n }\n ],\n \"Sentence\": {\n \"Sentence\": \"abc\",\n \"ParaID\": 0,\n \"SentenceID\": 0\n }\n }\n ]\n },\n \"TaskId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
42
42
  "title": "纯文本英语作文批改-同步"
43
43
  },
44
44
  {
45
45
  "document": "IsAsync=1 时为异步模式,返回 TaskId(内容仅为参考,非实际返回结果)",
46
- "input": "https://ecc.tencentcloudapi.com/?Action=ECC\r\n&Grade=\r\n&Outline=\r\n&ModelSubject=\r\n&ModelContent=\r\n&Title=\r\n&Content=this composition content\r\n&IsAsync=1\r\n&<公共请求参数>",
46
+ "input": "POST / HTTP/1.1\nHost: ecc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ECC\n<公共请求参数>\n\n{\n \"Content\": \"abc\",\n \"Title\": \"abc\",\n \"Grade\": \"abc\",\n \"Requirement\": \"abc\",\n \"ModelTitle\": \"abc\",\n \"ModelContent\": \"abc\",\n \"EccAppid\": \"abc\",\n \"IsAsync\": 0,\n \"SessionId\": \"abc\"\n}",
47
47
  "output": "{\n \"Response\": {\n \"Data\": null,\n \"TaskId\": \"10000004\",\n \"RequestId\": \"ae5d82c1-47a1-43c0-b8a2-4d3c35a21488\"\n }\n}",
48
48
  "title": "纯文本英语作文批改-异步"
49
49
  }
@@ -512,7 +512,7 @@
512
512
  "status": "online"
513
513
  },
514
514
  "DescribeSignFaceVideo": {
515
- "document": "该接口用于在使用视频认证方式签署合同后,获取用户的签署人脸认证视频。\n\n1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸图片。\n2. 该接口**不支持小程序端**的签署人脸图片获取。\n3. 请在**签署完成后的三天内**获取人脸图片,**过期后将无法获取**。\n\n**注意:该接口需要开通白名单,请联系客户经理开通后使用。**",
515
+ "document": "该接口用于在使用视频认证方式签署合同后,获取用户的签署人脸认证视频。\n\n1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸视频。\n2. 该接口**不支持小程序端**的签署人脸视频获取。\n3. 请在**签署完成后的三天内**获取人脸视频,**过期后将无法获取**。\n\n**注意:该接口需要开通白名单,请联系客户经理开通后使用。**",
516
516
  "input": "DescribeSignFaceVideoRequest",
517
517
  "name": "查询签署认证人脸视频",
518
518
  "output": "DescribeSignFaceVideoResponse",
@@ -1029,25 +1029,25 @@
1029
1029
  "CreateUserAutoSignEnableUrl": [
1030
1030
  {
1031
1031
  "document": "将UrlType参数设置为 H5SIGN,即可获得H5页面开通链接",
1032
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"CallbackUrl\": \"http://www.example.com\",\n \"VerifyChannels\": []\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1032
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"VerifyChannels\": []\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1033
1033
  "output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
1034
1034
  "title": "获取H5开通跳转链接"
1035
1035
  },
1036
1036
  {
1037
1037
  "document": "UrlType参数是用来控制生成链接类型的,如果不传,则默认生成小程序跳转链接",
1038
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"CallbackUrl\": \"http://www.example.com\",\n \"VerifyChannels\": []\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"\"\n}",
1038
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"VerifyChannels\": []\n },\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"\"\n}",
1039
1039
  "output": "{\n \"Response\": {\n \"AppId\": \"wxa023******e1d\",\n \"AppOriginalId\": \"gh_da87*******987\",\n \"Path\": \"page?abc=123&def=456\",\n \"QrCode\": \"EBAQAAAAAAAAAAAQIDBAUGBwgxxxxxwAEEQUSITFBBhNRYQcicRQygZGhCCN\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"\"\n }\n}",
1040
1040
  "title": "获取小程序跳转链接"
1041
1041
  },
1042
1042
  {
1043
1043
  "document": "通过 AutoSignConfig.VerifyChannels 参数,可以控制用户在开通的时候所使用的认证方式。以下例子为生成用户短信验证开通的链接为例,链接类型为H5跳转链接。",
1044
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"CallbackUrl\": \"http://www.example.com\",\n \"VerifyChannels\": [\n \"TELECOM\"\n ]\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1044
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"VerifyChannels\": [\n \"TELECOM\"\n ]\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1045
1045
  "output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
1046
1046
  "title": "设置用户开通认证校验方式"
1047
1047
  },
1048
1048
  {
1049
1049
  "document": "可以使用短信通知用户点击链接进行开通,短信中的链接跳转到小程序或者H5取决于UrlType参数。下面的例子将使用H5跳转链接为例。\n过期时间需要使用时间戳类型进行设置,要求请参考 \"ExpiredTime\" 参数。",
1050
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"CallbackUrl\": \"http://www.example.com\",\n \"VerifyChannels\": []\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1050
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateUserAutoSignEnableUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDRCLUUgygq2xu********Ewg0vjoimj\"\n },\n \"AutoSignConfig\": {\n \"UserInfo\": {\n \"Name\": \"典子谦\",\n \"IdCardType\": \"ID_CARD\",\n \"IdCardNumber\": \"620000198802020000\"\n },\n \"CertInfoCallback\": true,\n \"UserDefineSeal\": true,\n \"SealImgCallback\": true,\n \"VerifyChannels\": []\n },\n \"NotifyType\": \"SMS\",\n \"NotifyAddress\": \"13200000000\",\n \"ExpiredTime\": 1693290580,\n \"SceneKey\": \"E_PRESCRIPTION_AUTO_SIGN\",\n \"UrlType\": \"H5SIGN\"\n}",
1051
1051
  "output": "{\n \"Response\": {\n \"AppId\": \"\",\n \"AppOriginalId\": \"\",\n \"Path\": \"\",\n \"QrCode\": \"\",\n \"RequestId\": \"5beb5f54-cf3d-4c26-a4ee-a97c85196a3e\",\n \"Url\": \"https://essurl.cn/q5nQ*CSFBZ\",\n \"UrlType\": \"H5SIGN\"\n }\n}",
1052
1052
  "title": "通知对应开通用户以及设置过期时间"
1053
1053
  }
@@ -1474,7 +1474,7 @@
1474
1474
  ],
1475
1475
  "DescribeSignFaceVideo": [
1476
1476
  {
1477
- "document": "1. 个人用户在H5端完成合同签署,通过视频问答模式认证。\n2. 所需白名单已经开通。\n3. 在签署完成后的三天内获取人脸图片。",
1477
+ "document": "1. 个人用户在H5端完成合同签署,通过视频问答模式认证。\n2. 所需白名单已经开通。\n3. 在签署完成后的三天内获取人脸视频。",
1478
1478
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSignFaceVideo\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"SignId\": \"yDCNOUUckpv3ecwcUECtq4n1jXPLxLq7\"\n}",
1479
1479
  "output": "{\n \"Response\": {\n \"IntentionQuestionResult\": {\n \"AsrResult\": [\n \"同意\"\n ],\n \"ResultCode\": [\n \"0\"\n ],\n \"Video\": \"AAAAHGZ0eXBpc281AAAAAWlzb21pc281aGxzZgAAB\"\n },\n \"RequestId\": \"s1709628366717791449\",\n \"VideoData\": {\n \"LiveNessVideo\": \"AAAAHGZ0eXBpc281AAAAAWlzb21pc281aGxzZgAAB\"\n }\n }\n}",
1480
1480
  "title": "查询签署认证人脸视频结果"
@@ -479,7 +479,7 @@
479
479
  "members": [
480
480
  {
481
481
  "disabled": false,
482
- "document": "元数据,个数不能大于1。",
482
+ "document": "元数据是描述媒体文件的附加信息。通过添加自定义的元数据,可以将一些附加信息嵌入到文件中。这些信息可以用于版权、描述、标识等目的,并在后续的媒体处理或管理过程中使用。\n个数不能大于1。",
483
483
  "example": "[]",
484
484
  "member": "MetaData",
485
485
  "name": "MetaData",
@@ -494,7 +494,7 @@
494
494
  "members": [
495
495
  {
496
496
  "disabled": false,
497
- "document": "标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。",
497
+ "document": "标识图片位于融合结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配。\nWidth、Height <= 2160。",
498
498
  "example": "{}",
499
499
  "member": "FaceRect",
500
500
  "name": "LogoRect",
@@ -503,7 +503,7 @@
503
503
  },
504
504
  {
505
505
  "disabled": false,
506
- "document": "标识图片Url地址。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
506
+ "document": "标识图片Url地址\n\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png\n专业版:base64 编码后大小不超过10M。\n非专业版:base64 编码后大小不超过5M。",
507
507
  "example": "string",
508
508
  "member": "string",
509
509
  "name": "LogoUrl",
@@ -512,7 +512,7 @@
512
512
  },
513
513
  {
514
514
  "disabled": false,
515
- "document": "标识图片base64\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png。",
515
+ "document": "输入图片base64。\n●base64 和 url 必须提供一个,如果都提供以 url 为准。\n●支持图片格式:支持jpg或png\n专业版:base64 编码后大小不超过10M。\n非专业版:base64 编码后大小不超过5M。",
516
516
  "example": "string",
517
517
  "member": "string",
518
518
  "name": "LogoImage",
@@ -604,23 +604,21 @@
604
604
  "members": [
605
605
  {
606
606
  "disabled": false,
607
- "document": "MetaData的Key",
607
+ "document": "MetaData的Key,字符长度不能超过32",
608
608
  "example": "string",
609
609
  "member": "string",
610
610
  "name": "MetaKey",
611
611
  "required": true,
612
- "type": "string",
613
- "value_allowed_null": true
612
+ "type": "string"
614
613
  },
615
614
  {
616
615
  "disabled": false,
617
- "document": "MetaData的Value",
616
+ "document": "MetaData的Value,字符长度不能超过256",
618
617
  "example": "string",
619
618
  "member": "string",
620
619
  "name": "MetaValue",
621
620
  "required": true,
622
- "type": "string",
623
- "value_allowed_null": true
621
+ "type": "string"
624
622
  }
625
623
  ],
626
624
  "usage": "in"
@@ -814,7 +814,7 @@
814
814
  },
815
815
  {
816
816
  "disabled": false,
817
- "document": "模型生成的工具调用,仅 hunyuan-functioncall 模型支持\n注意:此字段可能返回 null,表示取不到有效值。",
817
+ "document": "模型生成的工具调用,仅 hunyuan-pro 或者 hunyuan-functioncall 模型支持\n注意:此字段可能返回 null,表示取不到有效值。",
818
818
  "example": "无",
819
819
  "member": "ToolCall",
820
820
  "name": "ToolCalls",
@@ -891,7 +891,7 @@
891
891
  "example": "486489",
892
892
  "member": "int64",
893
893
  "name": "FlowId",
894
- "required": true,
894
+ "output_required": true,
895
895
  "type": "int",
896
896
  "value_allowed_null": false
897
897
  },
@@ -901,7 +901,7 @@
901
901
  "example": "\"外网开通中\"",
902
902
  "member": "string",
903
903
  "name": "WanStatus",
904
- "required": true,
904
+ "output_required": true,
905
905
  "type": "string",
906
906
  "value_allowed_null": false
907
907
  },
@@ -6187,7 +6187,7 @@
6187
6187
  "example": "6977675",
6188
6188
  "member": "string",
6189
6189
  "name": "DealId",
6190
- "required": true,
6190
+ "output_required": true,
6191
6191
  "type": "string",
6192
6192
  "value_allowed_null": false
6193
6193
  },
@@ -8710,6 +8710,7 @@
8710
8710
  "example": "1",
8711
8711
  "member": "int64",
8712
8712
  "name": "AutoBackupType",
8713
+ "output_required": true,
8713
8714
  "type": "int",
8714
8715
  "value_allowed_null": false
8715
8716
  },
@@ -8719,6 +8720,7 @@
8719
8720
  "example": "[\"Monday\",\"Tuesday\",\"Wednesday\",\"Thursday\",\"Friday\",\"Saturday\"]",
8720
8721
  "member": "string",
8721
8722
  "name": "WeekDays",
8723
+ "output_required": true,
8722
8724
  "type": "list",
8723
8725
  "value_allowed_null": false
8724
8726
  },
@@ -8728,6 +8730,7 @@
8728
8730
  "example": "04:00-05:00",
8729
8731
  "member": "string",
8730
8732
  "name": "TimePeriod",
8733
+ "output_required": true,
8731
8734
  "type": "string",
8732
8735
  "value_allowed_null": false
8733
8736
  },
@@ -8737,6 +8740,7 @@
8737
8740
  "example": "7",
8738
8741
  "member": "int64",
8739
8742
  "name": "BackupStorageDays",
8743
+ "output_required": true,
8740
8744
  "type": "int",
8741
8745
  "value_allowed_null": false
8742
8746
  },
@@ -8854,7 +8858,7 @@
8854
8858
  "example": "95027",
8855
8859
  "member": "int64",
8856
8860
  "name": "TaskId",
8857
- "required": true,
8861
+ "output_required": true,
8858
8862
  "type": "int",
8859
8863
  "value_allowed_null": false
8860
8864
  },
@@ -9169,11 +9173,11 @@
9169
9173
  "members": [
9170
9174
  {
9171
9175
  "disabled": false,
9172
- "document": "说明修改参数配置是否成功。<br><li>true:指修改成功;<br><li>false:指修改失败。<br>",
9176
+ "document": "说明修改参数配置是否成功。<br><li>true:指修改成功;</li><li>false:指修改失败。</li>",
9173
9177
  "example": "true",
9174
9178
  "member": "bool",
9175
9179
  "name": "Changed",
9176
- "required": true,
9180
+ "output_required": true,
9177
9181
  "type": "bool",
9178
9182
  "value_allowed_null": false
9179
9183
  },
@@ -9183,7 +9187,7 @@
9183
9187
  "example": "327",
9184
9188
  "member": "int64",
9185
9189
  "name": "TaskId",
9186
- "required": true,
9190
+ "output_required": true,
9187
9191
  "type": "int",
9188
9192
  "value_allowed_null": false
9189
9193
  },
@@ -9374,7 +9378,7 @@
9374
9378
  "example": "success",
9375
9379
  "member": "string",
9376
9380
  "name": "Status",
9377
- "required": true,
9381
+ "output_required": true,
9378
9382
  "type": "string",
9379
9383
  "value_allowed_null": false
9380
9384
  },
@@ -10715,7 +10719,7 @@
10715
10719
  "example": "486489",
10716
10720
  "member": "int64",
10717
10721
  "name": "FlowId",
10718
- "required": true,
10722
+ "output_required": true,
10719
10723
  "type": "int",
10720
10724
  "value_allowed_null": false
10721
10725
  },
@@ -10725,7 +10729,7 @@
10725
10729
  "example": "\"外网关闭中\"",
10726
10730
  "member": "string",
10727
10731
  "name": "WanStatus",
10728
- "required": true,
10732
+ "output_required": true,
10729
10733
  "type": "string",
10730
10734
  "value_allowed_null": false
10731
10735
  },
@@ -10946,7 +10950,7 @@
10946
10950
  "example": "16657",
10947
10951
  "member": "int64",
10948
10952
  "name": "TaskId",
10949
- "required": true,
10953
+ "output_required": true,
10950
10954
  "type": "int",
10951
10955
  "value_allowed_null": false
10952
10956
  },
@@ -11354,11 +11358,11 @@
11354
11358
  "members": [
11355
11359
  {
11356
11360
  "disabled": false,
11357
- "document": "任务id",
11361
+ "document": "该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离",
11358
11362
  "example": "1203",
11359
11363
  "member": "int64",
11360
11364
  "name": "TaskId",
11361
- "required": true,
11365
+ "output_required": true,
11362
11366
  "type": "int",
11363
11367
  "value_allowed_null": false
11364
11368
  },
@@ -11936,6 +11940,7 @@
11936
11940
  "example": "6954227",
11937
11941
  "member": "string",
11938
11942
  "name": "DealId",
11943
+ "output_required": true,
11939
11944
  "type": "string",
11940
11945
  "value_allowed_null": false
11941
11946
  },
@@ -466,7 +466,7 @@
466
466
  {
467
467
  "document": "查询单个复制组信息",
468
468
  "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReplicationGroup\n<公共请求参数>\n\n{\n \"Limit\": 20,\n \"GroupId\": \"crs-rpl-lkgv****\",\n \"Offset\": 0\n}",
469
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"65e950b9-78e8-49b1-9200-0e62a1925557\",\n \"Groups\": [\n {\n \"Status\": 37,\n \"Remark\": \"测试复制组\",\n \"InstanceCount\": 1,\n \"Instances\": [\n {\n \"Engine\": \"社区版Redis\",\n \"Vip6\": \"\",\n \"UpdateTime\": \"2022-11-02 15:04:05\",\n \"VpcID\": 16770550,\n \"InstanceId\": \"crs-9c36****\",\n \"RedisShardSize\": 1024,\n \"RegionId\": 1,\n \"RedisShardNum\": 1,\n \"Status\": 1,\n \"Vip\": \"10.0.4.42\",\n \"DiskSize\": 0,\n \"CreateTime\": \"2022-11-02 15:04:05\",\n \"ProductType\": 9,\n \"AppId\": 0,\n \"Role\": \"rw\",\n \"VPort\": 6379,\n \"ZoneId\": 1,\n \"InstanceName\": \"crs-test\",\n \"RedisReplicasNum\": 1,\n \"GrocerySysId\": 1000259\n }\n ],\n \"RegionId\": 1,\n \"GroupName\": \"crs-ben-test\",\n \"AppId\": 0,\n \"GroupId\": \"crs-rpl-lkgv****\"\n }\n ]\n }\n}",
469
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"65e950b9-78e8-49b1-9200-0e62a1925557\",\n \"Groups\": [\n {\n \"Status\": 37,\n \"Remark\": \"测试复制组\",\n \"InstanceCount\": 1,\n \"Instances\": [\n {\n \"Engine\": \"社区版Redis\",\n \"Vip6\": \"\",\n \"IPv6\": \"abc\",\n \"UpdateTime\": \"2022-11-02 15:04:05\",\n \"VpcID\": 16770550,\n \"InstanceId\": \"crs-9c36****\",\n \"RedisShardSize\": 1024,\n \"RegionId\": 1,\n \"RedisShardNum\": 1,\n \"Status\": 1,\n \"Vip\": \"10.0.4.42\",\n \"DiskSize\": 0,\n \"CreateTime\": \"2022-11-02 15:04:05\",\n \"ProductType\": 9,\n \"AppId\": 0,\n \"Role\": \"rw\",\n \"VPort\": 6379,\n \"ZoneId\": 1,\n \"InstanceName\": \"crs-test\",\n \"RedisReplicasNum\": 1,\n \"GrocerySysId\": 1000259\n }\n ],\n \"RegionId\": 1,\n \"GroupName\": \"crs-ben-test\",\n \"AppId\": 0,\n \"GroupId\": \"crs-rpl-lkgv****\"\n }\n ]\n }\n}",
470
470
  "title": "请求示例"
471
471
  }
472
472
  ],
@@ -769,7 +769,7 @@
769
769
  "StartupInstance": [
770
770
  {
771
771
  "document": "",
772
- "input": "https://redis.tencentcloudapi.com/?Action=StartupInstance\n&InstanceId=crs-7ponppu3\n&<公共请求参数>",
772
+ "input": "POST / HTTP/1.1\nHost: redis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartupInstance\n<公共请求参数>\n\n{\n \"InstanceId\": \"crs-7ponppu3\"\n}",
773
773
  "output": "{\n \"Response\": {\n \"RequestId\": \"3e96ecad-23db-4fa8-ac41-af9b8e015b26\",\n \"TaskId\": 1203\n }\n}",
774
774
  "title": "请求示例"
775
775
  }
@@ -4363,7 +4363,7 @@
4363
4363
  "example": "无",
4364
4364
  "member": "CustomizedDomainInfo",
4365
4365
  "name": "DomainInfoList",
4366
- "required": true,
4366
+ "output_required": true,
4367
4367
  "type": "list",
4368
4368
  "value_allowed_null": true
4369
4369
  },
@@ -4373,7 +4373,7 @@
4373
4373
  "example": "10",
4374
4374
  "member": "int64",
4375
4375
  "name": "TotalCount",
4376
- "required": true,
4376
+ "output_required": true,
4377
4377
  "type": "int",
4378
4378
  "value_allowed_null": false
4379
4379
  },
@@ -6684,7 +6684,7 @@
6684
6684
  "example": "XXXX",
6685
6685
  "member": "string",
6686
6686
  "name": "RegistryId",
6687
- "required": true,
6687
+ "output_required": true,
6688
6688
  "type": "string",
6689
6689
  "value_allowed_null": false
6690
6690
  },
@@ -512,7 +512,7 @@
512
512
  {
513
513
  "document": "",
514
514
  "input": "https://tcr.tencentcloudapi.com/?Action=DescribeInstanceCustomizedDomain\n&RegistryId=tcr-12345\n&Limit=10\n&Offset=0\n&<公共请求参数>",
515
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"DomainInfoList\": [\n {\n \"Status\": \"xx\",\n \"CertId\": \"xx\",\n \"RegistryId\": \"xx\",\n \"DomainName\": \"xx\"\n }\n ],\n \"TotalCount\": 10\n }\n}",
515
+ "output": "{\n \"Response\": {\n \"RequestId\": \"12445-5556-11\",\n \"DomainInfoList\": [\n {\n \"Status\": \"success\",\n \"CertId\": \"14568-152\",\n \"RegistryId\": \"tcr-12345\",\n \"DomainName\": \"tcr.test\"\n }\n ],\n \"TotalCount\": 10\n }\n}",
516
516
  "title": "查询实例自定义域名列表"
517
517
  }
518
518
  ],