tccli 3.0.847.1__py2.py3-none-any.whl → 3.0.849.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.
Files changed (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +1 -0
  3. tccli/services/billing/v20180709/api.json +1 -9
  4. tccli/services/billing/v20180709/examples.json +1 -1
  5. tccli/services/bma/v20221115/api.json +9 -0
  6. tccli/services/bma/v20221115/examples.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +0 -14
  8. tccli/services/cdn/v20180606/examples.json +2 -2
  9. tccli/services/cfs/v20190719/api.json +2 -2
  10. tccli/services/ckafka/ckafka_client.py +61 -8
  11. tccli/services/ckafka/v20190819/api.json +78 -15
  12. tccli/services/ckafka/v20190819/examples.json +11 -3
  13. tccli/services/cwp/cwp_client.py +61 -8
  14. tccli/services/cwp/v20180228/api.json +361 -117
  15. tccli/services/cwp/v20180228/examples.json +25 -17
  16. tccli/services/dcdb/v20180411/api.json +8 -50
  17. tccli/services/dcdb/v20180411/examples.json +3 -3
  18. tccli/services/dlc/v20210125/api.json +1 -1
  19. tccli/services/ess/v20201111/api.json +51 -2
  20. tccli/services/ess/v20201111/examples.json +1 -1
  21. tccli/services/live/v20180801/api.json +0 -4
  22. tccli/services/live/v20180801/examples.json +1 -1
  23. tccli/services/mariadb/v20170312/api.json +8 -55
  24. tccli/services/mariadb/v20170312/examples.json +3 -3
  25. tccli/services/mongodb/v20190725/api.json +5 -20
  26. tccli/services/mongodb/v20190725/examples.json +5 -5
  27. tccli/services/monitor/v20180724/api.json +2 -32
  28. tccli/services/ocr/v20181119/api.json +20 -1
  29. tccli/services/ocr/v20181119/examples.json +1 -1
  30. tccli/services/region/v20220627/api.json +16 -6
  31. tccli/services/region/v20220627/examples.json +7 -7
  32. tccli/services/ssl/v20191205/api.json +18 -53
  33. tccli/services/ssl/v20191205/examples.json +6 -6
  34. tccli/services/tcb/v20180608/api.json +16 -137
  35. tccli/services/tcb/v20180608/examples.json +10 -10
  36. tccli/services/tcr/v20190924/api.json +4 -4
  37. tccli/services/tdmq/v20200217/api.json +0 -2
  38. tccli/services/tdmq/v20200217/examples.json +2 -2
  39. tccli/services/thpc/thpc_client.py +13 -8
  40. tccli/services/thpc/v20230321/api.json +2414 -0
  41. tccli/services/thpc/v20230321/examples.json +125 -0
  42. tccli/services/tiw/tiw_client.py +53 -0
  43. tccli/services/tiw/v20190919/api.json +216 -0
  44. tccli/services/tiw/v20190919/examples.json +8 -0
  45. tccli/services/trtc/v20190722/api.json +5 -17
  46. tccli/services/tse/v20201207/api.json +45 -2
  47. tccli/services/tts/v20190823/api.json +10 -21
  48. tccli/services/tts/v20190823/examples.json +1 -1
  49. tccli/services/vod/v20180717/api.json +20 -12
  50. tccli/services/vod/v20180717/examples.json +1 -1
  51. tccli/services/vpc/v20170312/api.json +6 -5
  52. tccli/services/vpc/v20170312/examples.json +2 -2
  53. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/METADATA +2 -2
  54. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/RECORD +58 -56
  55. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/LICENSE +0 -0
  56. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/top_level.txt +0 -0
@@ -361,7 +361,7 @@
361
361
  "ModifyApplicationCallbackInfo": [
362
362
  {
363
363
  "document": "修改应用callbackinfo",
364
- "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationCallbackInfo\n<公共请求参数>\n\n{}",
364
+ "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationCallbackInfo\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"xxx\"\n },\n \"CallbackInfo\": {\n \"CallbackUrl\": \"https://y.qq.com/\",\n \"Token\": \"xxx222xxx\"\n },\n \"OperateType\": 2\n}",
365
365
  "output": "{\n \"Response\": {\n \"RequestId\": \"s1675154686215203499\"\n }\n}",
366
366
  "title": "修改应用callbackinfo"
367
367
  }
@@ -6665,7 +6665,6 @@
6665
6665
  "document": "DescribeLiveStreamState请求参数结构体",
6666
6666
  "members": [
6667
6667
  {
6668
- "default": "",
6669
6668
  "document": "推流路径,与推流和播放地址中的AppName保持一致,默认为 live。",
6670
6669
  "example": "live",
6671
6670
  "member": "string",
@@ -6674,7 +6673,6 @@
6674
6673
  "type": "string"
6675
6674
  },
6676
6675
  {
6677
- "default": "",
6678
6676
  "document": "您的推流域名。",
6679
6677
  "example": "5000.livepush.myqcloud.com",
6680
6678
  "member": "string",
@@ -6683,7 +6681,6 @@
6683
6681
  "type": "string"
6684
6682
  },
6685
6683
  {
6686
- "default": "",
6687
6684
  "document": "流名称。",
6688
6685
  "example": "stream1",
6689
6686
  "member": "string",
@@ -6702,7 +6699,6 @@
6702
6699
  "example": "active",
6703
6700
  "member": "string",
6704
6701
  "name": "StreamState",
6705
- "required": true,
6706
6702
  "type": "string",
6707
6703
  "value_allowed_null": false
6708
6704
  },
@@ -626,7 +626,7 @@
626
626
  ],
627
627
  "DescribeLiveStreamState": [
628
628
  {
629
- "document": "",
629
+ "document": "查询流的活跃状态。",
630
630
  "input": "https://live.tencentcloudapi.com/?Action=DescribeLiveStreamState\n&DomainName=5000.livepush.myqcloud.com\n&AppName=live\n&StreamName=stream1\n&<公共请求参数>",
631
631
  "output": "{\n \"Response\": {\n \"StreamState\": \"active\",\n \"RequestId\": \"8e50cdb5-56dc-408b-89b0-31818958d424\"\n }\n}",
632
632
  "title": "请求示例"
@@ -3286,7 +3286,6 @@
3286
3286
  "document": "DescribeDBInstanceDetail请求参数结构体",
3287
3287
  "members": [
3288
3288
  {
3289
- "default": "",
3290
3289
  "document": "实例Id形如:tdsql-ow728lmc。",
3291
3290
  "example": "tdsql-jv8z8fhl",
3292
3291
  "member": "string",
@@ -3305,7 +3304,6 @@
3305
3304
  "example": "tdsql-jv8z8fhl",
3306
3305
  "member": "string",
3307
3306
  "name": "InstanceId",
3308
- "required": true,
3309
3307
  "type": "string",
3310
3308
  "value_allowed_null": false
3311
3309
  },
@@ -3314,7 +3312,6 @@
3314
3312
  "example": "cos_test",
3315
3313
  "member": "string",
3316
3314
  "name": "InstanceName",
3317
- "required": true,
3318
3315
  "type": "string",
3319
3316
  "value_allowed_null": false
3320
3317
  },
@@ -3323,7 +3320,6 @@
3323
3320
  "example": "2",
3324
3321
  "member": "int64",
3325
3322
  "name": "Status",
3326
- "required": true,
3327
3323
  "type": "int",
3328
3324
  "value_allowed_null": false
3329
3325
  },
@@ -3332,7 +3328,6 @@
3332
3328
  "example": "运行中",
3333
3329
  "member": "string",
3334
3330
  "name": "StatusDesc",
3335
- "required": true,
3336
3331
  "type": "string",
3337
3332
  "value_allowed_null": false
3338
3333
  },
@@ -3341,7 +3336,6 @@
3341
3336
  "example": "192.168.240.44",
3342
3337
  "member": "string",
3343
3338
  "name": "Vip",
3344
- "required": true,
3345
3339
  "type": "string",
3346
3340
  "value_allowed_null": false
3347
3341
  },
@@ -3350,7 +3344,6 @@
3350
3344
  "example": "3306",
3351
3345
  "member": "int64",
3352
3346
  "name": "Vport",
3353
- "required": true,
3354
3347
  "type": "int",
3355
3348
  "value_allowed_null": false
3356
3349
  },
