tccli 3.0.1235.1__py2.py3-none-any.whl → 3.0.1237.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +15 -15
  3. tccli/services/apm/v20210622/examples.json +16 -22
  4. tccli/services/ba/v20200720/api.json +3 -2
  5. tccli/services/billing/v20180709/api.json +2 -2
  6. tccli/services/cam/v20190116/api.json +84 -69
  7. tccli/services/cam/v20190116/examples.json +7 -7
  8. tccli/services/ccc/v20200210/api.json +9 -0
  9. tccli/services/cdb/cdb_client.py +53 -0
  10. tccli/services/cdb/v20170320/api.json +43 -0
  11. tccli/services/cdb/v20170320/examples.json +8 -0
  12. tccli/services/cfg/v20210820/api.json +21 -0
  13. tccli/services/cloudapp/v20220530/api.json +10 -0
  14. tccli/services/cloudaudit/v20190319/api.json +43 -36
  15. tccli/services/cloudaudit/v20190319/examples.json +2 -2
  16. tccli/services/cvm/v20170312/api.json +5 -5
  17. tccli/services/cynosdb/cynosdb_client.py +53 -0
  18. tccli/services/cynosdb/v20190107/api.json +110 -0
  19. tccli/services/cynosdb/v20190107/examples.json +8 -0
  20. tccli/services/domain/v20180808/api.json +18 -17
  21. tccli/services/domain/v20180808/examples.json +22 -22
  22. tccli/services/ess/ess_client.py +57 -4
  23. tccli/services/ess/v20201111/api.json +53 -0
  24. tccli/services/ess/v20201111/examples.json +8 -0
  25. tccli/services/essbasic/v20210526/api.json +11 -1
  26. tccli/services/gwlb/v20240906/api.json +16 -16
  27. tccli/services/gwlb/v20240906/examples.json +2 -2
  28. tccli/services/hunyuan/v20230901/api.json +6 -6
  29. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  30. tccli/services/iotexplorer/v20190423/api.json +129 -4
  31. tccli/services/iotexplorer/v20190423/examples.json +14 -0
  32. tccli/services/lcic/v20220817/api.json +3 -3
  33. tccli/services/lcic/v20220817/examples.json +2 -2
  34. tccli/services/lighthouse/v20200324/examples.json +2 -2
  35. tccli/services/live/v20180801/api.json +5 -5
  36. tccli/services/mongodb/v20180408/api.json +52 -40
  37. tccli/services/mongodb/v20180408/examples.json +4 -4
  38. tccli/services/mongodb/v20190725/api.json +119 -109
  39. tccli/services/mongodb/v20190725/examples.json +5 -5
  40. tccli/services/monitor/v20180724/examples.json +1 -1
  41. tccli/services/mqtt/v20240516/api.json +1 -1
  42. tccli/services/mqtt/v20240516/examples.json +1 -1
  43. tccli/services/pts/v20210728/api.json +8 -0
  44. tccli/services/sms/v20210111/api.json +1 -1
  45. tccli/services/ssl/v20191205/examples.json +1 -1
  46. tccli/services/sts/v20180813/examples.json +1 -1
  47. tccli/services/tdid/v20210519/api.json +30 -38
  48. tccli/services/tdid/v20210519/examples.json +5 -5
  49. tccli/services/trocket/v20230308/api.json +3 -3
  50. tccli/services/vpc/v20170312/api.json +22 -3
  51. tccli/services/vpc/v20170312/examples.json +1 -1
  52. tccli/services/vrs/v20200824/api.json +71 -8
  53. tccli/services/vrs/v20200824/examples.json +8 -0
  54. tccli/services/vrs/vrs_client.py +53 -0
  55. tccli/services/wedata/v20210820/api.json +550 -40
  56. tccli/services/wedata/v20210820/examples.json +10 -4
  57. {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/METADATA +2 -2
  58. {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/RECORD +61 -61
  59. {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/WHEEL +0 -0
  60. {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/entry_points.txt +0 -0
  61. {tccli-3.0.1235.1.dist-info → tccli-3.0.1237.1.dist-info}/license_files/LICENSE +0 -0
@@ -2791,7 +2791,7 @@
2791
2791
  "members": [
2792
2792
  {
2793
2793
  "disabled": false,
2794
- "document": "输入源Index。\n范围[1, 20]",
2794
+ "document": "输入源Index。\n范围[1, 24]",
2795
2795
  "example": "无",
2796
2796
  "member": "int64",
2797
2797
  "name": "InputIndex",
@@ -3971,7 +3971,7 @@
3971
3971
  {
3972
3972
  "disabled": false,
3973
3973
  "document": "导播台ID",
3974
- "example": "1234",
3974
+ "example": "1001",
3975
3975
  "member": "uint64",
3976
3976
  "name": "CasterId",
3977
3977
  "required": true,
@@ -3979,7 +3979,7 @@
3979
3979
  },
3980
3980
  {
3981
3981
  "disabled": false,
3982
- "document": "请求生成推流地址的输入Index。\n允许范围[1,20]。",
3982
+ "document": "请求生成推流地址的输入Index。\n允许范围[1,24]。",
3983
3983
  "example": "1",
3984
3984
  "member": "uint64",
3985
3985
  "name": "InputIndex",
@@ -12211,7 +12211,7 @@
12211
12211
  "members": [
12212
12212
  {
12213
12213
  "disabled": false,
12214
- "document": "查询开始时间点,精确到分钟粒度,接口查询支持两种时间格式:\n1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F,-ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。\n2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。\n支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。",
12214
+ "document": "查询开始时间点,精确到分钟粒度,接口查询支持两种时间格式:\n1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。\n2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。\n支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。",
12215
12215
  "example": "2019-02-01 00:00:00",
12216
12216
  "member": "string",
12217
12217
  "name": "StartTime",
@@ -12220,7 +12220,7 @@
12220
12220
  },
12221
12221
  {
12222
12222
  "disabled": false,
12223
- "document": "查询结束时间点,精确到分钟粒度,接口查询支持两种时间格式:\n1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F,-ISO%20%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。\n2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。\n支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。",
12223
+ "document": "查询结束时间点,精确到分钟粒度,接口查询支持两种时间格式:\n1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#52)。\n2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。\n支持最近两个月的查询,查询开始和结束时间跨度不支持超过31天。",
12224
12224
  "example": "2019-02-02 00:00:00",
12225
12225
  "member": "string",
12226
12226
  "name": "EndTime",
@@ -64,7 +64,7 @@
64
64
  "status": "online"
65
65
  },
66
66
  "SetPassword": {
67
- "document": "本接口(SetPassword)用于设置(初始化)MongoDB云数据库实例账户密码。\n\n",
67
+ "document": "本接口(SetPassword)用于设置(初始化)MongoDB云数据库实例账户密码。",
68
68
  "input": "SetPasswordRequest",
69
69
  "name": "修改云数据库实例的账户密码",
70
70
  "output": "SetPasswordResponse",
@@ -347,7 +347,7 @@
347
347
  {
348
348
  "disabled": false,
349
349
  "document": "每个副本集内从节点个数",
350
- "example": "",
350
+ "example": "2",
351
351
  "member": "uint64",
352
352
  "name": "SecondaryNum",
353
353
  "required": true,
@@ -356,7 +356,7 @@
356
356
  {
357
357
  "disabled": false,
358
358
  "document": "实例内存大小,单位:GB",
359
- "example": "",
359
+ "example": "4",
360
360
  "member": "uint64",
361
361
  "name": "Memory",
362
362
  "required": true,
@@ -365,7 +365,7 @@
365
365
  {
366
366
  "disabled": false,
367
367
  "document": "实例硬盘大小,单位:GB",
368
- "example": "",
368
+ "example": "100",
369
369
  "member": "uint64",
370
370
  "name": "Volume",
371
371
  "required": true,
@@ -373,8 +373,8 @@
373
373
  },
374
374
  {
375
375
  "disabled": false,
376
- "document": "版本号,当前支持 MONGO_3_WT、MONGO_3_ROCKS、MONGO_36_WT",
377
- "example": "",
376
+ "document": "指版本信息。具体支持的版本信息 ,请通过接口 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 获取。 - MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。 - MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。 - MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。 - MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。 - MONGO_50_WT:MongoDB 5.0 WiredTiger存储引擎版本。 - MONGO_60_WT:MongoDB 6.0 WiredTiger存储引擎版本。",
377
+ "example": "MONGO_44_WT",
378
378
  "member": "string",
379
379
  "name": "MongoVersion",
380
380
  "required": true,
@@ -382,8 +382,8 @@
382
382
  },
383
383
  {
384
384
  "disabled": false,
385
- "document": "机器类型,GIO:高IO版;TGIO:高IO万兆",
386
- "example": "",
385
+ "document": "机器类型,HIO10G:高IO万兆。",
386
+ "example": "HIO10G",
387
387
  "member": "string",
388
388
  "name": "MachineCode",
389
389
  "required": true,
@@ -392,7 +392,7 @@
392
392
  {
393
393
  "disabled": false,
394
394
  "document": "实例数量,默认值为1, 最小值1,最大值为10",
395
- "example": "",
395
+ "example": "1",
396
396
  "member": "uint64",
397
397
  "name": "GoodsNum",
398
398
  "required": true,
@@ -401,7 +401,7 @@
401
401
  {
402
402
  "disabled": false,
403
403
  "document": "实例所属区域名称,格式如:ap-guangzhou-2",
404
- "example": "",
404
+ "example": "ap-guangzhou-2",
405
405
  "member": "string",
406
406
  "name": "Zone",
407
407
  "required": true,
@@ -410,7 +410,7 @@
410
410
  {
411
411
  "disabled": false,
412
412
  "document": "时长,购买月数",
413
- "example": "",
413
+ "example": "1",
414
414
  "member": "uint64",
415
415
  "name": "TimeSpan",
416
416
  "required": true,
@@ -419,7 +419,7 @@
419
419
  {
420
420
  "disabled": false,
421
421
  "document": "实例密码",
422
- "example": "",
422
+ "example": "********",
423
423
  "member": "string",
424
424
  "name": "Password",
425
425
  "required": true,
@@ -428,7 +428,7 @@
428
428
  {
429
429
  "disabled": false,
430
430
  "document": "项目ID,不填为默认项目",
431
- "example": "",
431
+ "example": "0",
432
432
  "member": "uint64",
433
433
  "name": "ProjectId",
434
434
  "required": false,
@@ -437,7 +437,7 @@
437
437
  {
438
438
  "disabled": false,
439
439
  "document": "安全组参数",
440
- "example": "",
440
+ "example": "sg-1ad2****",
441
441
  "member": "string",
442
442
  "name": "SecurityGroup",
443
443
  "required": false,
@@ -446,7 +446,7 @@
446
446
  {
447
447
  "disabled": false,
448
448
  "document": "私有网络ID,如果不传则默认选择基础网络",
449
- "example": "",
449
+ "example": "vpc-0akb****",
450
450
  "member": "string",
451
451
  "name": "UniqVpcId",
452
452
  "required": false,
@@ -455,11 +455,20 @@
455
455
  {
456
456
  "disabled": false,
457
457
  "document": "私有网络下的子网ID,如果设置了 VpcId,则 SubnetId必填",
458
- "example": "",
458
+ "example": "subnet-fyrt****(",
459
459
  "member": "string",
460
460
  "name": "UniqSubnetId",
461
461
  "required": false,
462
462
  "type": "string"
463
+ },
464
+ {
465
+ "disabled": false,
466
+ "document": "实例类型,REPLSET-副本集,SHARD-分片集群,默认为REPLSET",
467
+ "example": "REPLSET",
468
+ "member": "string",
469
+ "name": "InstanceType",
470
+ "required": false,
471
+ "type": "string"
463
472
  }
464
473
  ],
465
474
  "type": "object"
@@ -470,18 +479,20 @@
470
479
  {
471
480
  "disabled": false,
472
481
  "document": "订单ID",
473
- "example": "",
482
+ "example": "7142863",
474
483
  "member": "string",
475
484
  "name": "DealId",
485
+ "output_required": true,
476
486
  "type": "string",
477
487
  "value_allowed_null": false
478
488
  },
479
489
  {
480
490
  "disabled": false,
481
491
  "document": "创建的实例ID列表",
482
- "example": "",
492
+ "example": "[\"cmgo-po5f****\"]",
483
493
  "member": "string",
484
494
  "name": "InstanceIds",
495
+ "output_required": true,
485
496
  "type": "list",
486
497
  "value_allowed_null": false
487
498
  },
@@ -515,10 +526,10 @@
515
526
  {
516
527
  "disabled": false,
517
528
  "document": "客户端连接信息,包括客户端IP和对应IP的连接数量\n注意:此字段可能返回 null,表示取不到有效值。",
518
- "example": "",
529
+ "example": "[{\"Count\":1,\"IP\":\"xx\"},{\"Count\":1,\"IP\":\"xx\"}]",
519
530
  "member": "ClientConnection",
520
531
  "name": "Clients",
521
- "required": true,
532
+ "output_required": true,
522
533
  "type": "list",
523
534
  "value_allowed_null": true
524
535
  },
@@ -528,7 +539,7 @@
528
539
  "example": "10",
529
540
  "member": "int64",
530
541
  "name": "TotalCount",
531
- "required": true,
542
+ "output_required": true,
532
543
  "type": "int",
533
544
  "value_allowed_null": true
534
545
  },
@@ -546,8 +557,8 @@
546
557
  "members": [
547
558
  {
548
559
  "disabled": false,
549
- "document": "实例ID列表,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同。",
550
- "example": "cmgo-7pjedvz7",
560
+ "document": "实例ID列表,格式如:cmgo-p8vn****。与云数据库控制台页面中显示的实例ID相同。",
561
+ "example": "cmgo-7pje****",
551
562
  "member": "string",
552
563
  "name": "InstanceIds",
553
564
  "required": false,
@@ -628,7 +639,7 @@
628
639
  {
629
640
  "disabled": false,
630
641
  "document": "返回结果集排序的字段,目前支持: \n<ul><li>ProjectId: 按照项目ID排序</li><li>InstanceName:按照实例名称排序</li><li>CreateTime: 根据创建时间排序</li></ul>",
631
- "example": "",
642
+ "example": "InstanceName",
632
643
  "member": "string",
633
644
  "name": "OrderBy",
634
645
  "required": false,
@@ -637,7 +648,7 @@
637
648
  {
638
649
  "disabled": false,
639
650
  "document": "返回结果集排序方式,目前支持:\"ASC\"或者\"DESC\"。\n<ul><li>ASC: 顺序取值</li><li>DESC:倒序取值</li></ul>",
640
- "example": "",
651
+ "example": "ASC",
641
652
  "member": "string",
642
653
  "name": "OrderByType",
643
654
  "required": false,
@@ -655,17 +666,17 @@
655
666
  "example": "19",
656
667
  "member": "uint64",
657
668
  "name": "TotalCount",
658
- "required": true,
669
+ "output_required": true,
659
670
  "type": "int",
660
671
  "value_allowed_null": false
661
672
  },
662
673
  {
663
674
  "disabled": false,
664
675
  "document": "实例详细信息",
665
- "example": "",
676
+ "example": "{\"Response\":{\"InstanceDetails\":[],\"RequestId\":\"88c9e2c6-a116-4d68-b77e-8136c5e0****\",\"TotalCount\":0}}",
666
677
  "member": "MongoDBInstanceDetail",
667
678
  "name": "InstanceDetails",
668
- "required": true,
679
+ "output_required": true,
669
680
  "type": "list",
670
681
  "value_allowed_null": false
671
682
  },
@@ -1381,8 +1392,8 @@
1381
1392
  "members": [
1382
1393
  {
1383
1394
  "disabled": false,
1384
- "document": "实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同",
1385
- "example": "cmgo-eqmoa5sf",
1395
+ "document": "实例ID,格式如:cmgo-p8vn****。与云数据库控制台页面中显示的实例ID相同",
1396
+ "example": "cmgo-eqmo****",
1386
1397
  "member": "string",
1387
1398
  "name": "InstanceId",
1388
1399
  "required": true,
@@ -1399,8 +1410,8 @@
1399
1410
  },
1400
1411
  {
1401
1412
  "disabled": false,
1402
- "document": "实例新密码,至少包含字母、数字和字符(!@#%^*())中的两种,长度为8-16个字符",
1403
- "example": "test_password123",
1413
+ "document": "指定账户的新密码, 密码格式为8-32个字符长度,至少包含字母、数字和字符(!@#%^*()_)中的两种",
1414
+ "example": "********",
1404
1415
  "member": "string",
1405
1416
  "name": "Password",
1406
1417
  "required": true,
@@ -1415,10 +1426,10 @@
1415
1426
  {
1416
1427
  "disabled": false,
1417
1428
  "document": "返回的异步任务ID",
1418
- "example": "1082",
1429
+ "example": "1082****",
1419
1430
  "member": "uint64",
1420
1431
  "name": "FlowId",
1421
- "required": true,
1432
+ "output_required": true,
1422
1433
  "type": "int",
1423
1434
  "value_allowed_null": false
1424
1435
  },
@@ -1814,8 +1825,8 @@
1814
1825
  "members": [
1815
1826
  {
1816
1827
  "disabled": false,
1817
- "document": "实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同",
1818
- "example": "",
1828
+ "document": "实例ID,格式如:cmgo-iga0****。与云数据库控制台页面中显示的实例ID相同",
1829
+ "example": "cmgo-iga0****",
1819
1830
  "member": "string",
1820
1831
  "name": "InstanceId",
1821
1832
  "required": true,
@@ -1824,7 +1835,7 @@
1824
1835
  {
1825
1836
  "disabled": false,
1826
1837
  "document": "升级后的内存大小,单位:GB",
1827
- "example": "",
1838
+ "example": "4",
1828
1839
  "member": "uint64",
1829
1840
  "name": "Memory",
1830
1841
  "required": true,
@@ -1833,7 +1844,7 @@
1833
1844
  {
1834
1845
  "disabled": false,
1835
1846
  "document": "升级后的硬盘大小,单位:GB",
1836
- "example": "",
1847
+ "example": "250",
1837
1848
  "member": "uint64",
1838
1849
  "name": "Volume",
1839
1850
  "required": true,
@@ -1842,7 +1853,7 @@
1842
1853
  {
1843
1854
  "disabled": false,
1844
1855
  "document": "升级后oplog的大小,单位:GB,默认为磁盘空间的10%,允许设置的最小值为磁盘的10%,最大值为磁盘的90%",
1845
- "example": "",
1856
+ "example": "26",
1846
1857
  "member": "uint64",
1847
1858
  "name": "OplogSize",
1848
1859
  "required": false,
@@ -1857,9 +1868,10 @@
1857
1868
  {
1858
1869
  "disabled": false,
1859
1870
  "document": "订单ID",
1860
- "example": "",
1871
+ "example": "19297475",
1861
1872
  "member": "string",
1862
1873
  "name": "DealId",
1874
+ "output_required": true,
1863
1875
  "type": "string",
1864
1876
  "value_allowed_null": false
1865
1877
  },
@@ -11,7 +11,7 @@
11
11
  "CreateDBInstance": [
12
12
  {
13
13
  "document": "客户需要通过API创建包年包月云数据库实例",
14
- "input": "https://mongodb.tencentcloudapi.com/?Action=CreateDBInstance\r\n&Memory=4\r\n&Volume=250\r\n&GoodsNum=1\r\n&Zone=ap-guangzhou-2\r\n&UniqVpcId=vpc-0akbol5v\r\n&UniqSubnetId=subnet-fyrtjbqw\r\n&ProjectId=0\r\n&MongoVersion=MONGO_3_WT\r\n&MachineCode=TGIO\r\n&SecondaryNum=2\r\n&TimeSpan=1\r\n&Password=pwd123456\r\n&<公共请求参数>",
14
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDBInstance\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-2\",\n \"UniqVpcId\": \"vpc-0akbol5v\",\n \"TimeSpan\": \"1\",\n \"ProjectId\": \"0\",\n \"MachineCode\": \"TGIO\",\n \"GoodsNum\": \"1\",\n \"Volume\": \"250\",\n \"SecondaryNum\": \"2\",\n \"UniqSubnetId\": \"subnet-fyrtjbqw\",\n \"Memory\": \"4\",\n \"MongoVersion\": \"MONGO_42_WT\",\n \"Password\": \"pwd123456\"\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"d88095e5-50e8-4245-a0cf-993a536f9b20\",\n \"DealId\": \"7142863\",\n \"InstanceIds\": [\n \"cmgo-po5f899l\"\n ]\n }\n}",
16
16
  "title": "创建包年包月的云数据库实例"
17
17
  }
@@ -28,7 +28,7 @@
28
28
  {
29
29
  "document": "",
30
30
  "input": "https://mongodb.tencentcloudapi.com/?Action=DescribeClientConnections\n&InstanceId=cmgo-eqmoaxxx\n&<公共请求参数>",
31
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Clients\": [\n {\n \"Count\": 1,\n \"IP\": \"xx\"\n },\n {\n \"Count\": 1,\n \"IP\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"Clients\": [\n {\n \"IP\": \"abc\",\n \"Count\": 1\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
32
32
  "title": "查询云数据库实例的客户端连接情况"
33
33
  }
34
34
  ],
@@ -75,7 +75,7 @@
75
75
  "SetPassword": [
76
76
  {
77
77
  "document": "",
78
- "input": "https://mongodb.tencentcloudapi.com/?Action=SetPassword\n&InstanceId=cmgo-eqmoa5sf\n&UserName=test_user\n&Password=test_password123\n&<公共请求参数>",
78
+ "input": "POST / HTTP/1.1\nHost: mongodb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SetPassword\n<公共请求参数>\n\n{\n \"InstanceId\": \"cmgo-eqmoa5sf\",\n \"UserName\": \"test_user\",\n \"Password\": \"test_password123\"\n}",
79
79
  "output": "{\n \"Response\": {\n \"FlowId\": 1082,\n \"RequestId\": \"a02372cf-5e09-4d17-ab79-2ee3f60e86ff\"\n }\n}",
80
80
  "title": "设置云数据库实例账户密码"
81
81
  }
@@ -91,7 +91,7 @@
91
91
  "UpgradeDBInstance": [
92
92
  {
93
93
  "document": "客户需要通过API升级包年包月的云数据库实例",
94
- "input": "https://mongodb.tencentcloudapi.com/?Action=UpgradeDBInstance\r\n&Memory=4\r\n&Volume=250\r\n&InstanceId=cmgo-f555zzzz\r\n&OplogSize=26\r\n&<公共请求参数>",
94
+ "input": "https://mongodb.tencentcloudapi.com/?Action=UpgradeDBInstance\n&Memory=4\n&Volume=250\n&InstanceId=cmgo-f555zzzz\n&OplogSize=26\n&<公共请求参数>",
95
95
  "output": "{\n \"Response\": {\n \"RequestId\": \"be8f4a30-ea2e-4623-8b6b-0ccce04cd9f7\",\n \"DealId\": \"19297475\"\n }\n}",
96
96
  "title": "升级包年包月的云数据库实例"
97
97
  }