tccli 3.0.1136.1__py2.py3-none-any.whl → 3.0.1138.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
 - tccli/command.py +4 -1
 - tccli/help_command.py +4 -1
 - tccli/services/asr/v20190614/api.json +9 -0
 - tccli/services/cdb/v20170320/api.json +3 -3
 - tccli/services/cdwch/v20200915/api.json +1 -1
 - tccli/services/ckafka/v20190819/api.json +25 -25
 - tccli/services/ckafka/v20190819/examples.json +18 -18
 - tccli/services/cls/v20201016/api.json +117 -5
 - tccli/services/cls/v20201016/examples.json +1 -1
 - tccli/services/cwp/cwp_client.py +0 -53
 - tccli/services/cwp/v20180228/api.json +0 -43
 - tccli/services/cwp/v20180228/examples.json +0 -8
 - tccli/services/cynosdb/v20190107/api.json +10 -0
 - tccli/services/dlc/v20210125/api.json +23 -23
 - tccli/services/dlc/v20210125/examples.json +6 -6
 - tccli/services/domain/v20180808/api.json +36 -0
 - tccli/services/dts/v20211206/api.json +3 -3
 - tccli/services/ess/v20201111/api.json +2 -2
 - tccli/services/ess/v20201111/examples.json +2 -2
 - tccli/services/essbasic/v20210526/api.json +4 -4
 - tccli/services/essbasic/v20210526/examples.json +2 -2
 - tccli/services/faceid/v20180301/api.json +1 -1
 - tccli/services/ioa/ioa_client.py +159 -0
 - tccli/services/ioa/v20220601/api.json +897 -80
 - tccli/services/ioa/v20220601/examples.json +24 -0
 - tccli/services/iotexplorer/iotexplorer_client.py +178 -19
 - tccli/services/iotexplorer/v20190423/api.json +210 -0
 - tccli/services/iotexplorer/v20190423/examples.json +24 -0
 - tccli/services/live/v20180801/api.json +12 -6
 - tccli/services/ocr/v20181119/api.json +2 -2
 - tccli/services/partners/v20180321/api.json +26 -16
 - tccli/services/redis/v20180412/api.json +23 -23
 - tccli/services/ssl/v20191205/api.json +171 -5
 - tccli/services/ssl/v20191205/examples.json +1 -1
 - tccli/services/tcr/v20190924/api.json +57 -35
 - tccli/services/tcr/v20190924/examples.json +4 -4
 - tccli/services/tcss/v20201101/api.json +123 -13
 - tccli/services/tcss/v20201101/examples.json +3 -3
 - tccli/services/tdmq/v20200217/api.json +7 -5
 - tccli/services/thpc/v20230321/api.json +42 -21
 - tccli/services/tke/v20180525/api.json +162 -74
 - tccli/services/tke/v20180525/examples.json +69 -57
 - tccli/services/trtc/v20190722/api.json +1 -1
 - tccli/services/tsf/v20180326/api.json +1 -1
 - tccli/services/tts/v20190823/api.json +2 -2
 - tccli/services/wedata/v20210820/api.json +377 -0
 - tccli/services/wedata/v20210820/examples.json +8 -0
 - tccli/services/wedata/wedata_client.py +61 -8
 - {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
 - {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +54 -54
 - {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
 - {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
 - {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/license_files/LICENSE +0 -0
 
| 
         @@ -76,6 +76,14 @@ 
     | 
|
| 
       76 
76 
     | 
    
         
             
                    "title": "成功取消分配"
         
     | 
| 
       77 
77 
     | 
    
         
             
                  }
         
     | 
| 
       78 
78 
     | 
    
         
             
                ],
         
     | 
| 
      
 79 
     | 
    
         
            +
                "CheckFirmwareUpdate": [
         
     | 
| 
      
 80 
     | 
    
         
            +
                  {
         
     | 
| 
      
 81 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 82 
     | 
    
         
            +
                    "input": "https://iotexplorer.tencentcloudapi.com/?Action=CheckFirmwareUpdate\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
         
     | 
| 
      
 83 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"DstVersion\": \"1.1\",\n        \"CurrentVersion\": \"1.0\",\n        \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\"\n    }\n}",
         
     | 
| 
      
 84 
     | 
    
         
            +
                    "title": "示例1"
         
     | 
| 
      
 85 
     | 
    
         
            +
                  }
         
     | 
| 
      
 86 
     | 
    
         
            +
                ],
         
     | 
| 
       79 
87 
     | 
    
         
             
                "ControlDeviceData": [
         
     | 
| 
       80 
88 
     | 
    
         
             
                  {
         
     | 
| 
       81 
89 
     | 
    
         
             
                    "document": "设置设备数据",
         
     | 
| 
         @@ -562,6 +570,14 @@ 
     | 
|
| 
       562 
570 
     | 
    
         
             
                    "title": "查询固件升级任务详情"
         
     | 
| 
       563 
571 
     | 
    
         
             
                  }
         
     | 
| 
       564 
572 
     | 
    
         
             
                ],
         
     | 
| 
      
 573 
     | 
    
         
            +
                "DescribeFirmwareUpdateStatus": [
         
     | 
| 
      
 574 
     | 
    
         
            +
                  {
         
     | 
| 
      
 575 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 576 
     | 
    
         
            +
                    "input": "https://iotexplorer.tencentcloudapi.com/?Action=DescribeFirmwareUpdateStatus\n&ProductId=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
         
     | 
| 
      
 577 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"DstVersion\": \"1.0\",\n        \"OriVersion\": \"1.4\",\n        \"Percent\": 100,\n        \"RequestId\": \"adcfghb\",\n        \"Status\": 6\n    }\n}",
         
     | 
| 
      
 578 
     | 
    
         
            +
                    "title": "成功示例"
         
     | 
| 
      
 579 
     | 
    
         
            +
                  }
         
     | 
| 
      
 580 
     | 
    
         
            +
                ],
         
     | 
| 
       565 
581 
     | 
    
         
             
                "DescribeGatewayBindDevices": [
         
     | 
| 
       566 
582 
     | 
    
         
             
                  {
         
     | 
| 
       567 
583 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -1024,6 +1040,14 @@ 
     | 
|
| 
       1024 
1040 
     | 
    
         
             
                    "title": "发布广播消息"
         
     | 
| 
       1025 
1041 
     | 
    
         
             
                  }
         
     | 
| 
       1026 
1042 
     | 
    
         
             
                ],
         
     | 
| 
      
 1043 
     | 
    
         
            +
                "PublishFirmwareUpdateMessage": [
         
     | 
| 
      
 1044 
     | 
    
         
            +
                  {
         
     | 
| 
      
 1045 
     | 
    
         
            +
                    "document": "",
         
     | 
| 
      
 1046 
     | 
    
         
            +
                    "input": "https://iotexplorer.tencentcloudapi.com/?Action=PublishFirmwareUpdateMessage\n&ProductID=PR******ID\n&DeviceName=de***01\n&<公共请求参数>",
         
     | 
| 
      
 1047 
     | 
    
         
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"584406e9-bf59-46a3-8d45-39f1891bed7b\",\n        \"Status\": \"OK\"\n    }\n}",
         
     | 
| 
      
 1048 
     | 
    
         
            +
                    "title": "确认固件升级任务"
         
     | 
| 
      
 1049 
     | 
    
         
            +
                  }
         
     | 
| 
      
 1050 
     | 
    
         
            +
                ],
         
     | 
| 
       1027 
1051 
     | 
    
         
             
                "PublishMessage": [
         
     | 
| 
       1028 
1052 
     | 
    
         
             
                  {
         
     | 
| 
       1029 
1053 
     | 
    
         
             
                    "document": "",
         
     | 
| 
         @@ -2176,8 +2176,7 @@ 
     | 
|
| 
       2176 
2176 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       2177 
2177 
     | 
    
         
             
                      "name": "UseMixCropCenter",
         
     | 
| 
       2178 
2178 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       2179 
     | 
    
         
            -
                      "type": "int" 
     | 
| 
       2180 
     | 
    
         
            -
                      "value_allowed_null": false
         
     | 
| 
      
 2179 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
       2181 
2180 
     | 
    
         
             
                    },
         
     | 
| 
       2182 
2181 
     | 
    
         
             
                    {
         
     | 
| 
       2183 
2182 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -2186,8 +2185,7 @@ 
     | 
|
| 
       2186 
2185 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       2187 
2186 
     | 
    
         
             
                      "name": "AllowCopy",
         
     | 
| 
       2188 
2187 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       2189 
     | 
    
         
            -
                      "type": "int" 
     | 
| 
       2190 
     | 
    
         
            -
                      "value_allowed_null": false
         
     | 
| 
      
 2188 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
       2191 
2189 
     | 
    
         
             
                    },
         
     | 
| 
       2192 
2190 
     | 
    
         
             
                    {
         
     | 
| 
       2193 
2191 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
         @@ -2196,8 +2194,16 @@ 
     | 
|
| 
       2196 
2194 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       2197 
2195 
     | 
    
         
             
                      "name": "PassInputSei",
         
     | 
| 
       2198 
2196 
     | 
    
         
             
                      "required": false,
         
     | 
| 
       2199 
     | 
    
         
            -
                      "type": "int" 
     | 
| 
       2200 
     | 
    
         
            -
             
     | 
| 
      
 2197 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
      
 2198 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2199 
     | 
    
         
            +
                    {
         
     | 
| 
      
 2200 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 2201 
     | 
    
         
            +
                      "document": "取值范围[0,1]\n填1时,图片输入中的透明通道生效。",
         
     | 
| 
      
 2202 
     | 
    
         
            +
                      "example": "0",
         
     | 
| 
      
 2203 
     | 
    
         
            +
                      "member": "int64",
         
     | 
| 
      
 2204 
     | 
    
         
            +
                      "name": "UsePictureTransparent",
         
     | 
| 
      
 2205 
     | 
    
         
            +
                      "required": false,
         
     | 
| 
      
 2206 
     | 
    
         
            +
                      "type": "int"
         
     | 
| 
       2201 
2207 
     | 
    
         
             
                    }
         
     | 
| 
       2202 
2208 
     | 
    
         
             
                  ],
         
     | 
| 
       2203 
2209 
     | 
    
         
             
                  "usage": "in"
         
     | 
| 
         @@ -540,11 +540,11 @@ 
     | 
|
| 
       540 
540 
     | 
    
         
             
                  "status": "online"
         
     | 
| 
       541 
541 
     | 
    
         
             
                },
         
     | 
| 
       542 
542 
     | 
    
         
             
                "VatInvoiceVerify": {
         
     | 
| 
       543 
     | 
    
         
            -
                  "document": "本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票。\n\n默认接口请求频率限制:20次/秒。",
         
     | 
| 
      
 543 
     | 
    
         
            +
                  "document": "已上线VatInvoiceVerifyNew,VatInvoiceVerify需要下线,产品在官网已发通告\n\n本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票。\n\n默认接口请求频率限制:20次/秒。",
         
     | 
| 
       544 
544 
     | 
    
         
             
                  "input": "VatInvoiceVerifyRequest",
         
     | 
| 
       545 
545 
     | 
    
         
             
                  "name": "增值税发票核验",
         
     | 
| 
       546 
546 
     | 
    
         
             
                  "output": "VatInvoiceVerifyResponse",
         
     | 
| 
       547 
     | 
    
         
            -
                  "status": " 
     | 
| 
      
 547 
     | 
    
         
            +
                  "status": "deprecated"
         
     | 
| 
       548 
548 
     | 
    
         
             
                },
         
     | 
| 
       549 
549 
     | 
    
         
             
                "VatInvoiceVerifyNew": {
         
     | 
| 
       550 
550 
     | 
    
         
             
                  "document": "本接口支持增值税发票的准确性核验,您可以通过输入增值税发票的关键字段提供所需的验证信息,接口返回真实的票面相关信息,包括发票代码、发票号码、开票日期、金额、消费类型、购方名称、购方税号、销方名称、销方税号等多个常用字段。支持多种发票类型核验,包括增值税专用发票、增值税普通发票(含电子普通发票、卷式发票、通行费发票)、全电发票、机动车销售统一发票、货物运输业增值税专用发票、二手车销售统一发票、通用机打电子发票(广东和浙江)。\n\n默认接口请求频率限制:20次/秒。",
         
     | 
| 
         @@ -150,7 +150,7 @@ 
     | 
|
| 
       150 
150 
     | 
    
         
             
                      "example": "10000",
         
     | 
| 
       151 
151 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       152 
152 
     | 
    
         
             
                      "name": "Uin",
         
     | 
| 
       153 
     | 
    
         
            -
                      " 
     | 
| 
      
 153 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       154 
154 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       155 
155 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       156 
156 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -160,7 +160,7 @@ 
     | 
|
| 
       160 
160 
     | 
    
         
             
                      "example": "10000",
         
     | 
| 
       161 
161 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       162 
162 
     | 
    
         
             
                      "name": "ClientUin",
         
     | 
| 
       163 
     | 
    
         
            -
                      " 
     | 
| 
      
 163 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       164 
164 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       165 
165 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       166 
166 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -170,7 +170,7 @@ 
     | 
|
| 
       170 
170 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       171 
171 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       172 
172 
     | 
    
         
             
                      "name": "AgentTime",
         
     | 
| 
       173 
     | 
    
         
            -
                      " 
     | 
| 
      
 173 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       174 
174 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       175 
175 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       176 
176 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -180,7 +180,7 @@ 
     | 
|
| 
       180 
180 
     | 
    
         
             
                      "example": "b",
         
     | 
| 
       181 
181 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       182 
182 
     | 
    
         
             
                      "name": "ClientFlag",
         
     | 
| 
       183 
     | 
    
         
            -
                      " 
     | 
| 
      
 183 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       184 
184 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       185 
185 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       186 
186 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -190,7 +190,7 @@ 
     | 
|
| 
       190 
190 
     | 
    
         
             
                      "example": "腾讯",
         
     | 
| 
       191 
191 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       192 
192 
     | 
    
         
             
                      "name": "ClientRemark",
         
     | 
| 
       193 
     | 
    
         
            -
                      " 
     | 
| 
      
 193 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       194 
194 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       195 
195 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       196 
196 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -200,7 +200,7 @@ 
     | 
|
| 
       200 
200 
     | 
    
         
             
                      "example": "腾讯",
         
     | 
| 
       201 
201 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       202 
202 
     | 
    
         
             
                      "name": "ClientName",
         
     | 
| 
       203 
     | 
    
         
            -
                      " 
     | 
| 
      
 203 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       204 
204 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       205 
205 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       206 
206 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -210,7 +210,7 @@ 
     | 
|
| 
       210 
210 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       211 
211 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       212 
212 
     | 
    
         
             
                      "name": "AuthType",
         
     | 
| 
       213 
     | 
    
         
            -
                      " 
     | 
| 
      
 213 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       214 
214 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       215 
215 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       216 
216 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -220,7 +220,7 @@ 
     | 
|
| 
       220 
220 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       221 
221 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       222 
222 
     | 
    
         
             
                      "name": "AppId",
         
     | 
| 
       223 
     | 
    
         
            -
                      " 
     | 
| 
      
 223 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       224 
224 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       225 
225 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       226 
226 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -230,7 +230,7 @@ 
     | 
|
| 
       230 
230 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       231 
231 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       232 
232 
     | 
    
         
             
                      "name": "LastMonthAmt",
         
     | 
| 
       233 
     | 
    
         
            -
                      " 
     | 
| 
      
 233 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       234 
234 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       235 
235 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       236 
236 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -240,7 +240,7 @@ 
     | 
|
| 
       240 
240 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       241 
241 
     | 
    
         
             
                      "member": "int64",
         
     | 
| 
       242 
242 
     | 
    
         
             
                      "name": "ThisMonthAmt",
         
     | 
| 
       243 
     | 
    
         
            -
                      " 
     | 
| 
      
 243 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       244 
244 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       245 
245 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       246 
246 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -250,7 +250,7 @@ 
     | 
|
| 
       250 
250 
     | 
    
         
             
                      "example": "0",
         
     | 
| 
       251 
251 
     | 
    
         
             
                      "member": "uint64",
         
     | 
| 
       252 
252 
     | 
    
         
             
                      "name": "HasOverdueBill",
         
     | 
| 
       253 
     | 
    
         
            -
                      " 
     | 
| 
      
 253 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       254 
254 
     | 
    
         
             
                      "type": "int",
         
     | 
| 
       255 
255 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       256 
256 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -260,7 +260,7 @@ 
     | 
|
| 
       260 
260 
     | 
    
         
             
                      "example": "old",
         
     | 
| 
       261 
261 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       262 
262 
     | 
    
         
             
                      "name": "ClientType",
         
     | 
| 
       263 
     | 
    
         
            -
                      " 
     | 
| 
      
 263 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       264 
264 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       265 
265 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       266 
266 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -270,7 +270,7 @@ 
     | 
|
| 
       270 
270 
     | 
    
         
             
                      "example": "self",
         
     | 
| 
       271 
271 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       272 
272 
     | 
    
         
             
                      "name": "ProjectType",
         
     | 
| 
       273 
     | 
    
         
            -
                      " 
     | 
| 
      
 273 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       274 
274 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       275 
275 
     | 
    
         
             
                      "value_allowed_null": false
         
     | 
| 
       276 
276 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -280,7 +280,7 @@ 
     | 
|
| 
       280 
280 
     | 
    
         
             
                      "example": "10002",
         
     | 
| 
       281 
281 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       282 
282 
     | 
    
         
             
                      "name": "SalesUin",
         
     | 
| 
       283 
     | 
    
         
            -
                      " 
     | 
| 
      
 283 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       284 
284 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       285 
285 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       286 
286 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -290,7 +290,7 @@ 
     | 
|
| 
       290 
290 
     | 
    
         
             
                      "example": "腾讯",
         
     | 
| 
       291 
291 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       292 
292 
     | 
    
         
             
                      "name": "SalesName",
         
     | 
| 
       293 
     | 
    
         
            -
                      " 
     | 
| 
      
 293 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
       294 
294 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       295 
295 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       296 
296 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -300,7 +300,17 @@ 
     | 
|
| 
       300 
300 
     | 
    
         
             
                      "example": "10000***@qq.com",
         
     | 
| 
       301 
301 
     | 
    
         
             
                      "member": "string",
         
     | 
| 
       302 
302 
     | 
    
         
             
                      "name": "Mail",
         
     | 
| 
       303 
     | 
    
         
            -
                      " 
     | 
| 
      
 303 
     | 
    
         
            +
                      "output_required": true,
         
     | 
| 
      
 304 
     | 
    
         
            +
                      "type": "string",
         
     | 
| 
      
 305 
     | 
    
         
            +
                      "value_allowed_null": true
         
     | 
| 
      
 306 
     | 
    
         
            +
                    },
         
     | 
| 
      
 307 
     | 
    
         
            +
                    {
         
     | 
| 
      
 308 
     | 
    
         
            +
                      "disabled": false,
         
     | 
| 
      
 309 
     | 
    
         
            +
                      "document": "交易类型:交易类型 1-原类型 2-代理型  3-代采型\n注意:此字段可能返回 null,表示取不到有效值。",
         
     | 
| 
      
 310 
     | 
    
         
            +
                      "example": "1",
         
     | 
| 
      
 311 
     | 
    
         
            +
                      "member": "string",
         
     | 
| 
      
 312 
     | 
    
         
            +
                      "name": "TransactionType",
         
     | 
| 
      
 313 
     | 
    
         
            +
                      "output_required": false,
         
     | 
| 
       304 
314 
     | 
    
         
             
                      "type": "string",
         
     | 
| 
       305 
315 
     | 
    
         
             
                      "value_allowed_null": true
         
     | 
| 
       306 
316 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -4388,7 +4388,7 @@ 
     | 
|
| 
       4388 
4388 
     | 
    
         
             
                    {
         
     | 
| 
       4389 
4389 
     | 
    
         
             
                      "disabled": false,
         
     | 
| 
       4390 
4390 
     | 
    
         
             
                      "document": "每页输出实例的数量,参数默认值20,最大值为1000。",
         
     | 
| 
       4391 
     | 
    
         
            -
                      "example": " 
     | 
| 
      
 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,
         
     |