@@ -3359,7 +3352,6 @@
3359
3352
  "example": "0",
3360
3353
  "member": "int64",
3361
3354
  "name": "IsTmp",
3362
- "required": true,
3363
3355
  "type": "int",
3364
3356
  "value_allowed_null": false
3365
3357
  },
@@ -3368,7 +3360,6 @@
3368
3360
  "example": "3",
3369
3361
  "member": "int64",
3370
3362
  "name": "NodeCount",
3371
- "required": true,
3372
3363
  "type": "int",
3373
3364
  "value_allowed_null": false
3374
3365
  },
@@ -3377,7 +3368,6 @@
3377
3368
  "example": "ap-guangzhou",
3378
3369
  "member": "string",
3379
3370
  "name": "Region",
3380
- "required": true,
3381
3371
  "type": "string",
3382
3372
  "value_allowed_null": false
3383
3373
  },
@@ -3386,7 +3376,6 @@
3386
3376
  "example": "ap-guangzhou-2",
3387
3377
  "member": "string",
3388
3378
  "name": "Zone",
3389
- "required": true,
3390
3379
  "type": "string",
3391
3380
  "value_allowed_null": false
3392
3381
  },
@@ -3395,7 +3384,6 @@
3395
3384
  "example": "vpc-hqxhp43z",
3396
3385
  "member": "string",
3397
3386
  "name": "VpcId",
3398
- "required": true,
3399
3387
  "type": "string",
3400
3388
  "value_allowed_null": false
3401
3389
  },
@@ -3404,7 +3392,6 @@
3404
3392
  "example": "subnet-15y3y4eo",
3405
3393
  "member": "string",
3406
3394
  "name": "SubnetId",
3407
- "required": true,
3408
3395
  "type": "string",
3409
3396
  "value_allowed_null": false
3410
3397
  },
