tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/billing/v20180709/api.json +18 -62
- tccli/services/billing/v20180709/examples.json +8 -8
- tccli/services/cat/v20180409/api.json +0 -28
- tccli/services/cat/v20180409/examples.json +7 -7
- tccli/services/ccc/v20200210/api.json +16 -7
- tccli/services/ccc/v20200210/examples.json +2 -2
- tccli/services/cdb/v20170320/api.json +71 -50
- tccli/services/cdb/v20170320/examples.json +4 -4
- tccli/services/cdn/v20180606/api.json +1 -11
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +8 -5
- tccli/services/ckafka/v20190819/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +44 -33
- tccli/services/cls/v20201016/examples.json +3 -3
- tccli/services/cvm/v20170312/api.json +2 -4
- tccli/services/dbbrain/v20210527/api.json +36 -30
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +812 -157
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/dlc/v20210125/api.json +9 -0
- tccli/services/emr/v20190103/api.json +9 -29
- tccli/services/ess/ess_client.py +273 -8
- tccli/services/ess/v20201111/api.json +639 -89
- tccli/services/ess/v20201111/examples.json +58 -6
- tccli/services/essbasic/essbasic_client.py +159 -0
- tccli/services/essbasic/v20210526/api.json +287 -3
- tccli/services/essbasic/v20210526/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +25 -33
- tccli/services/iotexplorer/v20190423/examples.json +9 -9
- tccli/services/mariadb/mariadb_client.py +53 -0
- tccli/services/mariadb/v20170312/api.json +520 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/monitor/v20180724/api.json +10 -11
- tccli/services/monitor/v20180724/examples.json +5 -5
- tccli/services/mps/v20190612/api.json +2 -7
- tccli/services/ocr/v20181119/api.json +73 -89
- tccli/services/ocr/v20181119/examples.json +23 -23
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +214 -0
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/tcss/v20201101/api.json +40 -7
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tdid/v20210519/api.json +68 -68
- tccli/services/tiw/tiw_client.py +1403 -78
- tccli/services/tiw/v20190919/api.json +2439 -461
- tccli/services/tiw/v20190919/examples.json +200 -0
- tccli/services/trtc/v20190722/api.json +41 -29
- tccli/services/trtc/v20190722/examples.json +10 -10
- tccli/services/vpc/v20170312/api.json +15 -27
- tccli/services/vpc/v20170312/examples.json +6 -6
- tccli/services/waf/v20180125/api.json +50 -6
- tccli/services/waf/v20180125/examples.json +2 -2
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/METADATA +2 -2
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/RECORD +59 -59
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/LICENSE +0 -0
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.845.1.dist-info → tccli-3.0.847.1.dist-info}/top_level.txt +0 -0
@@ -119,6 +119,13 @@
|
|
119
119
|
"output": "DescribeDBEncryptAttributesResponse",
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
|
+
"DescribeDBInstanceDetail": {
|
123
|
+
"document": "本接口(DescribeDBInstanceDetail)用于查询指定实例的详细信息。",
|
124
|
+
"input": "DescribeDBInstanceDetailRequest",
|
125
|
+
"name": "查询实例详细信息",
|
126
|
+
"output": "DescribeDBInstanceDetailResponse",
|
127
|
+
"status": "online"
|
128
|
+
},
|
122
129
|
"DescribeDBInstanceSpecs": {
|
123
130
|
"document": "本接口(DescribeDBInstanceSpecs)用于查询可创建的云数据库可售卖的规格配置。",
|
124
131
|
"input": "DescribeDBInstanceSpecsRequest",
|
@@ -3275,6 +3282,519 @@
|
|
3275
3282
|
],
|
3276
3283
|
"type": "object"
|
3277
3284
|
},
|
3285
|
+
"DescribeDBInstanceDetailRequest": {
|
3286
|
+
"document": "DescribeDBInstanceDetail请求参数结构体",
|
3287
|
+
"members": [
|
3288
|
+
{
|
3289
|
+
"default": "",
|
3290
|
+
"document": "实例Id形如:tdsql-ow728lmc。",
|
3291
|
+
"example": "tdsql-jv8z8fhl",
|
3292
|
+
"member": "string",
|
3293
|
+
"name": "InstanceId",
|
3294
|
+
"required": true,
|
3295
|
+
"type": "string"
|
3296
|
+
}
|
3297
|
+
],
|
3298
|
+
"type": "object"
|
3299
|
+
},
|
3300
|
+
"DescribeDBInstanceDetailResponse": {
|
3301
|
+
"document": "DescribeDBInstanceDetail返回参数结构体",
|
3302
|
+
"members": [
|
3303
|
+
{
|
3304
|
+
"document": "实例Id",
|
3305
|
+
"example": "tdsql-jv8z8fhl",
|
3306
|
+
"member": "string",
|
3307
|
+
"name": "InstanceId",
|
3308
|
+
"required": true,
|
3309
|
+
"type": "string",
|
3310
|
+
"value_allowed_null": false
|
3311
|
+
},
|
3312
|
+
{
|
3313
|
+
"document": "实例名称",
|
3314
|
+
"example": "cos_test",
|
3315
|
+
"member": "string",
|
3316
|
+
"name": "InstanceName",
|
3317
|
+
"required": true,
|
3318
|
+
"type": "string",
|
3319
|
+
"value_allowed_null": false
|
3320
|
+
},
|
3321
|
+
{
|
3322
|
+
"document": "实例状态",
|
3323
|
+
"example": "2",
|
3324
|
+
"member": "int64",
|
3325
|
+
"name": "Status",
|
3326
|
+
"required": true,
|
3327
|
+
"type": "int",
|
3328
|
+
"value_allowed_null": false
|
3329
|
+
},
|
3330
|
+
{
|
3331
|
+
"document": "实例目前运行状态描述",
|
3332
|
+
"example": "运行中",
|
3333
|
+
"member": "string",
|
3334
|
+
"name": "StatusDesc",
|
3335
|
+
"required": true,
|
3336
|
+
"type": "string",
|
3337
|
+
"value_allowed_null": false
|
3338
|
+
},
|
3339
|
+
{
|
3340
|
+
"document": "内网 IP 地址",
|
3341
|
+
"example": "192.168.240.44",
|
3342
|
+
"member": "string",
|
3343
|
+
"name": "Vip",
|
3344
|
+
"required": true,
|
3345
|
+
"type": "string",
|
3346
|
+
"value_allowed_null": false
|
3347
|
+
},
|
3348
|
+
{
|
3349
|
+
"document": "内网端口",
|
3350
|
+
"example": "3306",
|
3351
|
+
"member": "int64",
|
3352
|
+
"name": "Vport",
|
3353
|
+
"required": true,
|
3354
|
+
"type": "int",
|
3355
|
+
"value_allowed_null": false
|
3356
|
+
},
|
3357
|
+
{
|
3358
|
+
"document": "是否临时实例,0为否,非0为是",
|
3359
|
+
"example": "0",
|
3360
|
+
"member": "int64",
|
3361
|
+
"name": "IsTmp",
|
3362
|
+
"required": true,
|
3363
|
+
"type": "int",
|
3364
|
+
"value_allowed_null": false
|
3365
|
+
},
|
3366
|
+
{
|
3367
|
+
"document": "节点数,2为一主一从,3为一主二从",
|
3368
|
+
"example": "3",
|
3369
|
+
"member": "int64",
|
3370
|
+
"name": "NodeCount",
|
3371
|
+
"required": true,
|
3372
|
+
"type": "int",
|
3373
|
+
"value_allowed_null": false
|
3374
|
+
},
|
3375
|
+
{
|
3376
|
+
"document": "实例所在地域名称,如 ap-shanghai",
|
3377
|
+
"example": "ap-guangzhou",
|
3378
|
+
"member": "string",
|
3379
|
+
"name": "Region",
|
3380
|
+
"required": true,
|
3381
|
+
"type": "string",
|
3382
|
+
"value_allowed_null": false
|
3383
|
+
},
|
3384
|
+
{
|
3385
|
+
"document": "实例所在可用区名称,如 ap-shanghai-1",
|
3386
|
+
"example": "ap-guangzhou-2",
|
3387
|
+
"member": "string",
|
3388
|
+
"name": "Zone",
|
3389
|
+
"required": true,
|
3390
|
+
"type": "string",
|
3391
|
+
"value_allowed_null": false
|
3392
|
+
},
|
3393
|
+
{
|
3394
|
+
"document": "字符串型的私有网络Id",
|
3395
|
+
"example": "vpc-hqxhp43z",
|
3396
|
+
"member": "string",
|
3397
|
+
"name": "VpcId",
|
3398
|
+
"required": true,
|
3399
|
+
"type": "string",
|
3400
|
+
"value_allowed_null": false
|
3401
|
+
},
|
3402
|
+
{
|
3403
|
+
"document": "字符串型的私有网络子网Id",
|
3404
|
+
"example": "subnet-15y3y4eo",
|
3405
|
+
"member": "string",
|
3406
|
+
"name": "SubnetId",
|
3407
|
+
"required": true,
|
3408
|
+
"type": "string",
|
3409
|
+
"value_allowed_null": false
|
3410
|
+
},
|
3411
|
+
{
|
3412
|
+
"document": "外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中",
|
3413
|
+
"example": "0",
|
3414
|
+
"member": "int64",
|
3415
|
+
"name": "WanStatus",
|
3416
|
+
"required": true,
|
3417
|
+
"type": "int",
|
3418
|
+
"value_allowed_null": false
|
3419
|
+
},
|
3420
|
+
{
|
3421
|
+
"document": "外网访问的域名,公网可解析",
|
3422
|
+
"example": "无",
|
3423
|
+
"member": "string",
|
3424
|
+
"name": "WanDomain",
|
3425
|
+
"required": true,
|
3426
|
+
"type": "string",
|
3427
|
+
"value_allowed_null": false
|
3428
|
+
},
|
3429
|
+
{
|
3430
|
+
"document": "外网 IP 地址,公网可访问",
|
3431
|
+
"example": "无",
|
3432
|
+
"member": "string",
|
3433
|
+
"name": "WanVip",
|
3434
|
+
"required": true,
|
3435
|
+
"type": "string",
|
3436
|
+
"value_allowed_null": false
|
3437
|
+
},
|
3438
|
+
{
|
3439
|
+
"document": "外网端口",
|
3440
|
+
"example": "0",
|
3441
|
+
"member": "int64",
|
3442
|
+
"name": "WanPort",
|
3443
|
+
"required": true,
|
3444
|
+
"type": "int",
|
3445
|
+
"value_allowed_null": false
|
3446
|
+
},
|
3447
|
+
{
|
3448
|
+
"document": "实例所属项目 Id",
|
3449
|
+
"example": "0",
|
3450
|
+
"member": "int64",
|
3451
|
+
"name": "ProjectId",
|
3452
|
+
"required": true,
|
3453
|
+
"type": "int",
|
3454
|
+
"value_allowed_null": false
|
3455
|
+
},
|
3456
|
+
{
|
3457
|
+
"document": "TDSQL 版本信息",
|
3458
|
+
"example": "基于MariaDB 10.0.10设计(兼容MySQL 5.5)",
|
3459
|
+
"member": "string",
|
3460
|
+
"name": "TdsqlVersion",
|
3461
|
+
"required": true,
|
3462
|
+
"type": "string",
|
3463
|
+
"value_allowed_null": false
|
3464
|
+
},
|
3465
|
+
{
|
3466
|
+
"document": "实例内存大小,单位 GB",
|
3467
|
+
"example": "2",
|
3468
|
+
"member": "int64",
|
3469
|
+
"name": "Memory",
|
3470
|
+
"required": true,
|
3471
|
+
"type": "int",
|
3472
|
+
"value_allowed_null": false
|
3473
|
+
},
|
3474
|
+
{
|
3475
|
+
"document": "实例存储大小,单位 GB",
|
3476
|
+
"example": "10",
|
3477
|
+
"member": "int64",
|
3478
|
+
"name": "Storage",
|
3479
|
+
"required": true,
|
3480
|
+
"type": "int",
|
3481
|
+
"value_allowed_null": false
|
3482
|
+
},
|
3483
|
+
{
|
3484
|
+
"document": "主可用区,如 ap-shanghai-1",
|
3485
|
+
"example": "ap-guangzhou-2",
|
3486
|
+
"member": "string",
|
3487
|
+
"name": "MasterZone",
|
3488
|
+
"required": true,
|
3489
|
+
"type": "string",
|
3490
|
+
"value_allowed_null": false
|
3491
|
+
},
|
3492
|
+
{
|
3493
|
+
"document": "从可用区列表,如 [ap-shanghai-2]",
|
3494
|
+
"example": "[\"ap-guangzhou-2\",\"ap-guangzhou-2\"]",
|
3495
|
+
"member": "string",
|
3496
|
+
"name": "SlaveZones",
|
3497
|
+
"required": true,
|
3498
|
+
"type": "list",
|
3499
|
+
"value_allowed_null": false
|
3500
|
+
},
|
3501
|
+
{
|
3502
|
+
"document": "自动续费标志:0 否,1 是",
|
3503
|
+
"example": "0",
|
3504
|
+
"member": "int64",
|
3505
|
+
"name": "AutoRenewFlag",
|
3506
|
+
"required": true,
|
3507
|
+
"type": "int",
|
3508
|
+
"value_allowed_null": false
|
3509
|
+
},
|
3510
|
+
{
|
3511
|
+
"document": "独享集群Id,普通实例为空",
|
3512
|
+
"example": "无",
|
3513
|
+
"member": "string",
|
3514
|
+
"name": "ExclusterId",
|
3515
|
+
"required": true,
|
3516
|
+
"type": "string",
|
3517
|
+
"value_allowed_null": false
|
3518
|
+
},
|
3519
|
+
{
|
3520
|
+
"document": "付费模式:prepaid 表示预付费",
|
3521
|
+
"example": "prepaid",
|
3522
|
+
"member": "string",
|
3523
|
+
"name": "PayMode",
|
3524
|
+
"required": true,
|
3525
|
+
"type": "string",
|
3526
|
+
"value_allowed_null": false
|
3527
|
+
},
|
3528
|
+
{
|
3529
|
+
"document": "实例创建时间,格式为 2006-01-02 15:04:05",
|
3530
|
+
"example": "2020-04-13 15:00:16",
|
3531
|
+
"member": "datetime",
|
3532
|
+
"name": "CreateTime",
|
3533
|
+
"required": true,
|
3534
|
+
"type": "string",
|
3535
|
+
"value_allowed_null": false
|
3536
|
+
},
|
3537
|
+
{
|
3538
|
+
"document": "实例是否支持审计",
|
3539
|
+
"example": "true",
|
3540
|
+
"member": "bool",
|
3541
|
+
"name": "IsAuditSupported",
|
3542
|
+
"required": true,
|
3543
|
+
"type": "bool",
|
3544
|
+
"value_allowed_null": false
|
3545
|
+
},
|
3546
|
+
{
|
3547
|
+
"document": "实例到期时间,格式为 2006-01-02 15:04:05",
|
3548
|
+
"example": "2019-12-06 15:00:16",
|
3549
|
+
"member": "datetime",
|
3550
|
+
"name": "PeriodEndTime",
|
3551
|
+
"required": true,
|
3552
|
+
"type": "string",
|
3553
|
+
"value_allowed_null": false
|
3554
|
+
},
|
3555
|
+
{
|
3556
|
+
"document": "机型信息",
|
3557
|
+
"example": "Z4",
|
3558
|
+
"member": "string",
|
3559
|
+
"name": "Machine",
|
3560
|
+
"required": true,
|
3561
|
+
"type": "string",
|
3562
|
+
"value_allowed_null": false
|
3563
|
+
},
|
3564
|
+
{
|
3565
|
+
"document": "存储空间使用率",
|
3566
|
+
"example": "0.000",
|
3567
|
+
"member": "string",
|
3568
|
+
"name": "StorageUsage",
|
3569
|
+
"required": true,
|
3570
|
+
"type": "string",
|
3571
|
+
"value_allowed_null": false
|
3572
|
+
},
|
3573
|
+
{
|
3574
|
+
"document": "日志存储空间大小,单位 GB",
|
3575
|
+
"example": "8",
|
3576
|
+
"member": "int64",
|
3577
|
+
"name": "LogStorage",
|
3578
|
+
"required": true,
|
3579
|
+
"type": "int",
|
3580
|
+
"value_allowed_null": false
|
3581
|
+
},
|
3582
|
+
{
|
3583
|
+
"document": "是否支持数据加密。1-支持;0-不支持",
|
3584
|
+
"example": "0",
|
3585
|
+
"member": "int64",
|
3586
|
+
"name": "IsEncryptSupported",
|
3587
|
+
"required": true,
|
3588
|
+
"type": "int",
|
3589
|
+
"value_allowed_null": false
|
3590
|
+
},
|
3591
|
+
{
|
3592
|
+
"document": "内网IPv6\n注意:此字段可能返回 null,表示取不到有效值。",
|
3593
|
+
"example": "无",
|
3594
|
+
"member": "string",
|
3595
|
+
"name": "Vip6",
|
3596
|
+
"required": true,
|
3597
|
+
"type": "string",
|
3598
|
+
"value_allowed_null": true
|
3599
|
+
},
|
3600
|
+
{
|
3601
|
+
"document": "实例Cpu核数",
|
3602
|
+
"example": "1",
|
3603
|
+
"member": "int64",
|
3604
|
+
"name": "Cpu",
|
3605
|
+
"required": true,
|
3606
|
+
"type": "int",
|
3607
|
+
"value_allowed_null": false
|
3608
|
+
},
|
3609
|
+
{
|
3610
|
+
"document": "产品类型ID",
|
3611
|
+
"example": "1002231",
|
3612
|
+
"member": "int64",
|
3613
|
+
"name": "Pid",
|
3614
|
+
"required": true,
|
3615
|
+
"type": "int",
|
3616
|
+
"value_allowed_null": false
|
3617
|
+
},
|
3618
|
+
{
|
3619
|
+
"document": "最大QPS",
|
3620
|
+
"example": "2100",
|
3621
|
+
"member": "int64",
|
3622
|
+
"name": "Qps",
|
3623
|
+
"required": true,
|
3624
|
+
"type": "int",
|
3625
|
+
"value_allowed_null": false
|
3626
|
+
},
|
3627
|
+
{
|
3628
|
+
"document": "是否支持IPv6\n注意:此字段可能返回 null,表示取不到有效值。",
|
3629
|
+
"example": "0",
|
3630
|
+
"member": "int64",
|
3631
|
+
"name": "Ipv6Flag",
|
3632
|
+
"required": true,
|
3633
|
+
"type": "int",
|
3634
|
+
"value_allowed_null": true
|
3635
|
+
},
|
3636
|
+
{
|
3637
|
+
"document": "外网IPv6地址,公网可访问\n注意:此字段可能返回 null,表示取不到有效值。",
|
3638
|
+
"example": "无",
|
3639
|
+
"member": "string",
|
3640
|
+
"name": "WanVipv6",
|
3641
|
+
"required": true,
|
3642
|
+
"type": "string",
|
3643
|
+
"value_allowed_null": true
|
3644
|
+
},
|
3645
|
+
{
|
3646
|
+
"document": "外网状态,0-未开通;1-已开通;2-关闭;3-开通中;4-关闭中\n注意:此字段可能返回 null,表示取不到有效值。",
|
3647
|
+
"example": "0",
|
3648
|
+
"member": "int64",
|
3649
|
+
"name": "WanStatusIpv6",
|
3650
|
+
"required": true,
|
3651
|
+
"type": "int",
|
3652
|
+
"value_allowed_null": true
|
3653
|
+
},
|
3654
|
+
{
|
3655
|
+
"document": "外网IPv6端口\n注意:此字段可能返回 null,表示取不到有效值。",
|
3656
|
+
"example": "0",
|
3657
|
+
"member": "int64",
|
3658
|
+
"name": "WanPortIpv6",
|
3659
|
+
"required": true,
|
3660
|
+
"type": "int",
|
3661
|
+
"value_allowed_null": true
|
3662
|
+
},
|
3663
|
+
{
|
3664
|
+
"document": "数据库引擎\n注意:此字段可能返回 null,表示取不到有效值。",
|
3665
|
+
"example": "Pernoca",
|
3666
|
+
"member": "string",
|
3667
|
+
"name": "DbEngine",
|
3668
|
+
"required": true,
|
3669
|
+
"type": "string",
|
3670
|
+
"value_allowed_null": true
|
3671
|
+
},
|
3672
|
+
{
|
3673
|
+
"document": "数据库版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
3674
|
+
"example": "5.7.17",
|
3675
|
+
"member": "string",
|
3676
|
+
"name": "DbVersion",
|
3677
|
+
"required": true,
|
3678
|
+
"type": "string",
|
3679
|
+
"value_allowed_null": true
|
3680
|
+
},
|
3681
|
+
{
|
3682
|
+
"document": "标签信息",
|
3683
|
+
"example": "无",
|
3684
|
+
"member": "ResourceTag",
|
3685
|
+
"name": "ResourceTags",
|
3686
|
+
"required": true,
|
3687
|
+
"type": "list",
|
3688
|
+
"value_allowed_null": false
|
3689
|
+
},
|
3690
|
+
{
|
3691
|
+
"document": "DCN标志,0-无,1-主实例,2-灾备实例\n注意:此字段可能返回 null,表示取不到有效值。",
|
3692
|
+
"example": "1",
|
3693
|
+
"member": "int64",
|
3694
|
+
"name": "DcnFlag",
|
3695
|
+
"required": true,
|
3696
|
+
"type": "int",
|
3697
|
+
"value_allowed_null": true
|
3698
|
+
},
|
3699
|
+
{
|
3700
|
+
"document": "DCN状态,0-无,1-创建中,2-同步中,3-已断开\n注意:此字段可能返回 null,表示取不到有效值。",
|
3701
|
+
"example": "2",
|
3702
|
+
"member": "int64",
|
3703
|
+
"name": "DcnStatus",
|
3704
|
+
"required": true,
|
3705
|
+
"type": "int",
|
3706
|
+
"value_allowed_null": true
|
3707
|
+
},
|
3708
|
+
{
|
3709
|
+
"document": "DCN灾备实例数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3710
|
+
"example": "1",
|
3711
|
+
"member": "int64",
|
3712
|
+
"name": "DcnDstNum",
|
3713
|
+
"required": true,
|
3714
|
+
"type": "int",
|
3715
|
+
"value_allowed_null": true
|
3716
|
+
},
|
3717
|
+
{
|
3718
|
+
"document": "1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)\n注意:此字段可能返回 null,表示取不到有效值。",
|
3719
|
+
"example": "1",
|
3720
|
+
"member": "int64",
|
3721
|
+
"name": "InstanceType",
|
3722
|
+
"required": true,
|
3723
|
+
"type": "int",
|
3724
|
+
"value_allowed_null": true
|
3725
|
+
},
|
3726
|
+
{
|
3727
|
+
"document": "实例的各个DB节点信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3728
|
+
"example": "无",
|
3729
|
+
"member": "NodeInfo",
|
3730
|
+
"name": "NodesInfo",
|
3731
|
+
"required": true,
|
3732
|
+
"type": "list",
|
3733
|
+
"value_allowed_null": true
|
3734
|
+
},
|
3735
|
+
{
|
3736
|
+
"document": "实例是否支持设置用户连接数限制,内核为10.1暂不支持。\n注意:此字段可能返回 null,表示取不到有效值。",
|
3737
|
+
"example": "true",
|
3738
|
+
"member": "bool",
|
3739
|
+
"name": "IsMaxUserConnectionsSupported",
|
3740
|
+
"required": true,
|
3741
|
+
"type": "bool",
|
3742
|
+
"value_allowed_null": true
|
3743
|
+
},
|
3744
|
+
{
|
3745
|
+
"document": "对外显示的数据库版本\n注意:此字段可能返回 null,表示取不到有效值。",
|
3746
|
+
"example": "5.7",
|
3747
|
+
"member": "string",
|
3748
|
+
"name": "DbVersionId",
|
3749
|
+
"required": true,
|
3750
|
+
"type": "string",
|
3751
|
+
"value_allowed_null": true
|
3752
|
+
},
|
3753
|
+
{
|
3754
|
+
"document": "加密状态, 0-未开启,1-已开启\n注意:此字段可能返回 null,表示取不到有效值。",
|
3755
|
+
"example": "0",
|
3756
|
+
"member": "int64",
|
3757
|
+
"name": "EncryptStatus",
|
3758
|
+
"required": true,
|
3759
|
+
"type": "int",
|
3760
|
+
"value_allowed_null": true
|
3761
|
+
},
|
3762
|
+
{
|
3763
|
+
"document": "DCN的配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
3764
|
+
"example": "无",
|
3765
|
+
"member": "DCNReplicaConfig",
|
3766
|
+
"name": "ReplicaConfig",
|
3767
|
+
"required": true,
|
3768
|
+
"type": "object",
|
3769
|
+
"value_allowed_null": true
|
3770
|
+
},
|
3771
|
+
{
|
3772
|
+
"document": "DCN的运行状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
3773
|
+
"example": "无",
|
3774
|
+
"member": "DCNReplicaStatus",
|
3775
|
+
"name": "ReplicaStatus",
|
3776
|
+
"required": true,
|
3777
|
+
"type": "object",
|
3778
|
+
"value_allowed_null": true
|
3779
|
+
},
|
3780
|
+
{
|
3781
|
+
"document": "独享集群类型,0:公有云, 1:金融围笼, 2:CDC集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
3782
|
+
"example": "0",
|
3783
|
+
"member": "int64",
|
3784
|
+
"name": "ExclusterType",
|
3785
|
+
"required": true,
|
3786
|
+
"type": "int",
|
3787
|
+
"value_allowed_null": true
|
3788
|
+
},
|
3789
|
+
{
|
3790
|
+
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
3791
|
+
"member": "string",
|
3792
|
+
"name": "RequestId",
|
3793
|
+
"type": "string"
|
3794
|
+
}
|
3795
|
+
],
|
3796
|
+
"type": "object"
|
3797
|
+
},
|
3278
3798
|
"DescribeDBInstanceSpecsRequest": {
|
3279
3799
|
"document": "DescribeDBInstanceSpecs请求参数结构体",
|
3280
3800
|
"members": [],
|
@@ -136,6 +136,14 @@
|
|
136
136
|
"title": "无"
|
137
137
|
}
|
138
138
|
],
|
139
|
+
"DescribeDBInstanceDetail": [
|
140
|
+
{
|
141
|
+
"document": "",
|
142
|
+
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-jv8z8fhl\"\n}",
|
143
|
+
"output": "{\n \"Response\": {\n \"WanStatus\": 0,\n \"Zone\": \"ap-guangzhou-2\",\n \"Pid\": 1002231,\n \"WanPortIpv6\": 0,\n \"Storage\": 10,\n \"Machine\": \"SH12\",\n \"AutoRenewFlag\": 0,\n \"NodesInfo\": [\n {\n \"Role\": \"xx\",\n \"NodeId\": \"xx\"\n }\n ],\n \"Memory\": 2,\n \"Status\": 2,\n \"Vip6\": \"\",\n \"MasterZone\": \"ap-guangzhou-1\",\n \"VpcId\": \"vpc-hqxhp43z\",\n \"IsEncryptSupported\": 0,\n \"InstanceId\": \"tdsql-jv8z8fhl\",\n \"WanVipv6\": \"\",\n \"SlaveZones\": [\n \"ap-guangzhou-2\",\n \"ap-guangzhou-2\"\n ],\n \"TdsqlVersion\": \"基于MariaDB 10.0.10设计(兼容MySQL 5.5)\",\n \"WanStatusIpv6\": 0,\n \"SubnetId\": \"subnet-15y3y4eo\",\n \"InstanceType\": 0,\n \"StorageUsage\": \"10.1\",\n \"DcnStatus\": 0,\n \"DbVersion\": \"5.7.17\",\n \"DcnDstNum\": 0,\n \"ProjectId\": 0,\n \"Region\": \"ap-guangzhou\",\n \"DbEngine\": \"Percona\",\n \"IsTmp\": 0,\n \"PayMode\": \"1\",\n \"PeriodEndTime\": \"2020-09-22 00:00:00\",\n \"ResourceTags\": [\n {\n \"TagKey\": \"k1\",\n \"TagValue\": \"v1\"\n }\n ],\n \"RequestId\": \"14f6980a-7fe1-11ea-b896-525400542aa6\",\n \"Ipv6Flag\": 0,\n \"StatusDesc\": \"运行中\",\n \"InstanceName\": \"cos_test\",\n \"Cpu\": 1,\n \"DcnFlag\": 0,\n \"IsAuditSupported\": true,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"Vip\": \"192.168.240.44\",\n \"ExclusterId\": \"\",\n \"LogStorage\": 8,\n \"NodeCount\": 3,\n \"Qps\": 2100,\n \"Vport\": 3306,\n \"WanVip\": \"\",\n \"IsMaxUserConnectionsSupported\": true,\n \"DbVersionId\": \"5.7\",\n \"ReplicaConfig\": {\n \"DelayReplicationType\": \"xx\",\n \"ReplicationDelay\": 0,\n \"RoReplicationMode\": \"xx\",\n \"DueTime\": \"xx\"\n },\n \"ReplicaStatus\": {\n \"Status\": \"xx\",\n \"Delay\": 0\n },\n \"EncryptStatus\": 0,\n \"ExclusterType\": 0\n }\n}",
|
144
|
+
"title": "查询实例详细信息"
|
145
|
+
}
|
146
|
+
],
|
139
147
|
"DescribeDBInstanceSpecs": [
|
140
148
|
{
|
141
149
|
"document": "",
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"status": "online"
|
604
604
|
},
|
605
605
|
"DescribePrometheusInstancesOverview": {
|
606
|
-
"document": "
|
606
|
+
"document": "获取与 Prometheus 监控融合实例列表",
|
607
607
|
"input": "DescribePrometheusInstancesOverviewRequest",
|
608
608
|
"name": "获取2.0实例列表",
|
609
609
|
"output": "DescribePrometheusInstancesOverviewResponse",
|
@@ -736,7 +736,7 @@
|
|
736
736
|
"status": "online"
|
737
737
|
},
|
738
738
|
"ModifyAlarmNotice": {
|
739
|
-
"document": "
|
739
|
+
"document": "编辑告警通知模板",
|
740
740
|
"input": "ModifyAlarmNoticeRequest",
|
741
741
|
"name": "修改通知模板",
|
742
742
|
"output": "ModifyAlarmNoticeResponse",
|
@@ -10173,6 +10173,14 @@
|
|
10173
10173
|
"type": "int",
|
10174
10174
|
"value_allowed_null": false
|
10175
10175
|
},
|
10176
|
+
{
|
10177
|
+
"document": "是否为首次绑定,需要安装预聚合规则",
|
10178
|
+
"example": "false",
|
10179
|
+
"member": "bool",
|
10180
|
+
"name": "IsFirstBind",
|
10181
|
+
"type": "bool",
|
10182
|
+
"value_allowed_null": false
|
10183
|
+
},
|
10176
10184
|
{
|
10177
10185
|
"document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
|
10178
10186
|
"member": "string",
|
@@ -13260,7 +13268,6 @@
|
|
13260
13268
|
"document": "ModifyAlarmNotice请求参数结构体",
|
13261
13269
|
"members": [
|
13262
13270
|
{
|
13263
|
-
"default": "",
|
13264
13271
|
"document": "模块名,这里填“monitor”",
|
13265
13272
|
"example": "monitor",
|
13266
13273
|
"member": "string",
|
@@ -13269,7 +13276,6 @@
|
|
13269
13276
|
"type": "string"
|
13270
13277
|
},
|
13271
13278
|
{
|
13272
|
-
"default": "",
|
13273
13279
|
"document": "告警通知规则名称 60字符以内",
|
13274
13280
|
"example": "默认通知模版",
|
13275
13281
|
"member": "string",
|
@@ -13278,7 +13284,6 @@
|
|
13278
13284
|
"type": "string"
|
13279
13285
|
},
|
13280
13286
|
{
|
13281
|
-
"default": "",
|
13282
13287
|
"document": "通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知",
|
13283
13288
|
"example": "ALL",
|
13284
13289
|
"member": "string",
|
@@ -13287,7 +13292,6 @@
|
|
13287
13292
|
"type": "string"
|
13288
13293
|
},
|
13289
13294
|
{
|
13290
|
-
"default": "",
|
13291
13295
|
"document": "通知语言 zh-CN=中文 en-US=英文",
|
13292
13296
|
"example": "zh-CN",
|
13293
13297
|
"member": "string",
|
@@ -13296,7 +13300,6 @@
|
|
13296
13300
|
"type": "string"
|
13297
13301
|
},
|
13298
13302
|
{
|
13299
|
-
"default": "",
|
13300
13303
|
"document": "告警通知模板 ID",
|
13301
13304
|
"example": "notice-xxx",
|
13302
13305
|
"member": "string",
|
@@ -13305,7 +13308,6 @@
|
|
13305
13308
|
"type": "string"
|
13306
13309
|
},
|
13307
13310
|
{
|
13308
|
-
"default": "",
|
13309
13311
|
"document": "用户通知 最多5个",
|
13310
13312
|
"example": "无",
|
13311
13313
|
"member": "UserNotice",
|
@@ -13314,7 +13316,6 @@
|
|
13314
13316
|
"type": "list"
|
13315
13317
|
},
|
13316
13318
|
{
|
13317
|
-
"default": "",
|
13318
13319
|
"document": "回调通知 最多3个",
|
13319
13320
|
"example": "无",
|
13320
13321
|
"member": "URLNotice",
|
@@ -13323,7 +13324,6 @@
|
|
13323
13324
|
"type": "list"
|
13324
13325
|
},
|
13325
13326
|
{
|
13326
|
-
"default": "",
|
13327
13327
|
"document": "告警通知推送到CLS服务 最多1个",
|
13328
13328
|
"example": "无",
|
13329
13329
|
"member": "CLSNotice",
|
@@ -13332,7 +13332,6 @@
|
|
13332
13332
|
"type": "list"
|
13333
13333
|
},
|
13334
13334
|
{
|
13335
|
-
"default": "",
|
13336
13335
|
"document": "告警通知模板绑定的告警策略ID列表",
|
13337
13336
|
"example": "无",
|
13338
13337
|
"member": "string",
|