tccli 3.0.1124.1__py2.py3-none-any.whl → 3.0.1126.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/services/cls/v20201016/api.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +13 -10
- tccli/services/cynosdb/v20190107/examples.json +5 -5
- tccli/services/dlc/dlc_client.py +602 -72
- tccli/services/dlc/v20210125/api.json +856 -25
- tccli/services/dlc/v20210125/examples.json +86 -0
- tccli/services/domain/v20180808/api.json +702 -40
- tccli/services/domain/v20180808/examples.json +13 -13
- tccli/services/dts/v20180330/api.json +62 -37
- tccli/services/dts/v20180330/examples.json +1 -1
- tccli/services/eb/v20210416/api.json +63 -45
- tccli/services/eb/v20210416/examples.json +3 -9
- tccli/services/emr/v20190103/api.json +20 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +10 -10
- tccli/services/iotexplorer/v20190423/examples.json +1 -1
- tccli/services/mongodb/v20190725/api.json +18 -13
- tccli/services/monitor/v20180724/api.json +3 -2
- tccli/services/monitor/v20180724/examples.json +2 -2
- tccli/services/ocr/v20181119/api.json +4 -4
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/postgres/postgres_client.py +57 -4
- tccli/services/postgres/v20170312/api.json +415 -284
- tccli/services/postgres/v20170312/examples.json +29 -15
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +151 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/smh/v20210712/api.json +2 -2
- tccli/services/teo/teo_client.py +216 -4
- tccli/services/teo/v20220901/api.json +380 -5
- tccli/services/teo/v20220901/examples.json +32 -0
- tccli/services/tione/v20211111/api.json +70 -3
- tccli/services/tione/v20211111/examples.json +1 -1
- tccli/services/tse/tse_client.py +53 -0
- tccli/services/tse/v20201207/api.json +43 -0
- tccli/services/tse/v20201207/examples.json +8 -0
- tccli/services/vtc/v20240223/api.json +20 -0
- tccli/services/wedata/v20210820/api.json +20 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/RECORD +46 -46
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1124.1.dist-info → tccli-3.0.1126.1.dist-info}/license_files/LICENSE +0 -0
| @@ -91,7 +91,7 @@ | |
| 91 91 | 
             
                "DeleteBidding": [
         | 
| 92 92 | 
             
                  {
         | 
| 93 93 | 
             
                    "document": "删除记录",
         | 
| 94 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBidding\n<公共请求参数>\n\n{}",
         | 
| 94 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBidding\n<公共请求参数>\n\n{\n    \"BusinessID\": \"xxxx\"\n}",
         | 
| 95 95 | 
             
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"e5ae6a11-ad75-4196-8176-9d72bc287eda\"\n    }\n}",
         | 
| 96 96 | 
             
                    "title": "删除记录"
         | 
| 97 97 | 
             
                  }
         | 
| @@ -155,48 +155,48 @@ | |
| 155 155 | 
             
                "DescribeBiddingAppointDetail": [
         | 
| 156 156 | 
             
                  {
         | 
| 157 157 | 
             
                    "document": "我预定的域名-预约详情",
         | 
| 158 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingAppointDetail\n<公共请求参数>\n\n{}",
         | 
| 159 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"e0d60073-3fbb-4216-ba20-7ccad80d030a\",\n        \"Status\": 7\n    }\n}",
         | 
| 158 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingAppointDetail\n<公共请求参数>\n\n{\n    \"BusinessID\": \"xxxx\"\n}",
         | 
| 159 | 
            +
                    "output": "{\n    \"Response\": {\n        \"AppointBondPrice\": 70,\n        \"AppointEndTime\": \"2023-10-28 09:53:48\",\n        \"AppointNum\": 1,\n        \"AppointPrice\": 105,\n        \"AppointStartTime\": \"2023-10-18 09:53:48\",\n        \"DeleteTime\": \"2023-11-28 09:53:48\",\n        \"Domain\": \"sasdfzcccc2216.com\",\n        \"ExpireTime\": \"2023-09-28 09:53:48\",\n        \"RegTime\": \"2022-09-28 09:53:48\",\n        \"RequestId\": \"e0d60073-3fbb-4216-ba20-7ccad80d030a\",\n        \"Status\": 7\n    }\n}",
         | 
| 160 160 | 
             
                    "title": "我预定的域名-预约详情"
         | 
| 161 161 | 
             
                  }
         | 
| 162 162 | 
             
                ],
         | 
| 163 163 | 
             
                "DescribeBiddingAppointList": [
         | 
| 164 164 | 
             
                  {
         | 
| 165 165 | 
             
                    "document": "我的预约列表",
         | 
| 166 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingAppointList\n<公共请求参数>\n\n{\n    \"PageSize\": 20\n}",
         | 
| 167 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"02f51803-507c-40ad-b26a-9a0178fa7ffc\"\n    }\n}",
         | 
| 166 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingAppointList\n<公共请求参数>\n\n{\n    \"PageNumber\": 1,\n    \"PageSize\": 20\n}",
         | 
| 167 | 
            +
                    "output": "{\n    \"Response\": {\n        \"AppointList\": [\n            {\n                \"AppointBondPrice\": 70,\n                \"AppointEndTime\": \"2023-10-28T09:53:48+08:00\",\n                \"AppointNum\": 1,\n                \"AppointPrice\": 105,\n                \"BusinessID\": \"xxxx\",\n                \"Domain\": \"sasdfzcccc2216.com\",\n                \"Status\": 1\n            }\n        ],\n        \"RequestId\": \"02f51803-507c-40ad-b26a-9a0178fa7ffc\",\n        \"Total\": 1\n    }\n}",
         | 
| 168 168 | 
             
                    "title": "我的预约列表"
         | 
| 169 169 | 
             
                  }
         | 
| 170 170 | 
             
                ],
         | 
| 171 171 | 
             
                "DescribeBiddingDetail": [
         | 
| 172 172 | 
             
                  {
         | 
| 173 173 | 
             
                    "document": "我竞价的域名-竞价详情",
         | 
| 174 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingDetail\n<公共请求参数>\n\n{}",
         | 
| 175 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"5fdc5b55-514b-42f8-85a3-e269db61f752\"\n    }\n}",
         | 
| 174 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingDetail\n<公共请求参数>\n\n{\n    \"BusinessID\": \"xxxx\"\n}",
         | 
| 175 | 
            +
                    "output": "{\n    \"Response\": {\n        \"BiddingBondPrice\": 80,\n        \"BiddingBondRefund\": \"no\",\n        \"BiddingEndTime\": \"2023-11-04 09:53:48\",\n        \"BiddingFlag\": 1,\n        \"BiddingNum\": 1,\n        \"BiddingPrice\": 150,\n        \"BiddingStartTime\": \"2023-10-28 09:53:48\",\n        \"CurrentNickname\": \"feng\",\n        \"CurrentPrice\": 120,\n        \"DeleteTime\": \"2023-11-28 09:53:48\",\n        \"Domain\": \"sasdfzcccc2216.com\",\n        \"ExpireTime\": \"2023-09-28 09:53:48\",\n        \"RegTime\": \"2022-09-28 09:53:48\",\n        \"RequestId\": \"5fdc5b55-514b-42f8-85a3-e269db61f752\",\n        \"Status\": 2\n    }\n}",
         | 
| 176 176 | 
             
                    "title": "我竞价的域名-竞价详情"
         | 
| 177 177 | 
             
                  }
         | 
| 178 178 | 
             
                ],
         | 
| 179 179 | 
             
                "DescribeBiddingList": [
         | 
| 180 180 | 
             
                  {
         | 
| 181 181 | 
             
                    "document": "我的竞价列表",
         | 
| 182 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingList\n<公共请求参数>\n\n{\n    \"PageSize\": 20\n}",
         | 
| 183 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"560e00d9-ddf1-4d4b-a3d8-461eb8c8e40c\"\n    }\n}",
         | 
| 182 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingList\n<公共请求参数>\n\n{\n    \"PageNumber\": 1,\n    \"PageSize\": 20\n}",
         | 
| 183 | 
            +
                    "output": "{\n    \"Response\": {\n        \"BiddingList\": [\n            {\n                \"BiddingBondPrice\": 0,\n                \"BiddingEndTime\": \"2023-11-04 09:53:48\",\n                \"BiddingFlag\": 0,\n                \"BiddingNum\": 1,\n                \"BiddingPrice\": 0,\n                \"BusinessID\": \"xxxx\",\n                \"CurrentNickname\": \"feng\",\n                \"CurrentPrice\": 120,\n                \"Domain\": \"sasdfzcccc2216.com\",\n                \"Status\": 7\n            },\n            {\n                \"BiddingBondPrice\": 80,\n                \"BiddingEndTime\": \"2023-11-04 09:53:48\",\n                \"BiddingFlag\": 1,\n                \"BiddingNum\": 1,\n                \"BiddingPrice\": 150,\n                \"BusinessID\": \"xxxx\",\n                \"CurrentNickname\": \"feng\",\n                \"CurrentPrice\": 120,\n                \"Domain\": \"sasdfzcccc2216.com\",\n                \"Status\": 2\n            }\n        ],\n        \"RequestId\": \"560e00d9-ddf1-4d4b-a3d8-461eb8c8e40c\",\n        \"Total\": 2\n    }\n}",
         | 
| 184 184 | 
             
                    "title": "我的竞价列表"
         | 
| 185 185 | 
             
                  }
         | 
| 186 186 | 
             
                ],
         | 
| 187 187 | 
             
                "DescribeBiddingSuccessfulDetail": [
         | 
| 188 188 | 
             
                  {
         | 
| 189 189 | 
             
                    "document": "我得标的域名-得标详情",
         | 
| 190 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingSuccessfulDetail\n<公共请求参数>\n\n{}",
         | 
| 191 | 
            -
                    "output": "{\n    \"Response\": {\n        \"BiddingBondRefund\": \"no\",\n        \"RequestId\": \"7a179528-6d80-495b-8e6c-14b935eccec9\",\n        \"Status\": 5\n    }\n}",
         | 
| 190 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingSuccessfulDetail\n<公共请求参数>\n\n{\n    \"BusinessID\": \"xxxx\"\n}",
         | 
| 191 | 
            +
                    "output": "{\n    \"Response\": {\n        \"BiddingBondPrice\": 80,\n        \"BiddingBondRefund\": \"no\",\n        \"DeleteTime\": \"2023-11-28 09:53:48\",\n        \"Domain\": \"sasdfzcccc2216.com\",\n        \"ExpireTime\": \"2023-09-28 09:53:48\",\n        \"PayEndTime\": \"2023-11-07 09:53:48\",\n        \"RegTime\": \"2022-09-28 09:53:48\",\n        \"RequestId\": \"7a179528-6d80-495b-8e6c-14b935eccec9\",\n        \"Status\": 5,\n        \"SuccessfulPrice\": 200,\n        \"SuccessfulTime\": \"2023-10-25 16:00:00\"\n    }\n}",
         | 
| 192 192 | 
             
                    "title": "我得标的域名-得标详情"
         | 
| 193 193 | 
             
                  }
         | 
| 194 194 | 
             
                ],
         | 
| 195 195 | 
             
                "DescribeBiddingSuccessfulList": [
         | 
| 196 196 | 
             
                  {
         | 
| 197 197 | 
             
                    "document": "我得标的域名",
         | 
| 198 | 
            -
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingSuccessfulList\n<公共请求参数>\n\n{\n    \"PageSize\": 10\n}",
         | 
| 199 | 
            -
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"340187d9-be66-43e7-a837-80049dad20ec\"\n    }\n}",
         | 
| 198 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBiddingSuccessfulList\n<公共请求参数>\n\n{\n    \"PageNumber\": 1,\n    \"PageSize\": 10\n}",
         | 
| 199 | 
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"340187d9-be66-43e7-a837-80049dad20ec\",\n        \"SuccessfulList\": [\n            {}\n        ],\n        \"Total\": 1\n    }\n}",
         | 
| 200 200 | 
             
                    "title": "我得标的域名"
         | 
| 201 201 | 
             
                  }
         | 
| 202 202 | 
             
                ],
         | 
| @@ -1301,7 +1301,7 @@ | |
| 1301 1301 | 
             
                      "example": "2",
         | 
| 1302 1302 | 
             
                      "member": "int64",
         | 
| 1303 1303 | 
             
                      "name": "TotalCount",
         | 
| 1304 | 
            -
                      " | 
| 1304 | 
            +
                      "output_required": true,
         | 
| 1305 1305 | 
             
                      "type": "int",
         | 
| 1306 1306 | 
             
                      "value_allowed_null": false
         | 
| 1307 1307 | 
             
                    },
         | 
| @@ -1311,7 +1311,7 @@ | |
| 1311 1311 | 
             
                      "example": "无",
         | 
| 1312 1312 | 
             
                      "member": "SubscribeInfo",
         | 
| 1313 1313 | 
             
                      "name": "Items",
         | 
| 1314 | 
            -
                      " | 
| 1314 | 
            +
                      "output_required": true,
         | 
| 1315 1315 | 
             
                      "type": "list",
         | 
| 1316 1316 | 
             
                      "value_allowed_null": false
         | 
| 1317 1317 | 
             
                    },
         | 
| @@ -2465,12 +2465,13 @@ | |
| 2465 2465 | 
             
                      "example": "error",
         | 
| 2466 2466 | 
             
                      "member": "string",
         | 
| 2467 2467 | 
             
                      "name": "Message",
         | 
| 2468 | 
            -
                      " | 
| 2468 | 
            +
                      "output_required": false,
         | 
| 2469 | 
            +
                      "required": false,
         | 
| 2469 2470 | 
             
                      "type": "string",
         | 
| 2470 2471 | 
             
                      "value_allowed_null": true
         | 
| 2471 2472 | 
             
                    }
         | 
| 2472 2473 | 
             
                  ],
         | 
| 2473 | 
            -
                  "usage": " | 
| 2474 | 
            +
                  "usage": "both"
         | 
| 2474 2475 | 
             
                },
         | 
| 2475 2476 | 
             
                "SubscribeInfo": {
         | 
| 2476 2477 | 
             
                  "document": "订阅实例信息",
         | 
| @@ -2478,9 +2479,10 @@ | |
| 2478 2479 | 
             
                    {
         | 
| 2479 2480 | 
             
                      "disabled": false,
         | 
| 2480 2481 | 
             
                      "document": "数据订阅的实例ID",
         | 
| 2481 | 
            -
                      "example": "",
         | 
| 2482 | 
            +
                      "example": "无",
         | 
| 2482 2483 | 
             
                      "member": "string",
         | 
| 2483 2484 | 
             
                      "name": "SubscribeId",
         | 
| 2485 | 
            +
                      "output_required": true,
         | 
| 2484 2486 | 
             
                      "required": false,
         | 
| 2485 2487 | 
             
                      "type": "string",
         | 
| 2486 2488 | 
             
                      "value_allowed_null": false
         | 
| @@ -2488,9 +2490,10 @@ | |
| 2488 2490 | 
             
                    {
         | 
| 2489 2491 | 
             
                      "disabled": false,
         | 
| 2490 2492 | 
             
                      "document": "数据订阅实例的名称",
         | 
| 2491 | 
            -
                      "example": "",
         | 
| 2493 | 
            +
                      "example": "无",
         | 
| 2492 2494 | 
             
                      "member": "string",
         | 
| 2493 2495 | 
             
                      "name": "SubscribeName",
         | 
| 2496 | 
            +
                      "output_required": true,
         | 
| 2494 2497 | 
             
                      "required": false,
         | 
| 2495 2498 | 
             
                      "type": "string",
         | 
| 2496 2499 | 
             
                      "value_allowed_null": false
         | 
| @@ -2498,9 +2501,10 @@ | |
| 2498 2501 | 
             
                    {
         | 
| 2499 2502 | 
             
                      "disabled": false,
         | 
| 2500 2503 | 
             
                      "document": "数据订阅实例绑定的通道ID",
         | 
| 2501 | 
            -
                      "example": "",
         | 
| 2504 | 
            +
                      "example": "无",
         | 
| 2502 2505 | 
             
                      "member": "string",
         | 
| 2503 2506 | 
             
                      "name": "ChannelId",
         | 
| 2507 | 
            +
                      "output_required": true,
         | 
| 2504 2508 | 
             
                      "required": false,
         | 
| 2505 2509 | 
             
                      "type": "string",
         | 
| 2506 2510 | 
             
                      "value_allowed_null": false
         | 
| @@ -2508,9 +2512,10 @@ | |
| 2508 2512 | 
             
                    {
         | 
| 2509 2513 | 
             
                      "disabled": false,
         | 
| 2510 2514 | 
             
                      "document": "数据订阅绑定实例对应的产品名称",
         | 
| 2511 | 
            -
                      "example": "",
         | 
| 2515 | 
            +
                      "example": "无",
         | 
| 2512 2516 | 
             
                      "member": "string",
         | 
| 2513 2517 | 
             
                      "name": "Product",
         | 
| 2518 | 
            +
                      "output_required": true,
         | 
| 2514 2519 | 
             
                      "required": false,
         | 
| 2515 2520 | 
             
                      "type": "string",
         | 
| 2516 2521 | 
             
                      "value_allowed_null": false
         | 
| @@ -2518,9 +2523,10 @@ | |
| 2518 2523 | 
             
                    {
         | 
| 2519 2524 | 
             
                      "disabled": false,
         | 
| 2520 2525 | 
             
                      "document": "数据订阅实例绑定的数据库实例ID",
         | 
| 2521 | 
            -
                      "example": "",
         | 
| 2526 | 
            +
                      "example": "无",
         | 
| 2522 2527 | 
             
                      "member": "string",
         | 
| 2523 2528 | 
             
                      "name": "InstanceId",
         | 
| 2529 | 
            +
                      "output_required": true,
         | 
| 2524 2530 | 
             
                      "required": false,
         | 
| 2525 2531 | 
             
                      "type": "string",
         | 
| 2526 2532 | 
             
                      "value_allowed_null": false
         | 
| @@ -2528,9 +2534,10 @@ | |
| 2528 2534 | 
             
                    {
         | 
| 2529 2535 | 
             
                      "disabled": false,
         | 
| 2530 2536 | 
             
                      "document": "数据订阅实例绑定的数据库实例状态",
         | 
| 2531 | 
            -
                      "example": "",
         | 
| 2537 | 
            +
                      "example": "无",
         | 
| 2532 2538 | 
             
                      "member": "string",
         | 
| 2533 2539 | 
             
                      "name": "InstanceStatus",
         | 
| 2540 | 
            +
                      "output_required": true,
         | 
| 2534 2541 | 
             
                      "required": false,
         | 
| 2535 2542 | 
             
                      "type": "string",
         | 
| 2536 2543 | 
             
                      "value_allowed_null": false
         | 
| @@ -2538,9 +2545,10 @@ | |
| 2538 2545 | 
             
                    {
         | 
| 2539 2546 | 
             
                      "disabled": false,
         | 
| 2540 2547 | 
             
                      "document": "数据订阅实例的配置状态,unconfigure - 未配置, configuring - 配置中,configured - 已配置",
         | 
| 2541 | 
            -
                      "example": "",
         | 
| 2548 | 
            +
                      "example": "无",
         | 
| 2542 2549 | 
             
                      "member": "string",
         | 
| 2543 2550 | 
             
                      "name": "SubsStatus",
         | 
| 2551 | 
            +
                      "output_required": true,
         | 
| 2544 2552 | 
             
                      "required": false,
         | 
| 2545 2553 | 
             
                      "type": "string",
         | 
| 2546 2554 | 
             
                      "value_allowed_null": false
         | 
| @@ -2548,9 +2556,10 @@ | |
| 2548 2556 | 
             
                    {
         | 
| 2549 2557 | 
             
                      "disabled": false,
         | 
| 2550 2558 | 
             
                      "document": "上次修改时间",
         | 
| 2551 | 
            -
                      "example": "",
         | 
| 2559 | 
            +
                      "example": "无",
         | 
| 2552 2560 | 
             
                      "member": "string",
         | 
| 2553 2561 | 
             
                      "name": "ModifyTime",
         | 
| 2562 | 
            +
                      "output_required": true,
         | 
| 2554 2563 | 
             
                      "required": false,
         | 
| 2555 2564 | 
             
                      "type": "string",
         | 
| 2556 2565 | 
             
                      "value_allowed_null": false
         | 
| @@ -2558,9 +2567,10 @@ | |
| 2558 2567 | 
             
                    {
         | 
| 2559 2568 | 
             
                      "disabled": false,
         | 
| 2560 2569 | 
             
                      "document": "创建时间",
         | 
| 2561 | 
            -
                      "example": "",
         | 
| 2570 | 
            +
                      "example": "无",
         | 
| 2562 2571 | 
             
                      "member": "string",
         | 
| 2563 2572 | 
             
                      "name": "CreateTime",
         | 
| 2573 | 
            +
                      "output_required": true,
         | 
| 2564 2574 | 
             
                      "required": false,
         | 
| 2565 2575 | 
             
                      "type": "string",
         | 
| 2566 2576 | 
             
                      "value_allowed_null": false
         | 
| @@ -2568,9 +2578,10 @@ | |
| 2568 2578 | 
             
                    {
         | 
| 2569 2579 | 
             
                      "disabled": false,
         | 
| 2570 2580 | 
             
                      "document": "隔离时间",
         | 
| 2571 | 
            -
                      "example": "",
         | 
| 2581 | 
            +
                      "example": "无",
         | 
| 2572 2582 | 
             
                      "member": "string",
         | 
| 2573 2583 | 
             
                      "name": "IsolateTime",
         | 
| 2584 | 
            +
                      "output_required": true,
         | 
| 2574 2585 | 
             
                      "required": false,
         | 
| 2575 2586 | 
             
                      "type": "string",
         | 
| 2576 2587 | 
             
                      "value_allowed_null": false
         | 
| @@ -2578,9 +2589,10 @@ | |
| 2578 2589 | 
             
                    {
         | 
| 2579 2590 | 
             
                      "disabled": false,
         | 
| 2580 2591 | 
             
                      "document": "到期时间",
         | 
| 2581 | 
            -
                      "example": "",
         | 
| 2592 | 
            +
                      "example": "无",
         | 
| 2582 2593 | 
             
                      "member": "string",
         | 
| 2583 2594 | 
             
                      "name": "ExpireTime",
         | 
| 2595 | 
            +
                      "output_required": true,
         | 
| 2584 2596 | 
             
                      "required": false,
         | 
| 2585 2597 | 
             
                      "type": "string",
         | 
| 2586 2598 | 
             
                      "value_allowed_null": false
         | 
| @@ -2588,9 +2600,10 @@ | |
| 2588 2600 | 
             
                    {
         | 
| 2589 2601 | 
             
                      "disabled": false,
         | 
| 2590 2602 | 
             
                      "document": "下线时间",
         | 
| 2591 | 
            -
                      "example": "",
         | 
| 2603 | 
            +
                      "example": "无",
         | 
| 2592 2604 | 
             
                      "member": "string",
         | 
| 2593 2605 | 
             
                      "name": "OfflineTime",
         | 
| 2606 | 
            +
                      "output_required": true,
         | 
| 2594 2607 | 
             
                      "required": false,
         | 
| 2595 2608 | 
             
                      "type": "string",
         | 
| 2596 2609 | 
             
                      "value_allowed_null": false
         | 
| @@ -2598,19 +2611,32 @@ | |
| 2598 2611 | 
             
                    {
         | 
| 2599 2612 | 
             
                      "disabled": false,
         | 
| 2600 2613 | 
             
                      "document": "最近一次修改的消费时间起点,如果从未修改则为零值",
         | 
| 2601 | 
            -
                      "example": "",
         | 
| 2614 | 
            +
                      "example": "无",
         | 
| 2602 2615 | 
             
                      "member": "string",
         | 
| 2603 2616 | 
             
                      "name": "ConsumeStartTime",
         | 
| 2617 | 
            +
                      "output_required": true,
         | 
| 2604 2618 | 
             
                      "required": false,
         | 
| 2605 2619 | 
             
                      "type": "string",
         | 
| 2606 2620 | 
             
                      "value_allowed_null": false
         | 
| 2607 2621 | 
             
                    },
         | 
| 2622 | 
            +
                    {
         | 
| 2623 | 
            +
                      "disabled": false,
         | 
| 2624 | 
            +
                      "document": "自动续费标识。0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2625 | 
            +
                      "example": "无",
         | 
| 2626 | 
            +
                      "member": "int64",
         | 
| 2627 | 
            +
                      "name": "AutoRenewFlag",
         | 
| 2628 | 
            +
                      "output_required": true,
         | 
| 2629 | 
            +
                      "required": false,
         | 
| 2630 | 
            +
                      "type": "int",
         | 
| 2631 | 
            +
                      "value_allowed_null": true
         | 
| 2632 | 
            +
                    },
         | 
| 2608 2633 | 
             
                    {
         | 
| 2609 2634 | 
             
                      "disabled": false,
         | 
| 2610 2635 | 
             
                      "document": "数据订阅实例所属地域",
         | 
| 2611 | 
            -
                      "example": "",
         | 
| 2636 | 
            +
                      "example": "无",
         | 
| 2612 2637 | 
             
                      "member": "string",
         | 
| 2613 2638 | 
             
                      "name": "Region",
         | 
| 2639 | 
            +
                      "output_required": true,
         | 
| 2614 2640 | 
             
                      "required": false,
         | 
| 2615 2641 | 
             
                      "type": "string",
         | 
| 2616 2642 | 
             
                      "value_allowed_null": false
         | 
| @@ -2618,9 +2644,10 @@ | |
| 2618 2644 | 
             
                    {
         | 
| 2619 2645 | 
             
                      "disabled": false,
         | 
| 2620 2646 | 
             
                      "document": "计费方式,0 - 包年包月,1 - 按量计费",
         | 
| 2621 | 
            -
                      "example": "",
         | 
| 2647 | 
            +
                      "example": "无",
         | 
| 2622 2648 | 
             
                      "member": "int64",
         | 
| 2623 2649 | 
             
                      "name": "PayType",
         | 
| 2650 | 
            +
                      "output_required": true,
         | 
| 2624 2651 | 
             
                      "required": false,
         | 
| 2625 2652 | 
             
                      "type": "int",
         | 
| 2626 2653 | 
             
                      "value_allowed_null": false
         | 
| @@ -2628,9 +2655,10 @@ | |
| 2628 2655 | 
             
                    {
         | 
| 2629 2656 | 
             
                      "disabled": false,
         | 
| 2630 2657 | 
             
                      "document": "数据订阅实例的Vip",
         | 
| 2631 | 
            -
                      "example": "",
         | 
| 2658 | 
            +
                      "example": "无",
         | 
| 2632 2659 | 
             
                      "member": "string",
         | 
| 2633 2660 | 
             
                      "name": "Vip",
         | 
| 2661 | 
            +
                      "output_required": true,
         | 
| 2634 2662 | 
             
                      "required": false,
         | 
| 2635 2663 | 
             
                      "type": "string",
         | 
| 2636 2664 | 
             
                      "value_allowed_null": false
         | 
| @@ -2638,9 +2666,10 @@ | |
| 2638 2666 | 
             
                    {
         | 
| 2639 2667 | 
             
                      "disabled": false,
         | 
| 2640 2668 | 
             
                      "document": "数据订阅实例的Vport",
         | 
| 2641 | 
            -
                      "example": "",
         | 
| 2669 | 
            +
                      "example": "无",
         | 
| 2642 2670 | 
             
                      "member": "int64",
         | 
| 2643 2671 | 
             
                      "name": "Vport",
         | 
| 2672 | 
            +
                      "output_required": true,
         | 
| 2644 2673 | 
             
                      "required": false,
         | 
| 2645 2674 | 
             
                      "type": "int",
         | 
| 2646 2675 | 
             
                      "value_allowed_null": false
         | 
| @@ -2648,9 +2677,10 @@ | |
| 2648 2677 | 
             
                    {
         | 
| 2649 2678 | 
             
                      "disabled": false,
         | 
| 2650 2679 | 
             
                      "document": "数据订阅实例Vip所在VPC的唯一ID",
         | 
| 2651 | 
            -
                      "example": "",
         | 
| 2680 | 
            +
                      "example": "无",
         | 
| 2652 2681 | 
             
                      "member": "string",
         | 
| 2653 2682 | 
             
                      "name": "UniqVpcId",
         | 
| 2683 | 
            +
                      "output_required": true,
         | 
| 2654 2684 | 
             
                      "required": false,
         | 
| 2655 2685 | 
             
                      "type": "string",
         | 
| 2656 2686 | 
             
                      "value_allowed_null": false
         | 
| @@ -2658,9 +2688,10 @@ | |
| 2658 2688 | 
             
                    {
         | 
| 2659 2689 | 
             
                      "disabled": false,
         | 
| 2660 2690 | 
             
                      "document": "数据订阅实例Vip所在子网的唯一ID",
         | 
| 2661 | 
            -
                      "example": "",
         | 
| 2691 | 
            +
                      "example": "无",
         | 
| 2662 2692 | 
             
                      "member": "string",
         | 
| 2663 2693 | 
             
                      "name": "UniqSubnetId",
         | 
| 2694 | 
            +
                      "output_required": true,
         | 
| 2664 2695 | 
             
                      "required": false,
         | 
| 2665 2696 | 
             
                      "type": "string",
         | 
| 2666 2697 | 
             
                      "value_allowed_null": false
         | 
| @@ -2668,9 +2699,10 @@ | |
| 2668 2699 | 
             
                    {
         | 
| 2669 2700 | 
             
                      "disabled": false,
         | 
| 2670 2701 | 
             
                      "document": "数据订阅实例的状态,creating - 创建中,normal - 正常运行,isolating - 隔离中,isolated - 已隔离,offlining - 下线中,offline - 已下线",
         | 
| 2671 | 
            -
                      "example": "",
         | 
| 2702 | 
            +
                      "example": "无",
         | 
| 2672 2703 | 
             
                      "member": "string",
         | 
| 2673 2704 | 
             
                      "name": "Status",
         | 
| 2705 | 
            +
                      "output_required": true,
         | 
| 2674 2706 | 
             
                      "required": false,
         | 
| 2675 2707 | 
             
                      "type": "string",
         | 
| 2676 2708 | 
             
                      "value_allowed_null": false
         | 
| @@ -2678,9 +2710,10 @@ | |
| 2678 2710 | 
             
                    {
         | 
| 2679 2711 | 
             
                      "disabled": false,
         | 
| 2680 2712 | 
             
                      "document": "SDK最后一条确认消息的时间戳,如果SDK一直消费,也可以作为SDK当前消费时间点",
         | 
| 2681 | 
            -
                      "example": "",
         | 
| 2713 | 
            +
                      "example": "无",
         | 
| 2682 2714 | 
             
                      "member": "string",
         | 
| 2683 2715 | 
             
                      "name": "SdkConsumedTime",
         | 
| 2716 | 
            +
                      "output_required": true,
         | 
| 2684 2717 | 
             
                      "required": false,
         | 
| 2685 2718 | 
             
                      "type": "string",
         | 
| 2686 2719 | 
             
                      "value_allowed_null": false
         | 
| @@ -2688,29 +2721,21 @@ | |
| 2688 2721 | 
             
                    {
         | 
| 2689 2722 | 
             
                      "disabled": false,
         | 
| 2690 2723 | 
             
                      "document": "标签\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2691 | 
            -
                      "example": "",
         | 
| 2724 | 
            +
                      "example": "无",
         | 
| 2692 2725 | 
             
                      "member": "TagItem",
         | 
| 2693 2726 | 
             
                      "name": "Tags",
         | 
| 2727 | 
            +
                      "output_required": true,
         | 
| 2694 2728 | 
             
                      "required": false,
         | 
| 2695 2729 | 
             
                      "type": "list",
         | 
| 2696 2730 | 
             
                      "value_allowed_null": true
         | 
| 2697 2731 | 
             
                    },
         | 
| 2698 | 
            -
                    {
         | 
| 2699 | 
            -
                      "disabled": false,
         | 
| 2700 | 
            -
                      "document": "自动续费标识。0-不自动续费,1-自动续费\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2701 | 
            -
                      "example": "",
         | 
| 2702 | 
            -
                      "member": "int64",
         | 
| 2703 | 
            -
                      "name": "AutoRenewFlag",
         | 
| 2704 | 
            -
                      "required": false,
         | 
| 2705 | 
            -
                      "type": "int",
         | 
| 2706 | 
            -
                      "value_allowed_null": true
         | 
| 2707 | 
            -
                    },
         | 
| 2708 2732 | 
             
                    {
         | 
| 2709 2733 | 
             
                      "disabled": false,
         | 
| 2710 2734 | 
             
                      "document": "订阅实例版本;txdts-旧版数据订阅,kafka-kafka版本数据订阅\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 2711 | 
            -
                      "example": "",
         | 
| 2735 | 
            +
                      "example": "无",
         | 
| 2712 2736 | 
             
                      "member": "string",
         | 
| 2713 2737 | 
             
                      "name": "SubscribeVersion",
         | 
| 2738 | 
            +
                      "output_required": true,
         | 
| 2714 2739 | 
             
                      "required": false,
         | 
| 2715 2740 | 
             
                      "type": "string",
         | 
| 2716 2741 | 
             
                      "value_allowed_null": true
         | 
| @@ -110,7 +110,7 @@ | |
| 110 110 | 
             
                  {
         | 
| 111 111 | 
             
                    "document": "",
         | 
| 112 112 | 
             
                    "input": "https://dts.tencentcloudapi.com/?Action=DescribeSubscribes\n&Status.0=isolate\n&Offset=0\n&Limit=1\n&<公共请求参数>",
         | 
| 113 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 2,\n        \"Items\": [\n            {\n                \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n                \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n                \"CreateTime\": \"2019-12-20 14:59:07\",\n                \"ExpireTime\": \"0000-00-00 00:00:00\",\n                \"InstanceId\": \"cdb-forsubsc\",\n                \"InstanceStatus\": \"running\",\n                \"IsolateTime\": \"0000-00-00 00:00:00\",\n                \"ModifyTime\": \"2019-12-20 18:06:26\",\n                \"OfflineTime\": \"0000-00-00 00:00:00\",\n                \"PayType\": 1,\n                \"Product\": \"mysql\",\n                \"Region\": \"ap-guangzhou\",\n                \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n                \"Status\": \"normal\",\n                \"SubsStatus\": \"configured\",\n                \"SubscribeId\": \"subs-58zcu8bax0\",\n                \"SubscribeName\": \"测试实例\",\n                \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n                \"UniqVpcId\": \"vpc-fbg8gh1j\",\n                \"Vip\": \"192.168.1.143\",\n                \"Vport\": 7507\n            }\n        ],\n        \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n    }\n}",
         | 
| 113 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 2,\n        \"Items\": [\n            {\n                \"ChannelId\": \"dts-channel-C9rS58f2rFx11ZEZ\",\n                \"ConsumeStartTime\": \"2019-12-19 16:23:45\",\n                \"CreateTime\": \"2019-12-20 14:59:07\",\n                \"ExpireTime\": \"0000-00-00 00:00:00\",\n                \"InstanceId\": \"cdb-forsubsc\",\n                \"InstanceStatus\": \"running\",\n                \"IsolateTime\": \"0000-00-00 00:00:00\",\n                \"ModifyTime\": \"2019-12-20 18:06:26\",\n                \"OfflineTime\": \"0000-00-00 00:00:00\",\n                \"PayType\": 1,\n                \"Product\": \"mysql\",\n                \"Region\": \"ap-guangzhou\",\n                \"SdkConsumedTime\": \"0000-00-00 00:00:00\",\n                \"Status\": \"normal\",\n                \"SubsStatus\": \"configured\",\n                \"SubscribeId\": \"subs-58zcu8bax0\",\n                \"SubscribeName\": \"测试实例\",\n                \"UniqSubnetId\": \"subnet-4p1hpsj8\",\n                \"UniqVpcId\": \"vpc-fbg8gh1j\",\n                \"Vip\": \"192.168.1.143\",\n                \"Vport\": 7507,\n                \"SubscribeVersion\": \"kafka\",\n                \"AutoRenewFlag\": 0,\n                \"Tags\": [\n                    {\n                        \"TagKey\": \"abc\",\n                        \"TagValue\": \"abc\"\n                    }\n                ]\n            }\n        ],\n        \"RequestId\": \"14a719b5-ffb34ab6-816c43c1-8c6a23eb\"\n    }\n}",
         | 
| 114 114 | 
             
                    "title": "查询数据订阅实例列表"
         | 
| 115 115 | 
             
                  }
         | 
| 116 116 | 
             
                ],
         |