tccli 3.0.1114.1__py2.py3-none-any.whl → 3.0.1116.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/aiart/v20221229/examples.json +1 -1
- tccli/services/asr/v20190614/api.json +1 -1
- tccli/services/cat/v20180409/api.json +1 -1
- tccli/services/cat/v20180409/examples.json +2 -2
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdwdoris/v20211228/api.json +9 -0
- tccli/services/ckafka/v20190819/api.json +20 -0
- tccli/services/cynosdb/v20190107/api.json +151 -50
- tccli/services/dasb/dasb_client.py +347 -29
- tccli/services/dasb/v20191018/api.json +966 -13
- tccli/services/dasb/v20191018/examples.json +48 -0
- tccli/services/dbbrain/dbbrain_client.py +53 -0
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +9 -1
- tccli/services/dlc/dlc_client.py +61 -8
- tccli/services/dlc/v20210125/api.json +53 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/domain/domain_client.py +871 -129
- tccli/services/domain/v20180808/api.json +1502 -146
- tccli/services/domain/v20180808/examples.json +112 -0
- tccli/services/dsgc/v20190723/api.json +30 -17
- tccli/services/dsgc/v20190723/examples.json +1 -1
- tccli/services/dts/v20211206/api.json +2 -2
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gs/v20191118/api.json +11 -8
- tccli/services/iotexplorer/iotexplorer_client.py +326 -8
- tccli/services/iotexplorer/v20190423/api.json +583 -0
- tccli/services/iotexplorer/v20190423/examples.json +48 -0
- tccli/services/lighthouse/v20200324/api.json +16 -16
- tccli/services/mna/mna_client.py +110 -4
- tccli/services/mna/v20210119/api.json +182 -0
- tccli/services/mna/v20210119/examples.json +16 -0
- tccli/services/ocr/v20181119/api.json +60 -0
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +6 -6
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tione/v20211111/api.json +11 -0
- tccli/services/tmt/v20180321/api.json +3 -3
- {tccli-3.0.1114.1.dist-info → tccli-3.0.1116.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1114.1.dist-info → tccli-3.0.1116.1.dist-info}/RECORD +49 -49
- {tccli-3.0.1114.1.dist-info → tccli-3.0.1116.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1114.1.dist-info → tccli-3.0.1116.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1114.1.dist-info → tccli-3.0.1116.1.dist-info}/license_files/LICENSE +0 -0
| @@ -8,6 +8,14 @@ | |
| 8 8 | 
             
                    "title": "批量域名信息修改"
         | 
| 9 9 | 
             
                  }
         | 
| 10 10 | 
             
                ],
         | 