@@ -3413,7 +3400,6 @@
3413
3400
  "example": "0",
3414
3401
  "member": "int64",
3415
3402
  "name": "WanStatus",
3416
- "required": true,
3417
3403
  "type": "int",
3418
3404
  "value_allowed_null": false
3419
3405
  },
@@ -3422,7 +3408,6 @@
3422
3408
  "example": "无",
3423
3409
  "member": "string",
3424
3410
  "name": "WanDomain",
3425
- "required": true,
3426
3411
  "type": "string",
3427
3412
  "value_allowed_null": false
3428
3413
  },
@@ -3431,7 +3416,6 @@
3431
3416
  "example": "无",
3432
3417
  "member": "string",
3433
3418
  "name": "WanVip",
3434
- "required": true,
3435
3419
  "type": "string",
3436
3420
  "value_allowed_null": false
3437
3421
  },
@@ -3440,7 +3424,6 @@
3440
3424
  "example": "0",
3441
3425
  "member": "int64",
3442
3426
  "name": "WanPort",
3443
- "required": true,
3444
3427
  "type": "int",
3445
3428
  "value_allowed_null": false
3446
3429
  },
@@ -3449,7 +3432,6 @@
3449
3432
  "example": "0",
3450
3433
  "member": "int64",
3451
3434
  "name": "ProjectId",
3452
- "required": true,
3453
3435
  "type": "int",
3454
3436
  "value_allowed_null": false
3455
3437
  },
@@ -3458,7 +3440,6 @@
3458
3440
  "example": "基于MariaDB 10.0.10设计(兼容MySQL 5.5)",
3459
3441
  "member": "string",
3460
3442
  "name": "TdsqlVersion",
3461
- "required": true,
3462
3443
  "type": "string",
3463
3444
  "value_allowed_null": false
3464
3445
  },
@@ -3467,7 +3448,6 @@
3467
3448
  "example": "2",
3468
3449
  "member": "int64",
3469
3450
  "name": "Memory",
3470
- "required": true,
3471
3451
  "type": "int",
3472
3452
  "value_allowed_null": false
3473
3453
  },
@@ -3476,7 +3456,6 @@
3476
3456
  "example": "10",
3477
3457
  "member": "int64",
3478
3458
  "name": "Storage",
3479
- "required": true,
3480
3459
  "type": "int",
3481
3460
  "value_allowed_null": false
3482
3461
  },
@@ -3485,7 +3464,6 @@
3485
3464
  "example": "ap-guangzhou-2",
3486
3465
  "member": "string",
3487
3466
  "name": "MasterZone",
3488
- "required": true,
3489
3467
  "type": "string",
3490
3468
  "value_allowed_null": false
3491
3469
  },
@@ -3494,7 +3472,6 @@
3494
3472
  "example": "[\"ap-guangzhou-2\",\"ap-guangzhou-2\"]",
3495
3473
  "member": "string",
3496
3474
  "name": "SlaveZones",
3497
- "required": true,
3498
3475
  "type": "list",
3499
3476
  "value_allowed_null": false
3500
3477
  },
@@ -3503,7 +3480,6 @@
3503
3480
  "example": "0",
3504
3481
  "member": "int64",
3505
3482
  "name": "AutoRenewFlag",
3506
- "required": true,
3507
3483
  "type": "int",
3508
3484
  "value_allowed_null": false
3509
3485
  },
@@ -3512,7 +3488,6 @@
3512
3488
  "example": "无",
3513
3489
  "member": "string",
3514
3490
  "name": "ExclusterId",
3515
- "required": true,
3516
3491
  "type": "string",
3517
3492
  "value_allowed_null": false
3518
3493
  },
@@ -3521,7 +3496,6 @@
3521
3496
  "example": "prepaid",
3522
3497
  "member": "string",
3523
3498
  "name": "PayMode",
3524
- "required": true,
3525
3499
  "type": "string",
3526
3500
  "value_allowed_null": false
3527
3501
  },
@@ -3530,7 +3504,6 @@
3530
3504
  "example": "2020-04-13 15:00:16",
3531
3505
  "member": "datetime",
3532
3506
  "name": "CreateTime",
3533
- "required": true,
3534
3507
  "type": "string",
3535
3508
  "value_allowed_null": false
3536
3509
  },
@@ -3539,7 +3512,6 @@
3539
3512
  "example": "true",
3540
3513
  "member": "bool",
3541
3514
  "name": "IsAuditSupported",
3542
- "required": true,
3543
3515
  "type": "bool",
3544
3516
  "value_allowed_null": false
3545
3517
  },
@@ -3548,7 +3520,6 @@
3548
3520
  "example": "2019-12-06 15:00:16",
3549
3521
  "member": "datetime",
3550
3522
  "name": "PeriodEndTime",
3551
- "required": true,
3552
3523
  "type": "string",
3553
3524
  "value_allowed_null": false
3554
3525
  },
@@ -3557,7 +3528,6 @@
3557
3528
  "example": "Z4",
3558
3529
  "member": "string",
3559
3530
  "name": "Machine",
3560
- "required": true,
3561
3531
  "type": "string",
3562
3532
  "value_allowed_null": false
