tccli 3.0.845.1__py2.py3-none-any.whl → 3.0.847.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/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
@@ -7417,7 +7417,6 @@
|
|
7417
7417
|
"document": "DescribeDBInstances请求参数结构体",
|
7418
7418
|
"members": [
|
7419
7419
|
{
|
7420
|
-
"default": "",
|
7421
7420
|
"document": "项目 ID。",
|
7422
7421
|
"example": "0",
|
7423
7422
|
"member": "int64",
|
@@ -7426,7 +7425,6 @@
|
|
7426
7425
|
"type": "int"
|
7427
7426
|
},
|
7428
7427
|
{
|
7429
|
-
"default": "",
|
7430
7428
|
"document": "实例类型,可取值:1 - 主实例,2 - 灾备实例,3 - 只读实例。",
|
7431
7429
|
"example": "1",
|
7432
7430
|
"member": "uint64",
|
@@ -7435,7 +7433,6 @@
|
|
7435
7433
|
"type": "list"
|
7436
7434
|
},
|
7437
7435
|
{
|
7438
|
-
"default": "",
|
7439
7436
|
"document": "实例的内网 IP 地址。",
|
7440
7437
|
"example": "\"\"",
|
7441
7438
|
"member": "string",
|
@@ -7444,7 +7441,6 @@
|
|
7444
7441
|
"type": "list"
|
7445
7442
|
},
|
7446
7443
|
{
|
7447
|
-
"default": "",
|
7448
7444
|
"document": "实例状态,可取值:<br>0 - 创建中<br>1 - 运行中<br>4 - 正在进行隔离操作<br>5 - 已隔离(可在回收站恢复开机)",
|
7449
7445
|
"example": "1",
|
7450
7446
|
"member": "uint64",
|
@@ -7453,7 +7449,6 @@
|
|
7453
7449
|
"type": "list"
|
7454
7450
|
},
|
7455
7451
|
{
|
7456
|
-
"default": "",
|
7457
7452
|
"document": "偏移量,默认值为 0。",
|
7458
7453
|
"example": "0",
|
7459
7454
|
"member": "uint64",
|
@@ -7462,7 +7457,6 @@
|
|
7462
7457
|
"type": "int"
|
7463
7458
|
},
|
7464
7459
|
{
|
7465
|
-
"default": "",
|
7466
7460
|
"document": "单次请求返回的数量,默认值为 20,最大值为 2000。",
|
7467
7461
|
"example": "1",
|
7468
7462
|
"member": "uint64",
|
@@ -7471,7 +7465,6 @@
|
|
7471
7465
|
"type": "int"
|
7472
7466
|
},
|
7473
7467
|
{
|
7474
|
-
"default": "",
|
7475
7468
|
"document": "安全组 ID。当使用安全组 ID 为过滤条件时,需指定 WithSecurityGroup 参数为 1。",
|
7476
7469
|
"example": "\"\"",
|
7477
7470
|
"member": "string",
|
@@ -7480,7 +7473,6 @@
|
|
7480
7473
|
"type": "string"
|
7481
7474
|
},
|
7482
7475
|
{
|
7483
|
-
"default": "",
|
7484
7476
|
"document": "付费类型,可取值:0 - 包年包月,1 - 小时计费。",
|
7485
7477
|
"example": "1",
|
7486
7478
|
"member": "uint64",
|
@@ -7489,7 +7481,6 @@
|
|
7489
7481
|
"type": "list"
|
7490
7482
|
},
|
7491
7483
|
{
|
7492
|
-
"default": "",
|
7493
7484
|
"document": "实例名称。",
|
7494
7485
|
"example": "\"\"",
|
7495
7486
|
"member": "string",
|
@@ -7498,7 +7489,6 @@
|
|
7498
7489
|
"type": "list"
|
7499
7490
|
},
|
7500
7491
|
{
|
7501
|
-
"default": "",
|
7502
7492
|
"document": "实例任务状态,可能取值:<br>0 - 没有任务<br>1 - 升级中<br>2 - 数据导入中<br>3 - 开放Slave中<br>4 - 外网访问开通中<br>5 - 批量操作执行中<br>6 - 回档中<br>7 - 外网访问关闭中<br>8 - 密码修改中<br>9 - 实例名修改中<br>10 - 重启中<br>12 - 自建迁移中<br>13 - 删除库表中<br>14 - 灾备实例创建同步中<br>15 - 升级待切换<br>16 - 升级切换中<br>17 - 升级切换完成<br>19 - 参数设置待执行",
|
7503
7493
|
"example": "0",
|
7504
7494
|
"member": "uint64",
|
@@ -7507,7 +7497,6 @@
|
|
7507
7497
|
"type": "list"
|
7508
7498
|
},
|
7509
7499
|
{
|
7510
|
-
"default": "",
|
7511
7500
|
"document": "实例数据库引擎版本,可能取值:5.1、5.5、5.6 和 5.7。",
|
7512
7501
|
"example": "\"5.6\"",
|
7513
7502
|
"member": "string",
|
@@ -7516,7 +7505,6 @@
|
|
7516
7505
|
"type": "list"
|
7517
7506
|
},
|
7518
7507
|
{
|
7519
|
-
"default": "",
|
7520
7508
|
"document": "私有网络的 ID。",
|
7521
7509
|
"example": "0",
|
7522
7510
|
"member": "uint64",
|
@@ -7525,7 +7513,6 @@
|
|
7525
7513
|
"type": "list"
|
7526
7514
|
},
|
7527
7515
|
{
|
7528
|
-
"default": "",
|
7529
7516
|
"document": "可用区的 ID。",
|
7530
7517
|
"example": "720001",
|
7531
7518
|
"member": "uint64",
|
@@ -7534,7 +7521,6 @@
|
|
7534
7521
|
"type": "list"
|
7535
7522
|
},
|
7536
7523
|
{
|
7537
|
-
"default": "",
|
7538
7524
|
"document": "子网 ID。",
|
7539
7525
|
"example": "0",
|
7540
7526
|
"member": "uint64",
|
@@ -7543,7 +7529,6 @@
|
|
7543
7529
|
"type": "list"
|
7544
7530
|
},
|
7545
7531
|
{
|
7546
|
-
"default": "",
|
7547
7532
|
"document": "是否锁定标记,可选值:0 - 不锁定,1 - 锁定,默认为0。",
|
7548
7533
|
"example": "0",
|
7549
7534
|
"member": "int64",
|
@@ -7552,7 +7537,6 @@
|
|
7552
7537
|
"type": "list"
|
7553
7538
|
},
|
7554
7539
|
{
|
7555
|
-
"default": "",
|
7556
7540
|
"document": "返回结果集排序的字段,目前支持:\"InstanceId\",\"InstanceName\",\"CreateTime\",\"DeadlineTime\"。",
|
7557
7541
|
"example": "\"\"",
|
7558
7542
|
"member": "string",
|
@@ -7561,7 +7545,6 @@
|
|
7561
7545
|
"type": "string"
|
7562
7546
|
},
|
7563
7547
|
{
|
7564
|
-
"default": "",
|
7565
7548
|
"document": "返回结果集排序方式,目前支持:\"ASC\" 或者 \"DESC\"。",
|
7566
7549
|
"example": "\"DESC\"",
|
7567
7550
|
"member": "string",
|
@@ -7570,7 +7553,6 @@
|
|
7570
7553
|
"type": "string"
|
7571
7554
|
},
|
7572
7555
|
{
|
7573
|
-
"default": "",
|
7574
7556
|
"document": "是否以安全组 ID 为过滤条件。",
|
7575
7557
|
"example": "0",
|
7576
7558
|
"member": "int64",
|
@@ -7579,7 +7561,6 @@
|
|
7579
7561
|
"type": "int"
|
7580
7562
|
},
|
7581
7563
|
{
|
7582
|
-
"default": "",
|
7583
7564
|
"document": "是否包含独享集群详细信息,可取值:0 - 不包含,1 - 包含。",
|
7584
7565
|
"example": "0",
|
7585
7566
|
"member": "int64",
|
@@ -7588,7 +7569,6 @@
|
|
7588
7569
|
"type": "int"
|
7589
7570
|
},
|
7590
7571
|
{
|
7591
|
-
"default": "",
|
7592
7572
|
"document": "独享集群 ID。",
|
7593
7573
|
"example": "\"\"",
|
7594
7574
|
"member": "string",
|
@@ -7597,7 +7577,6 @@
|
|
7597
7577
|
"type": "string"
|
7598
7578
|
},
|
7599
7579
|
{
|
7600
|
-
"default": "",
|
7601
7580
|
"document": "实例 ID。",
|
7602
7581
|
"example": "[\"cdb-70zdmgg1\\r\\n\"]",
|
7603
7582
|
"member": "string",
|
@@ -7606,7 +7585,6 @@
|
|
7606
7585
|
"type": "list"
|
7607
7586
|
},
|
7608
7587
|
{
|
7609
|
-
"default": "",
|
7610
7588
|
"document": "初始化标记,可取值:0 - 未初始化,1 - 初始化。",
|
7611
7589
|
"example": "0",
|
7612
7590
|
"member": "int64",
|
@@ -7615,7 +7593,6 @@
|
|
7615
7593
|
"type": "int"
|
7616
7594
|
},
|
7617
7595
|
{
|
7618
|
-
"default": "",
|
7619
7596
|
"document": "是否包含灾备关系对应的实例,可取值:0 - 不包含,1 - 包含。默认取值为1。如果拉取主实例,则灾备关系的数据在DrInfo字段中, 如果拉取灾备实例, 则灾备关系的数据在MasterInfo字段中。灾备关系中只包含部分基本的数据,详细的数据需要自行调接口拉取。",
|
7620
7597
|
"example": "0",
|
7621
7598
|
"member": "int64",
|
@@ -7624,7 +7601,6 @@
|
|
7624
7601
|
"type": "int"
|
7625
7602
|
},
|
7626
7603
|
{
|
7627
|
-
"default": "",
|
7628
7604
|
"document": "是否包含只读实例,可取值:0 - 不包含,1 - 包含。默认取值为1。",
|
7629
7605
|
"example": "0",
|
7630
7606
|
"member": "int64",
|
@@ -7633,7 +7609,6 @@
|
|
7633
7609
|
"type": "int"
|
7634
7610
|
},
|
7635
7611
|
{
|
7636
|
-
"default": "",
|
7637
7612
|
"document": "是否包含主实例,可取值:0 - 不包含,1 - 包含。默认取值为1。",
|
7638
7613
|
"example": "0",
|
7639
7614
|
"member": "int64",
|
@@ -7642,7 +7617,6 @@
|
|
7642
7617
|
"type": "int"
|
7643
7618
|
},
|
7644
7619
|
{
|
7645
|
-
"default": "",
|
7646
7620
|
"document": "置放群组ID列表。",
|
7647
7621
|
"example": "\"\"",
|
7648
7622
|
"member": "string",
|
@@ -7651,7 +7625,6 @@
|
|
7651
7625
|
"type": "list"
|
7652
7626
|
},
|
7653
7627
|
{
|
7654
|
-
"default": "",
|
7655
7628
|
"document": "是否以标签键为过滤条件。",
|
7656
7629
|
"example": "[\"\"]",
|
7657
7630
|
"member": "string",
|
@@ -7660,7 +7633,6 @@
|
|
7660
7633
|
"type": "list"
|
7661
7634
|
},
|
7662
7635
|
{
|
7663
|
-
"default": "",
|
7664
7636
|
"document": "金融围拢 ID 。",
|
7665
7637
|
"example": "[\"cage-test\"]",
|
7666
7638
|
"member": "string",
|
@@ -7669,7 +7641,6 @@
|
|
7669
7641
|
"type": "list"
|
7670
7642
|
},
|
7671
7643
|
{
|
7672
|
-
"default": "",
|
7673
7644
|
"document": "标签值",
|
7674
7645
|
"example": "[\"a12\",\"v22\"]",
|
7675
7646
|
"member": "string",
|
@@ -7678,7 +7649,6 @@
|
|
7678
7649
|
"type": "list"
|
7679
7650
|
},
|
7680
7651
|
{
|
7681
|
-
"default": "",
|
7682
7652
|
"document": "私有网络字符型vpcId",
|
7683
7653
|
"example": "[\"vpc-saxa\",\"vpc-sss\"]",
|
7684
7654
|
"member": "string",
|
@@ -7687,7 +7657,6 @@
|
|
7687
7657
|
"type": "list"
|
7688
7658
|
},
|
7689
7659
|
{
|
7690
|
-
"default": "",
|
7691
7660
|
"document": "私有网络字符型subnetId",
|
7692
7661
|
"example": "[\"subnet-kkai\"]",
|
7693
7662
|
"member": "string",
|
@@ -7696,7 +7665,6 @@
|
|
7696
7665
|
"type": "list"
|
7697
7666
|
},
|
7698
7667
|
{
|
7699
|
-
"default": "",
|
7700
7668
|
"document": "标签键值",
|
7701
7669
|
"example": "无",
|
7702
7670
|
"member": "Tag",
|
@@ -7705,7 +7673,6 @@
|
|
7705
7673
|
"type": "list"
|
7706
7674
|
},
|
7707
7675
|
{
|
7708
|
-
"default": "",
|
7709
7676
|
"document": "数据库代理 IP 。",
|
7710
7677
|
"example": "[\"127.0.0.1\"]",
|
7711
7678
|
"member": "string",
|
@@ -7714,13 +7681,20 @@
|
|
7714
7681
|
"type": "list"
|
7715
7682
|
},
|
7716
7683
|
{
|
7717
|
-
"default": "",
|
7718
7684
|
"document": "数据库代理 ID 。",
|
7719
7685
|
"example": "[\"proxynode-xxxx\"]",
|
7720
7686
|
"member": "string",
|
7721
7687
|
"name": "ProxyIds",
|
7722
7688
|
"required": false,
|
7723
7689
|
"type": "list"
|
7690
|
+
},
|
7691
|
+
{
|
7692
|
+
"document": "数据库引擎类型。",
|
7693
|
+
"example": "[\"InnoDB\"]",
|
7694
|
+
"member": "string",
|
7695
|
+
"name": "EngineTypes",
|
7696
|
+
"required": false,
|
7697
|
+
"type": "list"
|
7724
7698
|
}
|
7725
7699
|
],
|
7726
7700
|
"type": "object"
|
@@ -7733,7 +7707,6 @@
|
|
7733
7707
|
"example": "1",
|
7734
7708
|
"member": "int64",
|
7735
7709
|
"name": "TotalCount",
|
7736
|
-
"required": true,
|
7737
7710
|
"type": "int",
|
7738
7711
|
"value_allowed_null": false
|
7739
7712
|
},
|
@@ -7742,7 +7715,6 @@
|
|
7742
7715
|
"example": "无",
|
7743
7716
|
"member": "InstanceInfo",
|
7744
7717
|
"name": "Items",
|
7745
|
-
"required": true,
|
7746
7718
|
"type": "list",
|
7747
7719
|
"value_allowed_null": false
|
7748
7720
|
},
|
@@ -8245,7 +8217,6 @@
|
|
8245
8217
|
"document": "DescribeDefaultParams请求参数结构体",
|
8246
8218
|
"members": [
|
8247
8219
|
{
|
8248
|
-
"default": "",
|
8249
8220
|
"document": "mysql版本,目前支持 [\"5.1\", \"5.5\", \"5.6\", \"5.7\"]。",
|
8250
8221
|
"example": "5.7",
|
8251
8222
|
"member": "string",
|
@@ -8254,13 +8225,20 @@
|
|
8254
8225
|
"type": "string"
|
8255
8226
|
},
|
8256
8227
|
{
|
8257
|
-
"default": "",
|
8258
8228
|
"document": "默认参数模板类型。支持值包括:\"HIGH_STABILITY\" - 高稳定模板,\"HIGH_PERFORMANCE\" - 高性能模板。",
|
8259
8229
|
"example": "HIGH_STABILITY",
|
8260
8230
|
"member": "string",
|
8261
8231
|
"name": "TemplateType",
|
8262
8232
|
"required": false,
|
8263
8233
|
"type": "string"
|
8234
|
+
},
|
8235
|
+
{
|
8236
|
+
"document": "参数模板引擎,默认值:InnoDB",
|
8237
|
+
"example": "InnoDB",
|
8238
|
+
"member": "string",
|
8239
|
+
"name": "EngineType",
|
8240
|
+
"required": false,
|
8241
|
+
"type": "string"
|
8264
8242
|
}
|
8265
8243
|
],
|
8266
8244
|
"type": "object"
|
@@ -8273,7 +8251,6 @@
|
|
8273
8251
|
"example": "2",
|
8274
8252
|
"member": "int64",
|
8275
8253
|
"name": "TotalCount",
|
8276
|
-
"required": true,
|
8277
8254
|
"type": "int",
|
8278
8255
|
"value_allowed_null": false
|
8279
8256
|
},
|
@@ -8282,7 +8259,6 @@
|
|
8282
8259
|
"example": "无",
|
8283
8260
|
"member": "ParameterDetail",
|
8284
8261
|
"name": "Items",
|
8285
|
-
"required": true,
|
8286
8262
|
"type": "list",
|
8287
8263
|
"value_allowed_null": false
|
8288
8264
|
},
|
@@ -9725,7 +9701,6 @@
|
|
9725
9701
|
"document": "DescribeTasks请求参数结构体",
|
9726
9702
|
"members": [
|
9727
9703
|
{
|
9728
|
-
"default": "",
|
9729
9704
|
"document": "实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同,可使用 [查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。",
|
9730
9705
|
"example": "\"cdb-xx\"",
|
9731
9706
|
"member": "string",
|
@@ -9734,7 +9709,6 @@
|
|
9734
9709
|
"type": "string"
|
9735
9710
|
},
|
9736
9711
|
{
|
9737
|
-
"default": "",
|
9738
9712
|
"document": "异步任务请求 ID,执行云数据库相关操作返回的 AsyncRequestId。",
|
9739
9713
|
"example": "\"xxx\"",
|
9740
9714
|
"member": "string",
|
@@ -9743,7 +9717,6 @@
|
|
9743
9717
|
"type": "string"
|
9744
9718
|
},
|
9745
9719
|
{
|
9746
|
-
"default": "",
|
9747
9720
|
"document": "任务类型,不传值则查询所有任务类型,支持的值包括:\n1 - 数据库回档;\n2 - SQL操作;\n3 - 数据导入;\n5 - 参数设置;\n6 - 初始化云数据库实例;\n7 - 重启云数据库实例;\n8 - 开启云数据库实例GTID;\n9 - 只读实例升级;\n10 - 数据库批量回档;\n11 - 主实例升级;\n12 - 删除云数据库库表;\n13 - 灾备实例提升为主。",
|
9748
9721
|
"example": "1",
|
9749
9722
|
"member": "int64",
|
@@ -9752,7 +9725,6 @@
|
|
9752
9725
|
"type": "list"
|
9753
9726
|
},
|
9754
9727
|
{
|
9755
|
-
"default": "",
|
9756
9728
|
"document": "任务状态,不传值则查询所有任务状态,支持的值包括:\n-1 - 未定义;\n0 - 初始化;\n1 - 运行中;\n2 - 执行成功;\n3 - 执行失败;\n4 - 已终止;\n5 - 已删除;\n6 - 已暂停。",
|
9757
9729
|
"example": "1",
|
9758
9730
|
"member": "int64",
|
@@ -9761,7 +9733,6 @@
|
|
9761
9733
|
"type": "list"
|
9762
9734
|
},
|
9763
9735
|
{
|
9764
|
-
"default": "",
|
9765
9736
|
"document": "第一个任务的开始时间,用于范围查询,时间格式如:2017-12-31 10:40:01。",
|
9766
9737
|
"example": "2017-12-31 10:40:01",
|
9767
9738
|
"member": "string",
|
@@ -9770,7 +9741,6 @@
|
|
9770
9741
|
"type": "string"
|
9771
9742
|
},
|
9772
9743
|
{
|
9773
|
-
"default": "",
|
9774
9744
|
"document": "最后一个任务的开始时间,用于范围查询,时间格式如:2017-12-31 10:40:01。",
|
9775
9745
|
"example": "2017-12-31 10:40:01",
|
9776
9746
|
"member": "string",
|
@@ -9779,7 +9749,6 @@
|
|
9779
9749
|
"type": "string"
|
9780
9750
|
},
|
9781
9751
|
{
|
9782
|
-
"default": "",
|
9783
9752
|
"document": "记录偏移量,默认值为0。",
|
9784
9753
|
"example": "0",
|
9785
9754
|
"member": "int64",
|
@@ -9788,7 +9757,6 @@
|
|
9788
9757
|
"type": "int"
|
9789
9758
|
},
|
9790
9759
|
{
|
9791
|
-
"default": "",
|
9792
9760
|
"document": "单次请求返回的数量,默认值为20,最大值为100。",
|
9793
9761
|
"example": "10",
|
9794
9762
|
"member": "int64",
|
@@ -9807,7 +9775,6 @@
|
|
9807
9775
|
"example": "5",
|
9808
9776
|
"member": "int64",
|
9809
9777
|
"name": "TotalCount",
|
9810
|
-
"required": true,
|
9811
9778
|
"type": "int",
|
9812
9779
|
"value_allowed_null": false
|
9813
9780
|
},
|
@@ -9816,7 +9783,6 @@
|
|
9816
9783
|
"example": "无",
|
9817
9784
|
"member": "TaskDetail",
|
9818
9785
|
"name": "Items",
|
9819
|
-
"required": true,
|
9820
9786
|
"type": "list",
|
9821
9787
|
"value_allowed_null": false
|
9822
9788
|
},
|
@@ -10652,6 +10618,7 @@
|
|
10652
10618
|
"document": "实例详细信息",
|
10653
10619
|
"members": [
|
10654
10620
|
{
|
10621
|
+
"default": "",
|
10655
10622
|
"document": "外网状态,可能的返回值为:0-未开通外网;1-已开通外网;2-已关闭外网",
|
10656
10623
|
"example": "0",
|
10657
10624
|
"member": "int64",
|
@@ -10661,6 +10628,7 @@
|
|
10661
10628
|
"value_allowed_null": false
|
10662
10629
|
},
|
10663
10630
|
{
|
10631
|
+
"default": "",
|
10664
10632
|
"document": "可用区信息",
|
10665
10633
|
"example": "ap-beijing-3",
|
10666
10634
|
"member": "string",
|
@@ -10670,6 +10638,7 @@
|
|
10670
10638
|
"value_allowed_null": false
|
10671
10639
|
},
|
10672
10640
|
{
|
10641
|
+
"default": "",
|
10673
10642
|
"document": "初始化标志,可能的返回值为:0-未初始化;1-已初始化",
|
10674
10643
|
"example": "1",
|
10675
10644
|
"member": "int64",
|
@@ -10679,6 +10648,7 @@
|
|
10679
10648
|
"value_allowed_null": false
|
10680
10649
|
},
|
10681
10650
|
{
|
10651
|
+
"default": "",
|
10682
10652
|
"document": "只读vip信息。单独开通只读实例访问的只读实例才有该字段\n注意:此字段可能返回 null,表示取不到有效值。",
|
10683
10653
|
"example": "{}",
|
10684
10654
|
"member": "RoVipInfo",
|
@@ -10688,6 +10658,7 @@
|
|
10688
10658
|
"value_allowed_null": true
|
10689
10659
|
},
|
10690
10660
|
{
|
10661
|
+
"default": "",
|
10691
10662
|
"document": "内存容量,单位为 MB",
|
10692
10663
|
"example": "1000",
|
10693
10664
|
"member": "int64",
|
@@ -10697,6 +10668,7 @@
|
|
10697
10668
|
"value_allowed_null": false
|
10698
10669
|
},
|
10699
10670
|
{
|
10671
|
+
"default": "",
|
10700
10672
|
"document": "实例状态,可能的返回值:0-创建中;1-运行中;4-正在进行隔离操作;5-已隔离",
|
10701
10673
|
"example": "1",
|
10702
10674
|
"member": "int64",
|
@@ -10706,6 +10678,7 @@
|
|
10706
10678
|
"value_allowed_null": false
|
10707
10679
|
},
|
10708
10680
|
{
|
10681
|
+
"default": "",
|
10709
10682
|
"document": "私有网络 ID,例如:51102",
|
10710
10683
|
"example": "51102",
|
10711
10684
|
"member": "int64",
|
@@ -10715,6 +10688,7 @@
|
|
10715
10688
|
"value_allowed_null": false
|
10716
10689
|
},
|
10717
10690
|
{
|
10691
|
+
"default": "",
|
10718
10692
|
"document": "备机信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
10719
10693
|
"example": "{}",
|
10720
10694
|
"member": "SlaveInfo",
|
@@ -10724,6 +10698,7 @@
|
|
10724
10698
|
"value_allowed_null": true
|
10725
10699
|
},
|
10726
10700
|
{
|
10701
|
+
"default": "",
|
10727
10702
|
"document": "实例 ID",
|
10728
10703
|
"example": "cdb-***",
|
10729
10704
|
"member": "string",
|
@@ -10733,6 +10708,7 @@
|
|
10733
10708
|
"value_allowed_null": false
|
10734
10709
|
},
|
10735
10710
|
{
|
10711
|
+
"default": "",
|
10736
10712
|
"document": "硬盘容量,单位为 GB",
|
10737
10713
|
"example": "50",
|
10738
10714
|
"member": "int64",
|
@@ -10742,6 +10718,7 @@
|
|
10742
10718
|
"value_allowed_null": false
|
10743
10719
|
},
|
10744
10720
|
{
|
10721
|
+
"default": "",
|
10745
10722
|
"document": "自动续费标志,可能的返回值:0-未开通自动续费;1-已开通自动续费;2-已关闭自动续费",
|
10746
10723
|
"example": "1",
|
10747
10724
|
"member": "int64",
|
@@ -10751,6 +10728,7 @@
|
|
10751
10728
|
"value_allowed_null": false
|
10752
10729
|
},
|
10753
10730
|
{
|
10731
|
+
"default": "",
|
10754
10732
|
"document": "数据复制方式。0 - 异步复制;1 - 半同步复制;2 - 强同步复制",
|
10755
10733
|
"example": "0",
|
10756
10734
|
"member": "int64",
|
@@ -10760,6 +10738,7 @@
|
|
10760
10738
|
"value_allowed_null": false
|
10761
10739
|
},
|
10762
10740
|
{
|
10741
|
+
"default": "",
|
10763
10742
|
"document": "只读组详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
10764
10743
|
"example": "[]",
|
10765
10744
|
"member": "RoGroup",
|
@@ -10769,6 +10748,7 @@
|
|
10769
10748
|
"value_allowed_null": true
|
10770
10749
|
},
|
10771
10750
|
{
|
10751
|
+
"default": "",
|
10772
10752
|
"document": "子网 ID,例如:2333",
|
10773
10753
|
"example": "2333",
|
10774
10754
|
"member": "int64",
|
@@ -10778,6 +10758,7 @@
|
|
10778
10758
|
"value_allowed_null": false
|
10779
10759
|
},
|
10780
10760
|
{
|
10761
|
+
"default": "",
|
10781
10762
|
"document": "实例类型,可能的返回值:1-主实例;2-灾备实例;3-只读实例",
|
10782
10763
|
"example": "1",
|
10783
10764
|
"member": "int64",
|
@@ -10787,6 +10768,7 @@
|
|
10787
10768
|
"value_allowed_null": false
|
10788
10769
|
},
|
10789
10770
|
{
|
10771
|
+
"default": "",
|
10790
10772
|
"document": "项目 ID",
|
10791
10773
|
"example": "0",
|
10792
10774
|
"member": "int64",
|
@@ -10796,6 +10778,7 @@
|
|
10796
10778
|
"value_allowed_null": false
|
10797
10779
|
},
|
10798
10780
|
{
|
10781
|
+
"default": "",
|
10799
10782
|
"document": "地域信息",
|
10800
10783
|
"example": "ap-beijing",
|
10801
10784
|
"member": "string",
|
@@ -10805,6 +10788,7 @@
|
|
10805
10788
|
"value_allowed_null": false
|
10806
10789
|
},
|
10807
10790
|
{
|
10791
|
+
"default": "",
|
10808
10792
|
"document": "实例到期时间",
|
10809
10793
|
"example": "2020-09-29 08:37:33",
|
10810
10794
|
"member": "datetime",
|
@@ -10814,6 +10798,7 @@
|
|
10814
10798
|
"value_allowed_null": false
|
10815
10799
|
},
|
10816
10800
|
{
|
10801
|
+
"default": "",
|
10817
10802
|
"document": "可用区部署方式。可能的值为:0 - 单可用区;1 - 多可用区",
|
10818
10803
|
"example": "0",
|
10819
10804
|
"member": "int64",
|
@@ -10823,6 +10808,7 @@
|
|
10823
10808
|
"value_allowed_null": false
|
10824
10809
|
},
|
10825
10810
|
{
|
10811
|
+
"default": "",
|
10826
10812
|
"document": "实例任务状态。0 - 没有任务 ,1 - 升级中,2 - 数据导入中,3 - 开放Slave中,4 - 外网访问开通中,5 - 批量操作执行中,6 - 回档中,7 - 外网访问关闭中,8 - 密码修改中,9 - 实例名修改中,10 - 重启中,12 - 自建迁移中,13 - 删除库表中,14 - 灾备实例创建同步中,15 - 升级待切换,16 - 升级切换中,17 - 升级切换完成",
|
10827
10813
|
"example": "0",
|
10828
10814
|
"member": "int64",
|
@@ -10832,6 +10818,7 @@
|
|
10832
10818
|
"value_allowed_null": false
|
10833
10819
|
},
|
10834
10820
|
{
|
10821
|
+
"default": "",
|
10835
10822
|
"document": "主实例详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
10836
10823
|
"example": "{}",
|
10837
10824
|
"member": "MasterInfo",
|
@@ -10841,6 +10828,7 @@
|
|
10841
10828
|
"value_allowed_null": true
|
10842
10829
|
},
|
10843
10830
|
{
|
10831
|
+
"default": "",
|
10844
10832
|
"document": "实例类型",
|
10845
10833
|
"example": "UNIVERSAL",
|
10846
10834
|
"member": "string",
|
@@ -10850,6 +10838,7 @@
|
|
10850
10838
|
"value_allowed_null": false
|
10851
10839
|
},
|
10852
10840
|
{
|
10841
|
+
"default": "",
|
10853
10842
|
"document": "内核版本",
|
10854
10843
|
"example": "5.7",
|
10855
10844
|
"member": "string",
|
@@ -10859,6 +10848,7 @@
|
|
10859
10848
|
"value_allowed_null": false
|
10860
10849
|
},
|
10861
10850
|
{
|
10851
|
+
"default": "",
|
10862
10852
|
"document": "实例名称",
|
10863
10853
|
"example": "******",
|
10864
10854
|
"member": "string",
|
@@ -10868,6 +10858,7 @@
|
|
10868
10858
|
"value_allowed_null": false
|
10869
10859
|
},
|
10870
10860
|
{
|
10861
|
+
"default": "",
|
10871
10862
|
"document": "灾备实例详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
10872
10863
|
"example": "[]",
|
10873
10864
|
"member": "DrInfo",
|
@@ -10877,6 +10868,7 @@
|
|
10877
10868
|
"value_allowed_null": true
|
10878
10869
|
},
|
10879
10870
|
{
|
10871
|
+
"default": "",
|
10880
10872
|
"document": "外网域名",
|
10881
10873
|
"example": "''",
|
10882
10874
|
"member": "string",
|
@@ -10886,6 +10878,7 @@
|
|
10886
10878
|
"value_allowed_null": false
|
10887
10879
|
},
|
10888
10880
|
{
|
10881
|
+
"default": "",
|
10889
10882
|
"document": "外网端口号",
|
10890
10883
|
"example": "0",
|
10891
10884
|
"member": "int64",
|
@@ -10895,6 +10888,7 @@
|
|
10895
10888
|
"value_allowed_null": false
|
10896
10889
|
},
|
10897
10890
|
{
|
10891
|
+
"default": "",
|
10898
10892
|
"document": "付费类型,可能的返回值:0-包年包月;1-按量计费",
|
10899
10893
|
"example": "1",
|
10900
10894
|
"member": "int64",
|
@@ -10904,6 +10898,7 @@
|
|
10904
10898
|
"value_allowed_null": false
|
10905
10899
|
},
|
10906
10900
|
{
|
10901
|
+
"default": "",
|
10907
10902
|
"document": "实例创建时间",
|
10908
10903
|
"example": "2020-08-29 08:37:33",
|
10909
10904
|
"member": "string",
|
@@ -10913,6 +10908,7 @@
|
|
10913
10908
|
"value_allowed_null": false
|
10914
10909
|
},
|
10915
10910
|
{
|
10911
|
+
"default": "",
|
10916
10912
|
"document": "实例 IP",
|
10917
10913
|
"example": "1.2.3.4",
|
10918
10914
|
"member": "string",
|
@@ -10922,6 +10918,7 @@
|
|
10922
10918
|
"value_allowed_null": false
|
10923
10919
|
},
|
10924
10920
|
{
|
10921
|
+
"default": "",
|
10925
10922
|
"document": "端口号",
|
10926
10923
|
"example": "3306",
|
10927
10924
|
"member": "int64",
|
@@ -10931,6 +10928,7 @@
|
|
10931
10928
|
"value_allowed_null": false
|
10932
10929
|
},
|
10933
10930
|
{
|
10931
|
+
"default": "",
|
10934
10932
|
"document": "磁盘写入是否被锁定(实例数据写入量已经超过磁盘配额)。0 -未被锁定 1 -已被锁定",
|
10935
10933
|
"example": "0",
|
10936
10934
|
"member": "int64",
|
@@ -10940,6 +10938,7 @@
|
|
10940
10938
|
"value_allowed_null": false
|
10941
10939
|
},
|
10942
10940
|
{
|
10941
|
+
"default": "",
|
10943
10942
|
"document": "私有网络描述符,例如:“vpc-5v8wn9mg”",
|
10944
10943
|
"example": "vpc-5v8wn9mg",
|
10945
10944
|
"member": "string",
|
@@ -10949,6 +10948,7 @@
|
|
10949
10948
|
"value_allowed_null": false
|
10950
10949
|
},
|
10951
10950
|
{
|
10951
|
+
"default": "",
|
10952
10952
|
"document": "子网描述符,例如:“subnet-1typ0s7d”",
|
10953
10953
|
"example": "subnet-1typ0s7d",
|
10954
10954
|
"member": "string",
|
@@ -10958,6 +10958,7 @@
|
|
10958
10958
|
"value_allowed_null": false
|
10959
10959
|
},
|
10960
10960
|
{
|
10961
|
+
"default": "",
|
10961
10962
|
"document": "物理 ID",
|
10962
10963
|
"example": "''",
|
10963
10964
|
"member": "string",
|
@@ -10967,6 +10968,7 @@
|
|
10967
10968
|
"value_allowed_null": false
|
10968
10969
|
},
|
10969
10970
|
{
|
10971
|
+
"default": "",
|
10970
10972
|
"document": "核心数",
|
10971
10973
|
"example": "1",
|
10972
10974
|
"member": "int64",
|
@@ -10976,6 +10978,7 @@
|
|
10976
10978
|
"value_allowed_null": false
|
10977
10979
|
},
|
10978
10980
|
{
|
10981
|
+
"default": "",
|
10979
10982
|
"document": "每秒查询数量",
|
10980
10983
|
"example": "1000",
|
10981
10984
|
"member": "int64",
|
@@ -10985,6 +10988,7 @@
|
|
10985
10988
|
"value_allowed_null": false
|
10986
10989
|
},
|
10987
10990
|
{
|
10991
|
+
"default": "",
|
10988
10992
|
"document": "可用区中文名称",
|
10989
10993
|
"example": "北京三区",
|
10990
10994
|
"member": "string",
|
@@ -10994,6 +10998,7 @@
|
|
10994
10998
|
"value_allowed_null": false
|
10995
10999
|
},
|
10996
11000
|
{
|
11001
|
+
"default": "",
|
10997
11002
|
"document": "物理机型\n注意:此字段可能返回 null,表示取不到有效值。",
|
10998
11003
|
"example": "‘’",
|
10999
11004
|
"member": "string",
|
@@ -11003,6 +11008,7 @@
|
|
11003
11008
|
"value_allowed_null": true
|
11004
11009
|
},
|
11005
11010
|
{
|
11011
|
+
"default": "",
|
11006
11012
|
"document": "置放群组 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11007
11013
|
"example": "‘’",
|
11008
11014
|
"member": "string",
|
@@ -11012,6 +11018,7 @@
|
|
11012
11018
|
"value_allowed_null": true
|
11013
11019
|
},
|
11014
11020
|
{
|
11021
|
+
"default": "",
|
11015
11022
|
"document": "可用区 ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
11016
11023
|
"example": "800003",
|
11017
11024
|
"member": "int64",
|
@@ -11021,6 +11028,7 @@
|
|
11021
11028
|
"value_allowed_null": true
|
11022
11029
|
},
|
11023
11030
|
{
|
11031
|
+
"default": "",
|
11024
11032
|
"document": "节点数",
|
11025
11033
|
"example": "1",
|
11026
11034
|
"member": "int64",
|
@@ -11030,6 +11038,7 @@
|
|
11030
11038
|
"value_allowed_null": false
|
11031
11039
|
},
|
11032
11040
|
{
|
11041
|
+
"default": "",
|
11033
11042
|
"document": "标签列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
11034
11043
|
"example": "[]",
|
11035
11044
|
"member": "TagInfoItem",
|
@@ -11039,6 +11048,7 @@
|
|
11039
11048
|
"value_allowed_null": true
|
11040
11049
|
},
|
11041
11050
|
{
|
11051
|
+
"default": "",
|
11042
11052
|
"document": "引擎类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
11043
11053
|
"example": "InnoDB",
|
11044
11054
|
"member": "string",
|
@@ -11048,6 +11058,7 @@
|
|
11048
11058
|
"value_allowed_null": true
|
11049
11059
|
},
|
11050
11060
|
{
|
11061
|
+
"default": "",
|
11051
11062
|
"document": "最大延迟阈值\n注意:此字段可能返回 null,表示取不到有效值。",
|
11052
11063
|
"example": "1",
|
11053
11064
|
"member": "int64",
|
@@ -11055,6 +11066,16 @@
|
|
11055
11066
|
"required": true,
|
11056
11067
|
"type": "int",
|
11057
11068
|
"value_allowed_null": true
|
11069
|
+
},
|
11070
|
+
{
|
11071
|
+
"default": "",
|
11072
|
+
"document": "实例磁盘类型,仅云盘版实例才返回该值。可能的值为 CLOUD_SSD:SSD云硬盘, CLOUD_HSSD:增强型SSD云硬盘",
|
11073
|
+
"example": "CLOUD_SSD",
|
11074
|
+
"member": "string",
|
11075
|
+
"name": "DiskType",
|
11076
|
+
"required": true,
|
11077
|
+
"type": "string",
|
11078
|
+
"value_allowed_null": false
|
11058
11079
|
}
|
11059
11080
|
],
|
11060
11081
|
"usage": "out"
|