| 11 | 
            +
                "BidDetailPage": [
         | 
| 12 | 
            +
                  {
         | 
| 13 | 
            +
                    "document": "",
         | 
| 14 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BidDetailPage\n<公共请求参数>\n\n{\n    \"BusinessId\": \"abc\"\n}",
         | 
| 15 | 
            +
                    "output": "{\n    \"Response\": {\n        \"Domain\": \"abc\",\n        \"CurrentPrice\": 0,\n        \"BidPrice\": 0,\n        \"CurrentPriceScope\": 0,\n        \"PriceScope\": [\n            {\n                \"MaxPrice\": 0,\n                \"MinPrice\": 0,\n                \"Price\": 0,\n                \"DepositPrice\": 0\n            }\n        ],\n        \"DepositPrice\": 0,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 16 | 
            +
                    "title": "预释放详情页出价"
         | 
| 17 | 
            +
                  }
         | 
| 18 | 
            +
                ],
         | 
| 11 19 | 
             
                "BidPreDomains": [
         | 
| 12 20 | 
             
                  {
         | 
| 13 21 | 
             
                    "document": "成功示例",
         | 
| @@ -16,6 +24,14 @@ | |
| 16 24 | 
             
                    "title": "请求成功示例"
         | 
| 17 25 | 
             
                  }
         | 
| 18 26 | 
             
                ],
         | 
| 27 | 
            +
                "BiddingPreRelease": [
         | 
| 28 | 
            +
                  {
         | 
| 29 | 
            +
                    "document": "",
         | 
| 30 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BiddingPreRelease\n<公共请求参数>\n\n{\n    \"BusinessId\": \"abc\",\n    \"Price\": 0\n}",
         | 
| 31 | 
            +
                    "output": "{\n    \"Response\": {\n        \"IsNeedPay\": true,\n        \"BillingParam\": \"abc\",\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 32 | 
            +
                    "title": "预释放出价"
         | 
| 33 | 
            +
                  }
         | 
| 34 | 
            +
                ],
         | 
| 19 35 | 
             
                "CheckBatchStatus": [
         | 
| 20 36 | 
             
                  {
         | 
| 21 37 | 
             
                    "document": "",
         | 
| @@ -72,6 +88,14 @@ | |
| 72 88 | 
             
                    "title": "创建模板"
         | 
| 73 89 | 
             
                  }
         | 
| 74 90 | 
             
                ],
         | 
| 91 | 
            +
                "DeleteBidding": [
         | 
| 92 | 
            +
                  {
         | 
| 93 | 
            +
                    "document": "删除记录",
         | 
| 94 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBidding\n<公共请求参数>\n\n{}",
         | 
| 95 | 
            +
                    "output": "{\n    \"Response\": {\n        \"RequestId\": \"e5ae6a11-ad75-4196-8176-9d72bc287eda\"\n    }\n}",
         | 
| 96 | 
            +
                    "title": "删除记录"
         | 
| 97 | 
            +
                  }
         | 
| 98 | 
            +
                ],
         | 
| 75 99 | 
             
                "DeleteCustomDnsHost": [
         | 
| 76 100 | 
             
                  {
         | 
| 77 101 | 
             
                    "document": "",
         | 
| @@ -104,6 +128,14 @@ | |
| 104 128 | 
             
                    "title": "删除信息模板"
         | 
| 105 129 | 
             
                  }
         | 
| 106 130 | 
             
                ],
         | 
| 131 | 
            +
                "DescribeAuctionList": [
         | 
| 132 | 
            +
                  {
         | 
| 133 | 
            +
                    "document": "竞价列表",
         | 
| 134 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAuctionList\n<公共请求参数>\n\n{\n    \"BusinessId\": \"P0011702284530637838\"\n}",
         | 
| 135 | 
            +
                    "output": "{\n    \"Response\": {\n        \"AuctionList\": [],\n        \"RequestId\": \"a5fa0a46-0d19-4225-bbbc-ee64c9206210\",\n        \"TotalCount\": 0\n    }\n}",
         | 
| 136 | 
            +
                    "title": "获取竞价列表示例"
         | 
| 137 | 
            +
                  }
         | 
| 138 | 
            +
                ],
         | 
| 107 139 | 
             
                "DescribeBatchOperationLogDetails": [
         | 
| 108 140 | 
             
                  {
         | 
| 109 141 | 
             
                    "document": "",
         | 
| @@ -120,6 +152,54 @@ | |
| 120 152 | 
             
                    "title": "批量操作日志"
         | 
| 121 153 | 
             
                  }
         | 
| 122 154 | 
             
                ],
         | 
| 155 | 
            +
                "DescribeBiddingAppointDetail": [
         | 
| 156 | 
            +
                  {
         | 
| 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}",
         | 
| 160 | 
            +
                    "title": "我预定的域名-预约详情"
         | 
| 161 | 
            +
                  }
         | 
| 162 | 
            +
                ],
         | 
| 163 | 
            +
                "DescribeBiddingAppointList": [
         | 
| 164 | 
            +
                  {
         | 
| 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}",
         | 
| 168 | 
            +
                    "title": "我的预约列表"
         | 
| 169 | 
            +
                  }
         | 
| 170 | 
            +
                ],
         | 
| 171 | 
            +
                "DescribeBiddingDetail": [
         | 
| 172 | 
            +
                  {
         | 
| 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}",
         | 
| 176 | 
            +
                    "title": "我竞价的域名-竞价详情"
         | 
| 177 | 
            +
                  }
         | 
| 178 | 
            +
                ],
         | 
| 179 | 
            +
                "DescribeBiddingList": [
         | 
| 180 | 
            +
                  {
         | 
| 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}",
         | 
| 184 | 
            +
                    "title": "我的竞价列表"
         | 
| 185 | 
            +
                  }
         | 
| 186 | 
            +
                ],
         | 
| 187 | 
            +
                "DescribeBiddingSuccessfulDetail": [
         | 
| 188 | 
            +
                  {
         | 
| 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}",
         | 
| 192 | 
            +
                    "title": "我得标的域名-得标详情"
         | 
| 193 | 
            +
                  }
         | 
| 194 | 
            +
                ],
         | 
| 195 | 
            +
                "DescribeBiddingSuccessfulList": [
         | 
| 196 | 
            +
                  {
         | 
| 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}",
         | 
| 200 | 
            +
                    "title": "我得标的域名"
         | 
| 201 | 
            +
                  }
         | 
| 202 | 
            +
                ],
         | 
| 123 203 | 
             
                "DescribeCustomDnsHostSet": [
         | 
| 124 204 | 
             
                  {
         | 
| 125 205 | 
             
                    "document": "",
         | 
| @@ -160,6 +240,14 @@ | |
| 160 240 | 
             
                    "title": "域名详情"
         | 
| 161 241 | 
             
                  }
         | 
| 162 242 | 
             
                ],
         | 