3563
3533
  },
@@ -3566,7 +3536,6 @@
3566
3536
  "example": "0.000",
3567
3537
  "member": "string",
3568
3538
  "name": "StorageUsage",
3569
- "required": true,
3570
3539
  "type": "string",
3571
3540
  "value_allowed_null": false
3572
3541
  },
@@ -3575,7 +3544,6 @@
3575
3544
  "example": "8",
3576
3545
  "member": "int64",
3577
3546
  "name": "LogStorage",
3578
- "required": true,
3579
3547
  "type": "int",
3580
3548
  "value_allowed_null": false
3581
3549
  },
@@ -3584,7 +3552,6 @@
3584
3552
  "example": "0",
3585
3553
  "member": "int64",
3586
3554
  "name": "IsEncryptSupported",
3587
- "required": true,
3588
3555
  "type": "int",
3589
3556
  "value_allowed_null": false
3590
3557
  },
@@ -3593,7 +3560,6 @@
3593
3560
  "example": "无",
3594
3561
  "member": "string",
3595
3562
  "name": "Vip6",
3596
- "required": true,
3597
3563
  "type": "string",
3598
3564
  "value_allowed_null": true
3599
3565
  },
@@ -3602,7 +3568,6 @@
3602
3568
  "example": "1",
3603
3569
  "member": "int64",
3604
3570
  "name": "Cpu",
3605
- "required": true,
3606
3571
  "type": "int",
3607
3572
  "value_allowed_null": false
3608
3573
  },
@@ -3611,7 +3576,6 @@
3611
3576
  "example": "1002231",
3612
3577
  "member": "int64",
3613
3578
  "name": "Pid",
3614
- "required": true,
3615
3579
  "type": "int",
3616
3580
  "value_allowed_null": false
3617
3581
  },
@@ -3620,7 +3584,6 @@
3620
3584
  "example": "2100",
3621
3585
  "member": "int64",
3622
3586
  "name": "Qps",
3623
- "required": true,
3624
3587
  "type": "int",
3625
3588
  "value_allowed_null": false
3626
3589
  },
@@ -3629,7 +3592,6 @@
3629
3592
  "example": "0",
3630
3593
  "member": "int64",
3631
3594
  "name": "Ipv6Flag",
3632
- "required": true,
3633
3595
  "type": "int",
3634
3596
  "value_allowed_null": true
3635
3597
  },
@@ -3638,7 +3600,6 @@
3638
3600
  "example": "无",
3639
3601
  "member": "string",
3640
3602
  "name": "WanVipv6",
3641
- "required": true,
3642
3603
  "type": "string",
3643
3604
  "value_allowed_null": true
3644
3605
  },
@@ -3647,7 +3608,6 @@
3647
3608
  "example": "0",
3648
3609
  "member": "int64",
3649
3610
  "name": "WanStatusIpv6",
3650
- "required": true,
3651
3611
  "type": "int",
3652
3612
  "value_allowed_null": true
3653
3613
  },
@@ -3656,7 +3616,6 @@
3656
3616
  "example": "0",
3657
3617
  "member": "int64",
3658
3618
  "name": "WanPortIpv6",
3659
- "required": true,
3660
3619
  "type": "int",
3661
3620
  "value_allowed_null": true
3662
3621
  },
@@ -3665,7 +3624,6 @@
3665
3624
  "example": "Pernoca",
3666
3625
  "member": "string",
3667
3626
  "name": "DbEngine",
3668
- "required": true,
3669
3627
  "type": "string",
3670
3628
  "value_allowed_null": true
3671
3629
  },
@@ -3674,7 +3632,6 @@
3674
3632
  "example": "5.7.17",
3675
3633
  "member": "string",
3676
3634
  "name": "DbVersion",
3677
- "required": true,
3678
3635
  "type": "string",
3679
3636
  "value_allowed_null": true
3680
3637
  },
@@ -3683,7 +3640,6 @@
3683
3640
  "example": "无",
3684
3641
  "member": "ResourceTag",
3685
3642
  "name": "ResourceTags",
3686
- "required": true,
3687
3643
  "type": "list",
3688
3644
  "value_allowed_null": false
3689
3645
  },
@@ -3692,7 +3648,6 @@
3692
3648
  "example": "1",
3693
3649
  "member": "int64",
3694
3650
  "name": "DcnFlag",
3695
- "required": true,
3696
3651
  "type": "int",
3697
3652
  "value_allowed_null": true
3698
3653
  },
@@ -3701,7 +3656,6 @@
3701
3656
  "example": "2",
3702
3657
  "member": "int64",
3703
3658
  "name": "DcnStatus",
3704
- "required": true,
3705
3659
  "type": "int",
3706
3660
  "value_allowed_null": true
3707
3661
  },
@@ -3710,7 +3664,6 @@
3710
3664
  "example": "1",
3711
3665
  "member": "int64",
3712
3666
  "name": "DcnDstNum",
3713
- "required": true,
3714
3667
  "type": "int",
3715
3668
  "value_allowed_null": true
3716
3669
  },
@@ -3719,7 +3672,6 @@
3719
3672
  "example": "1",
