tccli 3.0.1323.1__py2.py3-none-any.whl → 3.0.1325.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/autoscaling/v20180419/api.json +2 -2
- tccli/services/batch/v20170312/api.json +16 -16
- tccli/services/cfs/v20190719/api.json +45 -45
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cloudaudit/v20190319/api.json +4 -4
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +35 -35
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cynosdb/cynosdb_client.py +334 -16
- tccli/services/cynosdb/v20190107/api.json +565 -7
- tccli/services/cynosdb/v20190107/examples.json +48 -0
- tccli/services/emr/v20190103/api.json +4 -4
- tccli/services/ess/v20201111/api.json +2 -2
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/iotexplorer/v20190423/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/monitor/v20180724/api.json +5 -2
- tccli/services/monitor/v20180724/examples.json +1 -1
- tccli/services/mqtt/mqtt_client.py +57 -4
- tccli/services/mqtt/v20240516/api.json +260 -124
- tccli/services/mqtt/v20240516/examples.json +9 -1
- tccli/services/ocr/v20181119/api.json +201 -2
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/ses/ses_client.py +170 -11
- tccli/services/ses/v20201002/api.json +138 -0
- tccli/services/ses/v20201002/examples.json +24 -0
- tccli/services/tcss/v20201101/api.json +3 -3
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/trtc/v20190722/examples.json +6 -0
- {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/RECORD +38 -38
- {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1323.1.dist-info → tccli-3.0.1325.1.dist-info}/license_files/LICENSE +0 -0
@@ -273,6 +273,13 @@
|
|
273
273
|
"output": "DescribeBackupConfigResponse",
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
|
+
"DescribeBackupDownloadRestriction": {
|
277
|
+
"document": "该接口用户查询当前地域用户设置的默认备份下载来源限制",
|
278
|
+
"input": "DescribeBackupDownloadRestrictionRequest",
|
279
|
+
"name": "查询备份下载限制",
|
280
|
+
"output": "DescribeBackupDownloadRestrictionResponse",
|
281
|
+
"status": "online"
|
282
|
+
},
|
276
283
|
"DescribeBackupDownloadUrl": {
|
277
284
|
"document": "本接口(DescribeBackupDownloadUrl)用于查询集群备份文件下载地址。",
|
278
285
|
"input": "DescribeBackupDownloadUrlRequest",
|
@@ -280,6 +287,13 @@
|
|
280
287
|
"output": "DescribeBackupDownloadUrlResponse",
|
281
288
|
"status": "online"
|
282
289
|
},
|
290
|
+
"DescribeBackupDownloadUserRestriction": {
|
291
|
+
"document": "该接口用户查询当前地域用户级别设置的默认备份下载来源限制",
|
292
|
+
"input": "DescribeBackupDownloadUserRestrictionRequest",
|
293
|
+
"name": "查询用户级别备份下载限制",
|
294
|
+
"output": "DescribeBackupDownloadUserRestrictionResponse",
|
295
|
+
"status": "online"
|
296
|
+
},
|
283
297
|
"DescribeBackupList": {
|
284
298
|
"document": "本接口(DescribeBackupList)用于查询集群的备份文件列表。",
|
285
299
|
"input": "DescribeBackupListRequest",
|
@@ -385,6 +399,13 @@
|
|
385
399
|
"output": "DescribeClusterPasswordComplexityResponse",
|
386
400
|
"status": "online"
|
387
401
|
},
|
402
|
+
"DescribeClusterReadOnly": {
|
403
|
+
"document": "本接口(DescribeClusterReadOnly)用于查询集群只读开关。",
|
404
|
+
"input": "DescribeClusterReadOnlyRequest",
|
405
|
+
"name": "查询集群只读开关",
|
406
|
+
"output": "DescribeClusterReadOnlyResponse",
|
407
|
+
"status": "online"
|
408
|
+
},
|
388
409
|
"DescribeClusterTransparentEncryptInfo": {
|
389
410
|
"document": "查询集群透明加密信息",
|
390
411
|
"input": "DescribeClusterTransparentEncryptInfoRequest",
|
@@ -728,6 +749,20 @@
|
|
728
749
|
"output": "ModifyBackupConfigResponse",
|
729
750
|
"status": "online"
|
730
751
|
},
|
752
|
+
"ModifyBackupDownloadRestriction": {
|
753
|
+
"document": "该接口用于修改用户当前地域的备份文件限制下载来源,可以设置内外网均可下载、仅内网可下载,或内网指定的vpc、ip可以下载。",
|
754
|
+
"input": "ModifyBackupDownloadRestrictionRequest",
|
755
|
+
"name": "修改集群备份下载限制",
|
756
|
+
"output": "ModifyBackupDownloadRestrictionResponse",
|
757
|
+
"status": "online"
|
758
|
+
},
|
759
|
+
"ModifyBackupDownloadUserRestriction": {
|
760
|
+
"document": "该接口用于修改用户当前地域的备份文件限制下载来源,可以设置内外网均可下载、仅内网可下载,或内网指定的vpc、ip可以下载。",
|
761
|
+
"input": "ModifyBackupDownloadUserRestrictionRequest",
|
762
|
+
"name": "修改用户备份下载限制",
|
763
|
+
"output": "ModifyBackupDownloadUserRestrictionResponse",
|
764
|
+
"status": "online"
|
765
|
+
},
|
731
766
|
"ModifyBackupName": {
|
732
767
|
"document": "此接口(ModifyBackupName)用于修改备份文件备注名。",
|
733
768
|
"input": "ModifyBackupNameRequest",
|
@@ -777,6 +812,13 @@
|
|
777
812
|
"output": "ModifyClusterPasswordComplexityResponse",
|
778
813
|
"status": "online"
|
779
814
|
},
|
815
|
+
"ModifyClusterReadOnly": {
|
816
|
+
"document": "本接口(ModifyClusterReadOnly)用于修改集群只读开关。",
|
817
|
+
"input": "ModifyClusterReadOnlyRequest",
|
818
|
+
"name": "修改集群只读开关",
|
819
|
+
"output": "ModifyClusterReadOnlyResponse",
|
820
|
+
"status": "online"
|
821
|
+
},
|
780
822
|
"ModifyClusterSlaveZone": {
|
781
823
|
"document": "本接口(ModifyClusterSlaveZone)用于变更集群的备可用区。",
|
782
824
|
"input": "ModifyClusterSlaveZoneRequest",
|
@@ -2435,6 +2477,123 @@
|
|
2435
2477
|
],
|
2436
2478
|
"usage": "out"
|
2437
2479
|
},
|
2480
|
+
"BackupLimitClusterRestriction": {
|
2481
|
+
"document": "备份下载集群限制参数",
|
2482
|
+
"members": [
|
2483
|
+
{
|
2484
|
+
"disabled": false,
|
2485
|
+
"document": "集群id",
|
2486
|
+
"example": "cynosdbmysql-adf80234",
|
2487
|
+
"member": "string",
|
2488
|
+
"name": "ClusterId",
|
2489
|
+
"output_required": false,
|
2490
|
+
"required": false,
|
2491
|
+
"type": "string",
|
2492
|
+
"value_allowed_null": false
|
2493
|
+
},
|
2494
|
+
{
|
2495
|
+
"disabled": false,
|
2496
|
+
"document": "下载限制配置",
|
2497
|
+
"example": "无",
|
2498
|
+
"member": "BackupLimitRestriction",
|
2499
|
+
"name": "BackupLimitRestriction",
|
2500
|
+
"output_required": false,
|
2501
|
+
"required": false,
|
2502
|
+
"type": "object",
|
2503
|
+
"value_allowed_null": false
|
2504
|
+
}
|
2505
|
+
],
|
2506
|
+
"usage": "both"
|
2507
|
+
},
|
2508
|
+
"BackupLimitRestriction": {
|
2509
|
+
"document": "备份下载限制参数",
|
2510
|
+
"members": [
|
2511
|
+
{
|
2512
|
+
"disabled": false,
|
2513
|
+
"document": "限制类型",
|
2514
|
+
"example": "NoLimit",
|
2515
|
+
"member": "string",
|
2516
|
+
"name": "LimitType",
|
2517
|
+
"output_required": false,
|
2518
|
+
"required": false,
|
2519
|
+
"type": "string",
|
2520
|
+
"value_allowed_null": false
|
2521
|
+
},
|
2522
|
+
{
|
2523
|
+
"disabled": false,
|
2524
|
+
"document": "该参数仅支持 In, 表示 LimitVpc 指定的vpc可以下载。默认为In",
|
2525
|
+
"example": "In",
|
2526
|
+
"member": "string",
|
2527
|
+
"name": "VpcComparisonSymbol",
|
2528
|
+
"output_required": false,
|
2529
|
+
"required": false,
|
2530
|
+
"type": "string",
|
2531
|
+
"value_allowed_null": false
|
2532
|
+
},
|
2533
|
+
{
|
2534
|
+
"disabled": false,
|
2535
|
+
"document": "In: 指定的ip可以下载; NotIn: 指定的ip不可以下载",
|
2536
|
+
"example": "NotIn",
|
2537
|
+
"member": "string",
|
2538
|
+
"name": "IpComparisonSymbol",
|
2539
|
+
"output_required": false,
|
2540
|
+
"required": false,
|
2541
|
+
"type": "string",
|
2542
|
+
"value_allowed_null": false
|
2543
|
+
},
|
2544
|
+
{
|
2545
|
+
"disabled": false,
|
2546
|
+
"document": "限制下载的vpc设置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2547
|
+
"example": "[{\"Region\": \"ap-guangzhou\", \"VpcList\": [\"vpc-kas1\"] } ]",
|
2548
|
+
"member": "BackupLimitVpcItem",
|
2549
|
+
"name": "LimitVpcs",
|
2550
|
+
"output_required": false,
|
2551
|
+
"required": false,
|
2552
|
+
"type": "list",
|
2553
|
+
"value_allowed_null": true
|
2554
|
+
},
|
2555
|
+
{
|
2556
|
+
"disabled": false,
|
2557
|
+
"document": "限制下载的ip设置\n注意:此字段可能返回 null,表示取不到有效值。",
|
2558
|
+
"example": "[127.0.0.1,127.0.0.2]",
|
2559
|
+
"member": "string",
|
2560
|
+
"name": "LimitIps",
|
2561
|
+
"output_required": false,
|
2562
|
+
"required": false,
|
2563
|
+
"type": "list",
|
2564
|
+
"value_allowed_null": true
|
2565
|
+
}
|
2566
|
+
],
|
2567
|
+
"usage": "both"
|
2568
|
+
},
|
2569
|
+
"BackupLimitVpcItem": {
|
2570
|
+
"document": "备份文件限制下载来源VPC设置项",
|
2571
|
+
"members": [
|
2572
|
+
{
|
2573
|
+
"disabled": false,
|
2574
|
+
"document": "限制下载来源的地域。目前仅支持当前地域",
|
2575
|
+
"example": "ap-guangzhou",
|
2576
|
+
"member": "string",
|
2577
|
+
"name": "Region",
|
2578
|
+
"output_required": false,
|
2579
|
+
"required": false,
|
2580
|
+
"type": "string",
|
2581
|
+
"value_allowed_null": false
|
2582
|
+
},
|
2583
|
+
{
|
2584
|
+
"disabled": false,
|
2585
|
+
"document": "限制下载的vpc列表",
|
2586
|
+
"example": "[\"vpc-a2wef\"]",
|
2587
|
+
"member": "string",
|
2588
|
+
"name": "VpcList",
|
2589
|
+
"output_required": false,
|
2590
|
+
"required": false,
|
2591
|
+
"type": "list",
|
2592
|
+
"value_allowed_null": false
|
2593
|
+
}
|
2594
|
+
],
|
2595
|
+
"usage": "both"
|
2596
|
+
},
|
2438
2597
|
"BillingResourceInfo": {
|
2439
2598
|
"document": "计费资源信息",
|
2440
2599
|
"members": [
|
@@ -3733,6 +3892,32 @@
|
|
3733
3892
|
],
|
3734
3893
|
"usage": "out"
|
3735
3894
|
},
|
3895
|
+
"ClusterReadOnlyValue": {
|
3896
|
+
"document": "集群只读开关列表",
|
3897
|
+
"members": [
|
3898
|
+
{
|
3899
|
+
"disabled": false,
|
3900
|
+
"document": "集群ID",
|
3901
|
+
"example": "cynosdbmysql-jl17y89v",
|
3902
|
+
"member": "string",
|
3903
|
+
"name": "ClusterId",
|
3904
|
+
"output_required": true,
|
3905
|
+
"type": "string",
|
3906
|
+
"value_allowed_null": false
|
3907
|
+
},
|
3908
|
+
{
|
3909
|
+
"disabled": false,
|
3910
|
+
"document": "只读开关值",
|
3911
|
+
"example": "ON",
|
3912
|
+
"member": "string",
|
3913
|
+
"name": "ReadOnlyValue",
|
3914
|
+
"output_required": true,
|
3915
|
+
"type": "string",
|
3916
|
+
"value_allowed_null": false
|
3917
|
+
}
|
3918
|
+
],
|
3919
|
+
"usage": "out"
|
3920
|
+
},
|
3736
3921
|
"ClusterSlaveData": {
|
3737
3922
|
"document": "集群从可用区信息",
|
3738
3923
|
"members": [
|
@@ -3799,6 +3984,32 @@
|
|
3799
3984
|
],
|
3800
3985
|
"usage": "out"
|
3801
3986
|
},
|
3987
|
+
"ClusterTaskId": {
|
3988
|
+
"document": "集群任务ID",
|
3989
|
+
"members": [
|
3990
|
+
{
|
3991
|
+
"disabled": false,
|
3992
|
+
"document": "集群ID",
|
3993
|
+
"example": "cynosdbmysql-0lxfuag5",
|
3994
|
+
"member": "string",
|
3995
|
+
"name": "ClusterId",
|
3996
|
+
"output_required": true,
|
3997
|
+
"type": "string",
|
3998
|
+
"value_allowed_null": false
|
3999
|
+
},
|
4000
|
+
{
|
4001
|
+
"disabled": false,
|
4002
|
+
"document": "任务ID",
|
4003
|
+
"example": "176545",
|
4004
|
+
"member": "string",
|
4005
|
+
"name": "TaskId",
|
4006
|
+
"output_required": true,
|
4007
|
+
"type": "string",
|
4008
|
+
"value_allowed_null": false
|
4009
|
+
}
|
4010
|
+
],
|
4011
|
+
"usage": "out"
|
4012
|
+
},
|
3802
4013
|
"CopyClusterPasswordComplexityRequest": {
|
3803
4014
|
"document": "CopyClusterPasswordComplexity请求参数结构体",
|
3804
4015
|
"members": [
|
@@ -9142,6 +9353,43 @@
|
|
9142
9353
|
],
|
9143
9354
|
"type": "object"
|
9144
9355
|
},
|
9356
|
+
"DescribeBackupDownloadRestrictionRequest": {
|
9357
|
+
"document": "DescribeBackupDownloadRestriction请求参数结构体",
|
9358
|
+
"members": [
|
9359
|
+
{
|
9360
|
+
"disabled": false,
|
9361
|
+
"document": "集群ID",
|
9362
|
+
"example": "['cynosdbmysql-abk12sf1']",
|
9363
|
+
"member": "string",
|
9364
|
+
"name": "ClusterIds",
|
9365
|
+
"required": true,
|
9366
|
+
"type": "list"
|
9367
|
+
}
|
9368
|
+
],
|
9369
|
+
"type": "object"
|
9370
|
+
},
|
9371
|
+
"DescribeBackupDownloadRestrictionResponse": {
|
9372
|
+
"document": "DescribeBackupDownloadRestriction返回参数结构体",
|
9373
|
+
"members": [
|
9374
|
+
{
|
9375
|
+
"disabled": false,
|
9376
|
+
"document": "集群备份下载限制\n注意:此字段可能返回 null,表示取不到有效值。",
|
9377
|
+
"example": "无",
|
9378
|
+
"member": "BackupLimitClusterRestriction",
|
9379
|
+
"name": "BackupLimitClusterRestrictions",
|
9380
|
+
"output_required": false,
|
9381
|
+
"type": "list",
|
9382
|
+
"value_allowed_null": true
|
9383
|
+
},
|
9384
|
+
{
|
9385
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9386
|
+
"member": "string",
|
9387
|
+
"name": "RequestId",
|
9388
|
+
"type": "string"
|
9389
|
+
}
|
9390
|
+
],
|
9391
|
+
"type": "object"
|
9392
|
+
},
|
9145
9393
|
"DescribeBackupDownloadUrlRequest": {
|
9146
9394
|
"document": "DescribeBackupDownloadUrl请求参数结构体",
|
9147
9395
|
"members": [
|
@@ -9162,6 +9410,15 @@
|
|
9162
9410
|
"name": "BackupId",
|
9163
9411
|
"required": true,
|
9164
9412
|
"type": "int"
|
9413
|
+
},
|
9414
|
+
{
|
9415
|
+
"disabled": false,
|
9416
|
+
"document": "备份下载来源限制条件",
|
9417
|
+
"example": "无",
|
9418
|
+
"member": "BackupLimitRestriction",
|
9419
|
+
"name": "DownloadRestriction",
|
9420
|
+
"required": false,
|
9421
|
+
"type": "object"
|
9165
9422
|
}
|
9166
9423
|
],
|
9167
9424
|
"type": "object"
|
@@ -9188,6 +9445,71 @@
|
|
9188
9445
|
],
|
9189
9446
|
"type": "object"
|
9190
9447
|
},
|
9448
|
+
"DescribeBackupDownloadUserRestrictionRequest": {
|
9449
|
+
"document": "DescribeBackupDownloadUserRestriction请求参数结构体",
|
9450
|
+
"members": [
|
9451
|
+
{
|
9452
|
+
"disabled": false,
|
9453
|
+
"document": "分页大小",
|
9454
|
+
"example": "20",
|
9455
|
+
"member": "int64",
|
9456
|
+
"name": "Limit",
|
9457
|
+
"required": false,
|
9458
|
+
"type": "int"
|
9459
|
+
},
|
9460
|
+
{
|
9461
|
+
"disabled": false,
|
9462
|
+
"document": "偏移量",
|
9463
|
+
"example": "0",
|
9464
|
+
"member": "int64",
|
9465
|
+
"name": "Offset",
|
9466
|
+
"required": false,
|
9467
|
+
"type": "int"
|
9468
|
+
},
|
9469
|
+
{
|
9470
|
+
"disabled": false,
|
9471
|
+
"document": "是否只查询用户级别下载限制,true-是,false-否",
|
9472
|
+
"example": "false",
|
9473
|
+
"member": "bool",
|
9474
|
+
"name": "OnlyUserRestriction",
|
9475
|
+
"required": false,
|
9476
|
+
"type": "bool"
|
9477
|
+
}
|
9478
|
+
],
|
9479
|
+
"type": "object"
|
9480
|
+
},
|
9481
|
+
"DescribeBackupDownloadUserRestrictionResponse": {
|
9482
|
+
"document": "DescribeBackupDownloadUserRestriction返回参数结构体",
|
9483
|
+
"members": [
|
9484
|
+
{
|
9485
|
+
"disabled": false,
|
9486
|
+
"document": "集群备份下载限制信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
9487
|
+
"example": "无",
|
9488
|
+
"member": "BackupLimitClusterRestriction",
|
9489
|
+
"name": "BackupLimitClusterRestrictions",
|
9490
|
+
"output_required": false,
|
9491
|
+
"type": "list",
|
9492
|
+
"value_allowed_null": true
|
9493
|
+
},
|
9494
|
+
{
|
9495
|
+
"disabled": false,
|
9496
|
+
"document": "总条数",
|
9497
|
+
"example": "0",
|
9498
|
+
"member": "int64",
|
9499
|
+
"name": "TotalCount",
|
9500
|
+
"output_required": false,
|
9501
|
+
"type": "int",
|
9502
|
+
"value_allowed_null": false
|
9503
|
+
},
|
9504
|
+
{
|
9505
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
9506
|
+
"member": "string",
|
9507
|
+
"name": "RequestId",
|
9508
|
+
"type": "string"
|
9509
|
+
}
|
9510
|
+
],
|
9511
|
+
"type": "object"
|
9512
|
+
},
|
9191
9513
|
"DescribeBackupListRequest": {
|
9192
9514
|
"document": "DescribeBackupList请求参数结构体",
|
9193
9515
|
"members": [
|
@@ -9428,6 +9750,15 @@
|
|
9428
9750
|
"name": "BinlogId",
|
9429
9751
|
"required": true,
|
9430
9752
|
"type": "int"
|
9753
|
+
},
|
9754
|
+
{
|
9755
|
+
"disabled": false,
|
9756
|
+
"document": "备份下载来源限制条件",
|
9757
|
+
"example": "无",
|
9758
|
+
"member": "BackupLimitRestriction",
|
9759
|
+
"name": "DownloadRestriction",
|
9760
|
+
"required": false,
|
9761
|
+
"type": "object"
|
9431
9762
|
}
|
9432
9763
|
],
|
9433
9764
|
"type": "object"
|
@@ -10286,6 +10617,43 @@
|
|
10286
10617
|
],
|
10287
10618
|
"type": "object"
|
10288
10619
|
},
|
10620
|
+
"DescribeClusterReadOnlyRequest": {
|
10621
|
+
"document": "DescribeClusterReadOnly请求参数结构体",
|
10622
|
+
"members": [
|
10623
|
+
{
|
10624
|
+
"disabled": false,
|
10625
|
+
"document": "集群ID列表",
|
10626
|
+
"example": "[\"cynosdbmysql-jl17y89v\",\"cynosdbmysql-2d9pq38h\"]",
|
10627
|
+
"member": "string",
|
10628
|
+
"name": "ClusterIds",
|
10629
|
+
"required": true,
|
10630
|
+
"type": "list"
|
10631
|
+
}
|
10632
|
+
],
|
10633
|
+
"type": "object"
|
10634
|
+
},
|
10635
|
+
"DescribeClusterReadOnlyResponse": {
|
10636
|
+
"document": "DescribeClusterReadOnly返回参数结构体",
|
10637
|
+
"members": [
|
10638
|
+
{
|
10639
|
+
"disabled": false,
|
10640
|
+
"document": "集群只读开关列表",
|
10641
|
+
"example": "无",
|
10642
|
+
"member": "ClusterReadOnlyValue",
|
10643
|
+
"name": "ClusterReadOnlyValues",
|
10644
|
+
"output_required": true,
|
10645
|
+
"type": "list",
|
10646
|
+
"value_allowed_null": false
|
10647
|
+
},
|
10648
|
+
{
|
10649
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
10650
|
+
"member": "string",
|
10651
|
+
"name": "RequestId",
|
10652
|
+
"type": "string"
|
10653
|
+
}
|
10654
|
+
],
|
10655
|
+
"type": "object"
|
10656
|
+
},
|
10289
10657
|
"DescribeClusterTransparentEncryptInfoRequest": {
|
10290
10658
|
"document": "DescribeClusterTransparentEncryptInfo请求参数结构体",
|
10291
10659
|
"members": [
|
@@ -12552,7 +12920,7 @@
|
|
12552
12920
|
},
|
12553
12921
|
{
|
12554
12922
|
"disabled": false,
|
12555
|
-
"document": "
|
12923
|
+
"document": "过滤条件,支持的搜索字段:\"ClusterId\"、\"ClusterName\"、\"InstanceId\"、\"InstanceName\"、\"Status\"、\"TaskId\"、\"TaskType\"",
|
12556
12924
|
"example": "无",
|
12557
12925
|
"member": "QueryFilter",
|
12558
12926
|
"name": "Filters",
|
@@ -15125,6 +15493,141 @@
|
|
15125
15493
|
],
|
15126
15494
|
"type": "object"
|
15127
15495
|
},
|
15496
|
+
"ModifyBackupDownloadRestrictionRequest": {
|
15497
|
+
"document": "ModifyBackupDownloadRestriction请求参数结构体",
|
15498
|
+
"members": [
|
15499
|
+
{
|
15500
|
+
"disabled": false,
|
15501
|
+
"document": "集群ID",
|
15502
|
+
"example": "cynosdbmysql-bzxxrmtq",
|
15503
|
+
"member": "string",
|
15504
|
+
"name": "ClusterIds",
|
15505
|
+
"required": true,
|
15506
|
+
"type": "list"
|
15507
|
+
},
|
15508
|
+
{
|
15509
|
+
"disabled": false,
|
15510
|
+
"document": "下载限制类型,NoLimit-不限制,LimitOnlyIntranet-限制内网 ,Customize-自定义",
|
15511
|
+
"example": "MYSQL",
|
15512
|
+
"member": "string",
|
15513
|
+
"name": "LimitType",
|
15514
|
+
"required": true,
|
15515
|
+
"type": "string"
|
15516
|
+
},
|
15517
|
+
{
|
15518
|
+
"disabled": false,
|
15519
|
+
"document": "该参数仅支持 In, 表示 LimitVpc 指定的vpc可以下载。默认为In",
|
15520
|
+
"example": "In",
|
15521
|
+
"member": "string",
|
15522
|
+
"name": "VpcComparisonSymbol",
|
15523
|
+
"required": false,
|
15524
|
+
"type": "string"
|
15525
|
+
},
|
15526
|
+
{
|
15527
|
+
"disabled": false,
|
15528
|
+
"document": "In: 指定的ip可以下载; NotIn: 指定的ip不可以下载",
|
15529
|
+
"example": "In",
|
15530
|
+
"member": "string",
|
15531
|
+
"name": "IpComparisonSymbol",
|
15532
|
+
"required": false,
|
15533
|
+
"type": "string"
|
15534
|
+
},
|
15535
|
+
{
|
15536
|
+
"disabled": false,
|
15537
|
+
"document": "限制下载的vpc设置",
|
15538
|
+
"example": "[{\"Region\": \"ap-guangzhou\", \"VpcList\": [\"vpc-kas1\"] } ]",
|
15539
|
+
"member": "BackupLimitVpcItem",
|
15540
|
+
"name": "LimitVpcs",
|
15541
|
+
"required": false,
|
15542
|
+
"type": "list"
|
15543
|
+
},
|
15544
|
+
{
|
15545
|
+
"disabled": false,
|
15546
|
+
"document": "限制下载的ip设置",
|
15547
|
+
"example": "[127.0.0.1,127.0.0.2]",
|
15548
|
+
"member": "string",
|
15549
|
+
"name": "LimitIps",
|
15550
|
+
"required": false,
|
15551
|
+
"type": "list"
|
15552
|
+
}
|
15553
|
+
],
|
15554
|
+
"type": "object"
|
15555
|
+
},
|
15556
|
+
"ModifyBackupDownloadRestrictionResponse": {
|
15557
|
+
"document": "ModifyBackupDownloadRestriction返回参数结构体",
|
15558
|
+
"members": [
|
15559
|
+
{
|
15560
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15561
|
+
"member": "string",
|
15562
|
+
"name": "RequestId",
|
15563
|
+
"type": "string"
|
15564
|
+
}
|
15565
|
+
],
|
15566
|
+
"type": "object"
|
15567
|
+
},
|
15568
|
+
"ModifyBackupDownloadUserRestrictionRequest": {
|
15569
|
+
"document": "ModifyBackupDownloadUserRestriction请求参数结构体",
|
15570
|
+
"members": [
|
15571
|
+
{
|
15572
|
+
"disabled": false,
|
15573
|
+
"document": "下载限制类型,NoLimit-不限制,LimitOnlyIntranet-限制内网 ,Customize-自定义",
|
15574
|
+
"example": "NoLimit",
|
15575
|
+
"member": "string",
|
15576
|
+
"name": "LimitType",
|
15577
|
+
"required": true,
|
15578
|
+
"type": "string"
|
15579
|
+
},
|
15580
|
+
{
|
15581
|
+
"disabled": false,
|
15582
|
+
"document": "该参数仅支持 In, 表示 LimitVpc 指定的vpc可以下载。默认为In",
|
15583
|
+
"example": "In",
|
15584
|
+
"member": "string",
|
15585
|
+
"name": "VpcComparisonSymbol",
|
15586
|
+
"required": false,
|
15587
|
+
"type": "string"
|
15588
|
+
},
|
15589
|
+
{
|
15590
|
+
"disabled": false,
|
15591
|
+
"document": "In: 指定的ip可以下载; NotIn: 指定的ip不可以下载",
|
15592
|
+
"example": "In",
|
15593
|
+
"member": "string",
|
15594
|
+
"name": "IpComparisonSymbol",
|
15595
|
+
"required": false,
|
15596
|
+
"type": "string"
|
15597
|
+
},
|
15598
|
+
{
|
15599
|
+
"disabled": false,
|
15600
|
+
"document": "限制下载的vpc设置",
|
15601
|
+
"example": "[{\"Region\": \"ap-guangzhou\", \"VpcList\": [\"vpc-kas1\"] } ]",
|
15602
|
+
"member": "BackupLimitVpcItem",
|
15603
|
+
"name": "LimitVpcs",
|
15604
|
+
"required": false,
|
15605
|
+
"type": "list"
|
15606
|
+
},
|
15607
|
+
{
|
15608
|
+
"disabled": false,
|
15609
|
+
"document": "限制下载的ip设置",
|
15610
|
+
"example": "[127.0.0.1,127.0.0.2]",
|
15611
|
+
"member": "string",
|
15612
|
+
"name": "LimitIps",
|
15613
|
+
"required": false,
|
15614
|
+
"type": "list"
|
15615
|
+
}
|
15616
|
+
],
|
15617
|
+
"type": "object"
|
15618
|
+
},
|
15619
|
+
"ModifyBackupDownloadUserRestrictionResponse": {
|
15620
|
+
"document": "ModifyBackupDownloadUserRestriction返回参数结构体",
|
15621
|
+
"members": [
|
15622
|
+
{
|
15623
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15624
|
+
"member": "string",
|
15625
|
+
"name": "RequestId",
|
15626
|
+
"type": "string"
|
15627
|
+
}
|
15628
|
+
],
|
15629
|
+
"type": "object"
|
15630
|
+
},
|
15128
15631
|
"ModifyBackupNameRequest": {
|
15129
15632
|
"document": "ModifyBackupName请求参数结构体",
|
15130
15633
|
"members": [
|
@@ -15487,6 +15990,61 @@
|
|
15487
15990
|
],
|
15488
15991
|
"type": "object"
|
15489
15992
|
},
|
15993
|
+
"ModifyClusterReadOnlyRequest": {
|
15994
|
+
"document": "ModifyClusterReadOnly请求参数结构体",
|
15995
|
+
"members": [
|
15996
|
+
{
|
15997
|
+
"disabled": false,
|
15998
|
+
"document": "集群ID列表",
|
15999
|
+
"example": "[\"cynosdbmysql-0lxfuag5\",\"cynosdbmysql-2d9pq38h\"]",
|
16000
|
+
"member": "string",
|
16001
|
+
"name": "ClusterIds",
|
16002
|
+
"required": true,
|
16003
|
+
"type": "list"
|
16004
|
+
},
|
16005
|
+
{
|
16006
|
+
"disabled": false,
|
16007
|
+
"document": "集群只读开关,可选值:ON,OFF",
|
16008
|
+
"example": "ON",
|
16009
|
+
"member": "string",
|
16010
|
+
"name": "ReadOnlyOperation",
|
16011
|
+
"required": true,
|
16012
|
+
"type": "string"
|
16013
|
+
},
|
16014
|
+
{
|
16015
|
+
"disabled": false,
|
16016
|
+
"document": "yes:在运维时间窗内修改,no:立即执行(默认值)",
|
16017
|
+
"example": "yes",
|
16018
|
+
"member": "string",
|
16019
|
+
"name": "IsInMaintainPeriod",
|
16020
|
+
"required": false,
|
16021
|
+
"type": "string"
|
16022
|
+
}
|
16023
|
+
],
|
16024
|
+
"type": "object"
|
16025
|
+
},
|
16026
|
+
"ModifyClusterReadOnlyResponse": {
|
16027
|
+
"document": "ModifyClusterReadOnly返回参数结构体",
|
16028
|
+
"members": [
|
16029
|
+
{
|
16030
|
+
"disabled": false,
|
16031
|
+
"document": "集群任务ID列表",
|
16032
|
+
"example": "无",
|
16033
|
+
"member": "ClusterTaskId",
|
16034
|
+
"name": "ClusterTaskIds",
|
16035
|
+
"output_required": true,
|
16036
|
+
"type": "list",
|
16037
|
+
"value_allowed_null": false
|
16038
|
+
},
|
16039
|
+
{
|
16040
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
16041
|
+
"member": "string",
|
16042
|
+
"name": "RequestId",
|
16043
|
+
"type": "string"
|
16044
|
+
}
|
16045
|
+
],
|
16046
|
+
"type": "object"
|
16047
|
+
},
|
15490
16048
|
"ModifyClusterSlaveZoneRequest": {
|
15491
16049
|
"document": "ModifyClusterSlaveZone请求参数结构体",
|
15492
16050
|
"members": [
|
@@ -19231,19 +19789,19 @@
|
|
19231
19789
|
"members": [
|
19232
19790
|
{
|
19233
19791
|
"disabled": false,
|
19234
|
-
"document": "
|
19235
|
-
"example": "[\"
|
19792
|
+
"document": "搜索字符串",
|
19793
|
+
"example": "[\"1723\"]",
|
19236
19794
|
"member": "string",
|
19237
|
-
"name": "
|
19795
|
+
"name": "Values",
|
19238
19796
|
"required": true,
|
19239
19797
|
"type": "list"
|
19240
19798
|
},
|
19241
19799
|
{
|
19242
19800
|
"disabled": false,
|
19243
|
-
"document": "
|
19244
|
-
"example": "[\"
|
19801
|
+
"document": "搜索字段,目前支持:\"InstanceId\", \"ProjectId\", \"InstanceName\", \"Vip\"",
|
19802
|
+
"example": "[\"projectId\"]",
|
19245
19803
|
"member": "string",
|
19246
|
-
"name": "
|
19804
|
+
"name": "Names",
|
19247
19805
|
"required": true,
|
19248
19806
|
"type": "list"
|
19249
19807
|
},
|