tccli 3.0.1184.1__py2.py3-none-any.whl → 3.0.1185.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +65 -12
- tccli/services/cynosdb/v20190107/api.json +99 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/v20210125/api.json +48 -11
- tccli/services/dlc/v20210125/examples.json +4 -4
- tccli/services/dsgc/v20190723/api.json +9 -0
- tccli/services/ecc/v20181213/api.json +14 -12
- tccli/services/ecc/v20181213/examples.json +3 -3
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/redis/v20180412/api.json +18 -13
- tccli/services/redis/v20180412/examples.json +2 -2
- tccli/services/tcr/v20190924/api.json +3 -3
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/thpc/thpc_client.py +227 -68
- tccli/services/thpc/v20230321/api.json +313 -0
- tccli/services/thpc/v20230321/examples.json +24 -0
- tccli/services/waf/v20180125/api.json +3 -3
- tccli/services/waf/v20180125/examples.json +1 -1
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/RECORD +29 -29
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1184.1.dist-info → tccli-3.0.1185.1.dist-info}/license_files/LICENSE +0 -0
@@ -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": "
|
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": "
|
41
|
-
"output": "{\n \"Response\": {\n \"Data\": {\n \"Score\":
|
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": "
|
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
|
515
|
+
"document": "该接口用于在使用视频认证方式签署合同后,获取用户的签署人脸认证视频。\n\n1. 该接口**仅适用于在H5端签署**的合同,**在通过视频认证后**获取人脸视频。\n2. 该接口**不支持小程序端**的签署人脸视频获取。\n3. 请在**签署完成后的三天内**获取人脸视频,**过期后将无法获取**。\n\n**注意:该接口需要开通白名单,请联系客户经理开通后使用。**",
|
516
516
|
"input": "DescribeSignFaceVideoRequest",
|
517
517
|
"name": "查询签署认证人脸视频",
|
518
518
|
"output": "DescribeSignFaceVideoResponse",
|
@@ -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": "查询签署认证人脸视频结果"
|
@@ -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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
9176
|
+
"document": "说明修改参数配置是否成功。<br><li>true:指修改成功;</li><li>false:指修改失败。</li>",
|
9173
9177
|
"example": "true",
|
9174
9178
|
"member": "bool",
|
9175
9179
|
"name": "Changed",
|
9176
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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": "
|
11361
|
+
"document": "该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离",
|
11358
11362
|
"example": "1203",
|
11359
11363
|
"member": "int64",
|
11360
11364
|
"name": "TaskId",
|
11361
|
-
"
|
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": "
|
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
|
-
"
|
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
|
-
"
|
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
|
-
"
|
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\": \"
|
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
|
],
|