tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.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 (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -46,6 +46,14 @@
46
46
  "title": "创建数据库超级账号"
47
47
  }
48
48
  ],
49
+ "CreateBackupPlan": [
50
+ {
51
+ "document": "创建一个名字为plan1的备份策略,每个月的1/2号的凌晨1点至2点进行数据备份,并且数据文件保留40天。",
52
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBackupPlan\n<公共请求参数>\n\n{\n \"PlanName\": \"plan1\",\n \"BackupPeriodType\": \"month\",\n \"DBInstanceId\": \"postgres-kwk4tq23\",\n \"MinBackupStartTime\": \"01:00:00\",\n \"MaxBackupStartTime\": \"02:00:00\",\n \"BackupPeriod\": [\n \"1\",\n \"2\"\n ],\n \"BaseBackupRetentionPeriod\": \"40\"\n}",
53
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\",\n \"PlanId\": \"1111111\"\n }\n}",
54
+ "title": "创建月度制备份策略。"
55
+ }
56
+ ],
49
57
  "CreateBaseBackup": [
50
58
  {
51
59
  "document": "手动创建实例数据备份。",
@@ -152,6 +160,14 @@
152
160
  "title": "删除数据库账号"
153
161
  }
154
162
  ],
163
+ "DeleteBackupPlan": [
164
+ {
165
+ "document": "",
166
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteBackupPlan\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-kwk4tq23\",\n \"PlanId\": \"1111111\"\n}",
167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\"\n }\n}",
168
+ "title": "删除备份策略"
169
+ }
170
+ ],
155
171
  "DeleteBaseBackup": [
156
172
  {
157
173
  "document": "",
@@ -372,6 +388,20 @@
372
388
  "title": "查询实例指定参数信息"
373
389
  }
374
390
  ],
391
+ "DescribeDBInstanceSSLConfig": [
392
+ {
393
+ "document": "查询结果显示实例SSL信息",
394
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceSSLConfig\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\"\n}",
395
+ "output": "{\n \"Response\": {\n \"RequestId\": \"25cc2555-14a2-454f-af08-6bd691315335\",\n \"SSLEnabled\": true,\n \"CAUrl\": \"http://testdownload.url\",\n \"ConnectAddress\": \"10.0.0.4\"\n }\n}",
396
+ "title": "实例SSL处于开启状态"
397
+ },
398
+ {
399
+ "document": "查询结果显示实例SSL关闭,无下载链接及保护地址信息",
400
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceSSLConfig\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-6bwgamo3\"\n}",
401
+ "output": "{\n \"Response\": {\n \"CAUrl\": \"\",\n \"ConnectAddress\": \"\",\n \"RequestId\": \"042e21a5-14b2-4b41-8dd4-4cf870ae10bf\",\n \"SSLEnabled\": false\n }\n}",
402
+ "title": "实例SSL处于关闭状态"
403
+ }
404
+ ],
375
405
  "DescribeDBInstanceSecurityGroups": [
376
406
  {
377
407
  "document": "查询实例安全组",
@@ -584,6 +614,26 @@
584
614
  "title": "慢日志列表查询示例"
585
615
  }
586
616
  ],
617
+ "DescribeTasks": [
618
+ {
619
+ "document": "查询最新1条任务记录",
620
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasks\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 0,\n \"OrderBy\": \"StartTime\",\n \"OrderByType\": \"desc\"\n}",
621
+ "output": "{\n \"Response\": {\n \"TaskSet\": [\n {\n \"TaskId\": 1202345,\n \"TaskType\": \"RestoreDatabase\",\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"StartTime\": \"2024-09-27 13:14:11\",\n \"EndTime\": \"2024-09-27 13:18:11\",\n \"Status\": \"Success\",\n \"Progress\": 100,\n \"TaskDetail\": {}\n }\n ],\n \"RequestId\": \"3f164712-8746-464f-a490-3084a470000e\",\n \"TotalCount\": 20\n }\n}",
622
+ "title": "查询最新1条任务记录"
623
+ },
624
+ {
625
+ "document": "查询指定任务ID的任务",
626
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasks\n<公共请求参数>\n\n{\n \"TaskId\": 120321,\n \"Limit\": 1\n}",
627
+ "output": "{\n \"Response\": {\n \"RequestId\": \"7460a34c-2cf8-4d5c-9346-6977830da6e1\",\n \"TaskSet\": [\n {\n \"DBInstanceId\": \"postgres-0e3hth5b\",\n \"EndTime\": \"\",\n \"Progress\": 0,\n \"StartTime\": \"2024-09-27 16:06:02\",\n \"Status\": \"Running\",\n \"TaskDetail\": {\n \"AllSteps\": \"\",\n \"Input\": \"\",\n \"Output\": \"\"\n },\n \"TaskId\": 120321,\n \"TaskType\": \"DestroyInstance\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
628
+ "title": "查询指定任务ID的任务"
629
+ },
630
+ {
631
+ "document": "分页查询指定实例的所有任务",
632
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasks\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"Limit\": 20\n}",
633
+ "output": "{\n \"Response\": {\n \"RequestId\": \"53872de1-b750-4aa4-b660-5a3627a44d34\",\n \"TaskSet\": [\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 13:18:11\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 13:14:11\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"download cos file success, cost time:12 s\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"specifyBackupSet type ,skip download wal log and redo step\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetTime\\\":\\\"2024-09-26 19:11:45\\\"}\",\n \"Output\": \"{\\\"BeforeRestoreObjects\\\":[\\\"postgres\\\"],\\\"AfterRestoreObjects\\\":[\\\"postgres_bak_1727414053\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetTime\\\":\\\"2024-09-26 19:11:45\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120006,\n \"TaskType\": \"RestoreDatabase\"\n },\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 13:13:31\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 13:09:15\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"download cos file success, cost time:11 s\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"specifyBackupSet type ,skip download wal log and redo step\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetTime\\\":\\\"2024-09-26T19:11:45+08:00\\\"}\",\n \"Output\": \"{\\\"BeforeRestoreObjects\\\":[\\\"postgres\\\"],\\\"AfterRestoreObjects\\\":[\\\"postgres_bak_1727413757\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetTime\\\":\\\"2024-09-26T19:11:45+08:00\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120005,\n \"TaskType\": \"RestoreDatabase\"\n },\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 12:35:58\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 12:31:50\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"download cos file success, cost time:1 s\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"specifyBackupSet type ,skip download wal log and redo step\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\"}\",\n \"Output\": \"{\\\"BeforeRestoreObjects\\\":[\\\"postgres\\\"],\\\"AfterRestoreObjects\\\":[\\\"postgres_bak_1727411512\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120004,\n \"TaskType\": \"RestoreDatabase\"\n },\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 12:31:28\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 12:30:06\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"timestamp\\\",\\\"RestoreTargetTime\\\":\\\"2024-09-26 15:20:14\\\"}\",\n \"Output\": \"{\\\"BeforeRestoreObjects\\\":[\\\"postgres\\\"],\\\"AfterRestoreObjects\\\":[\\\"postgres_bak_1727411408\\\"],\\\"RestoreType\\\":\\\"timestamp\\\",\\\"RestoreTargetTime\\\":\\\"2024-09-26 15:20:14\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120003,\n \"TaskType\": \"RestoreDatabase\"\n },\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 12:29:04\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 12:24:29\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"timestamp\\\",\\\"RestoreTargetTime\\\":\\\"2024-09-26 15:20:14\\\"}\",\n \"Output\": \"{\\\"BeforeRestoreObjects\\\":[\\\"postgres\\\"],\\\"AfterRestoreObjects\\\":[\\\"postgres_bak_1727411071\\\"],\\\"RestoreType\\\":\\\"timestamp\\\",\\\"RestoreTargetTime\\\":\\\"2024-09-26 15:20:14\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120002,\n \"TaskType\": \"RestoreDatabase\"\n },\n {\n \"DBInstanceId\": \"postgres-q6fj84vb\",\n \"EndTime\": \"2024-09-27 11:32:50\",\n \"Progress\": 100,\n \"StartTime\": \"2024-09-27 11:29:03\",\n \"Status\": \"Success\",\n \"TaskDetail\": {\n \"AllSteps\": \"[{\\\"StepId\\\":1,\\\"StepName\\\":\\\"Pre-check\\\"},{\\\"StepId\\\":2,\\\"StepName\\\":\\\"Download Base Backup\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"download cos file success, cost time:1 s\\\"},{\\\"StepId\\\":3,\\\"StepName\\\":\\\"Download WAL Logs and Redo\\\",\\\"StepProcess\\\":100,\\\"StepMessage\\\":\\\"specifyBackupSet type ,skip download wal log and redo step\\\"},{\\\"StepId\\\":4,\\\"StepName\\\":\\\"Execute Recovery\\\"},{\\\"StepId\\\":5,\\\"StepName\\\":\\\"Task Complete\\\"}]\",\n \"CurrentStep\": \"Task Complete\",\n \"Input\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetId\\\":\\\"17083520-3ce6-5b50-9c25-73ff3d4d80b7\\\"}\",\n \"Output\": \"{\\\"RestoreObjects\\\":[\\\"postgres\\\"],\\\"RestoreType\\\":\\\"specifyBackupSet\\\",\\\"BackupSetId\\\":\\\"17083520-3ce6-5b50-9c25-73ff3d4d80b7\\\",\\\"RestoreTargetTime\\\":\\\"1970-01-01 08:00:00\\\",\\\"Message\\\":\\\"success\\\"}\"\n },\n \"TaskId\": 120001,\n \"TaskType\": \"RestoreDatabase\"\n }\n ],\n \"TotalCount\": 6\n }\n}",
634
+ "title": "查询指定实例的任务"
635
+ }
636
+ ],
587
637
  "DescribeZones": [
588
638
  {
589
639
  "document": "",
@@ -774,6 +824,20 @@
774
824
  "title": "ModifyDBInstanceReadOnlyGroup"
775
825
  }
776
826
  ],
827
+ "ModifyDBInstanceSSLConfig": [
828
+ {
829
+ "document": "关闭实例SSL",
830
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSSLConfig\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5gevh7gr\",\n \"SSLEnabled\": false\n}",
831
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5878440a-028f-4fe4-8786-240665d0105e\",\n \"TaskId\": 100015\n }\n}",
832
+ "title": "关闭SSL"
833
+ },
834
+ {
835
+ "document": "开启实例SSL,并设置保护地址为实例内网地址",
836
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSSLConfig\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5gevh7gr\",\n \"SSLEnabled\": true,\n \"ConnectAddress\": \"10.6.0.4\"\n}",
837
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e39921c1-2d50-4c55-8bca-8bdff0a387e8\",\n \"TaskId\": 100016\n }\n}",
838
+ "title": "开启SSL"
839
+ }
840
+ ],
777
841
  "ModifyDBInstanceSecurityGroups": [
778
842
  {
779
843
  "document": "修改安全组。",
@@ -828,6 +892,14 @@
828
892
  "title": "修改参数模板"
829
893
  }
830
894
  ],
895
+ "ModifyReadOnlyDBInstanceWeight": [
896
+ {
897
+ "document": "",
898
+ "input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReadOnlyDBInstanceWeight\n<公共请求参数>\n\n{\n \"ReadOnlyGroupId\": \"\\\"pgrogp-test\\\"\",\n \"DBInstanceId\": \"\\\"pgro-e0tfm161\\\"\",\n \"Weight\": \"1\"\n}",
899
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
900
+ "title": "ModifyReadOnlyDBInstanceWeight"
901
+ }
902
+ ],
831
903
  "ModifyReadOnlyGroupConfig": [
832
904
  {
833
905
  "document": "",
@@ -1186,7 +1186,7 @@
1186
1186
  "example": "mail.qcloud.com",
1187
1187
  "member": "string",
1188
1188
  "name": "IdentityName",
1189
- "required": true,
1189
+ "output_required": true,
1190
1190
  "type": "string",
1191
1191
  "value_allowed_null": false
1192
1192
  },
@@ -1196,7 +1196,7 @@
1196
1196
  "example": "DOMAIN",
1197
1197
  "member": "string",
1198
1198
  "name": "IdentityType",
1199
- "required": true,
1199
+ "output_required": true,
1200
1200
  "type": "string",
1201
1201
  "value_allowed_null": false
1202
1202
  },
@@ -1206,7 +1206,7 @@
1206
1206
  "example": "false",
1207
1207
  "member": "bool",
1208
1208
  "name": "SendingEnabled",
1209
- "required": true,
1209
+ "output_required": true,
1210
1210
  "type": "bool",
1211
1211
  "value_allowed_null": false
1212
1212
  },
@@ -1216,7 +1216,7 @@
1216
1216
  "example": "10",
1217
1217
  "member": "uint64",
1218
1218
  "name": "CurrentReputationLevel",
1219
- "required": true,
1219
+ "output_required": true,
1220
1220
  "type": "int",
1221
1221
  "value_allowed_null": false
1222
1222
  },
@@ -1226,9 +1226,19 @@
1226
1226
  "example": "10000",
1227
1227
  "member": "uint64",
1228
1228
  "name": "DailyQuota",
1229
- "required": true,
1229
+ "output_required": true,
1230
1230
  "type": "int",
1231
1231
  "value_allowed_null": false
1232
+ },
1233
+ {
1234
+ "disabled": false,
1235
+ "document": "域名配置的独立ip",
1236
+ "example": "[\"0.0.0.0\",\"1.1.1.1\"]",
1237
+ "member": "string",
1238
+ "name": "SendIp",
1239
+ "output_required": false,
1240
+ "type": "list",
1241
+ "value_allowed_null": false
1232
1242
  }
1233
1243
  ],
1234
1244
  "usage": "out"