tccli 3.0.872.1__py2.py3-none-any.whl → 3.0.874.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 (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/autoscaling/v20180419/api.json +1 -2
  3. tccli/services/autoscaling/v20180419/examples.json +1 -1
  4. tccli/services/billing/v20180709/api.json +30 -40
  5. tccli/services/billing/v20180709/examples.json +1 -1
  6. tccli/services/cdb/v20170320/api.json +23 -0
  7. tccli/services/cdb/v20170320/examples.json +1 -1
  8. tccli/services/ckafka/ckafka_client.py +53 -0
  9. tccli/services/ckafka/v20190819/api.json +264 -3
  10. tccli/services/ckafka/v20190819/examples.json +9 -1
  11. tccli/services/cwp/v20180228/api.json +63 -54
  12. tccli/services/cwp/v20180228/examples.json +2 -2
  13. tccli/services/dasb/v20191018/api.json +16 -52
  14. tccli/services/dasb/v20191018/examples.json +5 -5
  15. tccli/services/dlc/v20210125/api.json +37 -15
  16. tccli/services/dlc/v20210125/examples.json +1 -1
  17. tccli/services/eis/v20210601/api.json +34 -4
  18. tccli/services/eis/v20210601/examples.json +4 -4
  19. tccli/services/ess/ess_client.py +53 -0
  20. tccli/services/ess/v20201111/api.json +58 -1
  21. tccli/services/ess/v20201111/examples.json +8 -0
  22. tccli/services/essbasic/v20210526/api.json +10 -1
  23. tccli/services/iotvideo/v20201215/api.json +9 -6
  24. tccli/services/iotvideo/v20211125/api.json +9 -6
  25. tccli/services/monitor/monitor_client.py +53 -0
  26. tccli/services/monitor/v20180724/api.json +24 -0
  27. tccli/services/monitor/v20180724/examples.json +8 -0
  28. tccli/services/mrs/v20200910/api.json +2 -2
  29. tccli/services/mrs/v20200910/examples.json +1 -1
  30. tccli/services/oceanus/v20190422/api.json +17 -46
  31. tccli/services/omics/omics_client.py +170 -11
  32. tccli/services/omics/v20221128/api.json +312 -0
  33. tccli/services/omics/v20221128/examples.json +24 -0
  34. tccli/services/redis/v20180412/api.json +136 -174
  35. tccli/services/redis/v20180412/examples.json +21 -21
  36. tccli/services/rum/v20210622/api.json +9 -16
  37. tccli/services/scf/v20180416/api.json +29 -21
  38. tccli/services/scf/v20180416/examples.json +1 -1
  39. tccli/services/ssl/v20191205/api.json +52 -57
  40. tccli/services/ssl/v20191205/examples.json +3 -3
  41. tccli/services/ssm/v20190923/api.json +26 -30
  42. tccli/services/ssm/v20190923/examples.json +4 -4
  43. tccli/services/tcss/v20201101/api.json +9 -9
  44. tccli/services/tcss/v20201101/examples.json +1 -1
  45. tccli/services/teo/v20220901/api.json +3 -3
  46. tccli/services/tione/v20211111/api.json +17 -55
  47. tccli/services/tione/v20211111/examples.json +5 -5
  48. tccli/services/trp/v20210515/api.json +0 -2
  49. tccli/services/trp/v20210515/examples.json +2 -2
  50. tccli/services/vpc/v20170312/api.json +70 -47
  51. tccli/services/vpc/v20170312/examples.json +17 -23
  52. tccli/services/vrs/v20200824/api.json +3 -3
  53. tccli/services/wedata/v20210820/api.json +11 -10
  54. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/METADATA +2 -2
  55. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/RECORD +59 -59
  56. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/LICENSE +0 -0
  57. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.872.1.dist-info → tccli-3.0.874.1.dist-info}/top_level.txt +0 -0
@@ -162,14 +162,14 @@
162
162
  "status": "online"
163
163
  },
164
164
  "DescribeDBSecurityGroups": {
165
- "document": "本接口(DescribeDBSecurityGroups)用于查询实例的安全组详情。",
165
+ "document": "本接口(DescribeDBSecurityGroups)用于查询实例的安全组详情。",
166
166
  "input": "DescribeDBSecurityGroupsRequest",
167
167
  "name": "查询实例安全组详情",
168
168
  "output": "DescribeDBSecurityGroupsResponse",
169
169
  "status": "online"
170
170
  },
171
171
  "DescribeInstanceAccount": {
172
- "document": "查看实例子账号信息",
172
+ "document": "本接口(DescribeInstanceAccount)用于查看实例子账号信息。",
173
173
  "input": "DescribeInstanceAccountRequest",
174
174
  "name": "查看实例子账号信息",
175
175
  "output": "DescribeInstanceAccountResponse",
@@ -267,14 +267,14 @@
267
267
  "status": "online"
268
268
  },
269
269
  "DescribeInstanceParams": {
270
- "document": "查询实例参数列表",
270
+ "document": "本接口(DescribeInstanceParams)用于查询实例参数列表。",
271
271
  "input": "DescribeInstanceParamsRequest",
272
272
  "name": "查询实例的参数列表",
273
273
  "output": "DescribeInstanceParamsResponse",
274
274
  "status": "online"
275
275
  },
