tccli 3.0.897.1__py2.py3-none-any.whl → 3.0.898.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/examples/cdn/v20180606/ModifyDomainConfig.md +88 -0
- tccli/examples/ckafka/v20190819/CreatePostPaidInstance.md +154 -0
- tccli/examples/cynosdb/v20190107/DescribeSupportProxyVersion.md +24 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +3 -1
- tccli/examples/ess/v20201111/DescribeThirdPartyAuthCode.md +1 -1
- tccli/examples/postgres/v20170312/CreateReadOnlyDBInstance.md +1 -1
- tccli/examples/postgres/v20170312/UpgradeDBInstanceKernelVersion.md +1 -1
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +6 -1
- tccli/examples/sqlserver/v20180328/DescribeDBs.md +1 -1
- tccli/examples/tdmq/v20200217/CreateCmqQueue.md +2 -2
- tccli/examples/tke/v20180525/CreateClusterEndpointVip.md +1 -1
- tccli/examples/trp/v20210515/CreateCodeBatch.md +11 -5
- tccli/examples/trp/v20210515/DescribeScanLogs.md +1 -1
- tccli/examples/trp/v20210515/DescribeTraceCodeById.md +16 -11
- tccli/examples/trp/v20210515/ModifyCodeBatch.md +3 -3
- tccli/services/cdn/cdn_client.py +57 -4
- tccli/services/cdn/v20180606/api.json +52 -0
- tccli/services/cdn/v20180606/examples.json +26 -0
- tccli/services/ckafka/ckafka_client.py +61 -8
- tccli/services/ckafka/v20190819/api.json +278 -0
- tccli/services/ckafka/v20190819/examples.json +20 -0
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +72 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +42 -11
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +27 -1
- tccli/services/postgres/v20170312/api.json +2 -31
- tccli/services/postgres/v20170312/examples.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +72 -15
- tccli/services/sqlserver/v20180328/examples.json +3 -3
- tccli/services/tbaas/tbaas_client.py +4 -322
- tccli/services/tbaas/v20180416/api.json +108 -810
- tccli/services/tbaas/v20180416/examples.json +0 -48
- tccli/services/tdid/tdid_client.py +67 -1551
- tccli/services/tdid/v20210519/api.json +331 -3504
- tccli/services/tdid/v20210519/examples.json +0 -224
- tccli/services/tdmq/v20200217/api.json +2 -19
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/tione/v20211111/api.json +24 -2
- tccli/services/tke/v20180525/api.json +4 -6
- tccli/services/tke/v20180525/examples.json +2 -2
- tccli/services/trp/v20210515/api.json +285 -113
- tccli/services/trp/v20210515/examples.json +6 -6
- {tccli-3.0.897.1.dist-info → tccli-3.0.898.1.dist-info}/METADATA +2 -2
- {tccli-3.0.897.1.dist-info → tccli-3.0.898.1.dist-info}/RECORD +50 -47
- {tccli-3.0.897.1.dist-info → tccli-3.0.898.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.897.1.dist-info → tccli-3.0.898.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.897.1.dist-info → tccli-3.0.898.1.dist-info}/license_files/LICENSE +0 -0
@@ -2290,9 +2290,8 @@
|
|
2290
2290
|
"document": "CreateReadOnlyDBInstance请求参数结构体",
|
2291
2291
|
"members": [
|
2292
2292
|
{
|
2293
|
-
"default": "",
|
2294
2293
|
"disabled": false,
|
2295
|
-
"document": "售卖规格ID。该参数可以通过调用
|
2294
|
+
"document": "售卖规格ID。该参数可以通过调用DescribeClasses的返回值中的SpecCode字段来获取。",
|
2296
2295
|
"example": "SpecCode",
|
2297
2296
|
"member": "string",
|
2298
2297
|
"name": "SpecCode",
|
@@ -2300,7 +2299,6 @@
|
|
2300
2299
|
"type": "string"
|
2301
2300
|
},
|
2302
2301
|
{
|
2303
|
-
"default": "",
|
2304
2302
|
"disabled": false,
|
2305
2303
|
"document": "实例容量大小,单位:GB。",
|
2306
2304
|
"example": "1",
|
@@ -2310,7 +2308,6 @@
|
|
2310
2308
|
"type": "int"
|
2311
2309
|
},
|
2312
2310
|
{
|
2313
|
-
"default": "",
|
2314
2311
|
"disabled": false,
|
2315
2312
|
"document": "一次性购买的实例数量。取值1-100",
|
2316
2313
|
"example": "1",
|
@@ -2320,7 +2317,6 @@
|
|
2320
2317
|
"type": "int"
|
2321
2318
|
},
|
2322
2319
|
{
|
2323
|
-
"default": "",
|
2324
2320
|
"disabled": false,
|
2325
2321
|
"document": "购买时长,单位:月。目前只支持1,2,3,4,5,6,7,8,9,10,11,12,24,36这些值,按量计费模式下该参数传1。",
|
2326
2322
|
"example": "1",
|
@@ -2330,7 +2326,6 @@
|
|
2330
2326
|
"type": "int"
|
2331
2327
|
},
|
2332
2328
|
{
|
2333
|
-
"default": "",
|
2334
2329
|
"disabled": false,
|
2335
2330
|
"document": "只读实例的主实例ID",
|
2336
2331
|
"example": "MasterDBInstanceId",
|
@@ -2340,7 +2335,6 @@
|
|
2340
2335
|
"type": "string"
|
2341
2336
|
},
|
2342
2337
|
{
|
2343
|
-
"default": "",
|
2344
2338
|
"disabled": false,
|
2345
2339
|
"document": "可用区ID。该参数可以通过调用 DescribeZones 接口的返回值中的Zone字段来获取。",
|
2346
2340
|
"example": "ap-guangzhou-1",
|
@@ -2350,7 +2344,6 @@
|
|
2350
2344
|
"type": "string"
|
2351
2345
|
},
|
2352
2346
|
{
|
2353
|
-
"default": "",
|
2354
2347
|
"disabled": false,
|
2355
2348
|
"document": "项目ID。",
|
2356
2349
|
"example": "1",
|
@@ -2360,7 +2353,6 @@
|
|
2360
2353
|
"type": "int"
|
2361
2354
|
},
|
2362
2355
|
{
|
2363
|
-
"default": "",
|
2364
2356
|
"disabled": false,
|
2365
2357
|
"document": "【废弃】不再需要指定,内核版本号与主实例保持一致",
|
2366
2358
|
"example": "DBVersion",
|
@@ -2370,9 +2362,8 @@
|
|
2370
2362
|
"type": "string"
|
2371
2363
|
},
|
2372
2364
|
{
|
2373
|
-
"default": "",
|
2374
2365
|
"disabled": false,
|
2375
|
-
"document": "实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR
|
2366
|
+
"document": "实例计费类型。目前支持:PREPAID(预付费,即包年包月),POSTPAID_BY_HOUR(后付费,即按量计费)。默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。",
|
2376
2367
|
"example": "InstanceChargeType",
|
2377
2368
|
"member": "string",
|
2378
2369
|
"name": "InstanceChargeType",
|
@@ -2380,7 +2371,6 @@
|
|
2380
2371
|
"type": "string"
|
2381
2372
|
},
|
2382
2373
|
{
|
2383
|
-
"default": "",
|
2384
2374
|
"disabled": false,
|
2385
2375
|
"document": "是否自动使用代金券。1(是),0(否),默认不使用。",
|
2386
2376
|
"example": "1",
|
@@ -2390,7 +2380,6 @@
|
|
2390
2380
|
"type": "int"
|
2391
2381
|
},
|
2392
2382
|
{
|
2393
|
-
"default": "",
|
2394
2383
|
"disabled": false,
|
2395
2384
|
"document": "代金券ID列表,目前仅支持指定一张代金券。",
|
2396
2385
|
"example": "[1,2,3]",
|
@@ -2400,7 +2389,6 @@
|
|
2400
2389
|
"type": "list"
|
2401
2390
|
},
|
2402
2391
|
{
|
2403
|
-
"default": "",
|
2404
2392
|
"disabled": false,
|
2405
2393
|
"document": "续费标记:0-正常续费(默认);1-自动续费;",
|
2406
2394
|
"example": "1",
|
@@ -2410,7 +2398,6 @@
|
|
2410
2398
|
"type": "int"
|
2411
2399
|
},
|
2412
2400
|
{
|
2413
|
-
"default": "",
|
2414
2401
|
"disabled": false,
|
2415
2402
|
"document": "私有网络ID。",
|
2416
2403
|
"example": "VpcId",
|
@@ -2420,7 +2407,6 @@
|
|
2420
2407
|
"type": "string"
|
2421
2408
|
},
|
2422
2409
|
{
|
2423
|
-
"default": "",
|
2424
2410
|
"disabled": false,
|
2425
2411
|
"document": "私有网络子网ID。",
|
2426
2412
|
"example": "SubnetId",
|
@@ -2430,7 +2416,6 @@
|
|
2430
2416
|
"type": "string"
|
2431
2417
|
},
|
2432
2418
|
{
|
2433
|
-
"default": "",
|
2434
2419
|
"disabled": false,
|
2435
2420
|
"document": "优惠活动ID",
|
2436
2421
|
"example": "1",
|
@@ -2440,7 +2425,6 @@
|
|
2440
2425
|
"type": "int"
|
2441
2426
|
},
|
2442
2427
|
{
|
2443
|
-
"default": "",
|
2444
2428
|
"disabled": false,
|
2445
2429
|
"document": "实例名(后续支持)",
|
2446
2430
|
"example": "Name",
|
@@ -2450,7 +2434,6 @@
|
|
2450
2434
|
"type": "string"
|
2451
2435
|
},
|
2452
2436
|
{
|
2453
|
-
"default": "",
|
2454
2437
|
"disabled": false,
|
2455
2438
|
"document": "是否需要支持Ipv6,1:是,0:否",
|
2456
2439
|
"example": "1",
|
@@ -2460,7 +2443,6 @@
|
|
2460
2443
|
"type": "int"
|
2461
2444
|
},
|
2462
2445
|
{
|
2463
|
-
"default": "",
|
2464
2446
|
"disabled": false,
|
2465
2447
|
"document": "只读组ID。",
|
2466
2448
|
"example": "ReadOnlyGroupId",
|
@@ -2470,7 +2452,6 @@
|
|
2470
2452
|
"type": "string"
|
2471
2453
|
},
|
2472
2454
|
{
|
2473
|
-
"default": "",
|
2474
2455
|
"disabled": false,
|
2475
2456
|
"document": "实例需要绑定的Tag信息,默认为空(该类型为Tag数组类型)",
|
2476
2457
|
"example": "空",
|
@@ -2480,7 +2461,6 @@
|
|
2480
2461
|
"type": "object"
|
2481
2462
|
},
|
2482
2463
|
{
|
2483
|
-
"default": "",
|
2484
2464
|
"disabled": false,
|
2485
2465
|
"document": "安全组id",
|
2486
2466
|
"example": "[\"sasasasd\"]",
|
@@ -2501,7 +2481,6 @@
|
|
2501
2481
|
"example": "[1,2,3]",
|
2502
2482
|
"member": "string",
|
2503
2483
|
"name": "DealNames",
|
2504
|
-
"required": true,
|
2505
2484
|
"type": "list",
|
2506
2485
|
"value_allowed_null": false
|
2507
2486
|
},
|
@@ -2511,7 +2490,6 @@
|
|
2511
2490
|
"example": "BillId",
|
2512
2491
|
"member": "string",
|
2513
2492
|
"name": "BillId",
|
2514
|
-
"required": true,
|
2515
2493
|
"type": "string",
|
2516
2494
|
"value_allowed_null": false
|
2517
2495
|
},
|
@@ -2521,7 +2499,6 @@
|
|
2521
2499
|
"example": "[\"BillId\"]",
|
2522
2500
|
"member": "string",
|
2523
2501
|
"name": "DBInstanceIdSet",
|
2524
|
-
"required": true,
|
2525
2502
|
"type": "list",
|
2526
2503
|
"value_allowed_null": false
|
2527
2504
|
},
|
@@ -10205,7 +10182,6 @@
|
|
10205
10182
|
"document": "UpgradeDBInstanceKernelVersion请求参数结构体",
|
10206
10183
|
"members": [
|
10207
10184
|
{
|
10208
|
-
"default": "",
|
10209
10185
|
"disabled": false,
|
10210
10186
|
"document": "实例ID",
|
10211
10187
|
"example": "postgres-aser1j2o",
|
@@ -10215,7 +10191,6 @@
|
|
10215
10191
|
"type": "string"
|
10216
10192
|
},
|
10217
10193
|
{
|
10218
|
-
"default": "",
|
10219
10194
|
"disabled": false,
|
10220
10195
|
"document": "升级的目标内核版本号。可以通过接口DescribeDBVersions的返回字段AvailableUpgradeTarget获取。",
|
10221
10196
|
"example": "v12.4_r1.5",
|
@@ -10225,7 +10200,6 @@
|
|
10225
10200
|
"type": "string"
|
10226
10201
|
},
|
10227
10202
|
{
|
10228
|
-
"default": "",
|
10229
10203
|
"disabled": false,
|
10230
10204
|
"document": "指定实例升级内核版本号完成后的切换时间。可选值,\n0:立即切换(默认值)。\n1:指定时间切换。\n2:维护时间窗口内切换。",
|
10231
10205
|
"example": "1",
|
@@ -10235,7 +10209,6 @@
|
|
10235
10209
|
"type": "int"
|
10236
10210
|
},
|
10237
10211
|
{
|
10238
|
-
"default": "",
|
10239
10212
|
"disabled": false,
|
10240
10213
|
"document": "切换开始时间,时间格式:HH:MM:SS,例如:01:00:00。当SwitchTag为0或2时,该参数失效。",
|
10241
10214
|
"example": "01:00:00",
|
@@ -10245,7 +10218,6 @@
|
|
10245
10218
|
"type": "string"
|
10246
10219
|
},
|
10247
10220
|
{
|
10248
|
-
"default": "",
|
10249
10221
|
"disabled": false,
|
10250
10222
|
"document": "切换截止时间,时间格式:HH:MM:SS,例如:01:30:00。当SwitchTag为0或2时,该参数失效。SwitchStartTime和SwitchEndTime时间窗口不能小于30分钟。",
|
10251
10223
|
"example": "01:30:00",
|
@@ -10255,7 +10227,6 @@
|
|
10255
10227
|
"type": "string"
|
10256
10228
|
},
|
10257
10229
|
{
|
10258
|
-
"default": "",
|
10259
10230
|
"disabled": false,
|
10260
10231
|
"document": "是否对本次升级实例内核版本号操作执行预检查。可选值,\ntrue:执行预检查操作,不升级内核版本号。检查项目包含请求参数、内核版本号兼容性、实例参数等。\nfalse:发送正常请求(默认值),通过检查后直接升级内核版本号。",
|
10261
10232
|
"example": "true",
|
@@ -86,7 +86,7 @@
|
|
86
86
|
],
|
87
87
|
"CreateReadOnlyDBInstance": [
|
88
88
|
{
|
89
|
-
"document": "",
|
89
|
+
"document": "创建只读实例",
|
90
90
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyDBInstance\n<公共请求参数>\n\n{\n \"InstanceCount\": \"1\",\n \"AutoRenewFlag\": \"1\",\n \"Zone\": \"ap-guangzhou-2\",\n \"MasterDBInstanceId\": \"Postgres-testmaster\",\n \"DBVersion\": \"9.3.5\",\n \"Storage\": \"10\",\n \"Period\": \"1\",\n \"SpecCode\": \"cdb.pg.z1.2g\",\n \"InstanceChargeType\": \"prepaid\",\n \"AutoVoucher\": \"0\"\n}",
|
91
91
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"123\"\n ],\n \"BillId\": \"123\"\n }\n}",
|
92
92
|
"title": "CreateReadOnlyDBInstance"
|
@@ -748,7 +748,7 @@
|
|
748
748
|
],
|
749
749
|
"UpgradeDBInstanceKernelVersion": [
|
750
750
|
{
|
751
|
-
"document": "",
|
751
|
+
"document": "升级实例内核小版本",
|
752
752
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstanceKernelVersion\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"pgro-g7w4itfg\",\n \"TargetDBKernelVersion\": \"v12.7_r1.5\",\n \"DryRun\": \"true\"\n}",
|
753
753
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2b376d28-d5fd-40b0-9bdc-d992f8fed15d\"\n }\n}",
|
754
754
|
"title": "升级版本号"
|
@@ -276,7 +276,7 @@
|
|
276
276
|
"DescribeDBInstancesAttribute": {
|
277
277
|
"document": "本接口(DescribeDBInstancesAttribute)用于查询实例附属属性",
|
278
278
|
"input": "DescribeDBInstancesAttributeRequest",
|
279
|
-
"name": "
|
279
|
+
"name": "查询实例附属属性",
|
280
280
|
"output": "DescribeDBInstancesAttributeResponse",
|
281
281
|
"status": "online"
|
282
282
|
},
|
@@ -3868,9 +3868,9 @@
|
|
3868
3868
|
"document": "数据库信息",
|
3869
3869
|
"members": [
|
3870
3870
|
{
|
3871
|
-
"default": "",
|
3872
3871
|
"disabled": false,
|
3873
3872
|
"document": "数据库名称",
|
3873
|
+
"example": "无",
|
3874
3874
|
"member": "string",
|
3875
3875
|
"name": "Name",
|
3876
3876
|
"required": true,
|
@@ -3878,9 +3878,9 @@
|
|
3878
3878
|
"value_allowed_null": false
|
3879
3879
|
},
|
3880
3880
|
{
|
3881
|
-
"default": "",
|
3882
3881
|
"disabled": false,
|
3883
3882
|
"document": "字符集",
|
3883
|
+
"example": "无",
|
3884
3884
|
"member": "string",
|
3885
3885
|
"name": "Charset",
|
3886
3886
|
"required": true,
|
@@ -3888,9 +3888,9 @@
|
|
3888
3888
|
"value_allowed_null": false
|
3889
3889
|
},
|
3890
3890
|
{
|
3891
|
-
"default": "",
|
3892
3891
|
"disabled": false,
|
3893
3892
|
"document": "备注",
|
3893
|
+
"example": "无",
|
3894
3894
|
"member": "string",
|
3895
3895
|
"name": "Remark",
|
3896
3896
|
"required": true,
|
@@ -3898,9 +3898,9 @@
|
|
3898
3898
|
"value_allowed_null": false
|
3899
3899
|
},
|
3900
3900
|
{
|
3901
|
-
"default": "",
|
3902
3901
|
"disabled": false,
|
3903
3902
|
"document": "数据库创建时间",
|
3903
|
+
"example": "无",
|
3904
3904
|
"member": "datetime",
|
3905
3905
|
"name": "CreateTime",
|
3906
3906
|
"required": true,
|
@@ -3908,9 +3908,9 @@
|
|
3908
3908
|
"value_allowed_null": false
|
3909
3909
|
},
|
3910
3910
|
{
|
3911
|
-
"default": "",
|
3912
3911
|
"disabled": false,
|
3913
3912
|
"document": "数据库状态。1--创建中, 2--运行中, 3--修改中,-1--删除中",
|
3913
|
+
"example": "无",
|
3914
3914
|
"member": "int64",
|
3915
3915
|
"name": "Status",
|
3916
3916
|
"required": true,
|
@@ -3918,9 +3918,9 @@
|
|
3918
3918
|
"value_allowed_null": false
|
3919
3919
|
},
|
3920
3920
|
{
|
3921
|
-
"default": "",
|
3922
3921
|
"disabled": false,
|
3923
3922
|
"document": "数据库账号权限信息",
|
3923
|
+
"example": "无",
|
3924
3924
|
"member": "AccountPrivilege",
|
3925
3925
|
"name": "Accounts",
|
3926
3926
|
"required": true,
|
@@ -3928,14 +3928,24 @@
|
|
3928
3928
|
"value_allowed_null": false
|
3929
3929
|
},
|
3930
3930
|
{
|
3931
|
-
"default": "",
|
3932
3931
|
"disabled": false,
|
3933
3932
|
"document": "内部状态。ONLINE表示运行中",
|
3933
|
+
"example": "无",
|
3934
3934
|
"member": "string",
|
3935
3935
|
"name": "InternalStatus",
|
3936
3936
|
"required": true,
|
3937
3937
|
"type": "string",
|
3938
3938
|
"value_allowed_null": false
|
3939
|
+
},
|
3940
|
+
{
|
3941
|
+
"disabled": false,
|
3942
|
+
"document": "是否已开启TDE加密,enable-已加密,disable-未加密",
|
3943
|
+
"example": "disable",
|
3944
|
+
"member": "string",
|
3945
|
+
"name": "Encryption",
|
3946
|
+
"required": false,
|
3947
|
+
"type": "string",
|
3948
|
+
"value_allowed_null": false
|
3939
3949
|
}
|
3940
3950
|
],
|
3941
3951
|
"usage": "out"
|
@@ -6463,6 +6473,15 @@
|
|
6463
6473
|
"type": "int",
|
6464
6474
|
"value_allowed_null": false
|
6465
6475
|
},
|
6476
|
+
{
|
6477
|
+
"disabled": false,
|
6478
|
+
"document": "TDE透明数据加密配置",
|
6479
|
+
"example": "无",
|
6480
|
+
"member": "TDEConfigAttribute",
|
6481
|
+
"name": "TDEConfig",
|
6482
|
+
"type": "object",
|
6483
|
+
"value_allowed_null": false
|
6484
|
+
},
|
6466
6485
|
{
|
6467
6486
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
6468
6487
|
"member": "string",
|
@@ -6757,7 +6776,6 @@
|
|
6757
6776
|
"document": "DescribeDBs请求参数结构体",
|
6758
6777
|
"members": [
|
6759
6778
|
{
|
6760
|
-
"default": "",
|
6761
6779
|
"disabled": false,
|
6762
6780
|
"document": "实例ID",
|
6763
6781
|
"example": "[\"mssql-njj2mtpl\\r\\n\"]",
|
@@ -6767,7 +6785,6 @@
|
|
6767
6785
|
"type": "list"
|
6768
6786
|
},
|
6769
6787
|
{
|
6770
|
-
"default": "",
|
6771
6788
|
"disabled": false,
|
6772
6789
|
"document": "分页返回,每页返回的数目,取值为1-100,默认值为20",
|
6773
6790
|
"example": "10",
|
@@ -6777,7 +6794,6 @@
|
|
6777
6794
|
"type": "int"
|
6778
6795
|
},
|
6779
6796
|
{
|
6780
|
-
"default": "",
|
6781
6797
|
"disabled": false,
|
6782
6798
|
"document": "分页返回,页编号,默认值为第0页",
|
6783
6799
|
"example": "0",
|
@@ -6787,7 +6803,6 @@
|
|
6787
6803
|
"type": "int"
|
6788
6804
|
},
|
6789
6805
|
{
|
6790
|
-
"default": "",
|
6791
6806
|
"disabled": false,
|
6792
6807
|
"document": "数据库名称",
|
6793
6808
|
"example": "test_db",
|
@@ -6797,7 +6812,6 @@
|
|
6797
6812
|
"type": "string"
|
6798
6813
|
},
|
6799
6814
|
{
|
6800
|
-
"default": "",
|
6801
6815
|
"disabled": false,
|
6802
6816
|
"document": "排序规则(desc-降序,asc-升序),默认desc",
|
6803
6817
|
"example": "desc",
|
@@ -6805,6 +6819,15 @@
|
|
6805
6819
|
"name": "OrderByType",
|
6806
6820
|
"required": false,
|
6807
6821
|
"type": "string"
|
6822
|
+
},
|
6823
|
+
{
|
6824
|
+
"disabled": false,
|
6825
|
+
"document": "是否已开启TDE加密,enable-已加密,disable-未加密",
|
6826
|
+
"example": "disable",
|
6827
|
+
"member": "string",
|
6828
|
+
"name": "Encryption",
|
6829
|
+
"required": false,
|
6830
|
+
"type": "string"
|
6808
6831
|
}
|
6809
6832
|
],
|
6810
6833
|
"type": "object"
|
@@ -6818,7 +6841,6 @@
|
|
6818
6841
|
"example": "1",
|
6819
6842
|
"member": "int64",
|
6820
6843
|
"name": "TotalCount",
|
6821
|
-
"required": true,
|
6822
6844
|
"type": "int",
|
6823
6845
|
"value_allowed_null": false
|
6824
6846
|
},
|
@@ -6828,7 +6850,6 @@
|
|
6828
6850
|
"example": "无",
|
6829
6851
|
"member": "InstanceDBDetail",
|
6830
6852
|
"name": "DBInstances",
|
6831
|
-
"required": true,
|
6832
6853
|
"type": "list",
|
6833
6854
|
"value_allowed_null": false
|
6834
6855
|
},
|
@@ -13518,6 +13539,42 @@
|
|
13518
13539
|
],
|
13519
13540
|
"type": "object"
|
13520
13541
|
},
|
13542
|
+
"TDEConfigAttribute": {
|
13543
|
+
"document": "TDE透明数据加密配置",
|
13544
|
+
"members": [
|
13545
|
+
{
|
13546
|
+
"disabled": false,
|
13547
|
+
"document": "是否已开通TDE加密,enable-已开通,disable-未开通",
|
13548
|
+
"example": "disable",
|
13549
|
+
"member": "string",
|
13550
|
+
"name": "Encryption",
|
13551
|
+
"required": false,
|
13552
|
+
"type": "string",
|
13553
|
+
"value_allowed_null": false
|
13554
|
+
},
|
13555
|
+
{
|
13556
|
+
"disabled": false,
|
13557
|
+
"document": "证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书",
|
13558
|
+
"example": "self",
|
13559
|
+
"member": "string",
|
13560
|
+
"name": "CertificateAttribution",
|
13561
|
+
"required": false,
|
13562
|
+
"type": "string",
|
13563
|
+
"value_allowed_null": false
|
13564
|
+
},
|
13565
|
+
{
|
13566
|
+
"disabled": false,
|
13567
|
+
"document": "开通TDE加密时引用的其他主账号ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
13568
|
+
"example": "无",
|
13569
|
+
"member": "string",
|
13570
|
+
"name": "QuoteUin",
|
13571
|
+
"required": false,
|
13572
|
+
"type": "string",
|
13573
|
+
"value_allowed_null": true
|
13574
|
+
}
|
13575
|
+
],
|
13576
|
+
"usage": "out"
|
13577
|
+
},
|
13521
13578
|
"TerminateDBInstanceRequest": {
|
13522
13579
|
"document": "TerminateDBInstance请求参数结构体",
|
13523
13580
|
"members": [
|
@@ -338,9 +338,9 @@
|
|
338
338
|
],
|
339
339
|
"DescribeDBInstancesAttribute": [
|
340
340
|
{
|
341
|
-
"document": "
|
341
|
+
"document": "查询实例附属属性",
|
342
342
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstancesAttribute\n<公共请求参数>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
|
343
|
-
"output": "{\n \"Response\": {\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupSaveDays\": 1,\n \"RequestId\": \"7\",\n \"RegularBackupCounts\": 1,\n \"RegularBackupEnable\": \"enable\",\n \"RegularBackupStrategy\": \"months\",\n \"RegularBackupStartTime\": \"2022-10-10\",\n \"EventSaveDays\": 0,\n \"BlockedThreshold\": 6\n }\n}",
|
343
|
+
"output": "{\n \"Response\": {\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupSaveDays\": 1,\n \"RequestId\": \"7\",\n \"RegularBackupCounts\": 1,\n \"RegularBackupEnable\": \"enable\",\n \"RegularBackupStrategy\": \"months\",\n \"RegularBackupStartTime\": \"2022-10-10\",\n \"EventSaveDays\": 0,\n \"TDEConfig\": {\n \"Encryption\": \"disable\",\n \"CertificateAttribution\": \"self\",\n \"QuoteUin\": \"\"\n },\n \"BlockedThreshold\": 6\n }\n}",
|
344
344
|
"title": "查询实例mssql-j8kv137v的附属属性"
|
345
345
|
}
|
346
346
|
],
|
@@ -354,7 +354,7 @@
|
|
354
354
|
],
|
355
355
|
"DescribeDBs": [
|
356
356
|
{
|
357
|
-
"document": "",
|
357
|
+
"document": "查询数据库列表",
|
358
358
|
"input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBs\n<公共请求参数>\n\n{\n \"InstanceIdSet\": [\n \"mssql-njj2mtpl\"\n ]\n}",
|
359
359
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5062de55-d048-4d3b-92f9-b98b6f244360\",\n \"TotalCount\": 1,\n \"DBInstances\": [\n {\n \"InstanceId\": \"mssql-632eyp63\",\n \"DBDetails\": [\n {\n \"Name\": \"ceshi1\",\n \"Charset\": \"Chinese_PRC_CI_AS\",\n \"Remark\": \"测试db1\",\n \"CreateTime\": \"2018-07-02 20:12:24\",\n \"Status\": 2,\n \"Accounts\": [\n {\n \"UserName\": \"victorwind\",\n \"Privilege\": \"ReadWrite\"\n }\n ],\n \"InternalStatus\": \"ONLINE\"\n }\n ]\n }\n ]\n }\n}",
|
360
360
|
"title": "查询数据库列表"
|