tccli 3.0.1137.1__py2.py3-none-any.whl → 3.0.1138.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 (29) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +1 -1
  3. tccli/help_command.py +1 -1
  4. tccli/services/asr/v20190614/api.json +9 -0
  5. tccli/services/cdwch/v20200915/api.json +1 -1
  6. tccli/services/ckafka/v20190819/api.json +25 -25
  7. tccli/services/ckafka/v20190819/examples.json +18 -18
  8. tccli/services/cls/v20201016/api.json +24 -5
  9. tccli/services/cls/v20201016/examples.json +1 -1
  10. tccli/services/domain/v20180808/api.json +36 -0
  11. tccli/services/ess/v20201111/api.json +2 -2
  12. tccli/services/ess/v20201111/examples.json +2 -2
  13. tccli/services/essbasic/v20210526/api.json +2 -2
  14. tccli/services/essbasic/v20210526/examples.json +2 -2
  15. tccli/services/iotexplorer/v20190423/api.json +11 -0
  16. tccli/services/redis/v20180412/api.json +23 -23
  17. tccli/services/ssl/v20191205/api.json +171 -5
  18. tccli/services/ssl/v20191205/examples.json +1 -1
  19. tccli/services/tdmq/v20200217/api.json +7 -5
  20. tccli/services/thpc/v20230321/api.json +42 -21
  21. tccli/services/tke/v20180525/api.json +149 -71
  22. tccli/services/tke/v20180525/examples.json +69 -57
  23. tccli/services/trtc/v20190722/api.json +1 -1
  24. tccli/services/tsf/v20180326/api.json +1 -1
  25. {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
  26. {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +29 -29
  27. {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
  28. {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
  29. {tccli-3.0.1137.1.dist-info → tccli-3.0.1138.1.dist-info}/license_files/LICENSE +0 -0
@@ -3037,7 +3037,7 @@
3037
3037
  },
3038
3038
  {
3039
3039
  "disabled": false,
3040
- "document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10。",
3040
+ "document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。",
3041
3041
  "example": "1",
3042
3042
  "member": "int64",
3043
3043
  "name": "TriggerCount",
@@ -9932,7 +9932,7 @@
9932
9932
  },
9933
9933
  {
9934
9934
  "disabled": false,
9935
- "document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为10。",
9935
+ "document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。",
9936
9936
  "example": "1",
9937
9937
  "member": "int64",
9938
9938
  "name": "TriggerCount",
@@ -11459,6 +11459,15 @@
11459
11459
  "required": false,
11460
11460
  "type": "bool"
11461
11461
  },
11462
+ {
11463
+ "disabled": false,
11464
+ "document": "日志主题扩展信息",
11465
+ "example": "无",
11466
+ "member": "TopicExtendInfo",
11467
+ "name": "Extends",
11468
+ "required": false,
11469
+ "type": "object"
11470
+ },
11462
11471
  {
11463
11472
  "disabled": false,
11464
11473
  "document": "日志主题分区数量",
@@ -11488,7 +11497,7 @@
11488
11497
  "members": [
11489
11498
  {
11490
11499
  "disabled": false,
11491
- "document": "执行周期, 可选值:PeriodFixed。\n\n- Period:固定频率\n- Fixed:固定时间",
11500
+ "document": "执行周期, 可选值:`Period`、`Fixed`。\n\n- Period:固定频率\n- Fixed:固定时间",
11492
11501
  "example": "无",
11493
11502
  "member": "string",
11494
11503
  "name": "Type",
@@ -11499,12 +11508,12 @@
11499
11508
  },
11500
11509
  {
11501
11510
  "disabled": false,
11502
- "document": "执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440",
11511
+ "document": "执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。\n当type为`Period`,`Fixed`时,time字段生效。",
11503
11512
  "example": "无",
11504
11513
  "member": "int64",
11505
11514
  "name": "Time",
11506
11515
  "output_required": true,
11507
- "required": true,
11516
+ "required": false,
11508
11517
  "type": "int",
11509
11518
  "value_allowed_null": false
11510
11519
  }
@@ -13740,6 +13749,16 @@
13740
13749
  "output_required": true,
13741
13750
  "type": "bool",
13742
13751
  "value_allowed_null": true
13752
+ },
13753
+ {
13754
+ "disabled": false,
13755
+ "document": "日志主题扩展信息\n注意:此字段可能返回 null,表示取不到有效值。",
13756
+ "example": "无",
13757
+ "member": "TopicExtendInfo",
13758
+ "name": "Extends",
13759
+ "output_required": false,
13760
+ "type": "object",
13761
+ "value_allowed_null": true
13743
13762
  }
13744
13763
  ],
13745
13764
  "usage": "out"
@@ -564,7 +564,7 @@
564
564
  {
565
565
  "document": "获取日志主题列表",
566
566
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopics\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
567
- "output": "{\n \"Response\": {\n \"Topics\": [\n {\n \"LogsetId\": \"46c34030-f7fd-xxxx-91ee-053215c2bf9c\",\n \"TopicId\": \"305f8be8-25a9-xxxx-8f05-361dafab39fe\",\n \"TopicName\": \"test\",\n \"PartitionCount\": 1,\n \"Index\": true,\n \"AssumerName\": \"\",\n \"SubAssumerName\": \"\",\n \"CreateTime\": \"2022-12-30 16:02:52\",\n \"Status\": true,\n \"Tags\": [],\n \"AutoSplit\": true,\n \"MaxSplitPartitions\": 50,\n \"StorageType\": \"hot\",\n \"Period\": 27,\n \"Describes\": \"\",\n \"HotPeriod\": 0,\n \"BizType\": 0,\n \"IsWebTracking\": false\n }\n ],\n \"RequestId\": \"cdb48d76-9be0-xxxx-8654-56290de7442e\",\n \"TotalCount\": 1\n }\n}",
567
+ "output": "{\n \"Response\": {\n \"Topics\": [\n {\n \"LogsetId\": \"46c34030-f7fd-xxxx-91ee-053215c2bf9c\",\n \"TopicId\": \"305f8be8-25a9-xxxx-8f05-361dafab39fe\",\n \"TopicName\": \"test\",\n \"PartitionCount\": 1,\n \"Index\": true,\n \"AssumerName\": \"\",\n \"SubAssumerName\": \"\",\n \"CreateTime\": \"2022-12-30 16:02:52\",\n \"Status\": true,\n \"Tags\": [],\n \"AutoSplit\": true,\n \"MaxSplitPartitions\": 50,\n \"StorageType\": \"hot\",\n \"Period\": 27,\n \"Describes\": \"\",\n \"HotPeriod\": 0,\n \"BizType\": 0,\n \"IsWebTracking\": false,\n \"Extends\": {\n \"AnonymousAccess\": null\n }\n }\n ],\n \"RequestId\": \"cdb48d76-9be0-xxxx-8654-56290de7442e\",\n \"TotalCount\": 1\n }\n}",
568
568
  "title": "获取日志主题列表"
569
569
  }
570
570
  ],
@@ -5600,6 +5600,16 @@
5600
5600
  "type": "list",
5601
5601
  "value_allowed_null": false
5602
5602
  },
5603
+ {
5604
+ "disabled": false,
5605
+ "document": "域名预定成功详情",
5606
+ "example": "[{\"tencent.com\",\"P0011702977661022561\"}]",
5607
+ "member": "SucDomainInfo",
5608
+ "name": "SucDomains",
5609
+ "output_required": false,
5610
+ "type": "list",
5611
+ "value_allowed_null": false
5612
+ },
5603
5613
  {
5604
5614
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5605
5615
  "member": "string",
@@ -5681,6 +5691,32 @@
5681
5691
  ],
5682
5692
  "type": "object"
5683
5693
  },
