tccli-intl-en 3.0.1237.1__py2.py3-none-any.whl → 3.0.1282.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 (214) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +17 -1
  3. tccli/services/advisor/advisor_client.py +8 -2
  4. tccli/services/aiart/aiart_client.py +4 -1
  5. tccli/services/ams/ams_client.py +16 -4
  6. tccli/services/antiddos/antiddos_client.py +280 -70
  7. tccli/services/apigateway/apigateway_client.py +372 -93
  8. tccli/services/apm/apm_client.py +52 -13
  9. tccli/services/asr/asr_client.py +8 -2
  10. tccli/services/autoscaling/autoscaling_client.py +232 -58
  11. tccli/services/autoscaling/v20180419/api.json +1 -1
  12. tccli/services/batch/batch_client.py +112 -28
  13. tccli/services/bi/bi_client.py +1242 -4
  14. tccli/services/bi/v20220105/api.json +5340 -107
  15. tccli/services/bi/v20220105/examples.json +196 -1
  16. tccli/services/billing/billing_client.py +168 -42
  17. tccli/services/cam/cam_client.py +324 -81
  18. tccli/services/captcha/captcha_client.py +4 -1
  19. tccli/services/car/car_client.py +132 -33
  20. tccli/services/cbs/cbs_client.py +152 -38
  21. tccli/services/ccc/ccc_client.py +732 -98
  22. tccli/services/ccc/v20200210/api.json +1727 -196
  23. tccli/services/ccc/v20200210/examples.json +64 -0
  24. tccli/services/cdb/cdb_client.py +532 -133
  25. tccli/services/cdc/cdc_client.py +80 -20
  26. tccli/services/cdc/v20201214/api.json +2 -2
  27. tccli/services/cdc/v20201214/examples.json +4 -4
  28. tccli/services/cdn/cdn_client.py +176 -44
  29. tccli/services/cdwdoris/cdwdoris_client.py +308 -77
  30. tccli/services/cdwpg/cdwpg_client.py +96 -24
  31. tccli/services/cdz/__init__.py +4 -0
  32. tccli/services/cdz/cdz_client.py +210 -0
  33. tccli/services/cdz/v20221123/api.json +233 -0
  34. tccli/services/cdz/v20221123/examples.json +12 -0
  35. tccli/services/cfg/cfg_client.py +64 -16
  36. tccli/services/cfs/cfs_client.py +156 -39
  37. tccli/services/cfw/cfw_client.py +264 -66
  38. tccli/services/chdfs/chdfs_client.py +116 -29
  39. tccli/services/ciam/ciam_client.py +64 -16
  40. tccli/services/ckafka/ckafka_client.py +575 -77
  41. tccli/services/ckafka/v20190819/api.json +2749 -1470
  42. tccli/services/ckafka/v20190819/examples.json +209 -155
  43. tccli/services/clb/clb_client.py +332 -83
  44. tccli/services/clb/v20180317/api.json +29 -14
  45. tccli/services/cloudaudit/cloudaudit_client.py +72 -18
  46. tccli/services/cls/cls_client.py +348 -87
  47. tccli/services/cmq/cmq_client.py +12 -801
  48. tccli/services/cmq/v20190304/api.json +173 -1367
  49. tccli/services/cmq/v20190304/examples.json +0 -120
  50. tccli/services/config/config_client.py +24 -6
  51. tccli/services/controlcenter/controlcenter_client.py +4 -1
  52. tccli/services/csip/csip_client.py +136 -34
  53. tccli/services/ctsdb/ctsdb_client.py +8 -2
  54. tccli/services/cvm/cvm_client.py +627 -110
  55. tccli/services/cvm/v20170312/api.json +750 -340
  56. tccli/services/cvm/v20170312/examples.json +105 -59
  57. tccli/services/cwp/cwp_client.py +1860 -465
  58. tccli/services/cynosdb/cynosdb_client.py +1749 -439
  59. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  60. tccli/services/cynosdb/v20190107/examples.json +132 -4
  61. tccli/services/dataintegration/dataintegration_client.py +4 -1
  62. tccli/services/dayu/dayu_client.py +412 -103
  63. tccli/services/dbbrain/dbbrain_client.py +168 -42
  64. tccli/services/dc/dc_client.py +72 -18
  65. tccli/services/dcdb/dcdb_client.py +248 -62
  66. tccli/services/dlc/dlc_client.py +756 -111
  67. tccli/services/dlc/v20210125/api.json +637 -13
  68. tccli/services/dlc/v20210125/examples.json +48 -0
  69. tccli/services/dms/dms_client.py +8 -2
  70. tccli/services/dnspod/dnspod_client.py +353 -74
  71. tccli/services/dnspod/v20210323/api.json +196 -0
  72. tccli/services/dnspod/v20210323/examples.json +24 -0
  73. tccli/services/domain/domain_client.py +96 -24
  74. tccli/services/dts/dts_client.py +332 -83
  75. tccli/services/eb/eb_client.py +104 -26
  76. tccli/services/ecdn/ecdn_client.py +60 -15
  77. tccli/services/ecm/ecm_client.py +496 -124
  78. tccli/services/eiam/eiam_client.py +160 -40
  79. tccli/services/emr/emr_client.py +2784 -115
  80. tccli/services/emr/v20190103/api.json +14647 -4756
  81. tccli/services/emr/v20190103/examples.json +408 -40
  82. tccli/services/es/es_client.py +84 -21
  83. tccli/services/facefusion/facefusion_client.py +12 -3
  84. tccli/services/faceid/faceid_client.py +76 -19
  85. tccli/services/faceid/v20180301/api.json +79 -14
  86. tccli/services/faceid/v20180301/examples.json +3 -3
  87. tccli/services/gaap/gaap_client.py +352 -88
  88. tccli/services/gme/gme_client.py +40 -10
  89. tccli/services/gpm/gpm_client.py +72 -18
  90. tccli/services/gse/gse_client.py +88 -22
  91. tccli/services/gwlb/gwlb_client.py +72 -18
  92. tccli/services/iai/iai_client.py +116 -29
  93. tccli/services/iap/iap_client.py +24 -6
  94. tccli/services/ims/ims_client.py +4 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +168 -42
  96. tccli/services/intlpartnersmgt/v20220928/api.json +11 -11
  97. tccli/services/iotcloud/iotcloud_client.py +80 -20
  98. tccli/services/ip/ip_client.py +24 -6
  99. tccli/services/kms/kms_client.py +272 -68
  100. tccli/services/lcic/lcic_client.py +212 -53
  101. tccli/services/lighthouse/lighthouse_client.py +296 -74
  102. tccli/services/lighthouse/v20200324/api.json +14 -14
  103. tccli/services/lighthouse/v20200324/examples.json +5 -5
  104. tccli/services/live/live_client.py +480 -120
  105. tccli/services/lke/lke_client.py +360 -90
  106. tccli/services/lke/v20231130/api.json +182 -39
  107. tccli/services/lkeap/__init__.py +4 -0
  108. tccli/services/lkeap/lkeap_client.py +546 -0
  109. tccli/services/lkeap/v20240522/api.json +855 -0
  110. tccli/services/lkeap/v20240522/examples.json +72 -0
  111. tccli/services/mariadb/mariadb_client.py +200 -50
  112. tccli/services/mdc/mdc_client.py +72 -18
  113. tccli/services/mdl/mdl_client.py +132 -33
  114. tccli/services/mdl/v20200326/api.json +186 -12
  115. tccli/services/mdl/v20200326/examples.json +16 -16
  116. tccli/services/mdp/mdp_client.py +680 -70
  117. tccli/services/mdp/v20200527/api.json +748 -23
  118. tccli/services/mdp/v20200527/examples.json +143 -79
  119. tccli/services/message/__init__.py +4 -0
  120. tccli/services/message/message_client.py +210 -0
  121. tccli/services/message/v20181225/api.json +72 -0
  122. tccli/services/message/v20181225/examples.json +13 -0
  123. tccli/services/mongodb/mongodb_client.py +340 -29
  124. tccli/services/mongodb/v20190725/api.json +811 -226
  125. tccli/services/mongodb/v20190725/examples.json +54 -22
  126. tccli/services/monitor/monitor_client.py +864 -152
  127. tccli/services/monitor/v20180724/api.json +657 -8
  128. tccli/services/monitor/v20180724/examples.json +152 -4
  129. tccli/services/mps/mps_client.py +592 -92
  130. tccli/services/mps/v20190612/api.json +2931 -399
  131. tccli/services/mps/v20190612/examples.json +64 -14
  132. tccli/services/msp/msp_client.py +28 -7
  133. tccli/services/ocr/ocr_client.py +212 -45
  134. tccli/services/ocr/v20181119/api.json +872 -112
  135. tccli/services/ocr/v20181119/examples.json +12 -4
  136. tccli/services/omics/omics_client.py +80 -20
  137. tccli/services/organization/organization_client.py +464 -116
  138. tccli/services/postgres/postgres_client.py +364 -91
  139. tccli/services/postgres/v20170312/api.json +134 -109
  140. tccli/services/postgres/v20170312/examples.json +14 -14
  141. tccli/services/privatedns/privatedns_client.py +124 -31
  142. tccli/services/pts/pts_client.py +192 -48
  143. tccli/services/quota/__init__.py +4 -0
  144. tccli/services/quota/quota_client.py +434 -0
  145. tccli/services/quota/v20241204/api.json +548 -0
  146. tccli/services/quota/v20241204/examples.json +51 -0
  147. tccli/services/rce/rce_client.py +4 -1
  148. tccli/services/redis/redis_client.py +592 -106
  149. tccli/services/redis/v20180412/api.json +636 -240
  150. tccli/services/redis/v20180412/examples.json +98 -56
  151. tccli/services/region/region_client.py +12 -3
  152. tccli/services/rum/rum_client.py +240 -60
  153. tccli/services/scf/scf_client.py +168 -42
  154. tccli/services/ses/ses_client.py +116 -29
  155. tccli/services/sms/sms_client.py +72 -18
  156. tccli/services/sqlserver/sqlserver_client.py +3772 -387
  157. tccli/services/sqlserver/v20180328/api.json +9760 -3380
  158. tccli/services/sqlserver/v20180328/examples.json +478 -18
  159. tccli/services/ssl/ssl_client.py +152 -38
  160. tccli/services/ssm/ssm_client.py +96 -24
  161. tccli/services/sts/sts_client.py +20 -5
  162. tccli/services/tag/tag_client.py +120 -30
  163. tccli/services/tat/tat_client.py +76 -19
  164. tccli/services/tbaas/tbaas_client.py +16 -4
  165. tccli/services/tcaplusdb/tcaplusdb_client.py +208 -52
  166. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  167. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  168. tccli/services/tchd/tchd_client.py +4 -1
  169. tccli/services/tcmpp/tcmpp_client.py +416 -104
  170. tccli/services/tcr/tcr_client.py +304 -76
  171. tccli/services/tcsas/tcsas_client.py +236 -59
  172. tccli/services/tcsas/v20250106/api.json +155 -79
  173. tccli/services/tcsas/v20250106/examples.json +3 -3
  174. tccli/services/tcss/tcss_client.py +1320 -330
  175. tccli/services/tdid/tdid_client.py +192 -48
  176. tccli/services/tdmq/tdmq_client.py +376 -94
  177. tccli/services/tem/tem_client.py +224 -56
  178. tccli/services/teo/teo_client.py +1127 -245
  179. tccli/services/teo/v20220901/api.json +382 -58
  180. tccli/services/teo/v20220901/examples.json +24 -0
  181. tccli/services/tione/__init__.py +4 -0
  182. tccli/services/tione/tione_client.py +210 -0
  183. tccli/services/tione/v20211111/api.json +3074 -0
  184. tccli/services/tione/v20211111/examples.json +12 -0
  185. tccli/services/tiw/tiw_client.py +204 -51
  186. tccli/services/tke/tke_client.py +552 -138
  187. tccli/services/tms/tms_client.py +4 -1
  188. tccli/services/tmt/tmt_client.py +4 -1
  189. tccli/services/trabbit/trabbit_client.py +116 -29
  190. tccli/services/trro/trro_client.py +76 -19
  191. tccli/services/trtc/trtc_client.py +420 -55
  192. tccli/services/trtc/v20190722/api.json +685 -23
  193. tccli/services/trtc/v20190722/examples.json +39 -7
  194. tccli/services/tts/tts_client.py +4 -1
  195. tccli/services/vclm/vclm_client.py +8 -2
  196. tccli/services/vm/vm_client.py +16 -4
  197. tccli/services/vod/v20180717/examples.json +1 -1
  198. tccli/services/vod/vod_client.py +716 -179
  199. tccli/services/vpc/v20170312/api.json +970 -75
  200. tccli/services/vpc/v20170312/examples.json +106 -10
  201. tccli/services/vpc/vpc_client.py +1876 -361
  202. tccli/services/waf/v20180125/api.json +1372 -194
  203. tccli/services/waf/v20180125/examples.json +89 -1
  204. tccli/services/waf/waf_client.py +1051 -147
  205. tccli/services/wedata/v20250806/api.json +13644 -0
  206. tccli/services/wedata/v20250806/examples.json +621 -0
  207. tccli/services/wedata/wedata_client.py +5830 -1026
  208. tccli/services/yunjing/yunjing_client.py +284 -71
  209. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/METADATA +4 -7
  210. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/RECORD +214 -192
  211. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/WHEEL +1 -1
  212. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/entry_points.txt +0 -1
  213. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/LICENSE +0 -0
  214. {tccli_intl_en-3.0.1237.1.dist-info → tccli_intl_en-3.0.1282.1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,21 @@
1
1
  {
2
2
  "actions": {
3
+ "AssociateSecurityGroups": [
4
+ {
5
+ "document": " ",
6
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=AssociateSecurityGroups\n&SecurityGroupId=sg-igw86yth\n&InstanceIdSet.0=mssql-6f4ddx2f\n&<Common request parameters>",
7
+ "output": "{\n \"Response\": {\n \"RequestId\": \"897c588d-e421-470d-9e93-468ff8eba00f\"\n }\n}",
8
+ "title": "Binding Security Groups to Cloud Resources in Batches"
9
+ }
10
+ ],
11
+ "BalanceReadOnlyGroup": [
12
+ {
13
+ "document": " ",
14
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BalanceReadOnlyGroup\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-2cwisu23\",\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\"\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9b3c49f5-0e04-4b1a-98eb-43d464424354\"\n }\n}",
16
+ "title": "Balancing the Read-Only Replicas in the Read-Only Group According to the Default Weight"
17
+ }
18
+ ],
3
19
  "CloneDB": [
4
20
  {
5
21
  "document": " ",
@@ -16,6 +32,22 @@
16
32
  "title": "Removing an instance from an interworking group"
17
33
  }
18
34
  ],
35
+ "CompleteExpansion": [
36
+ {
37
+ "document": " Immediately complete the upgrade operation for instances with the status of \"upgrade pending switch\".",
38
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=CompleteExpansion\n&InstanceId=mssql-2pohwxbf\n&<Common request parameters>",
39
+ "output": "{\n \"Response\": {\n \"FlowId\": 1002591,\n \"RequestId\": \"6353b539-bcd4-41fa-8d6a-98c94601f77d\"\n }\n}",
40
+ "title": "Completing the Instance Upgrade Immediately"
41
+ }
42
+ ],
43
+ "CompleteMigration": [
44
+ {
45
+ "document": " ",
46
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=CompleteMigration\n&MigrateId=2729\n&<Common request parameters>",
47
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4be5990d-a4b5-49dc-b2b4-e713b6aa7ba35\",\n \"FlowId\": 30530\n }\n}",
48
+ "title": "Completing Migration Tasks"
49
+ }
50
+ ],
19
51
  "CreateAccount": [
20
52
  {
21
53
  "document": " ",
@@ -42,10 +74,10 @@
42
74
  ],
43
75
  "CreateBasicDBInstances": [
44
76
  {
45
- "document": " ",
46
- "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBasicDBInstances\n<common request parameters>\n\n{\n \"VpcId\": \"vpc-huew581t\",\n \"AutoRenewFlag\": \"0\",\n \"Zone\": \"ap-guangzhou-3\",\n \"GoodsNum\": \"1\",\n \"TimeZone\": \"China Standard Time\",\n \"DBVersion\": \"2008R2\",\n \"Storage\": \"20\",\n \"Period\": \"1\",\n \"MachineType\": \"CLOUD_PREMIUM\",\n \"Collation\": \"Chinese_PRC_CI_AS\",\n \"InstanceChargeType\": \"PREPAID\",\n \"StartTime\": \"00:00\",\n \"Memory\": \"2\",\n \"SubnetId\": \"subnet-pudyecyk\",\n \"Span\": \"6\",\n \"Cpu\": \"1\",\n \"Weekly\": [\n \"1\"\n ]\n}",
77
+ "document": "Create a Basic Edition instance ",
78
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBasicDBInstances\n<Common request parameters>\n\n{\n \"VpcId\": \"vpc-huew581t\",\n \"AutoRenewFlag\": \"0\",\n \"Zone\": \"ap-guangzhou-3\",\n \"GoodsNum\": \"1\",\n \"TimeZone\": \"China Standard Time\",\n \"DBVersion\": \"2008R2\",\n \"Storage\": \"20\",\n \"Period\": \"1\",\n \"MachineType\": \"CLOUD_PREMIUM\",\n \"Collation\": \"Chinese_PRC_CI_AS\",\n \"InstanceChargeType\": \"PREPAID\",\n \"StartTime\": \"00:00\",\n \"Memory\": \"2\",\n \"SubnetId\": \"subnet-pudyecyk\",\n \"Span\": \"6\",\n \"Cpu\": \"1\",\n \"Weekly\": [\n \"1\"\n ]\n}",
47
79
  "output": "{\n \"Response\": {\n \"DealName\": \"20200713383000001111250\",\n \"RequestId\": \"d84adfca-3ff0-46d2-b400-b5527446df72\"\n }\n}",
48
- "title": "Creating a Basic Edition Instance"
80
+ "title": "Create a Basic Edition instance"
49
81
  }
50
82
  ],
51
83
  "CreateBusinessDBInstances": [
@@ -75,7 +107,7 @@
75
107
  "CreateCloudReadOnlyDBInstances": [
76
108
  {
77
109
  "document": "This example shows you how to create a read-only replica based on the balanced SSD.",
78
- "input": "POST / HTTP/1.1Host: sqlserver.tencentcloudapi.comContent-Type: application/jsonX-TC-Action: CreateCloudReadOnlyDBInstances<common request parameters>{ \"ReadOnlyGroupMaxDelayTime\": \"10\", \"VpcId\": \"vpc-3xq2t5al\", \"GoodsNum\": \"1\", \"Zone\": \"ap-guangzhou-2\", \"InstanceId\": \"mssql-6upluvd5\", \"Period\": \"1\", \"Storage\": \"10\", \"ReadOnlyGroupIsOfflineDelay\": \"1\", \"ReadOnlyGroupMinInGroup\": \"1\", \"ReadOnlyGroupName\": \"default_name\", \"Collation\": \"Chinese_PRC_CI_AS\", \"ReadOnlyGroupType\": \"2\", \"InstanceChargeType\": \"POSTPAID\", \"Memory\": \"2\", \"SubnetId\": \"subnet-gdy95gfs\", \"TimeZone\": \"China Standard Time\", \"ReadOnlyGroupForcedUpgrade\": \"1\", \"Cpu\": 2, \"MachineType\": \"CLOUD_BSSD\"}",
110
+ "input": "POST / HTTP/1.1Host: sqlserver.tencentcloudapi.comContent-Type: application/jsonX-TC-Action: CreateCloudReadOnlyDBInstances<common request parameters>{ \"ReadOnlyGroupMaxDelayTime\": \"10\", \"VpcId\": \"vpc-3xq2t5al\", \"GoodsNum\": \"1\", \"Zone\": \"ap-guangzhou-3\", \"InstanceId\": \"mssql-6upluvd5\", \"Period\": \"1\", \"Storage\": \"10\", \"ReadOnlyGroupIsOfflineDelay\": \"1\", \"ReadOnlyGroupMinInGroup\": \"1\", \"ReadOnlyGroupName\": \"default_name\", \"Collation\": \"Chinese_PRC_CI_AS\", \"ReadOnlyGroupType\": \"2\", \"InstanceChargeType\": \"POSTPAID\", \"Memory\": \"2\", \"SubnetId\": \"subnet-gdy95gfs\", \"TimeZone\": \"China Standard Time\", \"ReadOnlyGroupForcedUpgrade\": \"1\", \"Cpu\": 2, \"MachineType\": \"CLOUD_BSSD\"}",
79
111
  "output": "{\n \"Response\": {\n \"DealNames\": [\n \"20200722117963\"\n ],\n \"RequestId\": \"0509b6b8-8906-479f-9489-10620ec6d4ce\"\n }\n}",
80
112
  "title": "Creating a read-only instance"
81
113
  }
@@ -112,12 +144,28 @@
112
144
  "title": "Creating a migration task"
113
145
  }
114
146
  ],
115
- "CreateReadOnlyDBInstances": [
147
+ "CreatePublishSubscribe": [
116
148
  {
117
149
  "document": " ",
118
- "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyDBInstances\n<common request parameters>\n\n{\n \"ReadOnlyGroupMaxDelayTime\": \"10\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"GoodsNum\": \"1\",\n \"Zone\": \"ap-guangzhou-2\",\n \"InstanceId\": \"mssql-6upluvd5\",\n \"Period\": \"1\",\n \"Storage\": \"10\",\n \"ReadOnlyGroupIsOfflineDelay\": \"1\",\n \"ReadOnlyGroupMinInGroup\": \"1\",\n \"ReadOnlyGroupName\": \"default_name\",\n \"Collation\": \"Chinese_PRC_CI_AS\",\n \"ReadOnlyGroupType\": \"2\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"Memory\": \"2\",\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"TimeZone\": \"China Standard Time\",\n \"ReadOnlyGroupForcedUpgrade\": \"1\"\n}",
150
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=CreatePublishSubscribe\n&PublishSubscribeName=Create_name\n&PublishInstanceId=mssql-2cwisu23\n&SubscribeInstanceId=mssql-hlh6yka1\n&DatabaseTupleSet.0.PublishDatabase=db1\n&DatabaseTupleSet.0.SubscribeDatabase=db1\n&<Common request parameters>",
151
+ "output": "{\n \"Response\": {\n \"FlowId\": 1002591,\n \"RequestId\": \"6353b539-bcd4-41fa-8d6a-98c94601f77d\"\n }\n}",
152
+ "title": "Creating Publish/Subscribe Relationships"
153
+ }
154
+ ],
155
+ "CreateReadOnlyDBInstances": [
156
+ {
157
+ "document": " This example shows you how to create a read-only instance.",
158
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyDBInstances\n<Common request parameters>\n\n{\n \"ReadOnlyGroupMaxDelayTime\": \"10\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"GoodsNum\": \"1\",\n \"Zone\": \"ap-guangzhou-3\",\n \"InstanceId\": \"mssql-6upluvd5\",\n \"Period\": \"1\",\n \"Storage\": \"10\",\n \"ReadOnlyGroupIsOfflineDelay\": \"1\",\n \"ReadOnlyGroupMinInGroup\": \"1\",\n \"ReadOnlyGroupName\": \"default_name\",\n \"Collation\": \"Chinese_PRC_CI_AS\",\n \"ReadOnlyGroupType\": \"2\",\n \"InstanceChargeType\": \"POSTPAID\",\n \"Memory\": \"2\",\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"TimeZone\": \"China Standard Time\",\n \"ReadOnlyGroupForcedUpgrade\": \"1\"\n}",
119
159
  "output": "{\n \"Response\": {\n \"DealNames\": [\n \"20200722117963\"\n ],\n \"RequestId\": \"0509b6b8-8906-479f-9489-10620ec6d4ce\"\n }\n}",
120
- "title": "Creating a Read-only Instance"
160
+ "title": "Creating a read-only instance"
161
+ }
162
+ ],
163
+ "CutXEvents": [
164
+ {
165
+ "document": "",
166
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CutXEvents\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-o3851odd\"\n}",
167
+ "output": "{\n \"Response\": {\n \"RequestId\": \"eaf9efa1-3d73-45f9-97f5-f0ea26040b93\"\n }\n}",
168
+ "title": "Manually Generating Block Logs"
121
169
  }
122
170
  ],
123
171
  "DeleteAccount": [
@@ -152,6 +200,14 @@
152
200
  "title": "Deleting a database"
153
201
  }
154
202
  ],
203
+ "DeleteDBInstance": [
204
+ {
205
+ "document": " ",
206
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DeleteDBInstance\n&InstanceId=mssql-ms2m7vut\n&<Common request parameters>",
207
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5098dad3-077b-4a3b-9c7d-fb1b0415027b\"\n }\n}",
208
+ "title": "Deleting SQL server Instances"
209
+ }
210
+ ],
155
211
  "DeleteIncrementalMigration": [
156
212
  {
157
213
  "document": " ",
@@ -168,14 +224,44 @@
168
224
  "title": "Deleting a migration task"
169
225
  }
170
226
  ],
227
+ "DeletePublishSubscribe": [
228
+ {
229
+ "document": " ",
230
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DeletePublishSubscribe\n&PublishSubscribeId=5\n&DatabaseTupleSet.0.PublishDatabase=test01\n&DatabaseTupleSet.0.SubscribeDatabase=test02\n&<Common request parameters>",
231
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2941128b-d8fb-4af4-bb73-d79c413e1a7d\"\n }\n}",
232
+ "title": "Deleting Publish/Subscribe Relationships"
233
+ }
234
+ ],
235
+ "DescribeAccountPrivilegeByDB": [
236
+ {
237
+ "document": "This example shows you how to query information on the account and permissions associated with the database.",
238
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeAccountPrivilegeByDB\n&Limit=20\n&Offset=0\n&InstanceId=mssql-mz23h8n7\n&DBName=test_db\n&<Common request parameters>",
239
+ "output": "{\n \"Response\": {\n \"Accounts\": [\n {\n \"AccountType\": \"L1\",\n \"Privilege\": \"DBOwner\",\n \"UserName\": \"L1\"\n }\n ],\n \"RequestId\": \"33046d34-f461-11ed-9950-525400853186\",\n \"TotalCount\": 1\n }\n}",
240
+ "title": "Querying Information on the Account and Permissions Associated with the Database"
241
+ }
242
+ ],
171
243
  "DescribeAccounts": [
172
244
  {
173
245
  "document": " ",
174
246
  "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSubAccounts\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\"\n}",
175
- "output": "{\n \"Response\": {\n \"InstanceId\": \"mssql-632eyp63\",\n \"TotalCount\": 1,\n \"Accounts\": [\n {\n \"Status\": 2,\n \"Remark\": \"--\",\n \"AccountType\": \"L0\",\n \"Host\": \"127.0.0.1\",\n \"Name\": \"xiaowei\",\n \"IsAdmin\": true,\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"InternalStatus\": \"enable\",\n \"Authentication\": \"win-windows\",\n \"PassTime\": \"2020-09-22 00:00:00\",\n \"Dbs\": [\n {\n \"Privilege\": \"ReadOnly\",\n \"DBName\": \"test\"\n }\n ],\n \"CreateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"5729760c-db94-4c71-a1ee-ebd43adae189\"\n }\n}",
247
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"mssql-632eyp63\",\n \"TotalCount\": 1,\n \"Accounts\": [\n {\n \"Status\": 2,\n \"Remark\": \"--\",\n \"AccountType\": \"L0\",\n \"Host\": \"127.0.0.1\",\n \"Name\": \"xiaowei\",\n \"IsAdmin\": true,\n \"UpdateTime\": \"2020-09-22 00:00:00\",\n \"InternalStatus\": \"enable\",\n \"Authentication\": \"win-windows\",\n \"PassTime\": \"2020-09-22 00:00:00\",\n \"Dbs\": [\n {\n \"Privilege\": \"ReadOnly\",\n \"DBName\": \"db1\"\n }\n ],\n \"CreateTime\": \"2020-09-22 00:00:00\"\n }\n ],\n \"RequestId\": \"5729760c-db94-4c71-a1ee-ebd43adae189\"\n }\n}",
176
248
  "title": "Pulling the list of instance accounts"
177
249
  }
178
250
  ],
251
+ "DescribeBackupByFlowId": [
252
+ {
253
+ "document": "This example shows you how to query backup details by flow ID (backup creation in progress) by this API.",
254
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupByFlowId\n&InstanceId=mssql-6upluvd5\n&FlowId=1000796\n&<Common request parameters>",
255
+ "output": "{\n \"Response\": {\n \"BackupName\": \"mssql-6upluvd5_202007311206\",\n \"BackupWay\": 0,\n \"DBs\": [\n \"db1\",\n \"db2\"\n ],\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExternalAddr\": \"\",\n \"FileName\": \"\",\n \"Id\": 0,\n \"InternalAddr\": \"\",\n \"RequestId\": \"de6cf7f3-ff88-4baf-a933-4714df850efa\",\n \"Size\": 0,\n \"StartTime\": \"2020-07-31 14:27:33\",\n \"Status\": 0,\n \"Strategy\": 0,\n \"GroupId\": \"558800\"\n }\n}",
256
+ "title": "Querying Backup Details by Flow ID (Backup Creation in Progress)"
257
+ },
258
+ {
259
+ "document": "This example shows you how to query backup details by flow ID (backup completed) by this API.",
260
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupByFlowId\n&InstanceId=mssql-6upluvd5\n&FlowId=1000797\n&<Common request parameters>",
261
+ "output": "{\n \"Response\": {\n \"BackupName\": \"mssql-6upluvd5_202007311206\",\n \"BackupWay\": 0,\n \"DBs\": [\n \"db1\",\n \"db2\"\n ],\n \"EndTime\": \"2020-07-31 15:10:27\",\n \"ExternalAddr\": \"https://cosback-appid.cos.ap-guangzhou.myqcloud.com/appid%2fsqlserver%2fmssql-mgq355n0%2fbackup%2fautoed_instance_58037_20200728011545.bak.tar?sign=q-sign-algorithm%3dsha1%26q-ak%3d*************************%26q-sign-time%3d1596176966%3b1596177266%26q-key-time%3d1596176966%3b1596177266%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3d3ea8139b631fa13d54b2c03313cbf3850d1e0c2c\",\n \"FileName\": \"autoed_instance_58037_20200728011545.bak.tar\",\n \"Id\": 1234568,\n \"InternalAddr\": \"https://cosback-appid.cos.ap-guangzhou.myqcloud.com/appid%2fsqlserver%2fmssql-mgq355n0%2fbackup%2fautoed_instance_58037_20200728011545.bak.tar?sign=q-sign-algorithm%3dsha1%26q-ak%3d*************************%26q-sign-time%3d1596176966%3b1596177266%26q-key-time%3d1596176966%3b1596177266%26q-header-list%3d%26q-url-param-list%3d%26q-signature%3d3ea8139b631fa13d54b2c03313cbf3850d1e0c2c\",\n \"RequestId\": \"3f49f6d4-692b-414b-999c-55b38922e049\",\n \"Size\": 1356532,\n \"StartTime\": \"2020-07-31 14:28:51\",\n \"Status\": 1,\n \"Strategy\": 0,\n \"GroupId\": \"558800\"\n }\n}",
262
+ "title": "Querying Backup Details by Flow ID (Backup Completed)"
263
+ }
264
+ ],
179
265
  "DescribeBackupCommand": [
180
266
  {
181
267
  "document": "This example shows you how to query the command to create a full backup and an incremental transaction log backup when you need to import the incremental transaction log backup. The full backup created does not need to be restored.\n\\\\\\\\n in the command means a line feed.",
@@ -212,6 +298,30 @@
212
298
  "title": "Querying a full backup import task"
213
299
  }
214
300
  ],
301
+ "DescribeBackupMonitor": [
302
+ {
303
+ "document": " ",
304
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupMonitor\n&StartTime=2018-03-28 00:00:00\n&EndTime=2018-04-20 00:00:00\n&<Common request parameters>",
305
+ "output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\",\n \"ActualUsedSpace\": [\n 1012900,\n 1012900,\n 1013190,\n 1013190,\n 1013190,\n 1014280,\n 1014280,\n 1014280,\n 1014570,\n 1014570,\n 1015680,\n 1015680\n ],\n \"DataBackupSpace\": [\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860,\n 512860\n ],\n \"FreeSpace\": [\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040,\n 1352663040\n ],\n \"LogBackupSpace\": [\n 500040,\n 500040,\n 500330,\n 500330,\n 500330,\n 501420,\n 501420,\n 501420,\n 501710,\n 501710,\n 502820,\n 502820\n ],\n \"TimeStamp\": [\n \"2022-05-06 09:15:00\",\n \"2022-05-06 09:20:00\",\n \"2022-05-06 09:25:00\",\n \"2022-05-06 09:30:00\",\n \"2022-05-06 09:35:00\",\n \"2022-05-06 09:40:00\",\n \"2022-05-06 09:45:00\",\n \"2022-05-06 09:50:00\",\n \"2022-05-06 09:55:00\",\n \"2022-05-06 10:00:00\",\n \"2022-05-06 10:05:00\",\n \"2022-05-06 10:10:00\"\n ]\n }\n}",
306
+ "title": "Querying Backup Space Usage Details"
307
+ }
308
+ ],
309
+ "DescribeBackupStatistical": [
310
+ {
311
+ "document": " ",
312
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupStatistical\n&InstanceIdSet.0=mssql-3l3fgqn7\n&InstanceNameSet.0=xinyuan\n&Offset=0\n&Limit=3\n&OrderBy=data\n&OrderByType=desc\n&<Common request parameters>",
313
+ "output": "{\n \"Response\": {\n \"Items\": [\n {\n \"ActualUsedSpace\": 1003844420,\n \"AutoBackupCount\": 9190,\n \"AutoBackupSpace\": 920300548,\n \"DataBackupCount\": 1706,\n \"DataBackupSpace\": 996004980,\n \"InstanceId\": \"mssql-1ybz12wb\",\n \"LogBackupCount\": 7627,\n \"LogBackupSpace\": 7839440,\n \"ManualBackupCount\": 143,\n \"ManualBackupSpace\": 83543872,\n \"Name\": \"xinyuanxu-new\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 1,\n \"Status\": 2\n }\n ],\n \"RequestId\": \"c3ea3ea0-f0a2-11ec-94dd-525400853186\",\n \"TotalCount\": 17\n }\n}",
314
+ "title": "Querying the Real-Time Statistics List of Backups"
315
+ }
316
+ ],
317
+ "DescribeBackupSummary": [
318
+ {
319
+ "document": " ",
320
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeBackupSummary\n&<Common request parameters>",
321
+ "output": "{\n \"Response\": {\n \"ActualUsedSpace\": 1193345364,\n \"AutoBackupCount\": 1615,\n \"AutoBackupSpace\": 953883130,\n \"BackupFilesTotal\": 16637,\n \"BillingSpace\": 605473752,\n \"CrossAutoBackupCount\": 288,\n \"CrossAutoBackupSpace\": 146231712,\n \"CrossBackupFilesTotal\": 3303,\n \"CrossBillingSpace\": 147469692,\n \"CrossEstimatedAmount\": 0.114,\n \"CrossLogBackupCount\": 3015,\n \"CrossLogBackupSpace\": 1237980,\n \"DataBackupCount\": 2046,\n \"DataBackupSpace\": 1183658714,\n \"EstimatedAmount\": 0.4616,\n \"FreeSpace\": 440401920,\n \"LocalBackupFilesTotal\": 13334,\n \"LocalLogBackupCount\": 11576,\n \"LocalLogBackupSpace\": 8448670,\n \"LogBackupCount\": 14591,\n \"LogBackupSpace\": 9686650,\n \"ManualBackupCount\": 143,\n \"ManualBackupSpace\": 83543872,\n \"RequestId\": \"8b5d62cb-40f4-45ba-8a26-a2083d4f9eee\"\n }\n}",
322
+ "title": "Querying the Backup Overview Information of Databases"
323
+ }
324
+ ],
215
325
  "DescribeBackupUploadSize": [
216
326
  {
217
327
  "document": " ",
@@ -242,6 +352,38 @@
242
352
  "title": "Querying the files required by business intelligence service"
243
353
  }
244
354
  ],
355
+ "DescribeCollationTimeZone": [
356
+ {
357
+ "document": " ",
358
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCollationTimeZone\n<Common request parameters>\n\n{}",
359
+ "output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\",\n \"Collation\": [\n \"Chinese_PRC_CI_AS\"\n ],\n \"TimeZone\": [\n \"China Standard Time\"\n ]\n }\n}",
360
+ "title": "Querying the Character Set and Time Zone Supported by the Instance"
361
+ }
362
+ ],
363
+ "DescribeCrossBackupStatistical": [
364
+ {
365
+ "document": " ",
366
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeCrossBackupStatistical\n&InstanceIdSet.0=mssql-6upluvd5\n&InstanceNameSet.0=name\n&CrossBackupStatus=enable\n&CrossRegion=guangzhou\n&OrderBy=default\n&OrderByType=desc\n&Offset=0\n&Limit=10\n&<Common request parameters>",
367
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"TotalCount\": 1,\n \"Items\": [\n {\n \"ActualUsedCount\": 4937,\n \"ActualUsedSpace\": 554778704,\n \"CrossBackupEnabled\": \"enable\",\n \"CrossBackupSaveDays\": 7,\n \"CrossRegions\": [\n \"ap-shanghai\"\n ],\n \"DataBackupCount\": 1019,\n \"DataBackupSpace\": 550868544,\n \"InstanceId\": \"mssql-1ybz12wb\",\n \"LastBackupStartTime\": \"2022-06-21 13:57:17\",\n \"LogBackupCount\": 3918,\n \"LogBackupSpace\": 3910160,\n \"Name\": \"xinyuanxu-new\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 2\n }\n ]\n }\n}",
368
+ "title": "Querying the Real-Time Statistics List of Cross-Region Backups"
369
+ }
370
+ ],
371
+ "DescribeCrossRegionZone": [
372
+ {
373
+ "document": " ",
374
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeCrossRegionZone\n&InstanceId=mssql-6upluvd5\n&<Common request parameters>",
375
+ "output": "{\n \"Response\": {\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"6579b707-5393-4579-ad10-349ea17b81e5\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n}",
376
+ "title": "Querying the Disaster Recovery Region and AZ of the Secondary Node"
377
+ }
378
+ ],
379
+ "DescribeCrossRegions": [
380
+ {
381
+ "document": " ",
382
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeCrossRegions\n&<Common request parameters>",
383
+ "output": "{\n \"Response\": {\n \"Regions\": [\n \"ap-beijing\",\n \"ap-shanghai\",\n \"ap-taipei\",\n \"ap-hongkong\",\n \"ap-beijing-fsi\",\n \"ap-shanghai-fsi\",\n \"ap-shenzhen-fsi\"\n ],\n \"RequestId\": \"1373db1a-efd7-11ec-a46f-525400853186\"\n }\n}",
384
+ "title": "Querying the Target Region for Cross-Region Backups"
385
+ }
386
+ ],
245
387
  "DescribeDBCharsets": [
246
388
  {
247
389
  "document": " ",
@@ -254,7 +396,7 @@
254
396
  {
255
397
  "document": "This example shows you how to query the status of an instance in the interworking group. The interworking private IP is used in SSIS service.",
256
398
  "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstanceInter\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 20,\n \"InstanceId\": \"mssqlbi-q1atet3b\"\n}",
257
- "output": "{\n \"Response\": {\n \"InterInstanceSet\": [\n {\n \"InstanceId\": \"mssql-30vft2ix\",\n \"InterPort\": 1028,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"xxx\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2012SP3\",\n \"VersionName\": \"SQL Server 2012 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"InstanceId\": \"mssql-iqnuxv3j\",\n \"InterPort\": 1026,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"xxxx\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2017\",\n \"VersionName\": \"SQL Server 2017 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"InstanceId\": \"mssql-ngc6786l\",\n \"InterPort\": 1029,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"xxxx\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2008R2\",\n \"VersionName\": \"SQL Server 2008 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n }\n ],\n \"RequestId\": \"ff9c5a56-1d33-4707-b656-a715240635ad\",\n \"TotalCount\": 3\n }\n}",
399
+ "output": "{\n \"Response\": {\n \"InterInstanceSet\": [\n {\n \"InstanceId\": \"mssql-30vft2ix\",\n \"InterPort\": 1028,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"andy\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2012SP3\",\n \"VersionName\": \"SQL Server 2012 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"InstanceId\": \"mssql-iqnuxv3j\",\n \"InterPort\": 1026,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"tom\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2017\",\n \"VersionName\": \"SQL Server 2017 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"InstanceId\": \"mssql-ngc6786l\",\n \"InterPort\": 1029,\n \"InterVip\": \"192.168.0.1\",\n \"Name\": \"andy2\",\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Version\": \"2008R2\",\n \"VersionName\": \"SQL Server 2008 Enterprise\",\n \"Vip\": \"192.168.0.2\",\n \"Vport\": 1433,\n \"Zone\": \"ap-guangzhou-3\"\n }\n ],\n \"RequestId\": \"ff9c5a56-1d33-4707-b656-a715240635ad\",\n \"TotalCount\": 3\n }\n}",
258
400
  "title": "Querying the status of an instance in the interworking group"
259
401
  }
260
402
  ],
@@ -274,6 +416,30 @@
274
416
  "title": "Querying the Attributes of the Instance mssql-j8kv137v"
275
417
  }
276
418
  ],
419
+ "DescribeDBPrivilegeByAccount": [
420
+ {
421
+ "document": "This example shows you how to query information on the databases and permissions associated with the account.",
422
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDBPrivilegeByAccount\n&Limit=20\n&Offset=0\n&InstanceId=mssql-mz23h8n7\n&AccountName=acc_test\n&<Common request parameters>",
423
+ "output": "{\n \"Response\": {\n \"DBList\": [\n {\n \"DBName\": \"db6_new\",\n \"Privilege\": \"DBOwner\"\n },\n {\n \"DBName\": \"db5_new\",\n \"Privilege\": \"ReadOnly\"\n },\n {\n \"DBName\": \"db4_new\",\n \"Privilege\": \"ReadWrite\"\n },\n {\n \"DBName\": \"db2_new\",\n \"Privilege\": \"ReadOnly\"\n },\n {\n \"DBName\": \"bigData\",\n \"Privilege\": \"DBOwner\"\n }\n ],\n \"RequestId\": \"0d8e4888-f464-11ed-8347-525400853186\",\n \"TotalCount\": 5\n }\n}",
424
+ "title": "Querying Information on the Databases and Permissions Associated with the Account"
425
+ }
426
+ ],
427
+ "DescribeDBRestoreTime": [
428
+ {
429
+ "document": " This example shows you how to query databases that can be rolled back.",
430
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBRestoreTime\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-quw892ks\",\n \"TargetInstanceId\": \"mssql-quw892ks\",\n \"Time\": \"2023-04-11 12:00:00\",\n \"BackupId\": 0,\n \"DBName\": \"test_db\"\n}",
431
+ "output": "{\n \"Response\": {\n \"Details\": [\n {\n \"NewName\": \"new_db_test\",\n \"OldName\": \"db_test\"\n }\n ],\n \"RequestId\": \"424e1df0-9253-11ed-8d88-ffd89b85f329\",\n \"TotalCount\": 1\n }\n}",
432
+ "title": "Query Databases That Can Be Rolled Back"
433
+ }
434
+ ],
435
+ "DescribeDBSecurityGroups": [
436
+ {
437
+ "document": " ",
438
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDBSecurityGroups\n&InstanceId=mssql-6f4ddx2f \n&<Common request parameters>",
439
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1531f8ed-b13f-430b-b6a6-d85474877f3f\",\n \"SecurityGroupSet\": [\n {\n \"CreateTime\": \"2019-03-29 12:01:40\",\n \"InboundSet\": [\n {\n \"Action\": \"ACCEPT\",\n \"CidrIp\": \"0.0.0.0/0\",\n \"Dir\": \"INPUT\",\n \"IpProtocol\": \"ALL\",\n \"PortRange\": \"ALL\"\n }\n ],\n \"OutboundSet\": [\n {\n \"Action\": \"ACCEPT\",\n \"CidrIp\": \"0.0.0.0/0\",\n \"Dir\": \"OUTPUT\",\n \"IpProtocol\": \"ALL\",\n \"PortRange\": \"ALL\"\n }\n ],\n \"ProjectId\": 0,\n \"SecurityGroupId\": \"sg-igw86yth\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupRemark\": \"System created security group\"\n }\n ]\n }\n}",
440
+ "title": "Querying the Security Group Information of Instances"
441
+ }
442
+ ],
277
443
  "DescribeDBs": [
278
444
  {
279
445
  "document": "This example shows you how to query the list of databases.",
@@ -290,6 +456,30 @@
290
456
  "title": "Querying detailed database configurations"
291
457
  }
292
458
  ],
459
+ "DescribeDatabaseNames": [
460
+ {
461
+ "document": " ",
462
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDatabaseNames\n&InstanceId=mssql-njj2mtpl\n&AccountName=account11\n&<Common request parameters>",
463
+ "output": "{\n \"Response\": {\n \"DatabaseNameSet\": [\n \"dbtest2\",\n \"dbtest1\",\n \"db2234\"\n ],\n \"RequestId\": \"ba3f44bd-6006-495d-a83c-42b166bdad21\",\n \"TotalCount\": 3\n }\n}",
464
+ "title": "Querying the Database Name Associated with the Account"
465
+ }
466
+ ],
467
+ "DescribeDatabases": [
468
+ {
469
+ "document": "This example shows you how to query the database list.",
470
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDataBases\n<Common request parameters>\n\n{\n \"InstanceIdSet\": [\n \"mssql-ds3p26cv\"\n ]\n}",
471
+ "output": "{\n \"Response\": {\n \"DBInstances\": [\n {\n \"DBDetails\": [\n {\n \"Accounts\": [\n {\n \"AccountType\": \"L3\",\n \"Privilege\": \"ReadWrite\",\n \"UserName\": \"L2\"\n },\n {\n \"AccountType\": \"L1\",\n \"Privilege\": \"DBOwner\",\n \"UserName\": \"L0\"\n }\n ],\n \"Charset\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-21 21:37:47\",\n \"Encryption\": \"disable\",\n \"InternalStatus\": \"ONLINE\",\n \"Name\": \"test_db3\",\n \"Remark\": \"--\",\n \"Status\": 2\n },\n {\n \"Accounts\": [\n {\n \"AccountType\": \"L3\",\n \"Privilege\": \"ReadOnly\",\n \"UserName\": \"L3\"\n },\n {\n \"AccountType\": \"L3\",\n \"Privilege\": \"ReadOnly\",\n \"UserName\": \"L2\"\n },\n {\n \"AccountType\": \"L1\",\n \"Privilege\": \"DBOwner\",\n \"UserName\": \"L0\"\n }\n ],\n \"Charset\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-21 15:49:48\",\n \"Encryption\": \"disable\",\n \"InternalStatus\": \"ONLINE\",\n \"Name\": \"test_db2\",\n \"Remark\": \"--\",\n \"Status\": 2\n },\n {\n \"Accounts\": [\n {\n \"AccountType\": \"L3\",\n \"Privilege\": \"ReadWrite\",\n \"UserName\": \"L3\"\n },\n {\n \"AccountType\": \"L3\",\n \"Privilege\": \"ReadWrite\",\n \"UserName\": \"L2\"\n },\n {\n \"AccountType\": \"L1\",\n \"Privilege\": \"DBOwner\",\n \"UserName\": \"L0\"\n }\n ],\n \"Charset\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-20 20:21:50\",\n \"Encryption\": \"disable\",\n \"InternalStatus\": \"ONLINE\",\n \"Name\": \"test_db\",\n \"Remark\": \"--\",\n \"Status\": 2\n }\n ],\n \"InstanceId\": \"mssql-ds3p26cv\"\n }\n ],\n \"RequestId\": \"1e4e038e-76eb-11ee-b611-525400853186\",\n \"TotalCount\": 3\n }\n}",
472
+ "title": "Querying the Database List"
473
+ }
474
+ ],
475
+ "DescribeDatabasesNormal": [
476
+ {
477
+ "document": "This example shows you how to query detailed configuration information of the databases.",
478
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeDatabasesNormal\n&InstanceId=mssql-ds3p26cv\n&<Common request parameters>",
479
+ "output": "{\n \"Response\": {\n \"DBList\": [\n {\n \"CollationName\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-21 21:37:47.327\",\n \"IsAutoCleanupOn\": \"\",\n \"IsBrokerEnabled\": \"0\",\n \"IsCdcEnabled\": \"0\",\n \"IsDbChainingOn\": \"0\",\n \"IsEncrypted\": \"0\",\n \"IsFulltextEnabled\": \"1\",\n \"IsMirroring\": \"0\",\n \"IsPublished\": \"0\",\n \"IsReadCommittedSnapshotOn\": \"0\",\n \"IsSubscribed\": \"0\",\n \"IsTrustworthyOn\": \"0\",\n \"MirroringState\": \"\",\n \"Name\": \"test_db3\",\n \"RecoveryModelDesc\": \"FULL\",\n \"RetentionPeriod\": \"\",\n \"StateDesc\": \"ONLINE\",\n \"UserAccessDesc\": \"MULTI_USER\"\n },\n {\n \"CollationName\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-20 20:21:50.360\",\n \"IsAutoCleanupOn\": \"\",\n \"IsBrokerEnabled\": \"0\",\n \"IsCdcEnabled\": \"1\",\n \"IsDbChainingOn\": \"0\",\n \"IsEncrypted\": \"0\",\n \"IsFulltextEnabled\": \"1\",\n \"IsMirroring\": \"0\",\n \"IsPublished\": \"0\",\n \"IsReadCommittedSnapshotOn\": \"0\",\n \"IsSubscribed\": \"0\",\n \"IsTrustworthyOn\": \"0\",\n \"MirroringState\": \"\",\n \"Name\": \"test_db\",\n \"RecoveryModelDesc\": \"FULL\",\n \"RetentionPeriod\": \"\",\n \"StateDesc\": \"ONLINE\",\n \"UserAccessDesc\": \"MULTI_USER\"\n },\n {\n \"CollationName\": \"Chinese_PRC_CI_AS\",\n \"CreateTime\": \"2023-09-21 15:49:47.903\",\n \"IsAutoCleanupOn\": \"1\",\n \"IsBrokerEnabled\": \"0\",\n \"IsCdcEnabled\": \"0\",\n \"IsDbChainingOn\": \"1\",\n \"IsEncrypted\": \"0\",\n \"IsFulltextEnabled\": \"1\",\n \"IsMirroring\": \"0\",\n \"IsPublished\": \"0\",\n \"IsReadCommittedSnapshotOn\": \"0\",\n \"IsSubscribed\": \"0\",\n \"IsTrustworthyOn\": \"0\",\n \"MirroringState\": \"\",\n \"Name\": \"test_db2\",\n \"RecoveryModelDesc\": \"FULL\",\n \"RetentionPeriod\": \"3\",\n \"StateDesc\": \"ONLINE\",\n \"UserAccessDesc\": \"MULTI_USER\"\n }\n ],\n \"RequestId\": \"0cc5e70b-6abe-4e42-8486-68f4348a0568\",\n \"TotalCount\": 3\n }\n}",
480
+ "title": "Querying Detailed Configuration Information of the Databases"
481
+ }
482
+ ],
293
483
  "DescribeFlowStatus": [
294
484
  {
295
485
  "document": " ",
@@ -298,6 +488,14 @@
298
488
  "title": "Querying task status"
299
489
  }
300
490
  ],
491
+ "DescribeHASwitchLog": [
492
+ {
493
+ "document": "",
494
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SwitchCloudInstanceHA\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-98aiauan\",\n \"SwitchType\": 1,\n \"StartTime\": \"2023-01-01 00:00:00\",\n \"EndTime\": \"2023-01-01 00:01:00\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
495
+ "output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\",\n \"TotalCount\": 1,\n \"SwitchLog\": [\n {\n \"EventId\": \"f39bc24b76d1c5d3ce60f0dcb9e0bd79\",\n \"SwitchType\": 1,\n \"StartTime\": \"2023-01-01 00:00:00\",\n \"EndTime\": \"2023-01-01 00:01:00\",\n \"Reason\": \"AUTO\"\n }\n ]\n }\n}",
496
+ "title": "Querying Primary-Secondary Switch Logs"
497
+ }
498
+ ],
301
499
  "DescribeIncrementalMigration": [
302
500
  {
303
501
  "document": " ",
@@ -308,7 +506,7 @@
308
506
  ],
309
507
  "DescribeInstanceByOrders": [
310
508
  {
311
- "document": "u200cu200cThis example shows you how to query the instance ID by the order number.",
509
+ "document": "This example shows you how to query the instance ID by the order number.",
312
510
  "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceByOrders\n<Common request parameters>\n\n{\n \"DealNames\": [\n \"202301018918716527262\"\n ]\n}",
313
511
  "output": "{\n \"Response\": {\n \"DealInstance\": [\n {\n \"InstanceId\": [\n \"mssql-8a9iajua\"\n ],\n \"DealName\": \"202301018918716527262\"\n }\n ],\n \"RequestId\": \"5481552e-2127-11ee-92b8-525400853186\"\n }\n}",
314
512
  "title": "Querying the instance ID by the order number"
@@ -330,6 +528,22 @@
330
528
  "title": "Querying the configurable parameter list of an instance"
331
529
  }
332
530
  ],
531
+ "DescribeInstanceTasks": [
532
+ {
533
+ "document": " ",
534
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeInstanceTasks\n&InstanceId=mssql-njj2mtpl\n&Status=2\n&Limit=10\n&Offset=0\n&<Common request parameters>",
535
+ "output": "{\n \"Response\": {\n \"InstanceTaskSet\": [\n {\n \"EndTime\": \"2019-08-15 14:26:22\",\n \"ErrorCode\": 0,\n \"Id\": 23517,\n \"Message\": \"\",\n \"Progress\": 100,\n \"StartTime\": \"2019-08-15 14:25:20\",\n \"Status\": 2,\n \"Type\": 62\n }\n ],\n \"RequestId\": \"c736ff8a-5e23-4549-b9fb-6d79d11586ac\",\n \"TotalCount\": 21\n }\n}",
536
+ "title": "Querying the List of Asynchronous Tasks"
537
+ }
538
+ ],
539
+ "DescribeInstanceTradeParameter": [
540
+ {
541
+ "document": "This example shows you how to query the billing parameters of a newly purchased OnCvm two-node instance.",
542
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceTradeParameter\n<Common request parameters>\n\n{\n \"Zone\": \"ap-guangzhou-6\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"cvmHA\",\n \"Memory\": 4,\n \"Storage\": 200,\n \"GoodsNum\": 1,\n \"SubnetId\": \"subnet-15y3y4eo\",\n \"VpcId\": \"vpc-hqxhp43z\",\n \"Period\": 1,\n \"DBVersion\": \"2008R2\",\n \"AutoRenewFlag\": 1,\n \"Weekly\": [\n \"1\",\n \"3\",\n \"5\"\n ],\n \"StartTime\": \"01:00\",\n \"Span\": 3,\n \"MultiZones\": \"true\",\n \"Cpu\": 2,\n \"MachineType\": \"CLOUD_BSSD\"\n}",
543
+ "output": "{\n \"Response\": {\n \"Parameter\": \"{\\\"uin\\\":\\\"2919041563\\\",\\\"ownerUin\\\":\\\"2919041563\\\",\\\"appId\\\":251000111,\\\"goods\\\":[{\\\"goodsCategoryId\\\":1025890,\\\"goodsNum\\\":1,\\\"payMode\\\":1,\\\"regionId\\\":1,\\\"zoneId\\\":100006,\\\"goodsDetail\\\":{\\\"pid\\\":1019180,\\\"productCode\\\":\\\"p_sqlserver\\\",\\\"subProductCode\\\":\\\"sp_sqlserver_dual_exclusive_cloud\\\",\\\"timeSpan\\\":1,\\\"timeUnit\\\":\\\"m\\\",\\\"productInfo\\\":[{\\\"name\\\":\\\"Project\\\",\\\"value\\\":\\\"default project\\\"},{\\\"name\\\":\\\"Configuration\\\",\\\"value\\\":\\\"4 GB memory; 200 GB storage space; QPS: 0; SQL Server 2008R2\\\"},{\\\"name\\\":\\\"Instance edition\\\",\\\"value\\\":\\\"Dual-server high-availability edition\\\"},{\\\"name\\\":\\\"Region\\\",\\\"value\\\":\\\"Guangzhou\\\"},{\\\"name\\\":\\\"Network\\\",\\\"value\\\":\\\"Exclusive network in zone 3\\\"},{\\\"name\\\":\\\"AZ\\\",\\\"value\\\":\\\"Guangzhou Zone 6\\\"},{\\\"name\\\":\\\"RequestSource\\\",\\\"value\\\":\\\"API\\\"}],\\\"autoRenewFlag\\\":1,\\\"goodsNum\\\":1,\\\"type\\\":\\\"CLOUD_BSSD\\\",\\\"version\\\":\\\"2008R2\\\",\\\"subnetId\\\":1604224,\\\"vpcId\\\":74483,\\\"model\\\":3,\\\"weekly\\\":[1,3,5],\\\"startTime\\\":\\\"01:00\\\",\\\"span\\\":3,\\\"RoGroupForcedUpgrade\\\":0,\\\"ResourceTags\\\":null,\\\"waitSwitch\\\":1,\\\"ExtParam\\\":{\\\"token\\\":\\\"\\\",\\\"useragent\\\":\\\"\\\",\\\"referer\\\":\\\"\\\",\\\"from\\\":\\\"\\\"},\\\"collation\\\":\\\"Chinese_PRC_CI_AS\\\",\\\"timeZone\\\":\\\"China Standard Time\\\",\\\"sv_sqlserver_cpu_dual_exclusive_cloud_enterprise\\\":2,\\\"sv_sqlserver_cpu_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_mem_dual_exclusive_cloud_enterprise\\\":4,\\\"sv_sqlserver_mem_dual_exclusive_cloud_standard\\\":0,\\\"sv_sqlserver_disk_dual_enhancedssd\\\":0,\\\"sv_sqlserver_disk_dual_fastssd\\\":0,\\\"sv_sqlserver_disk_dual_universalssd\\\":200},\\\"platform\\\":1,\\\"projectId\\\":0}]}\\n\",\n \"RequestId\": \"2a2c00b5-77a8-4eda-be01-3f58230da22e\"\n }\n}",
544
+ "title": "Querying the Billing Parameters of a Newly Purchased OnCvm Two-Node Instance"
545
+ }
546
+ ],
333
547
  "DescribeMaintenanceSpan": [
334
548
  {
335
549
  "document": " ",
@@ -338,6 +552,14 @@
338
552
  "title": "Query the maintenance time window of the instance"
339
553
  }
340
554
  ],
555
+ "DescribeMigrationDatabases": [
556
+ {
557
+ "document": " ",
558
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeMigrationDatabases\n&InstanceId=mssql-si2823jyl\n&UserName=sqlserver_admin\n&Password=Qy2255778899\n&<Common request parameters>",
559
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4be5990d-a4b5-49dc-b2b4-e713b6aa7ba3\",\n \"Amount\": 3,\n \"MigrateDBSet\": [\n \"Biz-test1\",\n \"Biz-test2\",\n \"Biz-test3\"\n ]\n }\n}",
560
+ "title": "Querying the List of Databases to Be Migrated"
561
+ }
562
+ ],
341
563
  "DescribeMigrationDetail": [
342
564
  {
343
565
  "document": " ",
@@ -349,8 +571,8 @@
349
571
  "DescribeMigrations": [
350
572
  {
351
573
  "document": " ",
352
- "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeMigrations\n&MigrateName=Test\n&Limit=10\n&Offset=0\n&OrderBy=name\n&OrderByType=desc\n&StatusSet.0=1\n&StatusSet.1=4\n&<Common request parameters>",
353
- "output": "{\n \"Response\": {\n \"RequestId\": \"728ba95f-0443-41ec-82c9-44bc8bfc0802\",\n \"TotalCount\": 2,\n \"MigrateTaskSet\": [\n {\n \"MigrateId\": 2734,\n \"MigrateName\": \"Test migration\",\n \"AppId\": 1251006373,\n \"Region\": \"ap-guangzhou\",\n \"SourceType\": 5,\n \"CreateTime\": \"2018-08-09 11:46:15\",\n \"StartTime\": \"0000-00-00 00:00:00\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"Status\": 1,\n \"Message\": \"\",\n \"CheckFlag\": 0,\n \"Progress\": 0,\n \"MigrateDetail\": {\n \"StepName\": \"\",\n \"Progress\": 0\n }\n },\n {\n \"MigrateId\": 2732,\n \"MigrateName\": \"Test API\",\n \"AppId\": 1251006373,\n \"Region\": \"ap-guangzhou\",\n \"SourceType\": 5,\n \"CreateTime\": \"2018-08-08 21:03:09\",\n \"StartTime\": \"0000-00-00 00:00:00\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"Status\": 1,\n \"Message\": \"\",\n \"CheckFlag\": 0,\n \"Progress\": 0,\n \"MigrateDetail\": {\n \"StepName\": \"\",\n \"Progress\": 0\n }\n }\n ]\n }\n}",
574
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeMigrations\n&MigrateName=andy_Migrate\n&Limit=10\n&Offset=0\n&OrderBy=name\n&OrderByType=desc\n&StatusSet.0=1\n&StatusSet.1=4\n&<Common request parameters>",
575
+ "output": "{\n \"Response\": {\n \"RequestId\": \"728ba95f-0443-41ec-82c9-44bc8bfc0802\",\n \"TotalCount\": 2,\n \"MigrateTaskSet\": [\n {\n \"MigrateId\": 2734,\n \"MigrateName\": \"andy_Migrate\",\n \"AppId\": 1251006373,\n \"Region\": \"ap-guangzhou\",\n \"SourceType\": 5,\n \"CreateTime\": \"2018-08-09 11:46:15\",\n \"StartTime\": \"0000-00-00 00:00:00\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"Status\": 1,\n \"Message\": \"\",\n \"CheckFlag\": 0,\n \"Progress\": 0,\n \"MigrateDetail\": {\n \"StepName\": \"\",\n \"Progress\": 0\n }\n },\n {\n \"MigrateId\": 2732,\n \"MigrateName\": \"andy_Migrate2\",\n \"AppId\": 1251006373,\n \"Region\": \"ap-guangzhou\",\n \"SourceType\": 5,\n \"CreateTime\": \"2018-08-08 21:03:09\",\n \"StartTime\": \"0000-00-00 00:00:00\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"Status\": 1,\n \"Message\": \"\",\n \"CheckFlag\": 0,\n \"Progress\": 0,\n \"MigrateDetail\": {\n \"StepName\": \"\",\n \"Progress\": 0\n }\n }\n ]\n }\n}",
354
576
  "title": "Querying the list of migration tasks"
355
577
  }
356
578
  ],
@@ -364,10 +586,58 @@
364
586
  ],
365
587
  "DescribeProductConfig": [
366
588
  {
367
- "document": " ",
368
- "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeProductConfig\n&Zone=ap-guangzhou-2\n&InstanceType=HA\n&<Common request parameters>",
589
+ "document": "",
590
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeProductConfig\n&Zone=ap-guangzhou-3\n&InstanceType=HA\n&<Common request parameters>",
369
591
  "output": "{\n \"Response\": {\n \"RequestId\": \"2a91dd2e-f237-4c78-b06c-348a12b04a46\",\n \"SpecInfoList\": [\n {\n \"CPU\": 16,\n \"InstanceType\": \"HA\",\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"High IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 128,\n \"MinStorage\": 10,\n \"MultiZonesStatus\": \"ALL\",\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 61000,\n \"SpecId\": 22,\n \"SuitInfo\": \"Large applications with tens of millions of unique users\",\n \"Version\": \"2008R2\",\n \"VersionName\": \"SQL Server 2008 Enterprise\"\n },\n {\n \"CPU\": 1,\n \"InstanceType\": \"HA\",\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"High IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 8,\n \"MinStorage\": 10,\n \"MultiZonesStatus\": \"ALL\",\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 6500,\n \"SpecId\": 17,\n \"SuitInfo\": \"Small applications with thousands of unique users\",\n \"Version\": \"2012SP3\",\n \"VersionName\": \"SQL Server 2012 Enterprise\"\n },\n {\n \"CPU\": 24,\n \"InstanceType\": \"HA\",\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"High IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 192,\n \"MinStorage\": 10,\n \"MultiZonesStatus\": \"ALL\",\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 234000,\n \"SpecId\": 34,\n \"SuitInfo\": \"Large applications with hundreds of millions of unique users\",\n \"Version\": \"2012SP3\",\n \"VersionName\": \"SQL Server 2012 Enterprise\"\n },\n {\n \"CPU\": 16,\n \"InstanceType\": \"HA\",\n \"MachineType\": \"TS85\",\n \"MachineTypeName\": \"High IO\",\n \"MaxStorage\": 3000,\n \"Memory\": 128,\n \"MinStorage\": 10,\n \"MultiZonesStatus\": \"ALL\",\n \"PayModeStatus\": \"ALL\",\n \"Pid\": 10908,\n \"PostPid\": [\n 10908\n ],\n \"QPS\": 61000,\n \"SpecId\": 22,\n \"SuitInfo\": \"Large applications with tens of millions of unique users\",\n \"Version\": \"2016SP1\",\n \"VersionName\": \"SQL Server 2016 Enterprise\"\n }\n ],\n \"TotalCount\": 4\n }\n}",
370
- "title": "Querying the purchasable specifications of High-Availability Edition instances in Guangzhou Zone 2"
592
+ "title": "Querying the purchasable specifications of High-Availability Edition instances in Guangzhou Zone 3"
593
+ }
594
+ ],
595
+ "DescribeProjectSecurityGroups": [
596
+ {
597
+ "document": " ",
598
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeProjectSecurityGroups\n&ProjectId=0\n&<Common request parameters>",
599
+ "output": "{\n \"Response\": {\n \"RequestId\": \"48a7b046-479f-4f8d-8c34-e6615aec5b73\",\n \"SecurityGroupSet\": [\n {\n \"CreateTime\": \"2019-03-29 12:01:40\",\n \"InboundSet\": [\n {\n \"Action\": \"ACCEPT\",\n \"CidrIp\": \"0.0.0.0/0\",\n \"Dir\": \"INPUT\",\n \"IpProtocol\": \"ALL\",\n \"PortRange\": \"ALL\"\n }\n ],\n \"OutboundSet\": [\n {\n \"Action\": \"ACCEPT\",\n \"CidrIp\": \"0.0.0.0/0\",\n \"Dir\": \"OUTPUT\",\n \"IpProtocol\": \"ALL\",\n \"PortRange\": \"ALL\"\n }\n ],\n \"ProjectId\": 0,\n \"SecurityGroupId\": \"sg-igw86yth\",\n \"SecurityGroupName\": \"default\",\n \"SecurityGroupRemark\": \"System created security group\"\n }\n ]\n }\n}",
600
+ "title": "Querying the Security Group Information of Projects"
601
+ }
602
+ ],
603
+ "DescribePublishSubscribe": [
604
+ {
605
+ "document": " ",
606
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribePublishSubscribe\n&InstanceId=mssql-12klhrx2c\n&PubOrSubInstanceId=mssql-hh598yjo\n&PubOrSubInstanceIp=10.0.1.27\n&PublishSubscribeId=5\n&PublishSubscribeName=Change_name\n&Offset=0\n&Limit=10\n&<Common request parameters>",
607
+ "output": "{\n \"Response\": {\n \"PublishSubscribeSet\": [\n {\n \"Id\": 5,\n \"Name\": \"Change_name\",\n \"PublishInstanceId\": \"mssql-12klhrx2c\",\n \"PublishInstanceName\": \"890d5f71-7e4d-493c-bbe8-22fcec655d50\",\n \"PublishInstanceIp\": \"192.168.0.7\",\n \"SubscribeInstanceId\": \"mssql-hh598yjo\",\n \"SubscribeInstanceName\": \"1957199f-f396-47b6-9716-dfae74161f10\",\n \"SubscribeInstanceIp\": \"10.0.1.27\",\n \"DatabaseTupleSet\": [\n {\n \"PublishDatabase\": \"test01\",\n \"SubscribeDatabase\": \"test01\",\n \"LastSyncTime\": \"2020-07-13 16:57:01\",\n \"Status\": \"SyncNormal\"\n },\n {\n \"PublishDatabase\": \"test02\",\n \"SubscribeDatabase\": \"test02\",\n \"LastSyncTime\": \"2020-07-13 16:57:01\",\n \"Status\": \"SyncNormal\"\n }\n ]\n }\n ],\n \"RequestId\": \"b1475330-2c4d-49a7-b063-f3e8b69d23ca\",\n \"TotalCount\": 1\n }\n}",
608
+ "title": "Querying the Publish/Subscribe Relationship List"
609
+ }
610
+ ],
611
+ "DescribeReadOnlyGroupAutoWeight": [
612
+ {
613
+ "document": " ",
614
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReadOnlyGroupAutoWeight\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-2cwisu23\",\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\"\n}",
615
+ "output": "{\n \"Response\": {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-2cwisu23\",\n \"MinReadOnlyInGroup\": 2,\n \"ReadOnlyGroupId\": \"mssqlrg-itaunotj\",\n \"ReadOnlyGroupName\": \"\",\n \"ReadOnlyInstanceSet\": [\n {\n \"AccountDifference\": \"\",\n \"Cpu\": 1,\n \"CreateTime\": \"2019-12-20 10:11:37\",\n \"DatabaseDifference\": \"\",\n \"DelayTime\": \"\",\n \"EndTime\": \"\",\n \"InstanceId\": \"mssqlro-otx9r1gr\",\n \"IsolateTime\": \"\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"66c5d5b3-bf78-4f3c-b4e5-047d8d6aad49\",\n \"PayMode\": 1,\n \"ProjectId\": 0,\n \"StartTime\": \"\",\n \"Status\": 2,\n \"Storage\": 20,\n \"SynStatus\": \"\",\n \"Type\": \"TS85\",\n \"Uid\": \"\",\n \"UpdateTime\": \"2021-10-20 17:31:48\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n }\n ],\n \"ReadOnlyMaxDelayTime\": 3,\n \"RegionId\": \"\",\n \"RequestId\": \"1055ece1-7c6d-4442-aa20-1e8b588f8444\",\n \"Status\": 5,\n \"SubnetId\": \"\",\n \"Vip\": \"10.0.0.198\",\n \"VpcId\": \"\",\n \"Vport\": 1433,\n \"ZoneId\": \"\"\n }\n}",
616
+ "title": "Querying the Default Weights of Read-Only Parts in Read-Only Groups"
617
+ }
618
+ ],
619
+ "DescribeReadOnlyGroupByReadOnlyInstance": [
620
+ {
621
+ "document": " ",
622
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeReadOnlyGroupByReadOnlyInstance\n&InstanceId=mssqlro-91masbl1\n&<common request parameters>",
623
+ "output": "{\n \"Response\": {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-6f4ddx2f\",\n \"MasterRegionId\": \"ap-guangzhou\",\n \"MinReadOnlyInGroup\": 1,\n \"ReadOnlyGroupId\": \"mssqlrg-552tyamb\",\n \"ReadOnlyGroupName\": \"Try again to create 2 replicas at a time.\",\n \"ReadOnlyMaxDelayTime\": 11,\n \"RegionId\": \"ap-guangzhou\",\n \"RequestId\": \"798db80b-869b-4a39-a39a-72c52d5bdca4\",\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"Vip\": \"10.100.0.44\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"Vport\": 1433,\n \"ZoneId\": \"ap-guangzhou-2\"\n }\n}",
624
+ "title": "Querying Read-Only Groups Through Read-Only Instances"
625
+ }
626
+ ],
627
+ "DescribeReadOnlyGroupDetails": [
628
+ {
629
+ "document": " ",
630
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeReadOnlyGroupDetails\n&InstanceId=mssql-6f4ddx2f\n&ReadOnlyGroupId=mssqlrg-552tyamb\n&<Common request parameters>",
631
+ "output": "{\n \"Response\": {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-6f4ddx2f\",\n \"MinReadOnlyInGroup\": 1,\n \"ReadOnlyGroupId\": \"mssqlrg-552tyamb\",\n \"ReadOnlyGroupName\": \"default_name\",\n \"ReadOnlyInstanceSet\": [\n {\n \"AccountDifference\": \"user1;user2;user3;user4\",\n \"Cpu\": 1,\n \"CreateTime\": \"2020-01-14 21:45:12\",\n \"DatabaseDifference\": \"db1;db2;db3;db4\",\n \"DelayTime\": \"0\",\n \"EndTime\": \"2020-01-16 10:53:13\",\n \"InstanceId\": \"mssqlro-5k508n7p\",\n \"IsolateTime\": \"2020-01-16 10:53:13\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"2f2d7800-4c38-4f1e-8522-7cc655763859\",\n \"PayMode\": 1,\n \"ProjectId\": 1075687,\n \"StartTime\": \"2020-01-14 21:45:12\",\n \"Status\": 2,\n \"Storage\": 10,\n \"SynStatus\": \"unknow\",\n \"Type\": \"TS85\",\n \"Uid\": \"gamedb.gz318.cdb.db\",\n \"UpdateTime\": \"2020-07-22 15:47:02\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n },\n {\n \"AccountDifference\": \"user1;user2;user3;user4\",\n \"Cpu\": 1,\n \"CreateTime\": \"2020-01-14 21:45:12\",\n \"DatabaseDifference\": \"db1;db2;db3;db4\",\n \"DelayTime\": \"0\",\n \"EndTime\": \"2020-06-01 10:53:12\",\n \"InstanceId\": \"mssqlro-91masbl1\",\n \"IsolateTime\": \"2020-01-16 10:53:12\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"8d8d8cdd-41fe-4095-9841-a9de01c499da\",\n \"PayMode\": 1,\n \"ProjectId\": 1075687,\n \"StartTime\": \"2020-01-14 21:45:12\",\n \"Status\": 2,\n \"Storage\": 10,\n \"SynStatus\": \"unknow\",\n \"Type\": \"TS85\",\n \"Uid\": \"gamedb.gz317.cdb.db\",\n \"UpdateTime\": \"2020-07-22 15:47:03\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n }\n ],\n \"ReadOnlyMaxDelayTime\": 11,\n \"RegionId\": \"ap-guangzhou\",\n \"RequestId\": \"62cba7ef-4441-4652-9787-2ba5d8f8b4af\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"Vip\": \"10.100.0.44\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"Vport\": 1433,\n \"ZoneId\": \"ap-guangzhou-2\"\n }\n}",
632
+ "title": "Querying Read-Only Group Details"
633
+ }
634
+ ],
635
+ "DescribeReadOnlyGroupList": [
636
+ {
637
+ "document": " ",
638
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeReadOnlyGroupList\n&InstanceId=mssql-6f4ddx2f\n&<Common request parameters>",
639
+ "output": "{\n \"Response\": {\n \"ReadOnlyGroupSet\": [\n {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-6f4ddx2f\",\n \"MinReadOnlyInGroup\": 1,\n \"ReadOnlyGroupId\": \"mssqlrg-agxzr9t7\",\n \"ReadOnlyGroupName\": \"default_name\",\n \"ReadOnlyInstanceSet\": [],\n \"ReadOnlyMaxDelayTime\": 11,\n \"RegionId\": \"ap-guangzhou\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"Vip\": \"10.100.0.17\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"Vport\": 1433,\n \"ZoneId\": \"ap-guangzhou-2\"\n },\n {\n \"IsOfflineDelay\": 1,\n \"MasterInstanceId\": \"mssql-6f4ddx2f\",\n \"MinReadOnlyInGroup\": 1,\n \"ReadOnlyGroupId\": \"mssqlrg-552tyamb\",\n \"ReadOnlyGroupName\": \"default_name\",\n \"ReadOnlyInstanceSet\": [\n {\n \"AccountDifference\": \"user1;user2;user3\",\n \"Cpu\": 1,\n \"CreateTime\": \"2020-01-14 21:45:12\",\n \"DatabaseDifference\": \"db1;db2;db3\",\n \"DelayTime\": \"0\",\n \"EndTime\": \"2020-01-16 10:53:13\",\n \"InstanceId\": \"mssqlro-5k508n7p\",\n \"IsolateTime\": \"2020-01-16 10:53:13\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"2f2d7800-4c38-4f1e-8522-7cc655763859\",\n \"PayMode\": 1,\n \"ProjectId\": 1075687,\n \"StartTime\": \"2020-01-14 21:45:12\",\n \"Status\": 2,\n \"Storage\": 10,\n \"SynStatus\": \"unknow\",\n \"Type\": \"TS85\",\n \"Uid\": \"gamedb.gz318.cdb.db\",\n \"UpdateTime\": \"2020-07-22 15:47:02\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n },\n {\n \"AccountDifference\": \"user1;user2;user3\",\n \"Cpu\": 1,\n \"CreateTime\": \"2020-01-14 21:45:12\",\n \"DatabaseDifference\": \"db1;db2;db3\",\n \"DelayTime\": \"0\",\n \"EndTime\": \"2020-06-01 10:53:12\",\n \"InstanceId\": \"mssqlro-91masbl1\",\n \"IsolateTime\": \"2020-01-16 10:53:12\",\n \"Memory\": 2,\n \"Model\": 2,\n \"Name\": \"8d8d8cdd-41fe-4095-9841-a9de01c499da\",\n \"PayMode\": 1,\n \"ProjectId\": 1075687,\n \"StartTime\": \"2020-01-14 21:45:12\",\n \"Status\": 2,\n \"Storage\": 10,\n \"SynStatus\": \"unknow\",\n \"Type\": \"TS85\",\n \"Uid\": \"gamedb.gz317.cdb.db\",\n \"UpdateTime\": \"2020-07-22 15:47:03\",\n \"Version\": \"2008R2\",\n \"Weight\": 1\n }\n ],\n \"ReadOnlyMaxDelayTime\": 11,\n \"RegionId\": \"ap-guangzhou\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gdy95gfs\",\n \"Vip\": \"10.100.0.44\",\n \"VpcId\": \"vpc-3xq2t5al\",\n \"Vport\": 1433,\n \"ZoneId\": \"ap-guangzhou-2\"\n }\n ],\n \"RequestId\": \"ba2b7fde-d384-4960-8e7e-fd24370a1924\"\n }\n}",
640
+ "title": "Querying the Read-Only Group List"
371
641
  }
372
642
  ],
373
643
  "DescribeRegions": [
@@ -378,6 +648,22 @@
378
648
  "title": "Querying all regions"
379
649
  }
380
650
  ],
651
+ "DescribeRegularBackupPlan": [
652
+ {
653
+ "document": "This example shows you how to querying the scheduled backup retention plan for the Instance (mssql-j8kv137v)",
654
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegularBackupPlan\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\",\n \"RegularBackupCounts\": \"1\",\n \"RegularBackupSaveDays\": \"365\",\n \"RegularBackupStrategy\": \"month\",\n \"RegularBackupStartTime\": \"2022-10-10\",\n \"BackupCycle\": [\n 1,\n 2,\n 3\n ]\n}",
655
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a62cac28-1656-4115-bf8d-189bef5e1102\",\n \"SaveModePeriod\": [\n \"2022-10-24 00:00:00\"\n ],\n \"SaveModeRegular\": [\n \"2022-10-26 00:00:00\"\n ]\n }\n}",
656
+ "title": "Querying the Scheduled Backup Retention Plan for the Instance (mssql-j8kv137v)"
657
+ }
658
+ ],
659
+ "DescribeRestoreTask": [
660
+ {
661
+ "document": " This example shows you how to query the list of rollback tasks.",
662
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRestoreTask\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-aju981jo\",\n \"RestoreType\": 0,\n \"TargetRegion\": \"ap-shanghai\",\n \"TargetType\": 2,\n \"Status\": 1,\n \"StartTime\": \"2023-04-12: 00:00:00\",\n \"EndTime\": \"2023-04-12: 00:00:00\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"OrderBy\": \"startTime\",\n \"OrderByType\": \"desc\"\n}",
663
+ "output": "{\n \"Response\": {\n \"RequestId\": \"88310080-925d-11ed-981b-c7bf72df626c\",\n \"Tasks\": [\n {\n \"TargetInstanceId\": \"mssql-892932uiu\",\n \"TargetInstanceName\": \"andy\",\n \"TargetInstanceStatus\": 2,\n \"TargetRegion\": \"ap-guangzhou\",\n \"TargetType\": 0,\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"RestoreId\": 1012,\n \"RestoreTime\": \"2023-01-12 16:22:48\",\n \"RestoreType\": 0,\n \"StartTime\": \"2023-01-12 16:22:55\",\n \"Status\": 0,\n \"FlowId\": 100\n }\n ],\n \"TotalCount\": 1\n }\n}",
664
+ "title": "Querying the List of Rollback Tasks"
665
+ }
666
+ ],
381
667
  "DescribeRestoreTimeRange": [
382
668
  {
383
669
  "document": "This example shows you how to query the time range available for rollback by time point by this API (DescribeRestoreTimeRange).",
@@ -402,6 +688,22 @@
402
688
  "title": "Getting slow logs"
403
689
  }
404
690
  ],
691
+ "DescribeSpecSellStatus": [
692
+ {
693
+ "document": "This example shows you how to query the reference price of a specification.",
694
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSpecSellStatus\n<Common request parameters>\n\n{\n \"Currency\": \"CNY\",\n \"DBVersion\": \"2016SP1\",\n \"PayMode\": \"POST\",\n \"Pid\": 1003456,\n \"SpecIdSet\": [\n 62\n ],\n \"Zone\": \"ap-guangzhou-3\"\n}",
695
+ "output": "{\n \"Response\": {\n \"DescribeSpecSellStatusSet\": [\n {\n \"Architecture\": \"SINGLE\",\n \"Id\": \"11000036233\",\n \"InstanceType\": \"SI\",\n \"MultiZonesStatus\": \"Invalid\",\n \"PayModeStatus\": \"ALL\",\n \"Price\": {\n \"PostpaidPrice\": 47,\n \"PostpaidPriceUnit\": \"H\",\n \"PrepaidPrice\": 26000,\n \"PrepaidPriceUnit\": \"M\"\n },\n \"SpecId\": 62,\n \"Status\": 1,\n \"Style\": \"EXCLUSIVE\",\n \"Version\": \"2016SP1\",\n \"ZoneStatusSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 3,\n \"Zone\": \"ap-guangzhou-4\"\n },\n {\n \"Region\": \"ap-guangzhou\",\n \"Status\": 1,\n \"Zone\": \"ap-guangzhou-6\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"Status\": 1,\n \"Zone\": \"ap-singapore-2\"\n },\n {\n \"Region\": \"ap-singapore\",\n \"Status\": 1,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"Region\": \"ap-hongkong\",\n \"Status\": 1,\n \"Zone\": \"ap-hongkong-2\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-2\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-3\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-4\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"Status\": 1,\n \"Zone\": \"ap-shanghai-5\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-2\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-3\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-5\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-6\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"Status\": 1,\n \"Zone\": \"ap-beijing-7\"\n },\n {\n \"Region\": \"ap-nanjing\",\n \"Status\": 1,\n \"Zone\": \"ap-nanjing-1\"\n },\n {\n \"Region\": \"ap-nanjing\",\n \"Status\": 1,\n \"Zone\": \"ap-nanjing-2\"\n }\n ]\n }\n ],\n \"RequestId\": \"df9508b2-db7c-43ac-91dc-3ba19433ae09\"\n }\n}",
696
+ "title": "Querying the Reference Price of a Specification"
697
+ }
698
+ ],
699
+ "DescribeUpgradeInstanceCheck": [
700
+ {
701
+ "document": " ",
702
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DescribeUpgradeInstanceCheck\n&InstanceId=mssql-30vft2ix\n&Cpu=2\n&Memory=16\n&Storage=256\n&DBVersion=2017\n&HAType=CLUSTER\n&MultiZones=SameZones\n&<Common request parameters>",
703
+ "output": "{\n \"Response\": {\n \"CheckItems\": [\n {\n \"CheckName\": \"CK_CPU\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_MASTER_STORAGE\",\n \"CurrentValue\": \"\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_MEMORY\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_STORAGE\",\n \"CurrentValue\": \"0\",\n \"IsAffect\": 0,\n \"Msg\": \"\",\n \"MsgCode\": 0,\n \"Passed\": 1\n },\n {\n \"CheckName\": \"CK_UPGRATE\",\n \"CurrentValue\": \"MIGRATE\",\n \"IsAffect\": 1,\n \"Msg\": \"version 2008 -> 2017 upgrade requires data migration\",\n \"MsgCode\": 5,\n \"Passed\": 1\n }\n ],\n \"IsAffect\": 1,\n \"ModifyMode\": \"up\",\n \"Passed\": 1,\n \"RequestId\": \"44416ab3-794e-47e2-840c-f645efc3481c\"\n }\n}",
704
+ "title": "Checking Instance Configuration Adjustment"
705
+ }
706
+ ],
405
707
  "DescribeUploadBackupInfo": [
406
708
  {
407
709
  "document": " ",
@@ -426,6 +728,14 @@
426
728
  "title": "Querying all availability zones"
427
729
  }
428
730
  ],
731
+ "DisassociateSecurityGroups": [
732
+ {
733
+ "document": " ",
734
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=DisassociateSecurityGroups\n&SecurityGroupId=sg-igw86yth\n&InstanceIdSet.0=mssql-6f4ddx2f\n&<Common request parameters>",
735
+ "output": "{\n \"Response\": {\n \"RequestId\": \"595838fa-07e2-4a6d-9957-4ad7825749fc\"\n }\n}",
736
+ "title": "Unbinding Security Groups from Cloud Resources in Batches"
737
+ }
738
+ ],
429
739
  "InquiryPriceCreateDBInstances": [
430
740
  {
431
741
  "document": "This example shows you how to query the price of the requested SQL Server instance.",
@@ -453,7 +763,7 @@
453
763
  "ModifyAccountRemark": [
454
764
  {
455
765
  "document": " ",
456
- "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyAccountRemark\n&InstanceId=mssql-j8kv137v\n&Accounts.0.UserName=test\n&Accounts.0.Remark=testRemark\n&<Common request parameters>",
766
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyAccountRemark\n&InstanceId=mssql-j8kv137v\n&Accounts.0.UserName=usetName\n&Accounts.0.Remark=userRemark\n&<Common request parameters>",
457
767
  "output": "{\n \"Response\": {\n \"RequestId\": \"4be5990d-a4b5-49dc-b2b4-e713b6aa7ba3\"\n }\n}",
458
768
  "title": "Modifying account remarks"
459
769
  }
@@ -466,6 +776,14 @@
466
776
  "title": "Modifying a full backup import task"
467
777
  }
468
778
  ],
779
+ "ModifyBackupName": [
780
+ {
781
+ "document": " ",
782
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyBackupName\n&InstanceId=mssql-6upluvd5\n&BackupId=1234568\n&BackupName=backup_name\n&<Common request parameters>",
783
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5e0b5780-d2fa-11ea-ba72-1f709d38ab3e\"\n }\n}",
784
+ "title": "Modifying the Backup Name"
785
+ }
786
+ ],
469
787
  "ModifyBackupStrategy": [
470
788
  {
471
789
  "document": " ",
@@ -474,6 +792,22 @@
474
792
  "title": "Modifying the backup policy of the \"mssql-j8kv137v\" instance"
475
793
  }
476
794
  ],
795
+ "ModifyCloseWanIp": [
796
+ {
797
+ "document": " ",
798
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyCloseWanIp\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-6upluvd5\"\n}",
799
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"FlowId\": 1012152\n }\n}",
800
+ "title": "Disabling the Public Network for the Instance"
801
+ }
802
+ ],
803
+ "ModifyCrossBackupStrategy": [
804
+ {
805
+ "document": " ",
806
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyCrossBackupStrategy\n&InstanceId=mssql-7vfv3rk3\n&InstanceIdSet.0=mssql-7vfv3rk3\n&CrossBackupEnabled=enable\n&CrossBackupSaveDays=7\n&CrossBackupRegion.0=ap-guangzhou\n&CleanUpCrossBackup=1\n&<Common request parameters>",
807
+ "output": "{\n \"Response\": {\n \"RequestId\": \"fc765108-efcd-11ec-887f-525400853186\"\n }\n}",
808
+ "title": "Enabling or Disabling Cross-Region Backup Policies"
809
+ }
810
+ ],
477
811
  "ModifyDBEncryptAttributes": [
478
812
  {
479
813
  "document": "This example shows you how to enable or disable TDE of a database.",
@@ -494,16 +828,24 @@
494
828
  {
495
829
  "document": " ",
496
830
  "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceNetwork\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-e720ieef\",\n \"NewVpcId\": \"vpc-kw88teud\",\n \"NewSubnetId\": \"subnet-8z5n8tcg\",\n \"OldIpRetainTime\": \"0\"\n}",
497
- "output": "{\n \"Response\": {\n \"RequestId\": \"20db6661-2a85-49d9-8a37-976b931649fb\",\n \"FlowId\": 100125\n }\n}",
831
+ "output": "{\n \"Response\": {\n \"FlowId\": 1011581,\n \"RequestId\": \"bdac237c-b9b7-4050-9284-97898cca5883\"\n }\n}",
498
832
  "title": "Network Change"
499
833
  },
500
834
  {
501
835
  "document": " ",
502
836
  "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDBInstanceNetwork\n&InstanceId=mssql-p2yli7gv\n&NewVpcId=vpc-ilki4qdp\n&NewSubnetId=subnet-lru6dhh8\n&Vip=127.0.0.1\n&OldIpRetainTime=12\n&<Common request parameters>",
503
- "output": "{\n \"Response\": {\n \"FlowId\": 1011581,\n \"RequestId\": \"bdac237c-b9b7-4050-9284-97898cca5883\"\n }\n}",
837
+ "output": "{\n \"Response\": {\n \"RequestId\": \"20db6661-2a85-49d9-8a37-976b931649fb\",\n \"FlowId\": 100125\n }\n}",
504
838
  "title": "Instance Network Modification"
505
839
  }
506
840
  ],
841
+ "ModifyDBInstanceNote": [
842
+ {
843
+ "document": " ",
844
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDBInstanceNote\n&InstanceId=mssql-njj2mtpl\n&InstanceNote=noteMsg\n&<Common request parameters>",
845
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\"\n }\n}",
846
+ "title": "Modify the remarks of instance mssql-njj2mtpl to noteMsg."
847
+ }
848
+ ],
507
849
  "ModifyDBInstanceProject": [
508
850
  {
509
851
  "document": " ",
@@ -512,6 +854,22 @@
512
854
  "title": "Modifying the project to which the instance belongs"
513
855
  }
514
856
  ],
857
+ "ModifyDBInstanceSSL": [
858
+ {
859
+ "document": "This example shows you how to enable/disable/update SSL encryption.",
860
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSSL\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-j8kv137v\",\n \"Type\": \"enable\",\n \"WaitSwitch\": 0\n}",
861
+ "output": "{\n \"Response\": {\n \"FlowId\": 100001,\n \"RequestId\": \"9db13c19-d660-43c4-b340-7ba86b7b1470\"\n }\n}",
862
+ "title": "Enabling/Disabling/Updating SSL Encryption"
863
+ }
864
+ ],
865
+ "ModifyDBInstanceSecurityGroups": [
866
+ {
867
+ "document": " ",
868
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDBInstanceSecurityGroups\n&InstanceId=mssql-6f4ddx2f\n&SecurityGroupIdSet.0=sg-igw86yth\n&<Common request parameters>",
869
+ "output": "{\n \"Response\": {\n \"RequestId\": \"9ae37be8-05dc-4d5f-90b9-ea9efdc353e9\"\n }\n}",
870
+ "title": "Modifying the Security Groups of Cloud Databases"
871
+ }
872
+ ],
515
873
  "ModifyDBName": [
516
874
  {
517
875
  "document": " ",
@@ -560,6 +918,22 @@
560
918
  "title": "Shrinking database MDF files"
561
919
  }
562
920
  ],
921
+ "ModifyDatabasePrivilege": [
922
+ {
923
+ "document": " This example shows you how to modify permissions at the database level.",
924
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDatabasePrivilege\n&InstanceId=mssql-njj2mtpl\n&DataBaseSet.0.DataBaseName=testuser\n&DataBaseSet.0.AccountPrivileges.0.UserName=testdb\n&DataBaseSet.0.AccountPrivileges.0.Privilege=ReadOnly\n&<Common request parameters>",
925
+ "output": "{\n \"Response\": {\n \"RequestId\": \"8a61e500-aa33-454c-9ec2-da2a368c39ab\",\n \"FlowId\": \"30321\"\n }\n}",
926
+ "title": "Modifying the Database Permissions"
927
+ }
928
+ ],
929
+ "ModifyDatabaseShrinkMDF": [
930
+ {
931
+ "document": "",
932
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyDatabaseShrinkMDF\n&InstanceId=mssql-j8kv137v\n&DBNames.0=test_db\n&<Common request parameters>",
933
+ "output": "{\n \"Response\": {\n \"FlowId\": 9999,\n \"RequestId\": \"a989d733-1099-4f44-84ad-991da182d0w3\"\n }\n}",
934
+ "title": "Shrinking the Database mdf"
935
+ }
936
+ ],
563
937
  "ModifyIncrementalMigration": [
564
938
  {
565
939
  "document": " ",
@@ -584,6 +958,14 @@
584
958
  "title": "Modifying instance parameters"
585
959
  }
586
960
  ],
961
+ "ModifyMaintenanceSpan": [
962
+ {
963
+ "document": " Modify the instance maintenance window: Change it to Monday, Tuesday, and Wednesday each week, and the duration is 6 hours after maintenance starts at 00:00.",
964
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyMaintenanceSpan\n&InstanceId=mssql-6upluvd5\n&StartTime=00:00\n&Span=6\n&Weekly.0=1\n&Weekly.1=2\n&Weekly.2=3\n&<Common request parameters>",
965
+ "output": "{\n \"Response\": {\n \"RequestId\": \"2941128b-d8fb-4af4-bb73-d79c413e1a7d\"\n }\n}",
966
+ "title": "Modifying the Instance Maintenance Window"
967
+ }
968
+ ],
587
969
  "ModifyMigration": [
588
970
  {
589
971
  "document": " ",
@@ -592,6 +974,44 @@
592
974
  "title": "Modifying a migration task"
593
975
  }
594
976
  ],
977
+ "ModifyOpenWanIp": [
978
+ {
979
+ "document": " ",
980
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyOpenWanIp\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-6upluvd5\"\n}",
981
+ "output": "{\n \"Response\": {\n \"RequestId\": \"1fed8472-f117-11ec-be47-525400853186\",\n \"FlowId\": 1012152\n }\n}",
982
+ "title": "Enabling the Public Network for the Instance"
983
+ }
984
+ ],
985
+ "ModifyPublishSubscribe": [
986
+ {
987
+ "document": " ",
988
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyPublishSubscribe\n&InstanceId=mssql-2cwisu23\n&PublishSubscribeId=5\n&DatabaseTupleSet.0.DatabaseTuple.PublishDatabase=db1\n&DatabaseTupleSet.0.DatabaseTuple.SubscribeDatabase=db1\n&DatabaseTupleSet.0.NewDatabaseTuple.PublishDatabase=db2\n&DatabaseTupleSet.0.NewDatabaseTuple.SubscribeDatabase=db2\n&<Common request parameters>",
989
+ "output": "{\n \"Response\": {\n \"FlowId\": 110,\n \"RequestId\": \"133c6f22-f562-4107-8458-c3b25c901918\"\n }\n}",
990
+ "title": "Modifying Publish/Subscribe Relationships of Instances"
991
+ },
992
+ {
993
+ "document": " ",
994
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyPublishSubscribe\n&InstanceId=mssql-2cwisu23\n&PublishSubscribeId=5\n&DatabaseTupleSet.0.DatabaseTuple.PublishDatabase=db1\n&DatabaseTupleSet.0.DatabaseTuple.SubscribeDatabase=db1\n&DatabaseTupleSet.0.DeleteDataBasesTuple=true\n&<Common request parameters>",
995
+ "output": "{\n \"Response\": {\n \"FlowId\": 111,\n \"RequestId\": \"133c6f22-f562-4107-8458-c3b25c901918\"\n }\n}",
996
+ "title": "Deleting Publish/Subscribe Relationships of Instances"
997
+ }
998
+ ],
999
+ "ModifyPublishSubscribeName": [
1000
+ {
1001
+ "document": " ",
1002
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyPublishSubscribeName\n&PublishSubscribeId=5\n&PublishSubscribeName=Change_name\n&<Common request parameters>",
1003
+ "output": "{\n \"Response\": {\n \"RequestId\": \"ac641959-72ad-425d-ab35-a2abeb463182\"\n }\n}",
1004
+ "title": "Fixing the Publish/Subscribe Names"
1005
+ }
1006
+ ],
1007
+ "ModifyReadOnlyGroupDetails": [
1008
+ {
1009
+ "document": " ",
1010
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=ModifyReadOnlyGroupDetails\n&InstanceId=mssql-6f4ddx2f\n&ReadOnlyGroupId=mssqlrg-552tyamb\n&ReadOnlyGroupName=change_name\n&IsOfflineDelay=1\n&ReadOnlyMaxDelayTime=18\n&MinReadOnlyInGroup=1\n&AutoWeight=0\n&BalanceWeight=1\n&WeightPairs.0.ReadOnlyInstanceId=mssqlro-5k508n7p\n&WeightPairs.0.ReadOnlyWeight=50\n&WeightPairs.1.ReadOnlyInstanceId=mssqlro-91masbl1\n&WeightPairs.1.ReadOnlyWeight=50\n&<Common request parameters>",
1011
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4db4cc07-920a-4d04-8627-d45c582e96e7\"\n }\n}",
1012
+ "title": "Modifying Read-Only Group Details"
1013
+ }
1014
+ ],
595
1015
  "OpenInterCommunication": [
596
1016
  {
597
1017
  "document": " ",
@@ -600,6 +1020,14 @@
600
1020
  "title": "Adding an instance to the interworking group"
601
1021
  }
602
1022
  ],
1023
+ "QueryMigrationCheckProcess": [
1024
+ {
1025
+ "document": " ",
1026
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=QueryMigrationCheckProcess\n&MigrateId=1066\n&<Common request parameters>",
1027
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4be5990d-a4b5-49dc-b2b4-e713b6aa7ba3\",\n \"TotalStep\": 8,\n \"CurrentStep\": 8,\n \"StepDetails\": [\n {\n \"Name\": \"Source database connectivity check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the data transfer server can be connected to the source database.\"\n },\n {\n \"Name\": \"Target database connectivity check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the data transfer server can be connected to the target database.\"\n },\n {\n \"Name\": \"Hard disk space check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the hard disk space of the target server is sufficient.\"\n },\n {\n \"Name\": \"Character set check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the character sets are consistent.\"\n },\n {\n \"Name\": \"Database version check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the database version numbers are consistent.\"\n },\n {\n \"Name\": \"User permissions check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the permissions for the target instance exist.\"\n },\n {\n \"Name\": \"Source database existence check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the source database exists.\"\n },\n {\n \"Name\": \"Target database existence check\",\n \"Status\": 0,\n \"Msg\": \"Check whether the target database exists.\"\n }\n ]\n }\n}",
1028
+ "title": "Querying the Migration Verification Task Progress"
1029
+ }
1030
+ ],
603
1031
  "RecycleDBInstance": [
604
1032
  {
605
1033
  "document": " ",
@@ -608,6 +1036,30 @@
608
1036
  "title": "Returning an instance"
609
1037
  }
610
1038
  ],
1039
+ "RecycleReadOnlyGroup": [
1040
+ {
1041
+ "document": " ",
1042
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=RecycleReadOnlyGroup\n&InstanceId=mssql-2cwisu23\n&ReadOnlyGroupId=mssqlrg-787oxy95\n&<Common request parameters>",
1043
+ "output": "{\n \"Response\": {\n \"FlowId\": 1001539,\n \"RequestId\": \"e092520d-86c3-46ba-a39d-dc1373b7a82d\"\n }\n}",
1044
+ "title": "Triggers proactive reclamation of the read-only group."
1045
+ }
1046
+ ],
1047
+ "RemoveBackups": [
1048
+ {
1049
+ "document": " ",
1050
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=RemoveBackups\n&InstanceId=mssql-6upluvd5\n&BackupNames.0=manual_instance_58001_20180702010430.bak.tar\n&StartTime=2022-04-20 22:23:12\n&EndTime=2022-04-21 22:23:12\n&<Common request parameters>",
1051
+ "output": "{\n \"Response\": {\n \"RequestId\": \"55e283aa-0001-4b22-8b60-b208f08cf580\"\n }\n}",
1052
+ "title": "Deleting Manual Backups"
1053
+ }
1054
+ ],
1055
+ "RenewPostpaidDBInstance": [
1056
+ {
1057
+ "document": " ",
1058
+ "input": "https://sqlserver.tencentcloudapi.com/?Action=RenewPostpaidDBInstance\n&InstanceId=mssql-ms2m7vut\n&<Common request parameters>",
1059
+ "output": "{\n \"Response\": {\n \"RequestId\": \"d84adfca-3ff0-46d2-b400-b5527446df72\"\n }\n}",
1060
+ "title": "Recovering Postpaid Instances"
1061
+ }
1062
+ ],
611
1063
  "ResetAccountPassword": [
612
1064
  {
613
1065
  "document": " ",
@@ -672,6 +1124,14 @@
672
1124
  "title": "StartInstanceXEvent"
673
1125
  }
674
1126
  ],
1127
+ "SwitchCloudInstanceHA": [
1128
+ {
1129
+ "document": "",
1130
+ "input": "POST / HTTP/1.1\nHost: sqlserver.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SwitchCloudInstanceHA\n<Common request parameters>\n\n{\n \"InstanceId\": \"mssql-987qhaha\",\n \"WaitSwitch\": 0\n}",
1131
+ "output": "{\n \"Response\": {\n \"RequestId\": \"863b2797-858b-49f3-88e9-50159e564cbc\",\n \"FlowId\": 109181\n }\n}",
1132
+ "title": "Manual Primary-Secondary Switch"
1133
+ }
1134
+ ],
675
1135
  "TerminateDBInstance": [
676
1136
  {
677
1137
  "document": " ",