276
276
  "DescribeInstanceSecurityGroup": {
277
- "document": "查询实例安全组信息",
277
+ "document": "本接口(DescribeInstanceSecurityGroup)用于查询实例安全组信息。",
278
278
  "input": "DescribeInstanceSecurityGroupRequest",
279
279
  "name": "查询实例安全组信息",
280
280
  "output": "DescribeInstanceSecurityGroupResponse",
@@ -288,7 +288,7 @@
288
288
  "status": "online"
289
289
  },
290
290
  "DescribeInstanceZoneInfo": {
291
- "document": "查询Redis节点详细信息",
291
+ "document": "本接口(DescribeInstanceZoneInfo)用于查询 Redis 节点详细信息。",
292
292
  "input": "DescribeInstanceZoneInfoRequest",
293
293
  "name": "查询Redis节点详细信息",
294
294
  "output": "DescribeInstanceZoneInfoResponse",
@@ -456,7 +456,7 @@
456
456
  "status": "online"
457
457
  },
458
458
  "ManualBackupInstance": {
459
- "document": "手动备份Redis实例",
459
+ "document": "本接口(ManualBackupInstance)用于手动备份Redis实例。",
460
460
  "input": "ManualBackupInstanceRequest",
461
461
  "name": "手动备份Redis实例",
462
462
  "output": "ManualBackupInstanceResponse",
@@ -656,8 +656,8 @@
656
656
  "document": "子账号信息",
657
657
  "members": [
658
658
  {
659
- "default": "",
660
- "document": "实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
659
+ "document": "实例 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
660
+ "example": "",
661
661
  "member": "string",
662
662
  "name": "InstanceId",
663
663
  "required": true,
@@ -665,8 +665,8 @@
665
665
  "value_allowed_null": true
666
666
  },
667
667
  {
668
- "default": "",
669
- "document": "账号名称(如果是主账号,名称为root)\n注意:此字段可能返回 null,表示取不到有效值。",
668
+ "document": "账号名称。\n注意:此字段可能返回 null,表示取不到有效值。",
669
+ "example": "",
670
670
  "member": "string",
671
671
  "name": "AccountName",
672
672
  "required": true,
@@ -674,8 +674,8 @@
674
674
  "value_allowed_null": true
675
675
  },
676
676
  {
677
- "default": "",
678
- "document": "账号描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
677
+ "document": "账号描述信息。\n注意:此字段可能返回 null,表示取不到有效值。",
678
+ "example": "",
679
679
  "member": "string",
680
680
  "name": "Remark",
681
681
  "required": true,
@@ -683,8 +683,8 @@
683
683
  "value_allowed_null": true
684
684
  },
685
685
  {
686
- "default": "",
687
- "document": "读写策略:r-只读,w-只写,rw-读写\n注意:此字段可能返回 null,表示取不到有效值。",
686
+ "document": "读写权限策略。\n- r:只读。\n- w:只写。\n- rw:读写。\n注意:此字段可能返回 null,表示取不到有效值。",
687
+ "example": "",
688
688
  "member": "string",
689
689
  "name": "Privilege",
690
690
  "required": true,
@@ -692,8 +692,8 @@
692
692
  "value_allowed_null": true
693
693
  },
694
694
  {
695
- "default": "",
696
- "document": "路由策略:master-主节点,replication-从节点\n注意:此字段可能返回 null,表示取不到有效值。",
695
+ "document": "只读路由策略。\n- master:主节点。\n- replication:从节点。\n注意:此字段可能返回 null,表示取不到有效值。",
696
+ "example": "",
697
697
  "member": "string",
698
698
  "name": "ReadonlyPolicy",
699
699
  "required": true,
@@ -701,8 +701,8 @@
701
701
  "value_allowed_null": true
702
702
  },
703
703
  {
704
- "default": "",
705
- "document": "子账号状态:1-账号变更中,2-账号有效,-4-账号已删除\n注意:此字段可能返回 null,表示取不到有效值。",
704
+ "document": "子账号状态.\n- 1:账号变更中。\n- 2:账号有效。\n- 4:账号已删除。\n注意:此字段可能返回 null,表示取不到有效值。",
705
+ "example": "",
706
706
  "member": "int64",
707
707
  "name": "Status",
708
708
  "required": true,
@@ -2587,7 +2587,6 @@
2587
2587
  "document": "DescribeDBSecurityGroups请求参数结构体",
2588
2588
  "members": [
2589
2589
  {
2590
- "default": "",
2591
2590
  "document": "数据库引擎名称,本接口取值:redis。",
2592
2591
  "example": "crs-eb2w7dto",
2593
2592
  "member": "string",
@@ -2596,8 +2595,7 @@
2596
2595
  "type": "string"
2597
2596
  },
2598
2597
  {
2599
- "default": "",
2600
- "document": "实例ID,格式如:cdb-c1nl9rpv或者cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同。",
2598
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。\n",
2601
2599
  "example": "redis",
2602
2600
  "member": "string",
2603
2601
  "name": "InstanceId",
@@ -2615,25 +2613,22 @@
2615
2613
  "example": "无",
2616
2614
  "member": "SecurityGroup",
2617
2615
  "name": "Groups",
2618
- "required": true,
2619
2616
  "type": "list",
2620
2617
  "value_allowed_null": false
2621
2618
  },
2622
2619
  {
2623
- "document": "安全组生效内网地址。",
2620
+ "document": "实例内网IPv4地址。",
2624
2621
  "example": "10.10.0.1",
2625
2622
  "member": "string",
2626
2623
  "name": "VIP",
2627
- "required": true,
2628
2624
  "type": "string",
2629
2625
  "value_allowed_null": false
2630
2626
  },
2631
2627
  {
2632
- "document": "安全组生效内网端口。",
2628
+ "document": "内网端口。",
2633
2629
  "example": "6379",
2634
2630
  "member": "string",
2635
2631
  "name": "VPort",
2636
- "required": true,
2637
2632
  "type": "string",
2638
2633
  "value_allowed_null": false
2639
2634
  },
@@ -2650,8 +2645,7 @@
2650
2645
  "document": "DescribeInstanceAccount请求参数结构体",
2651
2646
  "members": [
2652
2647
  {
2653
- "default": "",
2654
- "document": "实例ID",
2648
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
2655
2649
  "example": "crs-5a4py64p",
2656
2650
  "member": "string",
2657
2651
  "name": "InstanceId",
@@ -2659,8 +2653,7 @@
2659
2653
  "type": "string"
2660
2654
  },
2661
2655
  {
2662
- "default": "",
2663
- "document": "分页大小",
2656
+ "document": "分页大小。",
2664
2657
  "example": "10",
2665
2658
  "member": "int64",
2666
2659
  "name": "Limit",
@@ -2668,8 +2661,7 @@
2668
2661
  "type": "int"
2669
2662
  },
2670
2663
  {
2671
- "default": "",
2672
- "document": "分页偏移量",
2664
+ "document": "分页偏移量。取Limit整数倍。计算公式:offset=limit*(页码-1)。",
2673
2665
  "example": "0",
2674
2666
  "member": "int64",
2675
2667
  "name": "Offset",
@@ -2683,20 +2675,18 @@
2683
2675
  "document": "DescribeInstanceAccount返回参数结构体",
2684
2676
  "members": [
2685
2677
  {
2686
- "document": "账号详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
2678
+ "document": "账号详细信息。\n注意:此字段可能返回 null,表示取不到有效值。",
2687
2679
  "example": "无",
2688
2680
  "member": "Account",
2689
2681
  "name": "Accounts",
2690
- "required": true,
2691
2682
  "type": "list",
2692
2683
  "value_allowed_null": true
2693
2684
  },
2694
2685
  {
2695
- "document": "账号个数\n注意:此字段可能返回 null,表示取不到有效值。",
2686
+ "document": "账号个数。\n注意:此字段可能返回 null,表示取不到有效值。",
2696
2687
  "example": "1",
2697
2688
  "member": "int64",
2698
2689
  "name": "TotalCount",
2699
- "required": true,
2700
2690
  "type": "int",
2701
2691
  "value_allowed_null": true
2702
2692
  },
@@ -3517,8 +3507,7 @@
3517
3507
  "document": "DescribeInstanceParams请求参数结构体",
3518
3508
  "members": [
3519
3509
  {
3520
- "default": "",
3521
- "document": "实例Id",
3510
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
3522
3511
  "example": "crs-5a4py64p",
3523
3512
  "member": "string",
3524
3513
  "name": "InstanceId",
@@ -3532,47 +3521,42 @@
3532
3521
  "document": "DescribeInstanceParams返回参数结构体",
3533
3522
  "members": [
3534
3523
  {
3535
- "document": "实例参数个数",
3524
+ "document": "参数列表总数量。",
3536
3525
  "example": "10",
3537
3526
  "member": "int64",
3538
3527
  "name": "TotalCount",
3539
- "required": true,
3540
3528
  "type": "int",
3541
3529
  "value_allowed_null": false
3542
3530
  },
3543
3531
  {
3544
- "document": "实例枚举类型参数",
3532
+ "document": "实例枚举类型参数。",
3545
3533
  "example": "无",
3546
3534
  "member": "InstanceEnumParam",
3547
3535
  "name": "InstanceEnumParam",
3548
- "required": true,
3549
3536
  "type": "list",
3550
3537
  "value_allowed_null": false
3551
3538
  },
3552
3539
  {
3553
- "document": "实例整型参数",
3540
+ "document": "实例整型参数。",
3554
3541
  "example": "无",
3555
3542
  "member": "InstanceIntegerParam",
3556
3543
  "name": "InstanceIntegerParam",
3557
- "required": true,
3558
3544
  "type": "list",
3559
3545
  "value_allowed_null": false
3560
3546
  },
3561
3547
  {
3562
- "document": "实例字符型参数",
3548
+ "document": "实例字符型参数。",
3563
3549
  "example": "无",
3564
3550
  "member": "InstanceTextParam",
3565
3551
  "name": "InstanceTextParam",
3566
- "required": true,
3567
3552
  "type": "list",
3568
3553
  "value_allowed_null": false
3569
3554
  },
3570
3555
  {
3571
- "document": "实例多选项型参数",
3556
+ "document": "实例多选项型参数。",
3572
3557
  "example": "无",
3573
3558
  "member": "InstanceMultiParam",
3574
3559
  "name": "InstanceMultiParam",
3575
- "required": true,
3576
3560
  "type": "list",
3577
3561
  "value_allowed_null": false
3578
3562
  },
@@ -3589,8 +3573,7 @@
3589
3573
  "document": "DescribeInstanceSecurityGroup请求参数结构体",
3590
3574
  "members": [
3591
3575
  {
3592
- "default": "",
3593
- "document": "实例列表",
3576
+ "document": "实例 ID 列表。例如;[\"crs-f2ho5rsz\\n\"]",
3594
3577
  "example": "[\"crs-f2ho5rsz\\n\"]",
3595
3578
  "member": "string",
3596
3579
  "name": "InstanceIds",
@@ -3604,11 +3587,10 @@
3604
3587
  "document": "DescribeInstanceSecurityGroup返回参数结构体",
3605
3588
  "members": [
3606
3589
  {
3607
- "document": "实例安全组信息",
3590
+ "document": "实例安全组信息。",
3608
3591
  "example": "无",
3609
3592
  "member": "InstanceSecurityGroupDetail",
3610
3593
  "name": "InstanceSecurityGroupsDetail",
3611
- "required": true,
3612
3594
  "type": "list",
3613
3595
  "value_allowed_null": false
3614
3596
  },
@@ -3675,8 +3657,7 @@
3675
3657
  "document": "DescribeInstanceZoneInfo请求参数结构体",
3676
3658
  "members": [
3677
3659
  {
3678
- "default": "",
3679
- "document": "实例Id,如:crs-6ubhgouj",
3660
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
3680
3661
  "example": "crs-6tl7uxxd",
3681
3662
  "member": "string",
3682
3663
  "name": "InstanceId",
@@ -3690,20 +3671,18 @@
3690
3671
  "document": "DescribeInstanceZoneInfo返回参数结构体",
3691
3672
  "members": [
3692
3673
  {
3693
- "document": "实例节点组的个数",
3674
+ "document": "实例节点组的个数。",
3694
3675
  "example": "2",
3695
3676
  "member": "int64",
3696
3677
  "name": "TotalCount",
3697
- "required": true,
3698
3678
  "type": "int",
3699
3679
  "value_allowed_null": false
3700
3680
  },
3701
3681
  {
3702
- "document": "实例节点组列表",
3682
+ "document": "实例节点组列表。",
3703
3683
  "example": "无",
3704
3684
  "member": "ReplicaGroup",
3705
3685
  "name": "ReplicaGroups",
3706
- "required": true,
3707
3686
  "type": "list",
3708
3687
  "value_allowed_null": false
3709
3688
  },
@@ -4299,8 +4278,7 @@
4299
4278
  "document": "DescribeProxySlowLog请求参数结构体",
4300
4279
  "members": [
4301
4280
  {
4302
- "default": "",
4303
- "document": "实例Id",
4281
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。\n",
4304
4282
  "example": "crs-nujgp1vw",
4305
4283
  "member": "string",
4306
4284
  "name": "InstanceId",
@@ -4308,8 +4286,7 @@
4308
4286
  "type": "string"
4309
4287
  },
4310
4288
  {
4311
- "default": "",
4312
- "document": "开始时间",
4289
+ "document": "慢查询的开始时间。",
4313
4290
  "example": "2021-02-23 11:06:01",
4314
4291
  "member": "string",
4315
4292
  "name": "BeginTime",
@@ -4317,8 +4294,7 @@
4317
4294
  "type": "string"
4318
4295
  },
4319
4296
  {
4320
- "default": "",
4321
- "document": "结束时间",
4297
+ "document": "慢查询的结束时间。",
4322
4298
  "example": "2021-02-23 11:08:01",
4323
4299
  "member": "string",
4324
4300
  "name": "EndTime",
@@ -4326,8 +4302,7 @@
4326
4302
  "type": "string"
4327
4303
  },
4328
4304
  {
4329
- "default": "",
4330
- "document": "慢查询阈值(单位:毫秒)",
4305
+ "document": "慢查询阈值,单位:毫秒。",
4331
4306
  "example": "100",
4332
4307
  "member": "int64",
4333
4308
  "name": "MinQueryTime",
@@ -4335,8 +4310,7 @@
4335
4310
  "type": "int"
4336
4311
  },
4337
4312
  {
4338
- "default": "",
4339
- "document": "页面大小",
4313
+ "document": "分页大小。默认为 20,取值范围[20,1000]。",
4340
4314
  "example": "10",
4341
4315
  "member": "int64",
4342
4316
  "name": "Limit",
@@ -4344,8 +4318,7 @@
4344
4318
  "type": "int"
4345
4319
  },
4346
4320
  {
4347
- "default": "",
4348
- "document": "偏移量,取Limit整数倍",
4321
+ "document": "偏移量,取Limit整数倍。",
4349
4322
  "example": "0",
4350
4323
  "member": "int64",
4351
4324
  "name": "Offset",
@@ -4359,20 +4332,18 @@
4359
4332
  "document": "DescribeProxySlowLog返回参数结构体",
4360
4333
  "members": [
4361
4334
  {
4362
- "document": "慢查询总数",
4335
+ "document": "慢查询总数。",
4363
4336
  "example": "10",
4364
4337
  "member": "int64",
4365
4338
  "name": "TotalCount",
4366
- "required": true,
4367
4339
  "type": "int",
4368
4340
  "value_allowed_null": false
4369
4341
  },
4370
4342
  {
4371
- "document": "慢查询详情",
4343
+ "document": "慢查询详情。",
4372
4344
  "example": "无",
4373
4345
  "member": "InstanceProxySlowlogDetail",
4374
4346
  "name": "InstanceProxySlowLogDetail",
4375
- "required": true,
4376
4347
  "type": "list",
4377
4348
  "value_allowed_null": false
4378
4349
  },
@@ -4553,7 +4524,7 @@
4553
4524
  "type": "int"
4554
4525
  },
4555
4526
  {
4556
- "document": "每个页面展示的慢查询条数,默认值为20。",
4527
+ "document": "每个页面展示的慢查询条数,默认值为20。取值范围:[20,1000]。",
4557
4528
  "example": "20",
4558
4529
  "member": "int64",
4559
4530
  "name": "Limit",
@@ -5733,8 +5704,8 @@
5733
5704
  "document": "实例枚举类型参数描述",
5734
5705
  "members": [
5735
5706
  {
5736
- "default": "",
5737
- "document": "参数名",
5707
+ "document": "参数名称。",
5708
+ "example": "",
5738
5709
  "member": "string",
5739
5710
  "name": "ParamName",
5740
5711
  "required": true,
@@ -5742,8 +5713,8 @@
5742
5713
  "value_allowed_null": false
5743
5714
  },
5744
5715
  {
5745
- "default": "",
5746
- "document": "参数类型:enum",
5716
+ "document": "参数类型,例如:Enum。",
5717
+ "example": "",
5747
5718
  "member": "string",
5748
5719
  "name": "ValueType",
5749
5720
  "required": true,
@@ -5751,8 +5722,8 @@
5751
5722
  "value_allowed_null": false
5752
5723
  },
5753
5724
  {
5754
- "default": "",
5755
- "document": "修改后是否需要重启:true,false",
5725
+ "document": "参数值修改后是否需要重启。\n- true:需要。\n- false:不需要。",
5726
+ "example": "",
5756
5727
  "member": "string",
5757
5728
  "name": "NeedRestart",
5758
5729
  "required": true,
@@ -5760,8 +5731,8 @@
5760
5731
  "value_allowed_null": false
5761
5732
  },
5762
5733
  {
5763
- "default": "",
5764
- "document": "参数默认值",
5734
+ "document": "参数默认值。",
5735
+ "example": "",
5765
5736
  "member": "string",
5766
5737
  "name": "DefaultValue",
5767
5738
  "required": true,
@@ -5769,8 +5740,8 @@
5769
5740
  "value_allowed_null": false
5770
5741
  },
5771
5742
  {
5772
- "default": "",
5773
- "document": "当前运行参数值",
5743
+ "document": "参数当前运行值。",
5744
+ "example": "",
5774
5745
  "member": "string",
5775
5746
  "name": "CurrentValue",
5776
5747
  "required": true,
@@ -5778,8 +5749,8 @@
5778
5749
  "value_allowed_null": false
5779
5750
  },
5780
5751
  {
5781
- "default": "",
5782
- "document": "参数说明",
5752
+ "document": "参数说明。",
5753
+ "example": "",
5783
5754
  "member": "string",
5784
5755
  "name": "Tips",
5785
5756
  "required": true,
@@ -5787,8 +5758,8 @@
5787
5758
  "value_allowed_null": false
5788
5759
  },
5789
5760
  {
5790
- "default": "",
5791
- "document": "参数可取值",
5761
+ "document": "参数可取的值。",
5762
+ "example": "",
5792
5763
  "member": "string",
5793
5764
  "name": "EnumValue",
5794
5765
  "required": true,
@@ -5796,8 +5767,8 @@
5796
5767
  "value_allowed_null": false
5797
5768
  },
5798
5769
  {
5799
- "default": "",
5800
- "document": "参数状态, 1: 修改中, 2:修改完成",
5770
+ "document": "参数修改状态。\n- 1: 修改中。\n- 2:修改完成。",
5771
+ "example": "",
5801
5772
  "member": "int64",
5802
5773
  "name": "Status",
5803
5774
  "required": true,
@@ -5907,8 +5878,8 @@
5907
5878
  "document": "实例多选项类型参数描述",
5908
5879
  "members": [
5909
5880
  {
5910
- "default": "",
5911
- "document": "参数名",
5881
+ "document": "参数名称。",
5882
+ "example": "",
5912
5883
  "member": "string",
5913
5884
  "name": "ParamName",
5914
5885
  "required": true,
@@ -5916,8 +5887,8 @@
5916
5887
  "value_allowed_null": false
5917
5888
  },
5918
5889
  {
5919
- "default": "",
5920
- "document": "参数类型:multi",
5890
+ "document": "参数类型。例如:multi。",
5891
+ "example": "",
5921
5892
  "member": "string",
5922
5893
  "name": "ValueType",
5923
5894
  "required": true,
@@ -5925,8 +5896,8 @@
5925
5896
  "value_allowed_null": false
5926
5897
  },
5927
5898
  {
5928
- "default": "",
5929
- "document": "修改后是否需要重启:true,false",
5899
+ "document": "参数修改后是否需要重启。\n- true:需要。\n- false:不需要。",
5900
+ "example": "",
5930
5901
  "member": "string",
5931
5902
  "name": "NeedRestart",
5932
5903
  "required": true,
@@ -5934,8 +5905,8 @@
5934
5905
  "value_allowed_null": false
5935
5906
  },
5936
5907
  {
5937
- "default": "",
5938
- "document": "参数默认值",
5908
+ "document": "参数默认值。",
5909
+ "example": "",
5939
5910
  "member": "string",
5940
5911
  "name": "DefaultValue",
5941
5912
  "required": true,
@@ -5943,8 +5914,8 @@
5943
5914
  "value_allowed_null": false
5944
5915
  },
5945
5916
  {
5946
- "default": "",
5947
- "document": "当前运行参数值",
5917
+ "document": "当前运行参数值。",
5918
+ "example": "",
5948
5919
  "member": "string",
5949
5920
  "name": "CurrentValue",
5950
5921
  "required": true,
@@ -5952,8 +5923,8 @@
5952
5923
  "value_allowed_null": false
5953
5924
  },
5954
5925
  {
5955
- "default": "",
5956
- "document": "参数说明",
5926
+ "document": "参数说明。",
5927
+ "example": "",
5957
5928
  "member": "string",
5958
5929
  "name": "Tips",
5959
5930
  "required": true,
@@ -5961,8 +5932,8 @@
5961
5932
  "value_allowed_null": false
5962
5933
  },
5963
5934
  {
5964
- "default": "",
5965
- "document": "参数说明",
5935
+ "document": "参数说明。",
5936
+ "example": "",
5966
5937
  "member": "string",
5967
5938
  "name": "EnumValue",
5968
5939
  "required": true,
@@ -5970,8 +5941,8 @@
5970
5941
  "value_allowed_null": false
5971
5942
  },
5972
5943
  {
5973
- "default": "",
5974
- "document": "参数状态, 1: 修改中, 2:修改完成",
5944
+ "document": "参数修改的状态。\n- 1:修改中。\n- 2:修改完成。",
5945
+ "example": "",
5975
5946
  "member": "int64",
5976
5947
  "name": "Status",
5977
5948
  "required": true,
@@ -6137,8 +6108,8 @@
6137
6108
  "document": "实例安全组信息",
6138
6109
  "members": [
6139
6110
  {
6140
- "default": "",
6141
- "document": "实例Id",
6111
+ "document": "实例 ID。",
6112
+ "example": "",
6142
6113
  "member": "string",
6143
6114
  "name": "InstanceId",
6144
6115
  "required": true,
@@ -6146,8 +6117,8 @@
6146
6117
  "value_allowed_null": false
6147
6118
  },
6148
6119
  {
6149
- "default": "",
6150
- "document": "安全组信息",
6120
+ "document": "安全组信息,包括:安全组 ID、安全组名称、安全组出入站规则。",
6121
+ "example": "",
6151
6122
  "member": "SecurityGroupDetail",
6152
6123
  "name": "SecurityGroupDetails",
6153
6124
  "required": true,
@@ -6746,8 +6717,8 @@
6746
6717
  "document": "实例字符型参数描述",
6747
6718
  "members": [
6748
6719
  {
6749
- "default": "",
6750
- "document": "参数名",
6720
+ "document": "参数名称。",
6721
+ "example": "",
6751
6722
  "member": "string",
6752
6723
  "name": "ParamName",
6753
6724
  "required": true,
@@ -6755,8 +6726,8 @@
6755
6726
  "value_allowed_null": false
6756
6727
  },
6757
6728
  {
6758
- "default": "",
6759
- "document": "参数类型:text",
6729
+ "document": "参数类型。例如:text。",
6730
+ "example": "",
6760
6731
  "member": "string",
6761
6732
  "name": "ValueType",
6762
6733
  "required": true,
@@ -6764,8 +6735,8 @@
6764
6735
  "value_allowed_null": false
6765
6736
  },
6766
6737
  {
6767
- "default": "",
6768
- "document": "修改后是否需要重启:true,false",
6738
+ "document": "参数修改后是否需要重启。\n- true:需要。\n- false:不需要。",
6739
+ "example": "",
6769
6740
  "member": "string",
6770
6741
  "name": "NeedRestart",
6771
6742
  "required": true,
@@ -6773,8 +6744,8 @@
6773
6744
  "value_allowed_null": false
6774
6745
  },
6775
6746
  {
6776
- "default": "",
6777
- "document": "参数默认值",
6747
+ "document": "参数默认值。",
6748
+ "example": "",
6778
6749
  "member": "string",
6779
6750
  "name": "DefaultValue",
6780
6751
  "required": true,
@@ -6782,8 +6753,8 @@
6782
6753
  "value_allowed_null": false
6783
6754
  },
6784
6755
  {
6785
- "default": "",
6786
- "document": "当前运行参数值",
6756
+ "document": "参数当前运行值。",
6757
+ "example": "",
6787
6758
  "member": "string",
6788
6759
  "name": "CurrentValue",
6789
6760
  "required": true,
@@ -6791,8 +6762,8 @@
6791
6762
  "value_allowed_null": false
6792
6763
  },
6793
6764
  {
6794
- "default": "",
6795
- "document": "参数说明",
6765
+ "document": "参数说明。",
6766
+ "example": "",
6796
6767
  "member": "string",
6797
6768
  "name": "Tips",
6798
6769
  "required": true,
@@ -6800,8 +6771,8 @@
6800
6771
  "value_allowed_null": false
6801
6772
  },
6802
6773
  {
6803
- "default": "",
6804
- "document": "参数可取值",
6774
+ "document": "参数可取值。",
6775
+ "example": "",
6805
6776
  "member": "string",
6806
6777
  "name": "TextValue",
6807
6778
  "required": true,
@@ -6809,8 +6780,8 @@
6809
6780
  "value_allowed_null": false
6810
6781
  },
6811
6782
  {
6812
- "default": "",
6813
- "document": "参数状态, 1: 修改中, 2:修改完成",
6783
+ "document": "参数修改状态。\n- 1: 修改中。\n- 2:修改完成。",
6784
+ "example": "",
6814
6785
  "member": "int64",
6815
6786
  "name": "Status",
6816
6787
  "required": true,
@@ -7060,8 +7031,7 @@
7060
7031
  "document": "ManualBackupInstance请求参数结构体",
7061
7032
  "members": [
7062
7033
  {
7063
- "default": "",
7064
- "document": "待操作的实例ID,可通过 DescribeInstance接口返回值中的 InstanceId 获取。",
7034
+ "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。",
7065
7035
  "example": "crs-5a4py64p",
7066
7036
  "member": "string",
7067
7037
  "name": "InstanceId",
@@ -7069,8 +7039,7 @@
7069
7039
  "type": "string"
7070
7040
  },
7071
7041
  {
7072
- "default": "",
7073
- "document": "备份的备注信息",
7042
+ "document": "手动备份任务的备注信息。",
7074
7043
  "example": "xxxx",
7075
7044
  "member": "string",
7076
7045
  "name": "Remark",
@@ -7078,8 +7047,7 @@
7078
7047
  "type": "string"
7079
7048
  },
7080
7049
  {
7081
- "default": "",
7082
- "document": "保存天数。0代表指定默认保留时间",
7050
+ "document": "备份数据的保存天数。\n- 单位:天;默认值为7天;取值范围:[0.1825]。如果超过 7天,请[提交工单](https://console.cloud.tencent.com/workorder/category)申请。\n- 如果不配置该参数,默认与自动备份的保留时间一致。\n- 如果未设置自动备份,默认为7天。",
7083
7051
  "example": "7",
7084
7052
  "member": "int64",
7085
7053
  "name": "StorageDays",
@@ -7097,7 +7065,6 @@
7097
7065
  "example": "6954227",
7098
7066
  "member": "int64",
7099
7067
  "name": "TaskId",
7100
- "required": true,
7101
7068
  "type": "int",
7102
7069
  "value_allowed_null": false
7103
7070
  },
@@ -8569,8 +8536,7 @@
8569
8536
  "document": "Redis节点的运行信息",
8570
8537
  "members": [
8571
8538
  {
8572
- "default": "",
8573
- "document": "节点key的个数",
8539
+ "document": "Redis 节点上 Key 的个数。",
8574
8540
  "example": "1",
8575
8541
  "member": "int64",
8576
8542
  "name": "Keys",
@@ -8579,8 +8545,7 @@
8579
8545
  "value_allowed_null": false
8580
8546
  },
8581
8547
  {
8582
- "default": "",
8583
- "document": "节点slot分布",
8548
+ "document": "Redis 节点 Slot 分布范围。例如:0-5460。",
8584
8549
  "example": "0-5460",
8585
8550
  "member": "string",
8586
8551
  "name": "Slot",
@@ -8589,8 +8554,7 @@
8589
8554
  "value_allowed_null": false
8590
8555
  },
8591
8556
  {
8592
- "default": "",
8593
- "document": "节点的序列ID",
8557
+ "document": "节点的序列 ID。",
8594
8558
  "example": "b69eda124a34c1b713e81f7cb947161b06214328",
8595
8559
  "member": "string",
8596
8560
  "name": "NodeId",
@@ -8599,8 +8563,7 @@
8599
8563
  "value_allowed_null": false
8600
8564
  },
8601
8565
  {
8602
- "default": "",
8603
- "document": "节点的状态",
8566
+ "document": "节点的状态。",
8604
8567
  "example": "Normal",
8605
8568
  "member": "string",
8606
8569
  "name": "Status",
@@ -8609,8 +8572,7 @@
8609
8572
  "value_allowed_null": false
8610
8573
  },
8611
8574
  {
8612
- "default": "",
8613
- "document": "节点角色",
8575
+ "document": "节点角色。",
8614
8576
  "example": "master",
8615
8577
  "member": "string",
8616
8578
  "name": "Role",
@@ -8914,11 +8876,11 @@
8914
8876
  "type": "object"
8915
8877
  },
8916
8878
  "ReplicaGroup": {
8917
- "document": "实例节点信息",
8879
+ "document": "实例节点组信息",
8918
8880
  "members": [
8919
8881
  {
8920
- "default": "",
8921
- "document": "节点组ID",
8882
+ "document": "节点组 ID。",
8883
+ "example": "",
8922
8884
  "member": "int64",
8923
8885
  "name": "GroupId",
8924
8886
  "required": true,
@@ -8926,8 +8888,8 @@
8926
8888
  "value_allowed_null": false
8927
8889
  },
8928
8890
  {
8929
- "default": "",
8930
- "document": "节点组的名称,主节点为空",
8891
+ "document": "节点组的名称,主节点为空。",
8892
+ "example": "",
8931
8893
  "member": "string",
8932
8894
  "name": "GroupName",
8933
8895
  "required": true,
@@ -8935,8 +8897,8 @@
8935
8897
  "value_allowed_null": false
8936
8898
  },
8937
8899
  {
8938
- "default": "",
8939
8900
  "document": "节点的可用区ID,比如ap-guangzhou-1",
8901
+ "example": "无",
8940
8902
  "member": "string",
8941
8903
  "name": "ZoneId",
8942
8904
  "required": true,
@@ -8944,8 +8906,8 @@
8944
8906
  "value_allowed_null": false
8945
8907
  },
8946
8908
  {
8947
- "default": "",
8948
8909
  "document": "节点组类型,master为主节点,replica为副本节点",
8910
+ "example": "无",
8949
8911
  "member": "string",
8950
8912
  "name": "Role",
8951
8913
  "required": true,
@@ -8953,8 +8915,8 @@
8953
8915
  "value_allowed_null": false
8954
8916
  },
8955
8917
  {
8956
- "default": "",
8957
8918
  "document": "节点组节点列表",
8919
+ "example": "无",
8958
8920
  "member": "RedisNode",
8959
8921
  "name": "RedisNodes",
8960
8922
  "required": true,
@@ -9169,8 +9131,8 @@
9169
9131
  "document": "安全组详情",
9170
9132
  "members": [
9171
9133
  {
9172
- "default": "",
9173
- "document": "项目Id",
9134
+ "document": "项目ID。",
9135
+ "example": "",
9174
9136
  "member": "int64",
9175
9137
  "name": "ProjectId",
9176
9138
  "required": true,
@@ -9178,8 +9140,8 @@
9178
9140
  "value_allowed_null": false
9179
9141
  },
9180
9142
  {
9181
- "default": "",
9182
- "document": "创建时间",
9143
+ "document": "创建安全组的时间。",
9144
+ "example": "",
9183
9145
  "member": "string",
9184
9146
  "name": "CreateTime",
9185
9147
  "required": true,
@@ -9187,8 +9149,8 @@
9187
9149
  "value_allowed_null": false
9188
9150
  },
9189
9151
  {
9190
- "default": "",
9191
- "document": "安全组Id",
9152
+ "document": "安全组 ID。",
9153
+ "example": "",
9192
9154
  "member": "string",
9193
9155
  "name": "SecurityGroupId",
9194
9156
  "required": true,
@@ -9196,8 +9158,8 @@
9196
9158
  "value_allowed_null": false
9197
9159
  },
9198
9160
  {
9199
- "default": "",
9200
- "document": "安全组名称",
9161
+ "document": "安全组名称。",
9162
+ "example": "",
9201
9163
  "member": "string",
9202
9164
  "name": "SecurityGroupName",
9203
9165
  "required": true,
@@ -9205,8 +9167,8 @@
9205
9167
  "value_allowed_null": false
9206
9168
  },
9207
9169
  {
9208
- "default": "",
9209
- "document": "安全组标记",
9170
+ "document": "安全组标记。",
9171
+ "example": "",
9210
9172
  "member": "string",
9211
9173
  "name": "SecurityGroupRemark",
9212
9174
  "required": true,
@@ -9214,8 +9176,8 @@
9214
9176
  "value_allowed_null": false
9215
9177
  },
9216
9178
  {
9217
- "default": "",
9218
- "document": "安全组入站规则",
9179
+ "document": "安全组入站规则,即控制访问数据库的来源。",
9180
+ "example": "",
9219
9181
  "member": "SecurityGroupsInboundAndOutbound",
9220
9182
  "name": "InboundRule",
9221
9183
  "required": true,
@@ -9223,8 +9185,8 @@
9223
9185
  "value_allowed_null": false
9224
9186
  },
9225
9187
  {
9226
- "default": "",
9227
- "document": "安全组出站规则",
9188
+ "document": "安全组出站规则。",
9189
+ "example": "",
9228
9190
  "member": "SecurityGroupsInboundAndOutbound",
9229
9191
  "name": "OutboundRule",
9230
9192
  "required": true,
@@ -9238,8 +9200,8 @@
9238
9200
  "document": "安全组出入规则",
9239
9201
  "members": [
9240
9202
  {
9241
- "default": "",
9242
- "document": "执行动作",
9203
+ "document": "标识出入数据库的IP与端口是否被允许。",
9204
+ "example": "",
9243
9205
  "member": "string",
9244
9206
  "name": "Action",
9245
9207
  "required": true,
@@ -9247,8 +9209,8 @@
9247
9209
  "value_allowed_null": false
9248
9210
  },
9249
9211
  {
9250
- "default": "",
9251
- "document": "IP地址",
9212
+ "document": "出入数据库的IP地址",
9213
+ "example": "",
9252
9214
  "member": "string",
9253
9215
  "name": "Ip",
9254
9216
  "required": true,
@@ -9256,8 +9218,8 @@
9256
9218
  "value_allowed_null": false
9257
9219
  },
9258
9220
  {
9259
- "default": "",
9260
- "document": "端口号",
9221
+ "document": "端口号。",
9222
+ "example": "",
9261
9223
  "member": "string",
9262
9224
  "name": "Port",
9263
9225
  "required": true,
@@ -9265,8 +9227,8 @@
9265
9227
  "value_allowed_null": false
9266
9228
  },
9267
9229
  {
9268
- "default": "",
9269
- "document": "协议类型",
9230
+ "document": "协议类型。",
9231
+ "example": "",
9270
9232
  "member": "string",
9271
9233
  "name": "Proto",
9272
9234
  "required": true,