3720
3673
  "member": "int64",
3721
3674
  "name": "InstanceType",
3722
- "required": true,
3723
3675
  "type": "int",
3724
3676
  "value_allowed_null": true
3725
3677
  },
@@ -3728,7 +3680,6 @@
3728
3680
  "example": "无",
3729
3681
  "member": "NodeInfo",
3730
3682
  "name": "NodesInfo",
3731
- "required": true,
3732
3683
  "type": "list",
3733
3684
  "value_allowed_null": true
3734
3685
  },
@@ -3737,7 +3688,6 @@
3737
3688
  "example": "true",
3738
3689
  "member": "bool",
3739
3690
  "name": "IsMaxUserConnectionsSupported",
3740
- "required": true,
3741
3691
  "type": "bool",
3742
3692
  "value_allowed_null": true
3743
3693
  },
@@ -3746,7 +3696,6 @@
3746
3696
  "example": "5.7",
3747
3697
  "member": "string",
3748
3698
  "name": "DbVersionId",
3749
- "required": true,
3750
3699
  "type": "string",
3751
3700
  "value_allowed_null": true
3752
3701
  },
@@ -3755,7 +3704,6 @@
3755
3704
  "example": "0",
3756
3705
  "member": "int64",
3757
3706
  "name": "EncryptStatus",
3758
- "required": true,
3759
3707
  "type": "int",
3760
3708
  "value_allowed_null": true
3761
3709
  },
@@ -3764,7 +3712,6 @@
3764
3712
  "example": "无",
3765
3713
  "member": "DCNReplicaConfig",
3766
3714
  "name": "ReplicaConfig",
3767
- "required": true,
3768
3715
  "type": "object",
3769
3716
  "value_allowed_null": true
3770
3717
  },
@@ -3773,7 +3720,6 @@
3773
3720
  "example": "无",
3774
3721
  "member": "DCNReplicaStatus",
3775
3722
  "name": "ReplicaStatus",
3776
- "required": true,
3777
3723
  "type": "object",
3778
3724
  "value_allowed_null": true
3779
3725
  },
@@ -3782,7 +3728,14 @@
3782
3728
  "example": "0",
3783
3729
  "member": "int64",
3784
3730
  "name": "ExclusterType",
3785
- "required": true,
3731
+ "type": "int",
3732
+ "value_allowed_null": true
3733
+ },
3734
+ {
3735
+ "document": "VPC就近访问\n注意:此字段可能返回 null,表示取不到有效值。",
3736
+ "example": "0",
3737
+ "member": "int64",
3738
+ "name": "RsAccessStrategy",
3786
3739
  "type": "int",
3787
3740
  "value_allowed_null": true
3788
3741
  },
@@ -138,9 +138,9 @@
138
138
  ],