| 243 | 
            +
                "DescribePayWaitDetail": [
         | 
| 244 | 
            +
                  {
         | 
| 245 | 
            +
                    "document": "",
         | 
| 246 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePayWaitDetail\n<公共请求参数>\n\n{\n    \"BusinessId\": \"abc\"\n}",
         | 
| 247 | 
            +
                    "output": "{\n    \"Response\": {\n        \"Domain\": \"abc\",\n        \"Status\": \"abc\",\n        \"EndTime\": \"abc\",\n        \"RegTime\": \"abc\",\n        \"Price\": 0,\n        \"RetDeposit\": 0,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 248 | 
            +
                    "title": "等待支付详情接口"
         | 
| 249 | 
            +
                  }
         | 
| 250 | 
            +
                ],
         | 
| 163 251 | 
             
                "DescribePhoneEmailList": [
         | 
| 164 252 | 
             
                  {
         | 
| 165 253 | 
             
                    "document": "默认",
         | 
| @@ -168,6 +256,14 @@ | |
| 168 256 | 
             
                    "title": "获取已验证的手机邮箱列表"
         | 
| 169 257 | 
             
                  }
         | 
| 170 258 | 
             
                ],
         | 
| 259 | 
            +
                "DescribePreAuctionList": [
         | 
| 260 | 
            +
                  {
         | 
| 261 | 
            +
                    "document": "竞价列表",
         | 
| 262 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePreAuctionList\n<公共请求参数>\n\n{}",
         | 
| 263 | 
            +
                    "output": "{\n    \"Response\": {\n        \"PreAuctionList\": [\n            {\n                \"BidCount\": 2,\n                \"BiddingTime\": \"2023-12-23 11:15:05\",\n                \"BusinessId\": \"P0011702999097821031\",\n                \"Domain\": \"test-buy-003.com.cn\",\n                \"Op\": \"noAction\",\n                \"Price\": 500\n            }\n        ],\n        \"RequestId\": \"ff5583d9-bd93-444e-b252-3b36f28e0a67\",\n        \"TotalCount\": 1\n    }\n}",
         | 
| 264 | 
            +
                    "title": "请求成功示例"
         | 
| 265 | 
            +
                  }
         | 
| 266 | 
            +
                ],
         | 
| 171 267 | 
             
                "DescribePreDomainList": [
         | 
| 172 268 | 
             
                  {
         | 
| 173 269 | 
             
                    "document": "",
         | 
| @@ -176,6 +272,14 @@ | |
| 176 272 | 
             
                    "title": "成功示例"
         | 
| 177 273 | 
             
                  }
         | 
| 178 274 | 
             
                ],
         | 
| 275 | 
            +
                "DescribePreReleaseList": [
         | 
| 276 | 
            +
                  {
         | 
| 277 | 
            +
                    "document": "列表数据",
         | 
| 278 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePreReleaseList\n<公共请求参数>\n\n{}",
         | 
| 279 | 
            +
                    "output": "{\n    \"Response\": {\n        \"PreReleaseList\": [\n            {\n                \"BusinessId\": \"P0011703064185349649\",\n                \"CurrentPeople\": 1,\n                \"DelTime\": \"2024-01-16 00:00:00\",\n                \"Domain\": \"099hq.net\",\n                \"IsAppoint\": false,\n                \"IsFollow\": false,\n                \"Price\": 102,\n                \"RegTime\": \"2020-01-01 00:00:00\",\n                \"ReservationTime\": \"2023-12-31 07:32:05\"\n            },\n            {\n                \"BusinessId\": \"P0011703067801554141\",\n                \"CurrentPeople\": 1,\n                \"DelTime\": \"2024-01-16 00:00:00\",\n                \"Domain\": \"095hq.net\",\n                \"IsAppoint\": false,\n                \"IsFollow\": false,\n                \"Price\": 102,\n                \"RegTime\": \"2020-01-01 00:00:00\",\n                \"ReservationTime\": \"2023-12-31 07:32:05\"\n            },\n            {\n                \"BusinessId\": \"P0011702284530637838\",\n                \"CurrentPeople\": 2,\n                \"DelTime\": \"2024-01-16 00:00:00\",\n                \"Domain\": \"091hq.net\",\n                \"IsAppoint\": false,\n                \"IsFollow\": false,\n                \"Price\": 102,\n                \"RegTime\": \"2020-01-01 00:00:00\",\n                \"ReservationTime\": \"2023-12-31 07:32:05\"\n            }\n        ],\n        \"RequestId\": \"543393c3-28c3-4de0-8535-1256fe004410\",\n        \"TotalCount\": 3\n    }\n}",
         | 
| 280 | 
            +
                    "title": "请求成功示例"
         | 
| 281 | 
            +
                  }
         | 
| 282 | 
            +
                ],
         | 
| 179 283 | 
             
                "DescribeReservedBidInfo": [
         | 
| 180 284 | 
             
                  {
         | 
| 181 285 | 
             
                    "document": "成功示例",
         | 
| @@ -222,6 +326,14 @@ | |
| 222 326 | 
             
                    "title": "请求成功"
         | 
| 223 327 | 
             
                  }
         | 
| 224 328 | 
             
                ],
         | 
| 329 | 
            +
                "DescribeUnPreDomainDetail": [
         | 
| 330 | 
            +
                  {
         | 
| 331 | 
            +
                    "document": "",
         | 
| 332 | 
            +
                    "input": "POST / HTTP/1.1\nHost: domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUnPreDomainDetail\n<公共请求参数>\n\n{\n    \"Domain\": \"abc\"\n}",
         | 
| 333 | 
            +
                    "output": "{\n    \"Response\": {\n        \"Domain\": \"abc\",\n        \"PreCount\": 0,\n        \"RegTime\": \"abc\",\n        \"DeleteTime\": \"abc\",\n        \"ExpireTime\": \"abc\",\n        \"Status\": \"abc\",\n        \"CurrentPrice\": 0,\n        \"AppointBondPrice\": 0,\n        \"IsAppoint\": true,\n        \"BusinessId\": \"abc\",\n        \"IsDomainUser\": true,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 334 | 
            +
                    "title": "查询预释放未预约域名详情接口"
         | 
| 335 | 
            +
                  }
         | 
| 336 | 
            +
                ],
         | 
| 225 337 | 
             
                "ModifyCustomDnsHost": [
         | 
| 226 338 | 
             
                  {
         | 
| 227 339 | 
             
                    "document": "",
         | 
| @@ -12899,7 +12899,7 @@ | |
| 12899 12899 | 
             
                    {
         | 
| 12900 12900 | 
             
                      "disabled": false,
         | 
| 12901 12901 | 
             
                      "document": "DSPA实例ID。",
         | 
| 12902 | 
            -
                      "example": " | 
| 12902 | 
            +
                      "example": "dspa-a1b1",
         | 
| 12903 12903 | 
             
                      "member": "string",
         | 
| 12904 12904 | 
             
                      "name": "DspaId",
         | 
| 12905 12905 | 
             
                      "output_required": true,
         | 
| @@ -12909,7 +12909,7 @@ | |
| 12909 12909 | 
             
                    {
         | 
| 12910 12910 | 
             
                      "disabled": false,
         | 
| 12911 12911 | 
             
                      "document": "DSPA实例名称。",
         | 
| 12912 | 
            -
                      "example": " | 
| 12912 | 
            +
                      "example": "dspa-name",
         | 
| 12913 12913 | 
             
                      "member": "string",
         | 
| 12914 12914 | 
             
                      "name": "DspaName",
         | 
| 12915 12915 | 
             
                      "output_required": true,
         | 
| @@ -12919,7 +12919,7 @@ | |
| 12919 12919 | 
             
                    {
         | 
| 12920 12920 | 
             
                      "disabled": false,
         | 
| 12921 12921 | 
             
                      "document": "DSPA实例描述信息。",
         | 
| 12922 | 
            -
                      "example": " | 
| 12922 | 
            +
                      "example": "dspa-desc",
         | 
| 12923 12923 | 
             
                      "member": "string",
         | 
| 12924 12924 | 
             
                      "name": "DspaDescription",
         | 
| 12925 12925 | 
             
                      "output_required": true,
         | 
| @@ -12939,7 +12939,7 @@ | |
| 12939 12939 | 
             
                    {
         | 
| 12940 12940 | 
             
                      "disabled": false,
         | 
| 12941 12941 | 
             
                      "document": "DSPA实例已绑定的cos桶数量。",
         | 
| 12942 | 
            -
                      "example": " | 
| 12942 | 
            +
                      "example": "10",
         | 
| 12943 12943 | 
             
                      "member": "uint64",
         | 
| 12944 12944 | 
             
                      "name": "CosBindCount",
         | 
| 12945 12945 | 
             
                      "output_required": true,
         | 
| @@ -12949,7 +12949,7 @@ | |
| 12949 12949 | 
             
                    {
         | 
| 12950 12950 | 
             
                      "disabled": false,
         | 
| 12951 12951 | 
             
                      "document": "DSPA实例版本。",
         | 
| 12952 | 
            -
                      "example": " | 
| 12952 | 
            +
                      "example": "1",
         | 
| 12953 12953 | 
             
                      "member": "string",
         | 
| 12954 12954 | 
             
                      "name": "InstanceVersion",
         | 
| 12955 12955 | 
             
                      "output_required": true,
         | 
| @@ -12959,7 +12959,7 @@ | |
| 12959 12959 | 
             
                    {
         | 
| 12960 12960 | 
             
                      "disabled": false,
         | 
| 12961 12961 | 
             
                      "document": "DSPA实例状态。",
         | 
| 12962 | 
            -
                      "example": " | 
| 12962 | 
            +
                      "example": "normal",
         | 
| 12963 12963 | 
             
                      "member": "string",
         | 
| 12964 12964 | 
             
                      "name": "Status",
         | 
| 12965 12965 | 
             
                      "output_required": true,
         | 
| @@ -12969,7 +12969,7 @@ | |
| 12969 12969 | 
             
                    {
         | 
| 12970 12970 | 
             
                      "disabled": false,
         | 
| 12971 12971 | 
             
                      "document": "实例过期时间戳。",
         | 
| 12972 | 
            -
                      "example": " | 
| 12972 | 
            +
                      "example": "12312341",
         | 
| 12973 12973 | 
             
                      "member": "uint64",
         | 
| 12974 12974 | 
             
                      "name": "ExpiredAt",
         | 
| 12975 12975 | 
             
                      "output_required": true,
         | 
| @@ -12979,7 +12979,7 @@ | |
| 12979 12979 | 
             
                    {
         | 
| 12980 12980 | 
             
                      "disabled": false,
         | 
| 12981 12981 | 
             
                      "document": "账户APPID。",
         | 
| 12982 | 
            -
                      "example": " | 
| 12982 | 
            +
                      "example": "314151324",
         | 
| 12983 12983 | 
             
                      "member": "uint64",
         | 
| 12984 12984 | 
             
                      "name": "AppId",
         | 
| 12985 12985 | 
             
                      "output_required": true,
         | 
| @@ -12989,7 +12989,7 @@ | |
| 12989 12989 | 
             
                    {
         | 
| 12990 12990 | 
             
                      "disabled": false,
         | 
| 12991 12991 | 
             
                      "document": "体验版本信息。",
         | 
| 12992 | 
            -
                      "example": " | 
| 12992 | 
            +
                      "example": "2",
         | 
| 12993 12993 | 
             
                      "member": "string",
         | 
| 12994 12994 | 
             
                      "name": "TrialVersion",
         | 
| 12995 12995 | 
             
                      "output_required": true,
         | 
| @@ -12999,7 +12999,7 @@ | |
| 12999 12999 | 
             
                    {
         | 
| 13000 13000 | 
             
                      "disabled": false,
         | 
| 13001 13001 | 
             
                      "document": "体验版本过期时间戳。",
         | 
| 13002 | 
            -
                      "example": " | 
| 13002 | 
            +
                      "example": "12312341",
         | 
| 13003 13003 | 
             
                      "member": "uint64",
         | 
| 13004 13004 | 
             
                      "name": "TrialEndAt",
         | 
| 13005 13005 | 
             
                      "output_required": true,
         | 
| @@ -13009,7 +13009,7 @@ | |
| 13009 13009 | 
             
                    {
         | 
| 13010 13010 | 
             
                      "disabled": false,
         | 
| 13011 13011 | 
             
                      "document": "DB已购配额。",
         | 
| 13012 | 
            -
                      "example": " | 
| 13012 | 
            +
                      "example": "10",
         | 
| 13013 13013 | 
             
                      "member": "int64",
         | 
| 13014 13014 | 
             
                      "name": "DbTotalQuota",
         | 
| 13015 13015 | 
             
                      "output_required": true,
         | 
| @@ -13019,7 +13019,7 @@ | |
| 13019 13019 | 
             
                    {
         | 
| 13020 13020 | 
             
                      "disabled": false,
         | 
| 13021 13021 | 
             
                      "document": "COS已购配额。",
         | 
| 13022 | 
            -
                      "example": " | 
| 13022 | 
            +
                      "example": "5",
         | 
| 13023 13023 | 
             
                      "member": "int64",
         | 
| 13024 13024 | 
             
                      "name": "CosTotalQuota",
         | 
| 13025 13025 | 
             
                      "output_required": true,
         | 
| @@ -13029,7 +13029,7 @@ | |
| 13029 13029 | 
             
                    {
         | 
| 13030 13030 | 
             
                      "disabled": false,
         | 
| 13031 13031 | 
             
                      "document": "COS配额单位,例如:TB。",
         | 
| 13032 | 
            -
                      "example": " | 
| 13032 | 
            +
                      "example": "4",
         | 
| 13033 13033 | 
             
                      "member": "string",
         | 
| 13034 13034 | 
             
                      "name": "CosQuotaUnit",
         | 
| 13035 13035 | 
             
                      "output_required": true,
         | 
| @@ -13039,12 +13039,22 @@ | |
| 13039 13039 | 
             
                    {
         | 
| 13040 13040 | 
             
                      "disabled": false,
         | 
| 13041 13041 | 
             
                      "document": "0: 默认状态(用户未设置)\n1: 开启自动续费\n2: 明确不自动续费",
         | 
| 13042 | 
            -
                      "example": " | 
| 13042 | 
            +
                      "example": "0",
         | 
| 13043 13043 | 
             
                      "member": "uint64",
         | 
| 13044 13044 | 
             
                      "name": "RenewFlag",
         | 
| 13045 13045 | 
             
                      "output_required": true,
         | 
| 13046 13046 | 
             
                      "type": "int",
         | 
| 13047 13047 | 
             
                      "value_allowed_null": false
         | 
| 13048 | 
            +
                    },
         | 
| 13049 | 
            +
                    {
         | 
| 13050 | 
            +
                      "disabled": false,
         | 
| 13051 | 
            +
                      "document": "实例渠道\n注意:此字段可能返回 null,表示取不到有效值。",
         | 
| 13052 | 
            +
                      "example": "wedata",
         | 
| 13053 | 
            +
                      "member": "string",
         | 
| 13054 | 
            +
                      "name": "Channel",
         | 
| 13055 | 
            +
                      "output_required": false,
         | 
| 13056 | 
            +
                      "type": "string",
         | 
| 13057 | 
            +
                      "value_allowed_null": true
         | 
| 13048 13058 | 
             
                    }
         | 
| 13049 13059 | 
             
                  ],
         | 
| 13050 13060 | 
             
                  "usage": "out"
         | 
| @@ -14885,7 +14895,7 @@ | |
| 14885 14895 | 
             
                    {
         | 
| 14886 14896 | 
             
                      "disabled": false,
         | 
| 14887 14897 | 
             
                      "document": "过滤项。\n支持的过滤项包括:DspaId、Status、Version、DspaName。\nDspaId和DspaName支持模糊搜索。\nStatus支持的可选值:enabled、disabled。\nVersion支持的可选值:trial、official。",
         | 
| 14888 | 
            -
                      "example": " | 
| 14898 | 
            +
                      "example": "[filter]",
         | 
| 14889 14899 | 
             
                      "member": "DspaDataSourceMngFilter",
         | 
| 14890 14900 | 
             
                      "name": "Filters",
         | 
| 14891 14901 | 
             
                      "required": false,
         | 
| @@ -14894,7 +14904,7 @@ | |
| 14894 14904 | 
             
                    {
         | 
| 14895 14905 | 
             
                      "disabled": false,
         | 
| 14896 14906 | 
             
                      "document": "展示模式。",
         | 
| 14897 | 
            -
                      "example": " | 
| 14907 | 
            +
                      "example": "mode",
         | 
| 14898 14908 | 
             
                      "member": "string",
         | 
| 14899 14909 | 
             
                      "name": "ListMode",
         | 
| 14900 14910 | 
             
                      "required": false,
         | 
| @@ -14912,15 +14922,17 @@ | |
| 14912 14922 | 
             
                      "example": "100",
         | 
| 14913 14923 | 
             
                      "member": "uint64",
         | 
| 14914 14924 | 
             
                      "name": "TotalCount",
         | 
| 14925 | 
            +
                      "output_required": true,
         | 
| 14915 14926 | 
             
                      "type": "int",
         | 
| 14916 14927 | 
             
                      "value_allowed_null": false
         | 
| 14917 14928 | 
             
                    },
         | 
| 14918 14929 | 
             
                    {
         | 
| 14919 14930 | 
             
                      "disabled": false,
         | 
| 14920 14931 | 
             
                      "document": "资源列表。",
         | 
| 14921 | 
            -
                      "example": " | 
| 14932 | 
            +
                      "example": "[dspa-a1b2c3]",
         | 
| 14922 14933 | 
             
                      "member": "DspaInstance",
         | 
| 14923 14934 | 
             
                      "name": "InstanceList",
         | 
| 14935 | 
            +
                      "output_required": true,
         | 
| 14924 14936 | 
             
                      "type": "list",
         | 
| 14925 14937 | 
             
                      "value_allowed_null": false
         | 
| 14926 14938 | 
             
                    },
         | 
| @@ -14930,6 +14942,7 @@ | |
| 14930 14942 | 
             
                      "example": "false",
         | 
| 14931 14943 | 
             
                      "member": "bool",
         | 
| 14932 14944 | 
             
                      "name": "DenyAll",
         | 
| 14945 | 
            +
                      "output_required": true,
         | 
| 14933 14946 | 
             
                      "type": "bool",
         | 
| 14934 14947 | 
             
                      "value_allowed_null": false
         | 
| 14935 14948 | 
             
                    },
         | 
| @@ -930,7 +930,7 @@ | |
| 930 930 | 
             
                  {
         | 
| 931 931 | 
             
                    "document": "拉取DSPA实例列表",
         | 
| 932 932 | 
             
                    "input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPAClusters\n<公共请求参数>\n\n{}",
         | 
| 933 | 
            -
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"InstanceList\": [\n            {\n                \"DspaId\": \"abc\",\n                \"DspaName\": \"abc\",\n                \"DspaDescription\": \"abc\",\n                \"DBAuthCount\": 1,\n                \"CosBindCount\": 1,\n                \"InstanceVersion\": \"abc\",\n                \"Status\": \"abc\",\n                \"ExpiredAt\": 1,\n                \"AppId\": 1,\n                \"TrialVersion\": \"abc\",\n                \"TrialEndAt\": 1,\n                \"DbTotalQuota\": 0,\n                \"CosTotalQuota\": 0,\n                \"RenewFlag\": 1\n            }\n        ],\n        \"DenyAll\": true,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 933 | 
            +
                    "output": "{\n    \"Response\": {\n        \"TotalCount\": 1,\n        \"InstanceList\": [\n            {\n                \"DspaId\": \"abc\",\n                \"DspaName\": \"abc\",\n                \"DspaDescription\": \"abc\",\n                \"DBAuthCount\": 1,\n                \"CosBindCount\": 1,\n                \"InstanceVersion\": \"abc\",\n                \"Status\": \"abc\",\n                \"ExpiredAt\": 1,\n                \"AppId\": 1,\n                \"TrialVersion\": \"abc\",\n                \"TrialEndAt\": 1,\n                \"DbTotalQuota\": 0,\n                \"CosTotalQuota\": 0,\n                \"CosQuotaUnit\": \"abc\",\n                \"RenewFlag\": 1,\n                \"Channel\": \"abc\"\n            }\n        ],\n        \"DenyAll\": true,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 934 934 | 
             
                    "title": "拉取DSPA实例列表"
         | 
| 935 935 | 
             
                  }
         | 
| 936 936 | 
             
                ],
         | 
| @@ -2172,7 +2172,7 @@ | |
| 2172 2172 | 
             
                    },
         | 
| 2173 2173 | 
             
                    {
         | 
| 2174 2174 | 
             
                      "disabled": false,
         | 
| 2175 | 
            -
                      "document": "源端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql等",
         | 
| 2175 | 
            +
                      "document": "源端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql,tdstore等",
         | 
| 2176 2176 | 
             
                      "example": "mysql",
         | 
| 2177 2177 | 
             
                      "member": "string",
         | 
| 2178 2178 | 
             
                      "name": "SrcDatabaseType",
         | 
| @@ -2190,7 +2190,7 @@ | |
| 2190 2190 | 
             
                    },
         | 
| 2191 2191 | 
             
                    {
         | 
| 2192 2192 | 
             
                      "disabled": false,
         | 
| 2193 | 
            -
                      "document": "目标端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql,kafka等",
         | 
| 2193 | 
            +
                      "document": "目标端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql,kafka,tdstore等",
         | 
| 2194 2194 | 
             
                      "example": "mysql",
         | 
| 2195 2195 | 
             
                      "member": "string",
         | 
| 2196 2196 | 
             
                      "name": "DstDatabaseType",
         | 
| @@ -8666,12 +8666,21 @@ | |
| 8666 8666 | 
             
                    },
         | 
| 8667 8667 | 
             
                    {
         | 
| 8668 8668 | 
             
                      "disabled": false,
         | 
| 8669 | 
            -
                      "document": " | 
| 8669 | 
            +
                      "document": "证件号码,应符合以下规则\n<ul><li>居民身份证号码应为18位字符串,由数字和大写字母X组成(如存在X,请大写)。</li>\n<li>港澳居民来往内地通行证号码共11位。第1位为字母,“H”字头签发给香港居民,“M”字头签发给澳门居民;第2位至第11位为数字。</li>\n<li>港澳台居民居住证号码编码规则与中国大陆身份证相同,应为18位字符串。</li></ul>",
         | 
| 8670 8670 | 
             
                      "example": "无",
         | 
| 8671 8671 | 
             
                      "member": "string",
         | 
| 8672 8672 | 
             
                      "name": "IdCardNumber",
         | 
| 8673 8673 | 
             
                      "required": true,
         | 
| 8674 8674 | 
             
                      "type": "string"
         | 
| 8675 | 
            +
                    },
         | 
| 8676 | 
            +
                    {
         | 
| 8677 | 
            +
                      "disabled": false,
         | 
| 8678 | 
            +
                      "document": "证件类型,支持以下类型\n<ul><li>ID_CARD : 居民身份证 (默认值)</li>\n<li>HONGKONG_AND_MACAO : 港澳居民来往内地通行证</li>\n<li>HONGKONG_MACAO_AND_TAIWAN : 港澳台居民居住证(格式同居民身份证)</li></ul>",
         | 
| 8679 | 
            +
                      "example": "无",
         | 
| 8680 | 
            +
                      "member": "string",
         | 
| 8681 | 
            +
                      "name": "IdCardType",
         | 
| 8682 | 
            +
                      "required": true,
         | 
| 8683 | 
            +
                      "type": "string"
         | 
| 8675 8684 | 
             
                    }
         | 
| 8676 8685 | 
             
                  ],
         | 
| 8677 8686 | 
             
                  "type": "object"
         | 
| @@ -1431,7 +1431,7 @@ | |
| 1431 1431 | 
             
                "DescribeUserVerifyStatus": [
         | 
| 1432 1432 | 
             
                  {
         | 
| 1433 1433 | 
             
                    "document": "通过二要素查询用户是否实名",
         | 
| 1434 | 
            -
                    "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserVerifyStatus\n<公共请求参数>\n\n{\n    \"Operator\": {\n        \"UserId\": \"abc\"\n    },\n    \"Name\": \"abc\",\n    \"IdCardNumber\": \"abc\"\n}",
         | 
| 1434 | 
            +
                    "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUserVerifyStatus\n<公共请求参数>\n\n{\n    \"Operator\": {\n        \"UserId\": \"abc\"\n    },\n    \"Name\": \"abc\",\n    \"IdCardNumber\": \"abc\",\n    \"IdCardType\": \"ID_CARD\"\n}",
         | 
| 1435 1435 | 
             
                    "output": "{\n    \"Response\": {\n        \"VerifyStatus\": true,\n        \"RequestId\": \"abc\"\n    }\n}",
         | 
| 1436 1436 | 
             
                    "title": "通过二要素查询用户是否实名"
         | 
| 1437 1437 | 
             
                  }
         | 
| @@ -407,7 +407,7 @@ | |
| 407 407 | 
             
                  "status": "online"
         | 
| 408 408 | 
             
                },
         | 
| 409 409 | 
             
                "DescribeChannelSealPolicyWorkflowUrl": {
         | 
| 410 | 
            -
                  "document": " | 
| 410 | 
            +
                  "document": "生成用印申请审批链接,审批人可以通过此链接进入小程序进行审批。\n p.s.\nAgent参数中的OpenId 必须为审批者的openId,且链接必须由审批人打开。",
         | 
| 411 411 | 
             
                  "input": "DescribeChannelSealPolicyWorkflowUrlRequest",
         | 
| 412 412 | 
             
                  "name": "生成渠道子客用印申请审批链接",
         | 
| 413 413 | 
             
                  "output": "DescribeChannelSealPolicyWorkflowUrlResponse",
         | 
| @@ -7196,7 +7196,7 @@ | |
| 7196 7196 | 
             
                    },
         | 
| 7197 7197 | 
             
                    {
         | 
| 7198 7198 | 
             
                      "disabled": false,
         | 
| 7199 | 
            -
                      "document": "用印审批单的ID | 
| 7199 | 
            +
                      "document": "用印审批单的ID,可通过用印[申请回调](https://qian.tencent.com/developers/partner/callback_types_seals#%E4%B8%89-%E7%94%A8%E5%8D%B0%E7%94%B3%E8%AF%B7%E5%AE%A1%E6%89%B9%E7%8A%B6%E6%80%81%E9%80%9A%E7%9F%A5)获取。",
         | 
| 7200 7200 | 
             
                      "example": "无",
         | 
| 7201 7201 | 
             
                      "member": "string",
         | 
| 7202 7202 | 
             
                      "name": "WorkflowInstanceId",
         | 
| @@ -77,7 +77,7 @@ | |
| 77 77 | 
             
                    {
         | 
| 78 78 | 
             
                      "disabled": false,
         | 
| 79 79 | 
             
                      "document": "唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)",
         | 
| 80 | 
            -
                      "example": " | 
| 80 | 
            +
                      "example": "xyz789",
         | 
| 81 81 | 
             
                      "member": "string",
         | 
| 82 82 | 
             
                      "name": "UserId",
         | 
| 83 83 | 
             
                      "required": true,
         | 
| @@ -113,7 +113,7 @@ | |
| 113 113 | 
             
                    {
         | 
| 114 114 | 
             
                      "disabled": false,
         | 
| 115 115 | 
             
                      "document": "客户端session信息,从JSSDK请求中获得。特殊的,当 RunMode 参数为 RunWithoutClient 时,该字段可以为空",
         | 
| 116 | 
            -
                      "example": " | 
| 116 | 
            +
                      "example": "e30=",
         | 
| 117 117 | 
             
                      "member": "string",
         | 
| 118 118 | 
             
                      "name": "ClientSession",
         | 
| 119 119 | 
             
                      "required": false,
         | 
| @@ -203,7 +203,7 @@ | |
| 203 203 | 
             
                    {
         | 
| 204 204 | 
             
                      "disabled": false,
         | 
| 205 205 | 
             
                      "document": "【互动云游】游戏主机用户ID",
         | 
| 206 | 
            -
                      "example": " | 
| 206 | 
            +
                      "example": "abc123",
         | 
| 207 207 | 
             
                      "member": "string",
         | 
| 208 208 | 
             
                      "name": "HostUserId",
         | 
| 209 209 | 
             
                      "required": false,
         | 
| @@ -245,18 +245,20 @@ | |
| 245 245 | 
             
                    {
         | 
| 246 246 | 
             
                      "disabled": false,
         | 
| 247 247 | 
             
                      "document": "服务端session信息,返回给JSSDK",
         | 
| 248 | 
            -
                      "example": " | 
| 248 | 
            +
                      "example": "e30=",
         | 
| 249 249 | 
             
                      "member": "string",
         | 
| 250 250 | 
             
                      "name": "ServerSession",
         | 
| 251 | 
            +
                      "output_required": true,
         | 
| 251 252 | 
             
                      "type": "string",
         | 
| 252 253 | 
             
                      "value_allowed_null": false
         | 
| 253 254 | 
             
                    },
         | 
| 254 255 | 
             
                    {
         | 
| 255 256 | 
             
                      "disabled": false,
         | 
| 256 257 | 
             
                      "document": "【已废弃】",
         | 
| 257 | 
            -
                      "example": " | 
| 258 | 
            +
                      "example": "1",
         | 
| 258 259 | 
             
                      "member": "string",
         | 
| 259 260 | 
             
                      "name": "RoleNumber",
         | 
| 261 | 
            +
                      "output_required": true,
         | 
| 260 262 | 
             
                      "type": "string",
         | 
| 261 263 | 
             
                      "value_allowed_null": false
         | 
| 262 264 | 
             
                    },
         | 
| @@ -266,6 +268,7 @@ | |
| 266 268 | 
             
                      "example": "Player",
         | 
| 267 269 | 
             
                      "member": "string",
         | 
| 268 270 | 
             
                      "name": "Role",
         | 
| 271 | 
            +
                      "output_required": true,
         | 
| 269 272 | 
             
                      "type": "string",
         | 
| 270 273 | 
             
                      "value_allowed_null": false
         | 
| 271 274 | 
             
                    },
         | 
| @@ -464,7 +467,7 @@ | |
| 464 467 | 
             
                    {
         | 
| 465 468 | 
             
                      "disabled": false,
         | 
| 466 469 | 
             
                      "document": "唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)",
         | 
| 467 | 
            -
                      "example": " | 
| 470 | 
            +
                      "example": "xyz789",
         | 
| 468 471 | 
             
                      "member": "string",
         | 
| 469 472 | 
             
                      "name": "UserId",
         | 
| 470 473 | 
             
                      "required": true,
         | 
| @@ -473,7 +476,7 @@ | |
| 473 476 | 
             
                    {
         | 
| 474 477 | 
             
                      "disabled": false,
         | 
| 475 478 | 
             
                      "document": "【多人游戏】游戏主机用户ID",
         | 
| 476 | 
            -
                      "example": " | 
| 479 | 
            +
                      "example": "abc123",
         | 
| 477 480 | 
             
                      "member": "string",
         | 
| 478 481 | 
             
                      "name": "HostUserId",
         | 
| 479 482 | 
             
                      "required": false,
         | 
| @@ -581,7 +584,7 @@ | |
| 581 584 | 
             
                    {
         | 
| 582 585 | 
             
                      "disabled": false,
         | 
| 583 586 | 
             
                      "document": "唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)",
         | 
| 584 | 
            -
                      "example": " | 
| 587 | 
            +
                      "example": "xyz789",
         | 
| 585 588 | 
             
                      "member": "string",
         | 
| 586 589 | 
             
                      "name": "UserId",
         | 
| 587 590 | 
             
                      "required": true,
         |