5694
+ "SucDomainInfo": {
5695
+ "document": "预释放域名预约参数补充成功信息",
5696
+ "members": [
5697
+ {
5698
+ "disabled": false,
5699
+ "document": "域名\n注意:此字段可能返回 null,表示取不到有效值。",
5700
+ "example": "tencent.com",
5701
+ "member": "string",
5702
+ "name": "Domain",
5703
+ "output_required": false,
5704
+ "type": "string",
5705
+ "value_allowed_null": true
5706
+ },
5707
+ {
5708
+ "disabled": false,
5709
+ "document": "业务ID\n注意:此字段可能返回 null,表示取不到有效值。",
5710
+ "example": "P0011702977661022561",
5711
+ "member": "string",
5712
+ "name": "BusinessId",
5713
+ "output_required": false,
5714
+ "type": "string",
5715
+ "value_allowed_null": true
5716
+ }
5717
+ ],
5718
+ "usage": "out"
5719
+ },
5684
5720
  "SyncCustomDnsHostRequest": {
5685
5721
  "document": "SyncCustomDnsHost请求参数结构体",
5686
5722
  "members": [
@@ -99,7 +99,7 @@
99
99
  "status": "online"
100
100
  },
101
101
  "CreateFlowBlockchainEvidenceUrl": {
102
- "document": "获取区块链存证报告查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证报告的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证报告样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成报告查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证报告,请妥善保管好二维码或链接。</li></ul>",
102
+ "document": "获取区块链存证证书查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证证书的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证证书样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成证书查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证证书,请妥善保管好二维码或链接。</li></ul>",
103
103
  "input": "CreateFlowBlockchainEvidenceUrlRequest",
104
104
  "name": "获取签署存证证书查看二维码",
105
105
  "output": "CreateFlowBlockchainEvidenceUrlResponse",
@@ -2940,7 +2940,7 @@
2940
2940
  },
2941
2941
  {
2942
2942
  "disabled": false,
2943
- "document": "查看短链,可直接点击短链查看报告。",
2943
+ "document": "查看短链,可直接点击短链查看证书。",
2944
2944
  "example": "https://test.essurl.cn/SR04UBxxxx",
2945
2945
  "member": "string",
2946
2946
  "name": "Url",
@@ -342,10 +342,10 @@
342
342
  ],
343
343
  "CreateFlowBlockchainEvidenceUrl": [
344
344
  {
345
- "document": "拥有访问权限的员工生成合同区块链存证报告查看二维码/链接",
345
+ "document": "拥有访问权限的员工生成合同区块链存证证书查看二维码/链接",
346
346
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowBlockchainEvidenceUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDR0fUUgyg*********jE1RTDui4pB\"\n },\n \"FlowId\": \"yDCANUUc************SI8fHrn0LCd\"\n}",
347
347
  "output": "{\n \"Response\": {\n \"ExpiredOn\": 1719463451,\n \"QrCode\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06d7914ff197f4b2b0*********27ec738d02a519c7a9f\",\n \"RequestId\": \"s1718858684971\",\n \"Url\": \"https://test.essurl.cn/SR0*****HF9B\"\n }\n}",
348
- "title": "生成合同区块链存证报告查看二维码/链接"
348
+ "title": "生成合同区块链存证证书查看二维码/链接"
349
349
  }
350
350
  ],
351
351
  "CreateFlowByFiles": [
@@ -344,7 +344,7 @@
344
344
  "status": "online"
345
345
  },
346
346
  "CreateFlowBlockchainEvidenceUrl": {
347
- "document": "获取区块链存证报告查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证报告的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证报告样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成报告查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证报告,请妥善保管好二维码或链接。</li></ul>",
347
+ "document": "获取区块链存证证书查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证证书的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证证书样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成证书查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证证书,请妥善保管好二维码或链接。</li></ul>",
348
348
  "input": "CreateFlowBlockchainEvidenceUrlRequest",
349
349
  "name": "获取签署存证证书查看二维码",
350
350
  "output": "CreateFlowBlockchainEvidenceUrlResponse",
@@ -6252,7 +6252,7 @@
6252
6252
  },
6253
6253
  {
6254
6254
  "disabled": false,
6255
- "document": "查看短链,可直接点击短链查看报告。",
6255
+ "document": "查看短链,可直接点击短链查看证书。",
6256
6256
  "example": "https://test.essurl.cn/SR04UBxxxx",
6257
6257
  "member": "string",
6258
6258
  "name": "Url",
@@ -748,10 +748,10 @@
748
748
  ],
749
749
  "CreateFlowBlockchainEvidenceUrl": [
750
750
  {
751
- "document": "拥有访问权限的员工生成合同区块链存证报告查看二维码/链接",
751
+ "document": "拥有访问权限的员工生成合同区块链存证证书查看二维码/链接",
752
752
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowBlockchainEvidenceUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"ianc_1111\"\n },\n \"ProxyOrganizationOpenId\": \"ABC_organization_open_id\",\n \"AppId\": \"16fd2f7d7*****f8d501d57b5ec\"\n },\n \"FlowId\": \"yDCANUUckp******7SI8fHrn0LCd\"\n}",
753
753
  "output": "{\n \"Response\": {\n \"ExpiredOn\": 1719463451,\n \"QrCode\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06d7914ff197f4b2b099ab565a5733**************3a5b2d692827ec738d02a519c7a9f\",\n \"RequestId\": \"s17188843684971\",\n \"Url\": \"https://test.essurl.cn/SR0****F9B\"\n }\n}",
754
- "title": "生成合同区块链存证报告查看二维码/链接"
754
+ "title": "生成合同区块链存证证书查看二维码/链接"
755
755
  }
756
756
  ],
757
757
  "CreateFlowGroupSignReview": [
@@ -1989,6 +1989,17 @@
1989
1989
  "required": true,
1990
1990
  "type": "string",
1991
1991
  "value_allowed_null": false
1992
+ },
1993
+ {
1994
+ "disabled": false,
1995
+ "document": "事件录像上传状态,Finished: 全部上传成功 Partial: 部分上传成功 Failed: 上传失败\t\n注意:此字段可能返回 null,表示取不到有效值。",
1996
+ "example": "Finished",
1997
+ "member": "string",
1998
+ "name": "UploadStatus",
1999
+ "output_required": false,
2000
+ "required": false,
2001
+ "type": "string",
2002
+ "value_allowed_null": true
1992
2003
  }
1993
2004
  ],
