tccli-intl-en 3.0.1269.1__py2.py3-none-any.whl → 3.0.1271.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/__init__.py +2 -1
- tccli/services/ccc/ccc_client.py +65 -12
- tccli/services/ccc/v20200210/api.json +112 -15
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +29 -14
- tccli/services/cynosdb/cynosdb_client.py +114 -8
- tccli/services/cynosdb/v20190107/api.json +718 -54
- tccli/services/cynosdb/v20190107/examples.json +20 -4
- tccli/services/dlc/dlc_client.py +175 -16
- tccli/services/dlc/v20210125/api.json +282 -6
- tccli/services/dlc/v20210125/examples.json +24 -0
- tccli/services/faceid/v20180301/examples.json +1 -1
- tccli/services/mdl/v20200326/api.json +104 -0
- tccli/services/monitor/monitor_client.py +273 -8
- tccli/services/monitor/v20180724/api.json +649 -0
- tccli/services/monitor/v20180724/examples.json +40 -0
- tccli/services/mps/v20190612/api.json +179 -30
- tccli/services/mps/v20190612/examples.json +8 -8
- tccli/services/quota/v20241204/api.json +13 -2
- tccli/services/quota/v20241204/examples.json +4 -3
- tccli/services/redis/v20180412/api.json +225 -113
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/wedata/v20250806/api.json +13644 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +4663 -789
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/METADATA +2 -2
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/RECORD +32 -30
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/LICENSE +0 -0
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/WHEEL +0 -0
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/entry_points.txt +0 -0
- {tccli_intl_en-3.0.1269.1.dist-info → tccli_intl_en-3.0.1271.1.dist-info}/top_level.txt +0 -0
|
@@ -112,6 +112,13 @@
|
|
|
112
112
|
"output": "CreateClustersResponse",
|
|
113
113
|
"status": "online"
|
|
114
114
|
},
|
|
115
|
+
"CreateIntegrateCluster": {
|
|
116
|
+
"document": "This API is used to create a newly purchased cluster.",
|
|
117
|
+
"input": "CreateIntegrateClusterRequest",
|
|
118
|
+
"name": "Purchase an integrated cluster",
|
|
119
|
+
"output": "CreateIntegrateClusterResponse",
|
|
120
|
+
"status": "online"
|
|
121
|
+
},
|
|
115
122
|
"CreateParamTemplate": {
|
|
116
123
|
"document": "This API is used to create parameter templates.",
|
|
117
124
|
"input": "CreateParamTemplateRequest",
|
|
@@ -392,6 +399,13 @@
|
|
|
392
399
|
"output": "DescribeInstancesWithinSameClusterResponse",
|
|
393
400
|
"status": "online"
|
|
394
401
|
},
|
|
402
|
+
"DescribeIntegrateTask": {
|
|
403
|
+
"document": "This API is used to query cluster tasks.",
|
|
404
|
+
"input": "DescribeIntegrateTaskRequest",
|
|
405
|
+
"name": "Query an integrated cluster creation task",
|
|
406
|
+
"output": "DescribeIntegrateTaskResponse",
|
|
407
|
+
"status": "online"
|
|
408
|
+
},
|
|
395
409
|
"DescribeIsolatedInstances": {
|
|
396
410
|
"document": "This interface is used for querying the recycle bin instance list.",
|
|
397
411
|
"input": "DescribeIsolatedInstancesRequest",
|
|
@@ -3079,7 +3093,7 @@
|
|
|
3079
3093
|
{
|
|
3080
3094
|
"disabled": false,
|
|
3081
3095
|
"document": "Array of tags to be bound to the created cluster",
|
|
3082
|
-
"example": "
|
|
3096
|
+
"example": "无",
|
|
3083
3097
|
"member": "Tag",
|
|
3084
3098
|
"name": "ResourceTags",
|
|
3085
3099
|
"required": false,
|
|
@@ -3160,7 +3174,7 @@
|
|
|
3160
3174
|
{
|
|
3161
3175
|
"disabled": false,
|
|
3162
3176
|
"document": "Array of parameters. Valid values: `character_set_server` (utf8|latin1|gbk|utf8mb4), `lower_case_table_names`. 0: case-sensitive; 1: case-insensitive).",
|
|
3163
|
-
"example": "
|
|
3177
|
+
"example": "无",
|
|
3164
3178
|
"member": "ParamItem",
|
|
3165
3179
|
"name": "ClusterParams",
|
|
3166
3180
|
"required": false,
|
|
@@ -3196,7 +3210,7 @@
|
|
|
3196
3210
|
{
|
|
3197
3211
|
"disabled": false,
|
|
3198
3212
|
"document": "Instance initialization configuration information, which is used to select instances with different specifications when purchasing a cluster.",
|
|
3199
|
-
"example": "
|
|
3213
|
+
"example": "无",
|
|
3200
3214
|
"member": "InstanceInitInfo",
|
|
3201
3215
|
"name": "InstanceInitInfos",
|
|
3202
3216
|
"required": false,
|
|
@@ -3251,7 +3265,354 @@
|
|
|
3251
3265
|
{
|
|
3252
3266
|
"disabled": false,
|
|
3253
3267
|
"document": "Big order ID\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3254
|
-
"example": "[\"
|
|
3268
|
+
"example": "[\"2019052211228311\"]",
|
|
3269
|
+
"member": "string",
|
|
3270
|
+
"name": "BigDealIds",
|
|
3271
|
+
"output_required": true,
|
|
3272
|
+
"type": "list",
|
|
3273
|
+
"value_allowed_null": true
|
|
3274
|
+
},
|
|
3275
|
+
{
|
|
3276
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
3277
|
+
"member": "string",
|
|
3278
|
+
"name": "RequestId",
|
|
3279
|
+
"type": "string"
|
|
3280
|
+
}
|
|
3281
|
+
],
|
|
3282
|
+
"type": "object"
|
|
3283
|
+
},
|
|
3284
|
+
"CreateIntegrateClusterRequest": {
|
|
3285
|
+
"document": "CreateIntegrateCluster request structure.",
|
|
3286
|
+
"members": [
|
|
3287
|
+
{
|
|
3288
|
+
"disabled": false,
|
|
3289
|
+
"document": "Availability zone",
|
|
3290
|
+
"example": "ap-guangzhou-2",
|
|
3291
|
+
"member": "string",
|
|
3292
|
+
"name": "Zone",
|
|
3293
|
+
"required": true,
|
|
3294
|
+
"type": "string"
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"disabled": false,
|
|
3298
|
+
"document": "Specifies the ID of the VPC network it belongs to.",
|
|
3299
|
+
"example": "vpc-ba48u0jt",
|
|
3300
|
+
"member": "string",
|
|
3301
|
+
"name": "VpcId",
|
|
3302
|
+
"required": true,
|
|
3303
|
+
"type": "string"
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"disabled": false,
|
|
3307
|
+
"document": "Subnet ID.",
|
|
3308
|
+
"example": "subnet-nw2hec3g",
|
|
3309
|
+
"member": "string",
|
|
3310
|
+
"name": "SubnetId",
|
|
3311
|
+
"required": true,
|
|
3312
|
+
"type": "string"
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"disabled": false,
|
|
3316
|
+
"document": "Database version. valid values:. \n<li>Specifies the available values for MYSQL: 5.7, 8.0.</li>.",
|
|
3317
|
+
"example": "5.7",
|
|
3318
|
+
"member": "string",
|
|
3319
|
+
"name": "DbVersion",
|
|
3320
|
+
"required": true,
|
|
3321
|
+
"type": "string"
|
|
3322
|
+
},
|
|
3323
|
+
{
|
|
3324
|
+
"disabled": false,
|
|
3325
|
+
"document": "Project ID",
|
|
3326
|
+
"example": "0",
|
|
3327
|
+
"member": "int64",
|
|
3328
|
+
"name": "ProjectId",
|
|
3329
|
+
"required": false,
|
|
3330
|
+
"type": "int"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"disabled": false,
|
|
3334
|
+
"document": "Cluster name, length less than 64 characters. each character value ranges from uppercase/lowercase letters, digits, special symbols ('-','_','.').",
|
|
3335
|
+
"example": "集群-demo",
|
|
3336
|
+
"member": "string",
|
|
3337
|
+
"name": "ClusterName",
|
|
3338
|
+
"required": false,
|
|
3339
|
+
"type": "string"
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"disabled": false,
|
|
3343
|
+
"document": "Account password (8-64 characters, a combination of uppercase and lowercase letters, digits and symbols ~!@#$%^&*_-+=`|\\(){}[]:;'<>,.?/ with any three types).",
|
|
3344
|
+
"example": "test@km1",
|
|
3345
|
+
"member": "string",
|
|
3346
|
+
"name": "AdminPassword",
|
|
3347
|
+
"required": false,
|
|
3348
|
+
"type": "string"
|
|
3349
|
+
},
|
|
3350
|
+
{
|
|
3351
|
+
"disabled": false,
|
|
3352
|
+
"document": "Port, default 3306, in the range of [0, 65535).",
|
|
3353
|
+
"example": "3306",
|
|
3354
|
+
"member": "int64",
|
|
3355
|
+
"name": "Port",
|
|
3356
|
+
"required": false,
|
|
3357
|
+
"type": "int"
|
|
3358
|
+
},
|
|
3359
|
+
{
|
|
3360
|
+
"disabled": false,
|
|
3361
|
+
"document": "Billing mode. 0: pay-as-you-go; 1: monthly subscription. default is pay-as-you-go.",
|
|
3362
|
+
"example": "0",
|
|
3363
|
+
"member": "int64",
|
|
3364
|
+
"name": "PayMode",
|
|
3365
|
+
"required": false,
|
|
3366
|
+
"type": "int"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"disabled": false,
|
|
3370
|
+
"document": "Number of clusters to purchase. value range: [1,3]. default is 1.",
|
|
3371
|
+
"example": "1",
|
|
3372
|
+
"member": "int64",
|
|
3373
|
+
"name": "Count",
|
|
3374
|
+
"required": false,
|
|
3375
|
+
"type": "int"
|
|
3376
|
+
},
|
|
3377
|
+
{
|
|
3378
|
+
"disabled": false,
|
|
3379
|
+
"document": "Maximum storage limit of a regular instance, in GB.\nWhen DbType is MYSQL and the storage billing mode is prepaid, this parameter should not exceed the maximum storage specification corresponding to cpu and memory.",
|
|
3380
|
+
"example": "10",
|
|
3381
|
+
"member": "int64",
|
|
3382
|
+
"name": "StorageLimit",
|
|
3383
|
+
"required": false,
|
|
3384
|
+
"type": "int"
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"disabled": false,
|
|
3388
|
+
"document": "Specifies the annual and monthly subscription duration.",
|
|
3389
|
+
"example": "1",
|
|
3390
|
+
"member": "int64",
|
|
3391
|
+
"name": "TimeSpan",
|
|
3392
|
+
"required": false,
|
|
3393
|
+
"type": "int"
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"disabled": false,
|
|
3397
|
+
"document": "Specifies the measurement unit for annual and monthly subscription duration. valid values: 's', 'd', 'm', 'y'.",
|
|
3398
|
+
"example": "m",
|
|
3399
|
+
"member": "string",
|
|
3400
|
+
"name": "TimeUnit",
|
|
3401
|
+
"required": false,
|
|
3402
|
+
"type": "string"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"disabled": false,
|
|
3406
|
+
"document": "Whether annual/monthly subscription is auto-renewed. default value is 0.\n0 identifies the default renewal method, 1 means auto-renew, 2 indicates no auto-renewal.",
|
|
3407
|
+
"example": "0",
|
|
3408
|
+
"member": "int64",
|
|
3409
|
+
"name": "AutoRenewFlag",
|
|
3410
|
+
"required": false,
|
|
3411
|
+
"type": "int"
|
|
3412
|
+
},
|
|
3413
|
+
{
|
|
3414
|
+
"disabled": false,
|
|
3415
|
+
"document": "Whether to automatically select a voucher. 1: yes; 0: no. default value: 0.",
|
|
3416
|
+
"example": "0",
|
|
3417
|
+
"member": "int64",
|
|
3418
|
+
"name": "AutoVoucher",
|
|
3419
|
+
"required": false,
|
|
3420
|
+
"type": "int"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"disabled": false,
|
|
3424
|
+
"document": "Specifies the tag array information that needs to be bound during cluster creation.",
|
|
3425
|
+
"example": "无",
|
|
3426
|
+
"member": "Tag",
|
|
3427
|
+
"name": "ResourceTags",
|
|
3428
|
+
"required": false,
|
|
3429
|
+
"type": "list"
|
|
3430
|
+
},
|
|
3431
|
+
{
|
|
3432
|
+
"disabled": false,
|
|
3433
|
+
"document": "Specifies the cluster storage billing mode. 0: pay-as-you-go; 1: monthly subscription. default is pay-as-you-go.\nWhen DbType is MYSQL and the cluster billing mode for computing is postpaid (including DbMode as SERVERLESS), the storage billing mode can only be pay-as-you-go.\nRollback and clone do not support monthly subscription storage.",
|
|
3434
|
+
"example": "0",
|
|
3435
|
+
"member": "int64",
|
|
3436
|
+
"name": "StoragePayMode",
|
|
3437
|
+
"required": false,
|
|
3438
|
+
"type": "int"
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"disabled": false,
|
|
3442
|
+
"document": "Security group id array.",
|
|
3443
|
+
"example": "[\"sg-1kdfm1\"]",
|
|
3444
|
+
"member": "string",
|
|
3445
|
+
"name": "SecurityGroupIds",
|
|
3446
|
+
"required": false,
|
|
3447
|
+
"type": "list"
|
|
3448
|
+
},
|
|
3449
|
+
{
|
|
3450
|
+
"disabled": false,
|
|
3451
|
+
"document": "Specifies the Alarm policy Id array.",
|
|
3452
|
+
"example": "[\"p-1kdfm1\"]",
|
|
3453
|
+
"member": "string",
|
|
3454
|
+
"name": "AlarmPolicyIds",
|
|
3455
|
+
"required": false,
|
|
3456
|
+
"type": "list"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"disabled": false,
|
|
3460
|
+
"document": "Parameter array, temporarily supports character_set_server (utf8|latin1|gbk|utf8mb4), lower_case_table_names. valid values: 1 (case-insensitive), 0 (case-sensitive).",
|
|
3461
|
+
"example": "无",
|
|
3462
|
+
"member": "ParamItem",
|
|
3463
|
+
"name": "ClusterParams",
|
|
3464
|
+
"required": false,
|
|
3465
|
+
"type": "list"
|
|
3466
|
+
},
|
|
3467
|
+
{
|
|
3468
|
+
"disabled": false,
|
|
3469
|
+
"document": "Transaction mode. valid values: 0 (place order and pay), 1 (place order).",
|
|
3470
|
+
"example": "0",
|
|
3471
|
+
"member": "int64",
|
|
3472
|
+
"name": "DealMode",
|
|
3473
|
+
"required": false,
|
|
3474
|
+
"type": "int"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"disabled": false,
|
|
3478
|
+
"document": "Parameter template ID. can be obtained through querying parameter template information DescribeParamTemplates.",
|
|
3479
|
+
"example": "1",
|
|
3480
|
+
"member": "int64",
|
|
3481
|
+
"name": "ParamTemplateId",
|
|
3482
|
+
"required": false,
|
|
3483
|
+
"type": "int"
|
|
3484
|
+
},
|
|
3485
|
+
{
|
|
3486
|
+
"disabled": false,
|
|
3487
|
+
"document": "Multi-AZ address.",
|
|
3488
|
+
"example": "ap-guangzhou-4",
|
|
3489
|
+
"member": "string",
|
|
3490
|
+
"name": "SlaveZone",
|
|
3491
|
+
"required": false,
|
|
3492
|
+
"type": "string"
|
|
3493
|
+
},
|
|
3494
|
+
{
|
|
3495
|
+
"disabled": false,
|
|
3496
|
+
"document": "Initializes configuration information, mainly used to purchase clusters with different specification instances.",
|
|
3497
|
+
"example": "无",
|
|
3498
|
+
"member": "IntegrateInstanceInfo",
|
|
3499
|
+
"name": "InstanceInitInfos",
|
|
3500
|
+
"required": false,
|
|
3501
|
+
"type": "list"
|
|
3502
|
+
},
|
|
3503
|
+
{
|
|
3504
|
+
"disabled": false,
|
|
3505
|
+
"document": "Global database unique identifier.",
|
|
3506
|
+
"example": "cynosmysql-gdn-dbsgxagb",
|
|
3507
|
+
"member": "string",
|
|
3508
|
+
"name": "GdnId",
|
|
3509
|
+
"required": false,
|
|
3510
|
+
"type": "string"
|
|
3511
|
+
},
|
|
3512
|
+
{
|
|
3513
|
+
"disabled": false,
|
|
3514
|
+
"document": "Database proxy configuration.",
|
|
3515
|
+
"example": "无",
|
|
3516
|
+
"member": "ProxyConfigInfo",
|
|
3517
|
+
"name": "ProxyConfig",
|
|
3518
|
+
"required": false,
|
|
3519
|
+
"type": "object"
|
|
3520
|
+
},
|
|
3521
|
+
{
|
|
3522
|
+
"disabled": false,
|
|
3523
|
+
"document": "Specifies whether to automatically archive.",
|
|
3524
|
+
"example": "yes",
|
|
3525
|
+
"member": "string",
|
|
3526
|
+
"name": "AutoArchive",
|
|
3527
|
+
"required": false,
|
|
3528
|
+
"type": "string"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"disabled": false,
|
|
3532
|
+
"document": "Processing time after pausing.",
|
|
3533
|
+
"example": "12",
|
|
3534
|
+
"member": "int64",
|
|
3535
|
+
"name": "AutoArchiveDelayHours",
|
|
3536
|
+
"required": false,
|
|
3537
|
+
"type": "int"
|
|
3538
|
+
},
|
|
3539
|
+
{
|
|
3540
|
+
"disabled": false,
|
|
3541
|
+
"document": "Encryption method (consists of encryption algorithm and key pair version).",
|
|
3542
|
+
"example": "RSA-2048-v1",
|
|
3543
|
+
"member": "string",
|
|
3544
|
+
"name": "EncryptMethod",
|
|
3545
|
+
"required": false,
|
|
3546
|
+
"type": "string"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"disabled": false,
|
|
3550
|
+
"document": "Describes the cluster configuration information.",
|
|
3551
|
+
"example": "无",
|
|
3552
|
+
"member": "IntegrateCreateClusterConfig",
|
|
3553
|
+
"name": "IntegrateCreateClusterConfig",
|
|
3554
|
+
"required": false,
|
|
3555
|
+
"type": "object"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"disabled": false,
|
|
3559
|
+
"document": "Storage architecture type. valid values: 1.0/2.0. default value: 1.0.",
|
|
3560
|
+
"example": "1.0",
|
|
3561
|
+
"member": "string",
|
|
3562
|
+
"name": "StorageVersion",
|
|
3563
|
+
"required": false,
|
|
3564
|
+
"type": "string"
|
|
3565
|
+
}
|
|
3566
|
+
],
|
|
3567
|
+
"type": "object"
|
|
3568
|
+
},
|
|
3569
|
+
"CreateIntegrateClusterResponse": {
|
|
3570
|
+
"document": "CreateIntegrateCluster response structure.",
|
|
3571
|
+
"members": [
|
|
3572
|
+
{
|
|
3573
|
+
"disabled": false,
|
|
3574
|
+
"document": "Frozen transaction ID.",
|
|
3575
|
+
"example": "20250812065021475117821",
|
|
3576
|
+
"member": "string",
|
|
3577
|
+
"name": "TranId",
|
|
3578
|
+
"output_required": true,
|
|
3579
|
+
"type": "string",
|
|
3580
|
+
"value_allowed_null": false
|
|
3581
|
+
},
|
|
3582
|
+
{
|
|
3583
|
+
"disabled": false,
|
|
3584
|
+
"document": "Order ID",
|
|
3585
|
+
"example": "[ \"20250812065021475117801\", \"20250812065021475117811\" ]",
|
|
3586
|
+
"member": "string",
|
|
3587
|
+
"name": "DealNames",
|
|
3588
|
+
"output_required": true,
|
|
3589
|
+
"type": "list",
|
|
3590
|
+
"value_allowed_null": false
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"disabled": false,
|
|
3594
|
+
"document": "Resource ID list (this field is no longer maintained. please use the dealNames field and the query API DescribeResourcesByDealName to obtain resource ids).",
|
|
3595
|
+
"example": "[ \"cynosdbmysql-ins-i085h27o\" ]",
|
|
3596
|
+
"member": "string",
|
|
3597
|
+
"name": "ResourceIds",
|
|
3598
|
+
"output_required": true,
|
|
3599
|
+
"type": "list",
|
|
3600
|
+
"value_allowed_null": false
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"disabled": false,
|
|
3604
|
+
"document": "Cluster ID list (this field is no longer maintained. please use the dealNames field to get cluster ids via the DescribeResourcesByDealName api.).",
|
|
3605
|
+
"example": "[ \"cynosdbmysql-aembgh5z\" ]",
|
|
3606
|
+
"member": "string",
|
|
3607
|
+
"name": "ClusterIds",
|
|
3608
|
+
"output_required": true,
|
|
3609
|
+
"type": "list",
|
|
3610
|
+
"value_allowed_null": false
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"disabled": false,
|
|
3614
|
+
"document": "Large order number.\n\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
3615
|
+
"example": "[\"20250812065021475117801\", \"20250812065021475117811\" ]",
|
|
3255
3616
|
"member": "string",
|
|
3256
3617
|
"name": "BigDealIds",
|
|
3257
3618
|
"output_required": true,
|
|
@@ -4238,7 +4599,7 @@
|
|
|
4238
4599
|
{
|
|
4239
4600
|
"disabled": false,
|
|
4240
4601
|
"document": "Secondary AZ.",
|
|
4241
|
-
"example": "ap-singapore-4",
|
|
4602
|
+
"example": "[\"ap-singapore-4\"]",
|
|
4242
4603
|
"member": "string",
|
|
4243
4604
|
"name": "SlaveZones",
|
|
4244
4605
|
"output_required": true,
|
|
@@ -4650,7 +5011,7 @@
|
|
|
4650
5011
|
{
|
|
4651
5012
|
"disabled": false,
|
|
4652
5013
|
"document": "Availability zone list.",
|
|
4653
|
-
"example": "ap-guangzhou-3",
|
|
5014
|
+
"example": "[\"ap-guangzhou-3\"]",
|
|
4654
5015
|
"member": "string",
|
|
4655
5016
|
"name": "SlaveZones",
|
|
4656
5017
|
"output_required": true,
|
|
@@ -5804,20 +6165,20 @@
|
|
|
5804
6165
|
{
|
|
5805
6166
|
"disabled": false,
|
|
5806
6167
|
"document": "User `appId`",
|
|
5807
|
-
"example": "
|
|
6168
|
+
"example": "13022",
|
|
5808
6169
|
"member": "int64",
|
|
5809
6170
|
"name": "AppId",
|
|
5810
|
-
"
|
|
6171
|
+
"output_required": true,
|
|
5811
6172
|
"type": "int",
|
|
5812
6173
|
"value_allowed_null": false
|
|
5813
6174
|
},
|
|
5814
6175
|
{
|
|
5815
6176
|
"disabled": false,
|
|
5816
6177
|
"document": "Cluster ID",
|
|
5817
|
-
"example": "
|
|
6178
|
+
"example": "cynosdbmysql-gmatpwxb",
|
|
5818
6179
|
"member": "string",
|
|
5819
6180
|
"name": "ClusterId",
|
|
5820
|
-
"
|
|
6181
|
+
"output_required": true,
|
|
5821
6182
|
"type": "string",
|
|
5822
6183
|
"value_allowed_null": false
|
|
5823
6184
|
},
|
|
@@ -5827,7 +6188,7 @@
|
|
|
5827
6188
|
"example": "无",
|
|
5828
6189
|
"member": "datetime",
|
|
5829
6190
|
"name": "CreatedTime",
|
|
5830
|
-
"
|
|
6191
|
+
"output_required": true,
|
|
5831
6192
|
"type": "string",
|
|
5832
6193
|
"value_allowed_null": false
|
|
5833
6194
|
},
|
|
@@ -5837,37 +6198,37 @@
|
|
|
5837
6198
|
"example": "无",
|
|
5838
6199
|
"member": "datetime",
|
|
5839
6200
|
"name": "DeletedTime",
|
|
5840
|
-
"
|
|
6201
|
+
"output_required": true,
|
|
5841
6202
|
"type": "string",
|
|
5842
6203
|
"value_allowed_null": false
|
|
5843
6204
|
},
|
|
5844
6205
|
{
|
|
5845
6206
|
"disabled": false,
|
|
5846
6207
|
"document": "Instance group ID",
|
|
5847
|
-
"example": "
|
|
6208
|
+
"example": "cynosdbmysql-grp-gmatpwxb",
|
|
5848
6209
|
"member": "string",
|
|
5849
6210
|
"name": "InstanceGrpId",
|
|
5850
|
-
"
|
|
6211
|
+
"output_required": true,
|
|
5851
6212
|
"type": "string",
|
|
5852
6213
|
"value_allowed_null": false
|
|
5853
6214
|
},
|
|
5854
6215
|
{
|
|
5855
6216
|
"disabled": false,
|
|
5856
6217
|
"document": "Status",
|
|
5857
|
-
"example": "
|
|
6218
|
+
"example": "running",
|
|
5858
6219
|
"member": "string",
|
|
5859
6220
|
"name": "Status",
|
|
5860
|
-
"
|
|
6221
|
+
"output_required": true,
|
|
5861
6222
|
"type": "string",
|
|
5862
6223
|
"value_allowed_null": false
|
|
5863
6224
|
},
|
|
5864
6225
|
{
|
|
5865
6226
|
"disabled": false,
|
|
5866
6227
|
"document": "Instance group type. ha: HA group; ro: RO group",
|
|
5867
|
-
"example": "
|
|
6228
|
+
"example": "ha",
|
|
5868
6229
|
"member": "string",
|
|
5869
6230
|
"name": "Type",
|
|
5870
|
-
"
|
|
6231
|
+
"output_required": true,
|
|
5871
6232
|
"type": "string",
|
|
5872
6233
|
"value_allowed_null": false
|
|
5873
6234
|
},
|
|
@@ -5877,67 +6238,67 @@
|
|
|
5877
6238
|
"example": "无",
|
|
5878
6239
|
"member": "datetime",
|
|
5879
6240
|
"name": "UpdatedTime",
|
|
5880
|
-
"
|
|
6241
|
+
"output_required": true,
|
|
5881
6242
|
"type": "string",
|
|
5882
6243
|
"value_allowed_null": false
|
|
5883
6244
|
},
|
|
5884
6245
|
{
|
|
5885
6246
|
"disabled": false,
|
|
5886
6247
|
"document": "Private IP",
|
|
5887
|
-
"example": "
|
|
6248
|
+
"example": "172.0.0.1",
|
|
5888
6249
|
"member": "string",
|
|
5889
6250
|
"name": "Vip",
|
|
5890
|
-
"
|
|
6251
|
+
"output_required": true,
|
|
5891
6252
|
"type": "string",
|
|
5892
6253
|
"value_allowed_null": false
|
|
5893
6254
|
},
|
|
5894
6255
|
{
|
|
5895
6256
|
"disabled": false,
|
|
5896
6257
|
"document": "Private port",
|
|
5897
|
-
"example": "
|
|
6258
|
+
"example": "3306",
|
|
5898
6259
|
"member": "int64",
|
|
5899
6260
|
"name": "Vport",
|
|
5900
|
-
"
|
|
6261
|
+
"output_required": true,
|
|
5901
6262
|
"type": "int",
|
|
5902
6263
|
"value_allowed_null": false
|
|
5903
6264
|
},
|
|
5904
6265
|
{
|
|
5905
6266
|
"disabled": false,
|
|
5906
6267
|
"document": "Public domain name",
|
|
5907
|
-
"example": "
|
|
6268
|
+
"example": "gz-cynosdbmysql-grp-ke9yc7tp.sql.tencentcdb.com",
|
|
5908
6269
|
"member": "string",
|
|
5909
6270
|
"name": "WanDomain",
|
|
5910
|
-
"
|
|
6271
|
+
"output_required": true,
|
|
5911
6272
|
"type": "string",
|
|
5912
6273
|
"value_allowed_null": false
|
|
5913
6274
|
},
|
|
5914
6275
|
{
|
|
5915
6276
|
"disabled": false,
|
|
5916
6277
|
"document": "Public IP",
|
|
5917
|
-
"example": "
|
|
6278
|
+
"example": "34.33.33.3",
|
|
5918
6279
|
"member": "string",
|
|
5919
6280
|
"name": "WanIP",
|
|
5920
|
-
"
|
|
6281
|
+
"output_required": true,
|
|
5921
6282
|
"type": "string",
|
|
5922
6283
|
"value_allowed_null": false
|
|
5923
6284
|
},
|
|
5924
6285
|
{
|
|
5925
6286
|
"disabled": false,
|
|
5926
6287
|
"document": "Public port",
|
|
5927
|
-
"example": "
|
|
6288
|
+
"example": "3306",
|
|
5928
6289
|
"member": "int64",
|
|
5929
6290
|
"name": "WanPort",
|
|
5930
|
-
"
|
|
6291
|
+
"output_required": true,
|
|
5931
6292
|
"type": "int",
|
|
5932
6293
|
"value_allowed_null": false
|
|
5933
6294
|
},
|
|
5934
6295
|
{
|
|
5935
6296
|
"disabled": false,
|
|
5936
6297
|
"document": "Public network status",
|
|
5937
|
-
"example": "
|
|
6298
|
+
"example": "open",
|
|
5938
6299
|
"member": "string",
|
|
5939
6300
|
"name": "WanStatus",
|
|
5940
|
-
"
|
|
6301
|
+
"output_required": true,
|
|
5941
6302
|
"type": "string",
|
|
5942
6303
|
"value_allowed_null": false
|
|
5943
6304
|
},
|
|
@@ -5947,27 +6308,27 @@
|
|
|
5947
6308
|
"example": "无",
|
|
5948
6309
|
"member": "CynosdbInstance",
|
|
5949
6310
|
"name": "InstanceSet",
|
|
5950
|
-
"
|
|
6311
|
+
"output_required": true,
|
|
5951
6312
|
"type": "list",
|
|
5952
6313
|
"value_allowed_null": false
|
|
5953
6314
|
},
|
|
5954
6315
|
{
|
|
5955
6316
|
"disabled": false,
|
|
5956
6317
|
"document": "VPC ID\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5957
|
-
"example": "
|
|
6318
|
+
"example": "vpc-xx",
|
|
5958
6319
|
"member": "string",
|
|
5959
6320
|
"name": "UniqVpcId",
|
|
5960
|
-
"
|
|
6321
|
+
"output_required": true,
|
|
5961
6322
|
"type": "string",
|
|
5962
6323
|
"value_allowed_null": true
|
|
5963
6324
|
},
|
|
5964
6325
|
{
|
|
5965
6326
|
"disabled": false,
|
|
5966
6327
|
"document": "Subnet ID\nNote: This field may return null, indicating that no valid values can be obtained.",
|
|
5967
|
-
"example": "
|
|
6328
|
+
"example": "subnet-xx",
|
|
5968
6329
|
"member": "string",
|
|
5969
6330
|
"name": "UniqSubnetId",
|
|
5970
|
-
"
|
|
6331
|
+
"output_required": true,
|
|
5971
6332
|
"type": "string",
|
|
5972
6333
|
"value_allowed_null": true
|
|
5973
6334
|
},
|
|
@@ -5977,17 +6338,17 @@
|
|
|
5977
6338
|
"example": "无",
|
|
5978
6339
|
"member": "OldAddrInfo",
|
|
5979
6340
|
"name": "OldAddrInfo",
|
|
5980
|
-
"
|
|
6341
|
+
"output_required": true,
|
|
5981
6342
|
"type": "object",
|
|
5982
6343
|
"value_allowed_null": true
|
|
5983
6344
|
},
|
|
5984
6345
|
{
|
|
5985
6346
|
"disabled": false,
|
|
5986
6347
|
"document": "Task in progress",
|
|
5987
|
-
"example": "
|
|
6348
|
+
"example": "[\"task\"]",
|
|
5988
6349
|
"member": "string",
|
|
5989
6350
|
"name": "ProcessingTasks",
|
|
5990
|
-
"
|
|
6351
|
+
"output_required": true,
|
|
5991
6352
|
"type": "list",
|
|
5992
6353
|
"value_allowed_null": false
|
|
5993
6354
|
},
|
|
@@ -5997,17 +6358,17 @@
|
|
|
5997
6358
|
"example": "无",
|
|
5998
6359
|
"member": "ObjectTask",
|
|
5999
6360
|
"name": "Tasks",
|
|
6000
|
-
"
|
|
6361
|
+
"output_required": true,
|
|
6001
6362
|
"type": "list",
|
|
6002
6363
|
"value_allowed_null": false
|
|
6003
6364
|
},
|
|
6004
6365
|
{
|
|
6005
6366
|
"disabled": false,
|
|
6006
6367
|
"document": "biz_net_service table ID",
|
|
6007
|
-
"example": "
|
|
6368
|
+
"example": "86",
|
|
6008
6369
|
"member": "int64",
|
|
6009
6370
|
"name": "NetServiceId",
|
|
6010
|
-
"
|
|
6371
|
+
"output_required": true,
|
|
6011
6372
|
"type": "int",
|
|
6012
6373
|
"value_allowed_null": false
|
|
6013
6374
|
}
|
|
@@ -8328,7 +8689,7 @@
|
|
|
8328
8689
|
{
|
|
8329
8690
|
"disabled": false,
|
|
8330
8691
|
"document": "Whether to return the AZ information.",
|
|
8331
|
-
"example": "
|
|
8692
|
+
"example": "false",
|
|
8332
8693
|
"member": "bool",
|
|
8333
8694
|
"name": "IncludeZoneStocks",
|
|
8334
8695
|
"required": false,
|
|
@@ -8343,7 +8704,7 @@
|
|
|
8343
8704
|
{
|
|
8344
8705
|
"disabled": false,
|
|
8345
8706
|
"document": "Specification information",
|
|
8346
|
-
"example": "
|
|
8707
|
+
"example": "无",
|
|
8347
8708
|
"member": "InstanceSpec",
|
|
8348
8709
|
"name": "InstanceSpecSet",
|
|
8349
8710
|
"output_required": true,
|
|
@@ -8401,7 +8762,7 @@
|
|
|
8401
8762
|
{
|
|
8402
8763
|
"disabled": false,
|
|
8403
8764
|
"document": "Filter. If more than one filter exists, the logical relationship between these filters is `AND`.",
|
|
8404
|
-
"example": "
|
|
8765
|
+
"example": "[{\"Names\": \"ProjectId\",\"Values\": \"andy\",\"ExactMatch\": \"1\",\"Name\": \"172\",\"Operator\": \"27627162\"}]",
|
|
8405
8766
|
"member": "QueryFilter",
|
|
8406
8767
|
"name": "Filters",
|
|
8407
8768
|
"required": false,
|
|
@@ -8453,7 +8814,7 @@
|
|
|
8453
8814
|
{
|
|
8454
8815
|
"disabled": false,
|
|
8455
8816
|
"document": "Instance list",
|
|
8456
|
-
"example": "
|
|
8817
|
+
"example": "[{}]",
|
|
8457
8818
|
"member": "CynosdbInstance",
|
|
8458
8819
|
"name": "InstanceSet",
|
|
8459
8820
|
"output_required": true,
|
|
@@ -8525,6 +8886,72 @@
|
|
|
8525
8886
|
],
|
|
8526
8887
|
"type": "object"
|
|
8527
8888
|
},
|
|
8889
|
+
"DescribeIntegrateTaskRequest": {
|
|
8890
|
+
"document": "DescribeIntegrateTask request structure.",
|
|
8891
|
+
"members": [
|
|
8892
|
+
{
|
|
8893
|
+
"disabled": false,
|
|
8894
|
+
"document": "Large order id. must choose between large order id and sub-order id.",
|
|
8895
|
+
"example": "20250922456021575047851",
|
|
8896
|
+
"member": "string",
|
|
8897
|
+
"name": "BigDealId",
|
|
8898
|
+
"required": false,
|
|
8899
|
+
"type": "string"
|
|
8900
|
+
},
|
|
8901
|
+
{
|
|
8902
|
+
"disabled": false,
|
|
8903
|
+
"document": "Order list",
|
|
8904
|
+
"example": "[\"20250922456021575003931\"]",
|
|
8905
|
+
"member": "string",
|
|
8906
|
+
"name": "DealNames",
|
|
8907
|
+
"required": false,
|
|
8908
|
+
"type": "list"
|
|
8909
|
+
}
|
|
8910
|
+
],
|
|
8911
|
+
"type": "object"
|
|
8912
|
+
},
|
|
8913
|
+
"DescribeIntegrateTaskResponse": {
|
|
8914
|
+
"document": "DescribeIntegrateTask response structure.",
|
|
8915
|
+
"members": [
|
|
8916
|
+
{
|
|
8917
|
+
"disabled": false,
|
|
8918
|
+
"document": "Current step.",
|
|
8919
|
+
"example": "CreateIntegrateCluster",
|
|
8920
|
+
"member": "string",
|
|
8921
|
+
"name": "CurrentStep",
|
|
8922
|
+
"output_required": false,
|
|
8923
|
+
"type": "string",
|
|
8924
|
+
"value_allowed_null": false
|
|
8925
|
+
},
|
|
8926
|
+
{
|
|
8927
|
+
"disabled": false,
|
|
8928
|
+
"document": "Current progress.",
|
|
8929
|
+
"example": "1/6",
|
|
8930
|
+
"member": "string",
|
|
8931
|
+
"name": "CurrentProgress",
|
|
8932
|
+
"output_required": false,
|
|
8933
|
+
"type": "string",
|
|
8934
|
+
"value_allowed_null": false
|
|
8935
|
+
},
|
|
8936
|
+
{
|
|
8937
|
+
"disabled": false,
|
|
8938
|
+
"document": "Indicates the task status.",
|
|
8939
|
+
"example": "success",
|
|
8940
|
+
"member": "string",
|
|
8941
|
+
"name": "TaskStatus",
|
|
8942
|
+
"output_required": false,
|
|
8943
|
+
"type": "string",
|
|
8944
|
+
"value_allowed_null": false
|
|
8945
|
+
},
|
|
8946
|
+
{
|
|
8947
|
+
"document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
|
|
8948
|
+
"member": "string",
|
|
8949
|
+
"name": "RequestId",
|
|
8950
|
+
"type": "string"
|
|
8951
|
+
}
|
|
8952
|
+
],
|
|
8953
|
+
"type": "object"
|
|
8954
|
+
},
|
|
8528
8955
|
"DescribeIsolatedInstancesRequest": {
|
|
8529
8956
|
"document": "DescribeIsolatedInstances request structure.",
|
|
8530
8957
|
"members": [
|
|
@@ -10803,7 +11230,7 @@
|
|
|
10803
11230
|
{
|
|
10804
11231
|
"disabled": false,
|
|
10805
11232
|
"document": "Maximum specifications for serverless instance",
|
|
10806
|
-
"example": "1",
|
|
11233
|
+
"example": "1.0",
|
|
10807
11234
|
"member": "float",
|
|
10808
11235
|
"name": "MaxRoCpu",
|
|
10809
11236
|
"required": false,
|
|
@@ -10812,6 +11239,30 @@
|
|
|
10812
11239
|
],
|
|
10813
11240
|
"usage": "in"
|
|
10814
11241
|
},
|
|
11242
|
+
"InstanceNameWeight": {
|
|
11243
|
+
"document": "Instance weight.",
|
|
11244
|
+
"members": [
|
|
11245
|
+
{
|
|
11246
|
+
"disabled": false,
|
|
11247
|
+
"document": "Instance name. specifies the name defined by InstanceInitInfo.InstanceName in cluster creation.",
|
|
11248
|
+
"example": "ro-1",
|
|
11249
|
+
"member": "string",
|
|
11250
|
+
"name": "InstanceName",
|
|
11251
|
+
"required": false,
|
|
11252
|
+
"type": "string"
|
|
11253
|
+
},
|
|
11254
|
+
{
|
|
11255
|
+
"disabled": false,
|
|
11256
|
+
"document": "Weight",
|
|
11257
|
+
"example": "1",
|
|
11258
|
+
"member": "int64",
|
|
11259
|
+
"name": "Weight",
|
|
11260
|
+
"required": false,
|
|
11261
|
+
"type": "int"
|
|
11262
|
+
}
|
|
11263
|
+
],
|
|
11264
|
+
"usage": "in"
|
|
11265
|
+
},
|
|
10815
11266
|
"InstanceNetInfo": {
|
|
10816
11267
|
"document": "Instance network information",
|
|
10817
11268
|
"members": [
|
|
@@ -11040,7 +11491,7 @@
|
|
|
11040
11491
|
{
|
|
11041
11492
|
"disabled": false,
|
|
11042
11493
|
"document": "Regional inventory information.",
|
|
11043
|
-
"example": "
|
|
11494
|
+
"example": "无",
|
|
11044
11495
|
"member": "ZoneStockInfo",
|
|
11045
11496
|
"name": "ZoneStockInfos",
|
|
11046
11497
|
"output_required": true,
|
|
@@ -11060,6 +11511,99 @@
|
|
|
11060
11511
|
],
|
|
11061
11512
|
"usage": "out"
|
|
11062
11513
|
},
|
|
11514
|
+
"IntegrateCreateClusterConfig": {
|
|
11515
|
+
"document": "Integrated cluster configuration.",
|
|
11516
|
+
"members": [
|
|
11517
|
+
{
|
|
11518
|
+
"disabled": false,
|
|
11519
|
+
"document": "Retention days of binlog. value range: 7-1830.",
|
|
11520
|
+
"example": "8",
|
|
11521
|
+
"member": "int64",
|
|
11522
|
+
"name": "BinlogSaveDays",
|
|
11523
|
+
"required": false,
|
|
11524
|
+
"type": "int"
|
|
11525
|
+
},
|
|
11526
|
+
{
|
|
11527
|
+
"disabled": false,
|
|
11528
|
+
"document": "Specifies the backup retention days. value range: 7-1830.",
|
|
11529
|
+
"example": "7",
|
|
11530
|
+
"member": "int64",
|
|
11531
|
+
"name": "BackupSaveDays",
|
|
11532
|
+
"required": false,
|
|
11533
|
+
"type": "int"
|
|
11534
|
+
},
|
|
11535
|
+
{
|
|
11536
|
+
"disabled": false,
|
|
11537
|
+
"document": "Specifies the semi-sync timeout period. value range: [1000,4294967295].",
|
|
11538
|
+
"example": "1002",
|
|
11539
|
+
"member": "int64",
|
|
11540
|
+
"name": "SemiSyncTimeout",
|
|
11541
|
+
"required": false,
|
|
11542
|
+
"type": "int"
|
|
11543
|
+
},
|
|
11544
|
+
{
|
|
11545
|
+
"disabled": false,
|
|
11546
|
+
"document": "proxy connection address configuration message.",
|
|
11547
|
+
"example": "无",
|
|
11548
|
+
"member": "ProxyEndPointConfigInfo",
|
|
11549
|
+
"name": "ProxyEndPointConfigs",
|
|
11550
|
+
"required": false,
|
|
11551
|
+
"type": "list"
|
|
11552
|
+
}
|
|
11553
|
+
],
|
|
11554
|
+
"usage": "in"
|
|
11555
|
+
},
|
|
11556
|
+
"IntegrateInstanceInfo": {
|
|
11557
|
+
"document": "Initializes the configuration information of an instance.",
|
|
11558
|
+
"members": [
|
|
11559
|
+
{
|
|
11560
|
+
"disabled": false,
|
|
11561
|
+
"document": "Specifies the cpu of the instance.",
|
|
11562
|
+
"example": "1",
|
|
11563
|
+
"member": "int64",
|
|
11564
|
+
"name": "Cpu",
|
|
11565
|
+
"required": true,
|
|
11566
|
+
"type": "int"
|
|
11567
|
+
},
|
|
11568
|
+
{
|
|
11569
|
+
"disabled": false,
|
|
11570
|
+
"document": "Specifies the instance memory.",
|
|
11571
|
+
"example": "1",
|
|
11572
|
+
"member": "int64",
|
|
11573
|
+
"name": "Memory",
|
|
11574
|
+
"required": true,
|
|
11575
|
+
"type": "int"
|
|
11576
|
+
},
|
|
11577
|
+
{
|
|
11578
|
+
"disabled": false,
|
|
11579
|
+
"document": "Instance type (rw/ro).",
|
|
11580
|
+
"example": "rw",
|
|
11581
|
+
"member": "string",
|
|
11582
|
+
"name": "InstanceType",
|
|
11583
|
+
"required": true,
|
|
11584
|
+
"type": "string"
|
|
11585
|
+
},
|
|
11586
|
+
{
|
|
11587
|
+
"disabled": false,
|
|
11588
|
+
"document": "Number of instances. value range: [1,15].",
|
|
11589
|
+
"example": "1",
|
|
11590
|
+
"member": "int64",
|
|
11591
|
+
"name": "InstanceCount",
|
|
11592
|
+
"required": true,
|
|
11593
|
+
"type": "int"
|
|
11594
|
+
},
|
|
11595
|
+
{
|
|
11596
|
+
"disabled": false,
|
|
11597
|
+
"document": "Instance machine type. valid values: universal type (common), exclusive type.",
|
|
11598
|
+
"example": "common",
|
|
11599
|
+
"member": "string",
|
|
11600
|
+
"name": "DeviceType",
|
|
11601
|
+
"required": false,
|
|
11602
|
+
"type": "string"
|
|
11603
|
+
}
|
|
11604
|
+
],
|
|
11605
|
+
"usage": "in"
|
|
11606
|
+
},
|
|
11063
11607
|
"IsolateClusterRequest": {
|
|
11064
11608
|
"document": "IsolateCluster request structure.",
|
|
11065
11609
|
"members": [
|
|
@@ -11165,7 +11709,7 @@
|
|
|
11165
11709
|
{
|
|
11166
11710
|
"disabled": false,
|
|
11167
11711
|
"document": "Order ID for isolated instance (prepaid instance)\nNote: this field may return null, indicating that no valid values can be obtained.",
|
|
11168
|
-
"example": "[\"
|
|
11712
|
+
"example": "[\"8345452\"]",
|
|
11169
11713
|
"member": "string",
|
|
11170
11714
|
"name": "DealNames",
|
|
11171
11715
|
"output_required": true,
|
|
@@ -11231,7 +11775,7 @@
|
|
|
11231
11775
|
{
|
|
11232
11776
|
"disabled": false,
|
|
11233
11777
|
"document": "Whether cross-regional logical backup is enabled.",
|
|
11234
|
-
"example": "
|
|
11778
|
+
"example": "ON",
|
|
11235
11779
|
"member": "string",
|
|
11236
11780
|
"name": "LogicCrossRegionsEnable",
|
|
11237
11781
|
"output_required": false,
|
|
@@ -11599,7 +12143,7 @@
|
|
|
11599
12143
|
{
|
|
11600
12144
|
"disabled": false,
|
|
11601
12145
|
"document": "Backup frequency. It is an array of 7 elements corresponding to Monday through Sunday. full: full backup; increment: incremental backup. This parameter cannot be modified currently and doesn't need to be entered.",
|
|
11602
|
-
"example": "[full
|
|
12146
|
+
"example": "[\"full\",\"full\",\"full\",\"full\",\"full\",\"full\",\"full\"]",
|
|
11603
12147
|
"member": "string",
|
|
11604
12148
|
"name": "BackupFreq",
|
|
11605
12149
|
"required": false,
|
|
@@ -11617,7 +12161,7 @@
|
|
|
11617
12161
|
{
|
|
11618
12162
|
"disabled": false,
|
|
11619
12163
|
"document": "",
|
|
11620
|
-
"example": "
|
|
12164
|
+
"example": "无",
|
|
11621
12165
|
"member": "LogicBackupConfigInfo",
|
|
11622
12166
|
"name": "LogicBackupConfig",
|
|
11623
12167
|
"required": false,
|
|
@@ -11626,7 +12170,7 @@
|
|
|
11626
12170
|
{
|
|
11627
12171
|
"disabled": false,
|
|
11628
12172
|
"document": "",
|
|
11629
|
-
"example": "
|
|
12173
|
+
"example": "false",
|
|
11630
12174
|
"member": "bool",
|
|
11631
12175
|
"name": "DeleteAutoLogicBackup",
|
|
11632
12176
|
"required": false,
|
|
@@ -12680,7 +13224,7 @@
|
|
|
12680
13224
|
{
|
|
12681
13225
|
"disabled": false,
|
|
12682
13226
|
"document": "Read-Only weight of an instance",
|
|
12683
|
-
"example": "
|
|
13227
|
+
"example": "无",
|
|
12684
13228
|
"member": "ProxyInstanceWeight",
|
|
12685
13229
|
"name": "InstanceWeights",
|
|
12686
13230
|
"required": false,
|
|
@@ -14868,6 +15412,57 @@
|
|
|
14868
15412
|
],
|
|
14869
15413
|
"usage": "out"
|
|
14870
15414
|
},
|
|
15415
|
+
"ProxyConfigInfo": {
|
|
15416
|
+
"document": "Access proxy configuration.",
|
|
15417
|
+
"members": [
|
|
15418
|
+
{
|
|
15419
|
+
"disabled": false,
|
|
15420
|
+
"document": "Number of database proxy group nodes. this parameter is no longer recommended. recommend using ProxyZones.",
|
|
15421
|
+
"example": "1",
|
|
15422
|
+
"member": "int64",
|
|
15423
|
+
"name": "ProxyCount",
|
|
15424
|
+
"required": false,
|
|
15425
|
+
"type": "int"
|
|
15426
|
+
},
|
|
15427
|
+
{
|
|
15428
|
+
"disabled": false,
|
|
15429
|
+
"document": "Number of CPU cores",
|
|
15430
|
+
"example": "2",
|
|
15431
|
+
"member": "int64",
|
|
15432
|
+
"name": "Cpu",
|
|
15433
|
+
"required": false,
|
|
15434
|
+
"type": "int"
|
|
15435
|
+
},
|
|
15436
|
+
{
|
|
15437
|
+
"disabled": false,
|
|
15438
|
+
"document": "Specifies the memory.",
|
|
15439
|
+
"example": "4000",
|
|
15440
|
+
"member": "int64",
|
|
15441
|
+
"name": "Mem",
|
|
15442
|
+
"required": false,
|
|
15443
|
+
"type": "int"
|
|
15444
|
+
},
|
|
15445
|
+
{
|
|
15446
|
+
"disabled": false,
|
|
15447
|
+
"document": "Description.",
|
|
15448
|
+
"example": "只读代理",
|
|
15449
|
+
"member": "string",
|
|
15450
|
+
"name": "Description",
|
|
15451
|
+
"required": false,
|
|
15452
|
+
"type": "string"
|
|
15453
|
+
},
|
|
15454
|
+
{
|
|
15455
|
+
"disabled": false,
|
|
15456
|
+
"document": "Database node information (this parameter is used in combination with ProxyCount, either one must be manually input).",
|
|
15457
|
+
"example": "无",
|
|
15458
|
+
"member": "ProxyZone",
|
|
15459
|
+
"name": "ProxyZones",
|
|
15460
|
+
"required": false,
|
|
15461
|
+
"type": "list"
|
|
15462
|
+
}
|
|
15463
|
+
],
|
|
15464
|
+
"usage": "in"
|
|
15465
|
+
},
|
|
14871
15466
|
"ProxyConnectionPoolInfo": {
|
|
14872
15467
|
"document": "Connection pool information for the database proxy",
|
|
14873
15468
|
"members": [
|
|
@@ -14907,6 +15502,75 @@
|
|
|
14907
15502
|
],
|
|
14908
15503
|
"usage": "both"
|
|
14909
15504
|
},
|
|
15505
|
+
"ProxyEndPointConfigInfo": {
|
|
15506
|
+
"document": "proxy address configuration of the integrated cluster.",
|
|
15507
|
+
"members": [
|
|
15508
|
+
{
|
|
15509
|
+
"disabled": false,
|
|
15510
|
+
"document": "Specifies the ID of the VPC network it belongs to.",
|
|
15511
|
+
"example": "vpc-1ptuei0b",
|
|
15512
|
+
"member": "string",
|
|
15513
|
+
"name": "UniqueVpcId",
|
|
15514
|
+
"required": false,
|
|
15515
|
+
"type": "string"
|
|
15516
|
+
},
|
|
15517
|
+
{
|
|
15518
|
+
"disabled": false,
|
|
15519
|
+
"document": "Subnet ID.",
|
|
15520
|
+
"example": "subnet-1tmw9t4o",
|
|
15521
|
+
"member": "string",
|
|
15522
|
+
"name": "UniqueSubnetId",
|
|
15523
|
+
"required": false,
|
|
15524
|
+
"type": "string"
|
|
15525
|
+
},
|
|
15526
|
+
{
|
|
15527
|
+
"disabled": false,
|
|
15528
|
+
"document": "Security group id array.",
|
|
15529
|
+
"example": "[\"sg-ajr1jzgj\"]",
|
|
15530
|
+
"member": "string",
|
|
15531
|
+
"name": "SecurityGroupIds",
|
|
15532
|
+
"required": false,
|
|
15533
|
+
"type": "list"
|
|
15534
|
+
},
|
|
15535
|
+
{
|
|
15536
|
+
"disabled": false,
|
|
15537
|
+
"document": "Weight mode: system-system allocation, custom-custom.",
|
|
15538
|
+
"example": "system",
|
|
15539
|
+
"member": "string",
|
|
15540
|
+
"name": "WeightMode",
|
|
15541
|
+
"required": false,
|
|
15542
|
+
"type": "string"
|
|
15543
|
+
},
|
|
15544
|
+
{
|
|
15545
|
+
"disabled": false,
|
|
15546
|
+
"document": "Specifies whether to automatically add a read-only instance. valid values: yes, no.",
|
|
15547
|
+
"example": "no",
|
|
15548
|
+
"member": "string",
|
|
15549
|
+
"name": "AutoAddRo",
|
|
15550
|
+
"required": false,
|
|
15551
|
+
"type": "string"
|
|
15552
|
+
},
|
|
15553
|
+
{
|
|
15554
|
+
"disabled": false,
|
|
15555
|
+
"document": "Read-Write attribute. valid values: READWRITE, READONLY.",
|
|
15556
|
+
"example": "READONLY",
|
|
15557
|
+
"member": "string",
|
|
15558
|
+
"name": "RwType",
|
|
15559
|
+
"required": false,
|
|
15560
|
+
"type": "string"
|
|
15561
|
+
},
|
|
15562
|
+
{
|
|
15563
|
+
"disabled": false,
|
|
15564
|
+
"document": "Weight information.",
|
|
15565
|
+
"example": "无",
|
|
15566
|
+
"member": "InstanceNameWeight",
|
|
15567
|
+
"name": "InstanceNameWeights",
|
|
15568
|
+
"required": false,
|
|
15569
|
+
"type": "list"
|
|
15570
|
+
}
|
|
15571
|
+
],
|
|
15572
|
+
"usage": "in"
|
|
15573
|
+
},
|
|
14910
15574
|
"ProxyGroup": {
|
|
14911
15575
|
"document": "Proxy group",
|
|
14912
15576
|
"members": [
|