139
139
  "DescribeDBInstanceDetail": [
140
140
  {
141
- "document": "",
142
- "input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-jv8z8fhl\"\n}",
143
- "output": "{\n \"Response\": {\n \"WanStatus\": 0,\n \"Zone\": \"ap-guangzhou-2\",\n \"Pid\": 1002231,\n \"WanPortIpv6\": 0,\n \"Storage\": 10,\n \"Machine\": \"SH12\",\n \"AutoRenewFlag\": 0,\n \"NodesInfo\": [\n {\n \"Role\": \"xx\",\n \"NodeId\": \"xx\"\n }\n ],\n \"Memory\": 2,\n \"Status\": 2,\n \"Vip6\": \"\",\n \"MasterZone\": \"ap-guangzhou-1\",\n \"VpcId\": \"vpc-hqxhp43z\",\n \"IsEncryptSupported\": 0,\n \"InstanceId\": \"tdsql-jv8z8fhl\",\n \"WanVipv6\": \"\",\n \"SlaveZones\": [\n \"ap-guangzhou-2\",\n \"ap-guangzhou-2\"\n ],\n \"TdsqlVersion\": \"基于MariaDB 10.0.10设计(兼容MySQL 5.5)\",\n \"WanStatusIpv6\": 0,\n \"SubnetId\": \"subnet-15y3y4eo\",\n \"InstanceType\": 0,\n \"StorageUsage\": \"10.1\",\n \"DcnStatus\": 0,\n \"DbVersion\": \"5.7.17\",\n \"DcnDstNum\": 0,\n \"ProjectId\": 0,\n \"Region\": \"ap-guangzhou\",\n \"DbEngine\": \"Percona\",\n \"IsTmp\": 0,\n \"PayMode\": \"1\",\n \"PeriodEndTime\": \"2020-09-22 00:00:00\",\n \"ResourceTags\": [\n {\n \"TagKey\": \"k1\",\n \"TagValue\": \"v1\"\n }\n ],\n \"RequestId\": \"14f6980a-7fe1-11ea-b896-525400542aa6\",\n \"Ipv6Flag\": 0,\n \"StatusDesc\": \"运行中\",\n \"InstanceName\": \"cos_test\",\n \"Cpu\": 1,\n \"DcnFlag\": 0,\n \"IsAuditSupported\": true,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"Vip\": \"192.168.240.44\",\n \"ExclusterId\": \"\",\n \"LogStorage\": 8,\n \"NodeCount\": 3,\n \"Qps\": 2100,\n \"Vport\": 3306,\n \"WanVip\": \"\",\n \"IsMaxUserConnectionsSupported\": true,\n \"DbVersionId\": \"5.7\",\n \"ReplicaConfig\": {\n \"DelayReplicationType\": \"xx\",\n \"ReplicationDelay\": 0,\n \"RoReplicationMode\": \"xx\",\n \"DueTime\": \"xx\"\n },\n \"ReplicaStatus\": {\n \"Status\": \"xx\",\n \"Delay\": 0\n },\n \"EncryptStatus\": 0,\n \"ExclusterType\": 0\n }\n}",
141
+ "document": "查询集中式实例的详细信息",
142
+ "input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsql-h178kq75\"\n}",
143
+ "output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 1,\n \"CreateTime\": \"2023-02-27 17:58:50\",\n \"DbEngine\": \"MySQL\",\n \"DbVersion\": \"8.0.24\",\n \"DbVersionId\": \"8.0\",\n \"DcnDstNum\": 1,\n \"DcnFlag\": 1,\n \"DcnStatus\": 2,\n \"EncryptStatus\": 0,\n \"ExclusterId\": \"\",\n \"ExclusterType\": 0,\n \"InstanceId\": \"tdsql-h178kq75\",\n \"InstanceName\": \"cdz\",\n \"InstanceType\": 2,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": true,\n \"IsEncryptSupported\": 0,\n \"IsMaxUserConnectionsSupported\": true,\n \"IsTmp\": 0,\n \"LogStorage\": 8,\n \"Machine\": \"TS85\",\n \"MasterZone\": \"ap-guangzhou-3\",\n \"Memory\": 2,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"60af5538060f\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"12c58811dbfd\",\n \"Role\": \"slave\"\n }\n ],\n \"PayMode\": \"postpaid\",\n \"PeriodEndTime\": \"0001-01-01 00:00:00\",\n \"Pid\": 1002231,\n \"ProjectId\": 0,\n \"Qps\": 2100,\n \"Region\": \"ap-guangzhou\",\n \"ReplicaConfig\": null,\n \"ReplicaStatus\": null,\n \"RequestId\": \"40b4a902-5217-4e18-8db1-10e0ff01be62\",\n \"ResourceTags\": [],\n \"RsAccessStrategy\": 0,\n \"SlaveZones\": [\n \"ap-guangzhou-3\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": \"0.010\",\n \"SubnetId\": \"subnet-8ve8m3xy\",\n \"TdsqlVersion\": \"基于MySQL 8.0.24设计(兼容Mysql 8.0)\",\n \"Vip\": \"10.1.0.13\",\n \"Vip6\": \"\",\n \"VpcId\": \"vpc-0rjtvrlz\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"WanPortIpv6\": 0,\n \"WanStatus\": 0,\n \"WanStatusIpv6\": 0,\n \"WanVip\": \"\",\n \"WanVipv6\": \"\",\n \"Zone\": \"ap-guangzhou-3\"\n }\n}",
144
144
  "title": "查询实例详细信息"
145
145
  }
146
146
  ],
@@ -155,7 +155,7 @@
155
155
  "status": "online"
156
156
  },