1994
2005
  "usage": "both"
@@ -4388,7 +4388,7 @@
4388
4388
  {
4389
4389
  "disabled": false,
4390
4390
  "document": "每页输出实例的数量,参数默认值20,最大值为1000。",
4391
- "example": "1",
4391
+ "example": "20",
4392
4392
  "member": "uint64",
4393
4393
  "name": "Limit",
4394
4394
  "required": false,
@@ -4406,7 +4406,7 @@
4406
4406
  {
4407
4407
  "disabled": false,
4408
4408
  "document": "指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。\n\n",
4409
- "example": "",
4409
+ "example": "crs-dagpcalj",
4410
4410
  "member": "string",
4411
4411
  "name": "InstanceId",
4412
4412
  "required": false,
@@ -4415,7 +4415,7 @@
4415
4415
  {
4416
4416
  "disabled": false,
4417
4417
  "document": "实例列表排序依据,枚举值如下所示:\n- projectId:依据项目ID排序。\n- createtime:依据实例创建时间排序。\n- instancename:依据实例名称排序。\n- type:依据实例类型排序。\n- curDeadline:依据实例到期时间排序。",
4418
- "example": "",
4418
+ "example": "instancename",
4419
4419
  "member": "string",
4420
4420
  "name": "OrderBy",
4421
4421
  "required": false,
@@ -4424,7 +4424,7 @@
4424
4424
  {
4425
4425
  "disabled": false,
4426
4426
  "document": "实例排序方式,默认为倒序排序。\n- 1:倒序。\n- 0:顺序。",
4427
- "example": "",
4427
+ "example": "0",
4428
4428
  "member": "int64",
4429
4429
  "name": "OrderType",
4430
4430
  "required": false,
@@ -4433,7 +4433,7 @@
4433
4433
  {
4434
4434
  "disabled": false,
4435
4435
  "document": "私有网络 ID 数组。如果不配置该参数或设置数组为空则默认选择基础网络。例如47525。该参数暂时保留,可忽略。请根据 UniqVpcIds 参数格式设置私有网络ID数组。",
4436
- "example": "",
4436
+ "example": "47525",
4437
4437
  "member": "string",
4438
4438
  "name": "VpcIds",
4439
4439
  "required": false,
@@ -4442,7 +4442,7 @@
4442
4442
  {
4443
4443
  "disabled": false,
4444
4444
  "document": "私有网络所属子网 ID 数组,例如:56854。该参数暂时保留,可忽略。请根据 UniqSubnetIds 参数格式设置私有网络子网 ID 数组。",
4445
- "example": "",
4445
+ "example": "56854",
4446
4446
  "member": "string",
4447
4447
  "name": "SubnetIds",
4448
4448
  "required": false,
@@ -4451,7 +4451,7 @@
4451
4451
  {
4452
4452
  "disabled": false,
4453
4453
  "document": "设置模糊查询关键字段,仅实例名称支持模糊查询。",
4454
- "example": "",
4454
+ "example": "test",
4455
4455
  "member": "string",
4456
4456
  "name": "SearchKey",
4457
4457
  "required": false,
@@ -4460,7 +4460,7 @@
4460
4460
  {
4461
4461
  "disabled": false,
4462
4462
  "document": "项目 ID 组成的数组。",
4463
- "example": "",
4463
+ "example": "[1289900]",
4464
4464
  "member": "int64",
4465
4465
  "name": "ProjectIds",
4466
4466
  "required": false,
@@ -4469,7 +4469,7 @@
4469
4469
  {
4470
4470
  "disabled": false,
4471
4471
  "document": "实例名称。",
4472
- "example": "",
4472
+ "example": "test",
4473
4473
  "member": "string",
4474
4474
  "name": "InstanceName",
4475
4475
  "required": false,
@@ -4478,7 +4478,7 @@
4478
4478
  {
4479
4479
  "disabled": false,
4480
4480
  "document": "私有网络 ID 数组。如果不配置该参数或者设置数组为空则默认选择基础网络,如:vpc-sad23jfdfk。",
4481
- "example": "",
4481
+ "example": "vpc-b6fsjaxt",
4482
4482
  "member": "string",
4483
4483
  "name": "UniqVpcIds",
4484
4484
  "required": false,
@@ -4487,7 +4487,7 @@
4487
4487
  {
4488
4488
  "disabled": false,
4489
4489
  "document": "私有网络所属子网 ID 数组,如:subnet-fdj24n34j2。",
4490
- "example": "",
4490
+ "example": "subnet-gqj66zh0",
4491
4491
  "member": "string",
4492
4492
  "name": "UniqSubnetIds",
4493
4493
  "required": false,
@@ -4496,7 +4496,7 @@
4496
4496
  {
4497
4497
  "disabled": false,
4498
4498
  "document": "地域 ID 数组,该参数已经弃用,可通过公共参数Region查询对应地域。",
4499
- "example": "",
4499
+ "example": "1",
4500
4500
  "member": "int64",
4501
4501
  "name": "RegionIds",
4502
4502
  "required": false,
@@ -4505,7 +4505,7 @@
4505
4505
  {
4506
4506
  "disabled": false,
4507
4507
  "document": "实例状态。\n- 0:待初始化。\n- 1:流程中。\n- 2:运行中。\n- -2:已隔离。\n- -3:待删除。",
4508
- "example": "",
4508
+ "example": "1",
4509
4509
  "member": "int64",
4510
4510
  "name": "Status",
4511
4511
  "required": false,
@@ -4514,7 +4514,7 @@
4514
4514
  {
4515
4515
  "disabled": false,
4516
4516
  "document": "实例架构版本。\n- 1:单机版。\n- 2:主从版。\n- 3:集群版。",
4517
- "example": "",
4517
+ "example": "2",
4518
4518
  "member": "int64",
4519
4519
  "name": "TypeVersion",
4520
4520
  "required": false,
@@ -4523,7 +4523,7 @@
4523
4523
  {
4524
4524
  "disabled": false,
4525
4525
  "document": "存储引擎信息。可设置为Redis-2.8、Redis-4.0、Redis-5.0、Redis-6.0 或者 CKV。",
4526
- "example": "",
4526
+ "example": "Redis-4.0",
4527
4527
  "member": "string",
4528
4528
  "name": "EngineName",
4529
4529
  "required": false,
@@ -4532,7 +4532,7 @@
4532
4532
  {
4533
4533
  "disabled": false,
4534
4534
  "document": "续费模式。\n- 0:手动续费。\n- 1:自动续费。\n- 2:到期不再续费。",
4535
- "example": "",
4535
+ "example": "1",
4536
4536
  "member": "int64",
4537
4537
  "name": "AutoRenew",
4538
4538
  "required": false,
@@ -4541,7 +4541,7 @@
4541
4541
  {
4542
4542
  "disabled": false,
4543
4543
  "document": "计费模式。\n- postpaid:按量计费。\n- prepaid:包年包月。",
4544
- "example": "",
4544
+ "example": "prepaid",
4545
4545
  "member": "string",
4546
4546
  "name": "BillingMode",
4547
4547
  "required": false,
@@ -4549,8 +4549,8 @@
4549
4549
  },
4550
4550
  {
4551
4551
  "disabled": false,
4552
- "document": "实例类型。\n- 2:Redis 2.8内存版(标准架构)。\n- 3:CKV 3.2内存版(标准架构)。\n- 4:CKV 3.2内存版(集群架构)。\n- 5:Redis 2.8内存版(单机)。\n- 6:Redis 4.0内存版(标准架构)。\n- 7:Redis 4.0内存版(集群架构)。\n- 8:Redis 5.0内存版(标准架构)。\n- 9:Redis 5.0内存版(集群架构)。\n- 15:Redis 6.2内存版(标准架构)。\n- 16:Redis 6.2内存版(集群架构)。",
4553
- "example": "",
4552
+ "document": "实例类型。\n- 2:Redis 2.8 内存版(标准架构)。\n- 3:CKV 3.2 内存版(标准架构)。\n- 4:CKV 3.2 内存版(集群架构)。\n- 5:Redis 2.8 内存版(单机)。\n- 6:Redis 4.0 内存版(标准架构)。\n- 7:Redis 4.0 内存版(集群架构)。\n- 8:Redis 5.0 内存版(标准架构)。\n- 9:Redis 5.0 内存版(集群架构)。\n- 15:Redis 6.2 内存版(标准架构)。\n- 16:Redis 6.2 内存版(集群架构)。\n- 17:Redis 7.0 内存版(标准架构)。\n- 18:Redis 7.0 内存版(集群架构)。",
4553
+ "example": "8",
4554
4554
  "member": "int64",
4555
4555
  "name": "Type",
4556
4556
  "required": false,
@@ -4559,7 +4559,7 @@
4559
4559
  {
4560
4560
  "disabled": false,
4561
4561
  "document": "该参数为数组类型,支持配置实例名称、实例 ID、IP地址,其中实例名称为模糊匹配,实例 ID 和 IP 地址精确匹配。\n\n- 数组中每一个元素取并集进行匹配查询。\n- **InstanceId** 与 **SearchKeys** 同时配置,则取二者交集进行匹配查询。",
4562
- "example": "",
4562
+ "example": "[\"crs-dagpcalj\"]",
4563
4563
  "member": "string",
4564
4564
  "name": "SearchKeys",
4565
4565
  "required": false,
@@ -4568,7 +4568,7 @@
4568
4568
  {
4569
4569
  "disabled": false,
4570
4570
  "document": "内部参数,用户可忽略。",
4571
- "example": "",
4571
+ "example": "1",
4572
4572
  "member": "int64",
4573
4573
  "name": "TypeList",
4574
4574
  "required": false,
@@ -4577,7 +4577,7 @@
4577
4577
  {
4578
4578
  "disabled": false,
4579
4579
  "document": "内部参数,用户可忽略。",
4580
- "example": "",
4580
+ "example": "1",
4581
4581
  "member": "string",
4582
4582
  "name": "MonitorVersion",
4583
4583
  "required": false,
@@ -4595,7 +4595,7 @@
4595
4595
  {
4596
4596
  "disabled": false,
4597
4597
  "document": "根据标签的 Key 筛选资源,该参数不配置或者数组设置为空值,则不根据标签Key进行过滤。",
4598
- "example": "",
4598
+ "example": "test",
4599
4599
  "member": "string",
4600
4600
  "name": "TagKeys",
4601
4601
  "required": false,