157
157
  "InquirePriceModifyDBInstanceSpec": {
158
- "document": "本接口 (InquirePriceModifyDBInstanceSpec) 用于调整实例的配置询价。",
158
+ "document": "本接口 (InquirePriceModifyDBInstanceSpec) 用于查询实例配置变更后的价格。",
159
159
  "input": "InquirePriceModifyDBInstanceSpecRequest",
160
160
  "name": "变更配置询价",
161
161
  "output": "InquirePriceModifyDBInstanceSpecResponse",
@@ -2436,7 +2436,6 @@
2436
2436
  "document": "DescribeSlowLogs请求参数结构体",
2437
2437
  "members": [
2438
2438
  {
2439
- "default": "",
2440
2439
  "document": "实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同",
2441
2440
  "example": "cmgo-a3bm93hf",
2442
2441
  "member": "string",
@@ -2445,7 +2444,6 @@
2445
2444
  "type": "string"
2446
2445
  },
2447
2446
  {
2448
- "default": "",
2449
2447
  "document": "慢日志起始时间,格式:yyyy-mm-dd hh:mm:ss,如:2019-06-01 10:00:00。查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
2450
2448
  "example": "2020-04-20 00:00:00",
2451
2449
  "member": "datetime",
@@ -2454,7 +2452,6 @@
2454
2452
  "type": "string"
2455
2453
  },
2456
2454
  {
2457
- "default": "",
2458
2455
  "document": "慢日志终止时间,格式:yyyy-mm-dd hh:mm:ss,如:2019-06-02 12:00:00。查询起止时间间隔不能超过24小时,只允许查询最近7天内慢日志。",
2459
2456
  "example": "2020-04-20 22:00:00",
2460
2457
  "member": "datetime",
@@ -2463,7 +2460,6 @@
2463
2460
  "type": "string"
2464
2461
  },
2465
2462
  {
2466
- "default": "",
2467
2463
  "document": "慢日志执行时间阈值,返回执行时间超过该阈值的慢日志,单位为毫秒(ms),最小为100毫秒。",
2468
2464
  "example": "100",
2469
2465
  "member": "uint64",
@@ -2472,7 +2468,6 @@
2472
2468
  "type": "int"
2473
2469
  },
2474
2470
  {
2475
- "default": "",
2476
2471
  "document": "偏移量,最小值为0,最大值为10000,默认值为0。",
2477
2472
  "example": "0",
2478
2473
  "member": "uint64",
@@ -2481,7 +2476,6 @@
2481
2476
  "type": "int"
2482
2477
  },
2483
2478
  {
2484
- "default": "",
2485
2479
  "document": "分页大小,最小值为1,最大值为100,默认值为20。",
2486
2480
  "example": "100",
2487
2481
  "member": "uint64",
@@ -2490,8 +2484,7 @@
2490
2484
  "type": "int"
2491
2485
  },
2492
2486
  {
2493
- "default": "",
2494
- "document": "慢日志返回格式,可设置为json,不传默认返回原生慢日志格式。",
2487
+ "document": "慢日志返回格式。默认返回原生慢日志格式,4.4及以上版本可设置为json。",
2495
2488
  "example": "json",
2496
2489
  "member": "string",
2497
2490
  "name": "Format",
@@ -2509,7 +2502,6 @@
2509
2502
  "example": "20",
2510
2503
  "member": "uint64",
2511
2504
  "name": "Count",
2512
- "required": true,
2513
2505
  "type": "int",
2514
2506
  "value_allowed_null": false
2515
2507
  },
@@ -2518,7 +2510,6 @@
2518
2510
  "example": "[\"Mon Apr 20 13:55:21.623 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362108, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 5335ms\",\"Mon Apr 20 14:01:00.309 I COMMAND [conn1313] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362457, 1), signature: { hash: BinData(0, DC2B16681C70845D7B6C8C6C97400D4DFB394CA0), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362455, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 1264ms\",\"Mon Apr 20 14:20:15.283 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587363613, 1), signature: { hash: BinData(0, 72D24884320C8A9A26AF8C4DD1127874085DFAE5), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587363603, 1), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 426ms\",\"Mon Apr 20 10:25:45.487 I COMMAND [conn48] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"10.53.61.24:7004\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { wtimeout: 0, w: 1 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 423ms\",\"Mon Apr 20 10:25:34.934 I COMMAND [conn28] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.112.91.43:7009\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d08160c269352426f9575') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 414ms\",\"Mon Apr 20 10:24:52.278 I COMMAND [conn30] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 2, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 406ms\",\"Mon Apr 20 10:25:02.675 I COMMAND [conn50] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"100.93.44.26:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"9.34.46.139:7003\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d07ebf3f99b58c95a33fb') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 373ms\",\"Mon Apr 20 18:35:15.103 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587378913, 1), signature: { hash: BinData(0, A3C176F81B64A7473F88F3F40B84C59EC9E1E1AE), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587378912, 1), t: 2 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 248ms\",\"Mon Apr 20 10:27:38.171 I COMMAND [conn281] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 212ms\",\"Mon Apr 20 10:26:27.924 I COMMAND [conn111] command local.system.replset command: replSetReconfig { replSetReconfig: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 3, protocolVersion: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 2, host: \\\"10.53.80.6:7012\\\", arbiterOnly: false, buildIndexes: true, hidden: false, priority: 1.0, slaveDelay: 0, votes: 1 }, { _id: 3, host: \\\"100.93.44.26:7013\\\" } ], settings: { chainingAllowed: true, heartbeatIntervalMillis: 2000, heartbeatTimeoutSecs: 10, electionTimeoutMillis: 10000, catchUpTimeoutMillis: -1, catchUpTakeoverDelayMillis: 30000, getLastErrorDefaults: { w: 1, wtimeout: 0 }, replicaSetId: ObjectId('5e9d0841f0f688fc992fd087') } }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 3, w: 2, W: 1 } }, Database: { acquireCount: { w: 1, W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_query 212ms\",\"Mon Apr 20 13:55:15.051 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587362114, 1), signature: { hash: BinData(0, 259955995BDC7E0CA35C4276EB23341C03910A48), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587362085, 6), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 192ms\",\"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: setFeatureCompatibilityVersion { setFeatureCompatibilityVersion: \\\"4.0\\\", $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 183ms\",\"Mon Apr 20 10:26:09.357 I COMMAND [conn36] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_2\\\", version: 1, members: [ { _id: 1, host: \\\"10.112.90.165:7002\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 59 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 134ms\",\"Mon Apr 20 13:00:16.363 I COMMAND [conn16903] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587358814, 1), signature: { hash: BinData(0, 90BD7BB9B481B9825527D89A3579B52E6C0C3915), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587358809, 2), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 123ms\",\"Mon Apr 20 13:35:14.983 I COMMAND [conn586] command admin.$cmd command: _flushRoutingTableCacheUpdates { forceRoutingTableRefresh: \\\"config.system.sessions\\\", maxTimeMS: 30000, $clusterTime: { clusterTime: Timestamp(1587360912, 1), signature: { hash: BinData(0, 06A84575A66B9316D1ECBFB9FB1C7B2F605AB3A8), keyId: 6817613949303783443 } }, $configServerState: { opTime: { ts: Timestamp(1587360909, 5), t: 1 } }, $db: \\\"admin\\\" } numYields:0 reslen:288 locks:{ Global: { acquireCount: { r: 4 } }, Database: { acquireCount: { r: 2 } }, Collection: { acquireCount: { r: 2 } } } protocol:op_msg 122ms\",\"Mon Apr 20 10:24:43.760 I COMMAND [conn16] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_0\\\", version: 1, members: [ { _id: 1, host: \\\"10.53.80.6:7011\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 39 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 112ms\",\"Mon Apr 20 10:25:26.300 I COMMAND [conn15] command local.system.replset command: replSetInitiate { replSetInitiate: { _id: \\\"cmgo-a3bm93hf_1\\\", version: 1, members: [ { _id: 1, host: \\\"100.93.44.85:7005\\\" } ] }, $readPreference: { mode: \\\"secondaryPreferred\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:60 locks:{ Global: { acquireCount: { r: 23, w: 7, W: 2 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 24 } }, Database: { acquireCount: { r: 7, w: 4, W: 3 }, acquireWaitCount: { W: 1 }, timeAcquiringMicros: { W: 7 } }, Collection: { acquireCount: { r: 3, w: 2 } }, oplog: { acquireCount: { r: 2, w: 3 } } } protocol:op_query 110ms\",\"Mon Apr 20 10:27:39.400 I COMMAND [conn213] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 107ms\",\"Mon Apr 20 10:27:38.065 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 1, W: 1 } }, Collection: { acquireCount: { w: 1 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 1 } } } protocol:op_msg 107ms\",\"Mon Apr 20 10:27:38.170 I COMMAND [conn281] command admin.$cmd command: update { update: \\\"system.version\\\", writeConcern: { w: \\\"majority\\\" }, $db: \\\"admin\\\" } numYields:0 reslen:370 locks:{ Global: { acquireCount: { r: 5, w: 4, R: 1 } }, Database: { acquireCount: { w: 2, W: 2 } }, Collection: { acquireCount: { w: 2 } }, Mutex: { acquireCount: { W: 1 } }, oplog: { acquireCount: { w: 2 } } } protocol:op_msg 105ms\"]",
2519
2511
  "member": "string",
2520
2512
  "name": "SlowLogs",
2521
- "required": true,
2522
2513
  "type": "list",
2523
2514
  "value_allowed_null": true
2524
2515
  },
@@ -2778,8 +2769,7 @@
2778
2769
  "document": "InquirePriceModifyDBInstanceSpec请求参数结构体",
2779
2770
  "members": [
2780
2771
  {
2781
- "default": "",
2782
- "document": "实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。",
2772
+ "document": "实例 ID,格式如:cmgo-p8vn****。与云数据库控制台页面中显示的实例ID相同。",
2783
2773
  "example": "cmgo-8oij5631",
2784
2774
  "member": "string",
2785
2775
  "name": "InstanceId",
@@ -2787,7 +2777,6 @@
2787
2777
  "type": "string"
2788
2778
  },
2789
2779
  {
2790
- "default": "",
2791
2780
  "document": "变更配置后实例内存大小,单位:GB。",
2792
2781
  "example": "8",
2793
2782
  "member": "int64",
@@ -2796,7 +2785,6 @@
2796
2785
  "type": "int"
2797
2786
  },
2798
2787
  {
2799
- "default": "",
2800
2788
  "document": "变更配置后实例磁盘大小,单位:GB。",
2801
2789
  "example": "200",
2802
2790
  "member": "int64",
@@ -2805,8 +2793,7 @@
2805
2793
  "type": "int"
2806
2794
  },
2807
2795
  {
2808
- "default": "",
2809
- "document": "实例变更后的节点数,取值范围具体参照查询云数据库的售卖规格返回参数。默认为不变更节点数",
2796
+ "document": "实例节点数。默认为不变更节点数,暂不支持变更。",
2810
2797
  "example": "3",
2811
2798
  "member": "int64",
2812
2799
  "name": "NodeNum",
@@ -2814,8 +2801,7 @@
2814
2801
  "type": "int"
2815
2802
  },
2816
2803
  {
2817
- "default": "",
2818
- "document": "实例变更后的分片数,取值范围具体参照查询云数据库的售卖规格返回参数。只能增加不能减少,默认为不变更分片数",
2804
+ "document": "实例分片数。默认为不变更分片数,暂不支持变更。",
2819
2805
  "example": "2",
2820
2806
  "member": "int64",
2821
2807
  "name": "ReplicateSetNum",
@@ -2833,7 +2819,6 @@
2833
2819
  "example": "无",
2834
2820
  "member": "DBInstancePrice",
2835
2821
  "name": "Price",
2836
- "required": true,
2837
2822
  "type": "object",
2838
2823
  "value_allowed_null": false
2839
2824
  },