tccli-intl-en 3.0.1282.1__py2.py3-none-any.whl → 3.1.33.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 (207) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +15 -0
  4. tccli/services/advisor/advisor_client.py +2 -2
  5. tccli/services/ai3d/__init__.py +4 -0
  6. tccli/services/ai3d/ai3d_client.py +266 -0
  7. tccli/services/ai3d/v20250513/api.json +264 -0
  8. tccli/services/ai3d/v20250513/examples.json +20 -0
  9. tccli/services/aiart/aiart_client.py +1 -1
  10. tccli/services/ams/ams_client.py +4 -4
  11. tccli/services/antiddos/antiddos_client.py +70 -70
  12. tccli/services/apigateway/apigateway_client.py +93 -93
  13. tccli/services/apm/apm_client.py +783 -55
  14. tccli/services/apm/v20210622/api.json +3936 -1145
  15. tccli/services/apm/v20210622/examples.json +133 -23
  16. tccli/services/asr/asr_client.py +2 -2
  17. tccli/services/autoscaling/autoscaling_client.py +58 -58
  18. tccli/services/autoscaling/v20180419/api.json +77 -27
  19. tccli/services/batch/batch_client.py +28 -28
  20. tccli/services/bi/bi_client.py +24 -24
  21. tccli/services/billing/billing_client.py +42 -42
  22. tccli/services/cam/cam_client.py +81 -81
  23. tccli/services/captcha/captcha_client.py +1 -1
  24. tccli/services/car/car_client.py +33 -33
  25. tccli/services/cbs/cbs_client.py +38 -38
  26. tccli/services/ccc/ccc_client.py +70 -70
  27. tccli/services/ccc/v20200210/api.json +71 -26
  28. tccli/services/cdb/cdb_client.py +1262 -422
  29. tccli/services/cdb/v20170320/api.json +2166 -335
  30. tccli/services/cdb/v20170320/examples.json +126 -6
  31. tccli/services/cdc/cdc_client.py +20 -20
  32. tccli/services/cdn/cdn_client.py +44 -44
  33. tccli/services/cdn/v20180606/api.json +22 -22
  34. tccli/services/cdn/v20180606/examples.json +1 -1
  35. tccli/services/cdwdoris/cdwdoris_client.py +77 -77
  36. tccli/services/cdwpg/cdwpg_client.py +24 -24
  37. tccli/services/cdz/cdz_client.py +1 -1
  38. tccli/services/cfg/cfg_client.py +16 -16
  39. tccli/services/cfs/cfs_client.py +39 -39
  40. tccli/services/cfw/cfw_client.py +66 -66
  41. tccli/services/chdfs/chdfs_client.py +29 -29
  42. tccli/services/ciam/ciam_client.py +16 -16
  43. tccli/services/ckafka/ckafka_client.py +468 -76
  44. tccli/services/ckafka/v20190819/api.json +1009 -246
  45. tccli/services/ckafka/v20190819/examples.json +73 -23
  46. tccli/services/clb/clb_client.py +720 -384
  47. tccli/services/clb/v20180317/api.json +2255 -1017
  48. tccli/services/clb/v20180317/examples.json +184 -124
  49. tccli/services/cloudaudit/cloudaudit_client.py +18 -18
  50. tccli/services/cls/cls_client.py +86 -86
  51. tccli/services/cmq/cmq_client.py +2 -2
  52. tccli/services/config/config_client.py +6 -6
  53. tccli/services/controlcenter/controlcenter_client.py +225 -1
  54. tccli/services/controlcenter/v20230110/api.json +528 -5
  55. tccli/services/controlcenter/v20230110/examples.json +32 -0
  56. tccli/services/csip/csip_client.py +34 -34
  57. tccli/services/ctsdb/ctsdb_client.py +2 -2
  58. tccli/services/cvm/cvm_client.py +84 -84
  59. tccli/services/cvm/v20170312/api.json +175 -116
  60. tccli/services/cvm/v20170312/examples.json +93 -93
  61. tccli/services/cwp/cwp_client.py +465 -465
  62. tccli/services/cynosdb/cynosdb_client.py +154 -154
  63. tccli/services/dataintegration/dataintegration_client.py +1 -1
  64. tccli/services/dayu/dayu_client.py +103 -103
  65. tccli/services/dbbrain/dbbrain_client.py +42 -42
  66. tccli/services/dc/dc_client.py +18 -18
  67. tccli/services/dcdb/dcdb_client.py +62 -62
  68. tccli/services/dlc/dlc_client.py +109 -109
  69. tccli/services/dms/dms_client.py +2 -2
  70. tccli/services/dnspod/dnspod_client.py +40 -40
  71. tccli/services/domain/domain_client.py +24 -24
  72. tccli/services/dts/dts_client.py +83 -83
  73. tccli/services/eb/eb_client.py +26 -26
  74. tccli/services/ecdn/ecdn_client.py +15 -15
  75. tccli/services/ecm/ecm_client.py +124 -124
  76. tccli/services/eiam/eiam_client.py +40 -40
  77. tccli/services/emr/emr_client.py +77 -77
  78. tccli/services/emr/v20190103/api.json +6 -6
  79. tccli/services/es/es_client.py +21 -21
  80. tccli/services/facefusion/facefusion_client.py +3 -3
  81. tccli/services/faceid/faceid_client.py +19 -19
  82. tccli/services/faceid/v20180301/api.json +124 -46
  83. tccli/services/gaap/gaap_client.py +88 -88
  84. tccli/services/gme/gme_client.py +10 -10
  85. tccli/services/gpm/gpm_client.py +18 -18
  86. tccli/services/gse/gse_client.py +22 -22
  87. tccli/services/gwlb/gwlb_client.py +18 -18
  88. tccli/services/hunyuan/__init__.py +4 -0
  89. tccli/services/hunyuan/hunyuan_client.py +546 -0
  90. tccli/services/hunyuan/v20230901/api.json +628 -0
  91. tccli/services/hunyuan/v20230901/examples.json +60 -0
  92. tccli/services/iai/iai_client.py +29 -29
  93. tccli/services/iap/iap_client.py +6 -6
  94. tccli/services/ims/ims_client.py +1 -1
  95. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +42 -42
  96. tccli/services/iotcloud/iotcloud_client.py +20 -20
  97. tccli/services/ip/ip_client.py +6 -6
  98. tccli/services/kms/kms_client.py +68 -68
  99. tccli/services/kms/v20190118/api.json +80 -3
  100. tccli/services/kms/v20190118/examples.json +3 -3
  101. tccli/services/lcic/lcic_client.py +53 -53
  102. tccli/services/lighthouse/lighthouse_client.py +434 -98
  103. tccli/services/lighthouse/v20200324/api.json +488 -0
  104. tccli/services/lighthouse/v20200324/examples.json +54 -0
  105. tccli/services/live/live_client.py +120 -120
  106. tccli/services/lke/lke_client.py +90 -90
  107. tccli/services/lkeap/lkeap_client.py +63 -7
  108. tccli/services/lkeap/v20240522/api.json +134 -0
  109. tccli/services/lkeap/v20240522/examples.json +21 -1
  110. tccli/services/mariadb/mariadb_client.py +50 -50
  111. tccli/services/mdc/mdc_client.py +18 -18
  112. tccli/services/mdl/mdl_client.py +225 -57
  113. tccli/services/mdl/v20200326/api.json +903 -59
  114. tccli/services/mdl/v20200326/examples.json +24 -0
  115. tccli/services/mdp/mdp_client.py +62 -62
  116. tccli/services/mdp/v20200527/api.json +191 -28
  117. tccli/services/message/message_client.py +1 -1
  118. tccli/services/mongodb/mongodb_client.py +1081 -129
  119. tccli/services/mongodb/v20190725/api.json +1798 -141
  120. tccli/services/mongodb/v20190725/examples.json +136 -0
  121. tccli/services/monitor/monitor_client.py +149 -149
  122. tccli/services/monitor/v20180724/api.json +8 -8
  123. tccli/services/mps/mps_client.py +1118 -278
  124. tccli/services/mps/v20190612/api.json +2117 -117
  125. tccli/services/mps/v20190612/examples.json +164 -62
  126. tccli/services/mqtt/__init__.py +4 -0
  127. tccli/services/mqtt/mqtt_client.py +1610 -0
  128. tccli/services/mqtt/v20240516/api.json +3057 -0
  129. tccli/services/mqtt/v20240516/examples.json +213 -0
  130. tccli/services/msp/msp_client.py +7 -7
  131. tccli/services/ocr/ocr_client.py +206 -38
  132. tccli/services/ocr/v20181119/api.json +726 -83
  133. tccli/services/ocr/v20181119/examples.json +36 -6
  134. tccli/services/omics/omics_client.py +20 -20
  135. tccli/services/organization/organization_client.py +116 -116
  136. tccli/services/postgres/postgres_client.py +91 -91
  137. tccli/services/privatedns/privatedns_client.py +31 -31
  138. tccli/services/pts/pts_client.py +48 -48
  139. tccli/services/quota/quota_client.py +5 -5
  140. tccli/services/rce/rce_client.py +1 -1
  141. tccli/services/redis/redis_client.py +109 -109
  142. tccli/services/redis/v20180412/api.json +12 -12
  143. tccli/services/region/region_client.py +3 -3
  144. tccli/services/rum/rum_client.py +60 -60
  145. tccli/services/scf/scf_client.py +42 -42
  146. tccli/services/ses/ses_client.py +29 -29
  147. tccli/services/smh/__init__.py +4 -0
  148. tccli/services/smh/smh_client.py +714 -0
  149. tccli/services/smh/v20210712/api.json +1287 -0
  150. tccli/services/smh/v20210712/examples.json +85 -0
  151. tccli/services/sms/sms_client.py +18 -18
  152. tccli/services/sqlserver/sqlserver_client.py +139 -139
  153. tccli/services/ssl/ssl_client.py +38 -38
  154. tccli/services/ssm/ssm_client.py +24 -24
  155. tccli/services/sts/sts_client.py +5 -5
  156. tccli/services/tag/tag_client.py +30 -30
  157. tccli/services/tat/tat_client.py +19 -19
  158. tccli/services/tbaas/tbaas_client.py +4 -4
  159. tccli/services/tcaplusdb/tcaplusdb_client.py +52 -52
  160. tccli/services/tchd/tchd_client.py +1 -1
  161. tccli/services/tcmpp/tcmpp_client.py +104 -104
  162. tccli/services/tcr/tcr_client.py +76 -76
  163. tccli/services/tcsas/tcsas_client.py +2340 -268
  164. tccli/services/tcsas/v20250106/api.json +8410 -3423
  165. tccli/services/tcsas/v20250106/examples.json +308 -12
  166. tccli/services/tcss/tcss_client.py +330 -330
  167. tccli/services/tdid/tdid_client.py +48 -48
  168. tccli/services/tdmq/tdmq_client.py +2500 -372
  169. tccli/services/tdmq/v20200217/api.json +11607 -3958
  170. tccli/services/tdmq/v20200217/examples.json +562 -264
  171. tccli/services/tem/tem_client.py +56 -56
  172. tccli/services/teo/teo_client.py +466 -298
  173. tccli/services/teo/v20220901/api.json +324 -16
  174. tccli/services/teo/v20220901/examples.json +64 -22
  175. tccli/services/tione/tione_client.py +1 -1
  176. tccli/services/tiw/tiw_client.py +51 -51
  177. tccli/services/tke/tke_client.py +306 -138
  178. tccli/services/tke/v20180525/api.json +227 -0
  179. tccli/services/tke/v20180525/examples.json +24 -0
  180. tccli/services/tms/tms_client.py +1 -1
  181. tccli/services/tmt/tmt_client.py +1 -1
  182. tccli/services/trabbit/trabbit_client.py +29 -29
  183. tccli/services/trocket/__init__.py +4 -0
  184. tccli/services/trocket/trocket_client.py +2450 -0
  185. tccli/services/trocket/v20230308/api.json +6062 -0
  186. tccli/services/trocket/v20230308/examples.json +339 -0
  187. tccli/services/trro/trro_client.py +19 -19
  188. tccli/services/trtc/trtc_client.py +51 -51
  189. tccli/services/trtc/v20190722/api.json +15 -15
  190. tccli/services/tts/tts_client.py +1 -1
  191. tccli/services/vclm/vclm_client.py +2 -2
  192. tccli/services/vm/vm_client.py +4 -4
  193. tccli/services/vod/v20180717/api.json +2929 -296
  194. tccli/services/vod/v20180717/examples.json +40 -6
  195. tccli/services/vod/vod_client.py +459 -179
  196. tccli/services/vpc/v20170312/api.json +99 -29
  197. tccli/services/vpc/v20170312/examples.json +21 -13
  198. tccli/services/vpc/vpc_client.py +357 -301
  199. tccli/services/waf/waf_client.py +107 -107
  200. tccli/services/wedata/wedata_client.py +310 -310
  201. tccli/services/yunjing/yunjing_client.py +71 -71
  202. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/METADATA +2 -2
  203. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/RECORD +207 -187
  204. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/WHEEL +1 -1
  205. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/LICENSE +0 -0
  206. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/entry_points.txt +0 -0
  207. {tccli_intl_en-3.0.1282.1.dist-info → tccli_intl_en-3.1.33.1.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@
11
11
  "AssociateInstancesKeyPairs": [
12
12
  {
13
13
  "document": " ",
14
- "input": "https://cvm.tencentcloudapi.com/?Action=AssociateInstancesKeyPairs\n&InstanceIds.0=ins-1e4r6y8i\n&InstanceIds.1=ins-3e56fg78\n&KeyIds.0=skey-4e5ty7i8\n&<Common request parameters>",
14
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateInstancesKeyPairs\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-1e4r6y8i\",\n \"ins-3e56fg78\"\n ],\n \"KeyIds\": [\n \"skey-4e5ty7i8\"\n ]\n}",
15
15
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
16
16
  "title": "Binding a key pair to CVM"
17
17
  }
@@ -19,7 +19,7 @@
19
19
  "AssociateSecurityGroups": [
20
20
  {
21
21
  "document": " ",
22
- "input": "https://cvm.tencentcloudapi.com/?Action=AssociateSecurityGroups\n&InstanceIds.0=ins-2zvpghhc\n&InstanceIds.1=ins-915zrb0p\n&SecurityGroupIds.0=sg-9id3l839\n&<Common request parameters>",
22
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AssociateSecurityGroups\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-915zrb0p\",\n \"ins-2zvpghhc\"\n ],\n \"SecurityGroupIds\": [\n \"sg-9id3l839\"\n ]\n}",
23
23
  "output": "{\n \"Response\": {\n \"RequestId\": \"3385dcf2-e1f0-4ed8-a924-c296721ab65f\"\n }\n}",
24
24
  "title": "Associating multiple instances with one security group"
25
25
  }
@@ -27,32 +27,32 @@
27
27
  "ConfigureChcAssistVpc": [
28
28
  {
29
29
  "document": "This example shows you how to configure the out-of-band network and deployment network of a CHC host.",
30
- "input": "https://cvm.tencentcloudapi.com/?Action=ConfigureChcAssistVpc\n&ChcIds.0=chc-1a2b3c4d\n&ChcIds.1=chc-adf34aft\n&BmcVirtualPrivateCloud.SubnetId=\"subnet-12345678\"\n&BmcVirtualPrivateCloud.VpcId=\"vpc-12345678\"\n&BmcVirtualPrivateCloud.PrivateIpAddresses.0=10.0.0.2\n&BmcVirtualPrivateCloud.PrivateIpAddresses.1=10.0.0.3\n&BmcSecurityGroupIds.0=sg-12345678\n&DeployVirtualPrivateCloud.SubnetId=\"subnet-1234abcd\"\n&DeployVirtualPrivateCloud.VpcId=\"vpc-1234abcd8\"\n&DeployVirtualPrivateCloud.PrivateIpAddresses.0=10.0.1.2\n&DeployVirtualPrivateCloud.PrivateIpAddresses.1=10.0.1.3\n&DeploySecurityGroupIds.0=sg-8a7f6d5s\n&<Common request parameters>",
31
- "output": "{\n \"Response\": {\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConfigureChcAssistVpc\n<Common request parameters>\n\n{\n \"ChcIds\": [\n \"chc-1a2b3c4d\",\n \"chc-adf34aft\"\n ],\n \"BmcVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-12345678\",\n \"SubnetId\": \"subnet-12345678\",\n \"PrivateIpAddresses\": [\n \"10.0.0.2\",\n \"10.0.0.3\"\n ]\n },\n \"BmcSecurityGroupIds\": [\n \"sg-12345678\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-1234abcd8\",\n \"SubnetId\": \"subnet-1234abcd\",\n \"PrivateIpAddresses\": [\n \"10.0.1.2\",\n \"10.0.1.3\"\n ]\n },\n \"DeploySecurityGroupIds\": [\n \"sg-8a7f6d5s\"\n ]\n}",
31
+ "output": "{\n \"Response\": {\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
32
32
  "title": "Configuring the out-of-band network and deployment network of a CHC"
33
33
  }
34
34
  ],
35
35
  "ConfigureChcDeployVpc": [
36
36
  {
37
37
  "document": "This example shows you how to configure the deployment network of a CHC.",
38
- "input": "https://cvm.tencentcloudapi.com/?Action=ConfigureChcDeployVpc\n&ChcIds.0=chc-1a2b3c4d\n&ChcIds.1=chc-adf34aft\n&DeployVirtualPrivateCloud.SubnetId=\"subnet-1234abcd\"\n&DeployVirtualPrivateCloud.VpcId=\"vpc-1234abcd8\"\n&DeployVirtualPrivateCloud.PrivateIpAddresses.0=10.0.1.2\n&DeployVirtualPrivateCloud.PrivateIpAddresses.1=10.0.1.3\n&DeploySecurityGroupIds.0=sg-8a7f6d5s\n&ChcDeployExtraConfig.MiniOsType=public\n&ChcDeployExtraConfig.BootType=x86_legacy\n&ChcDeployExtraConfig.BootFile=pxelinux.0\n&ChcDeployExtraConfig.NextServerAddress=169.254.68.10\n&<Common request parameters>",
39
- "output": "{\n \"Response\": {\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
38
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConfigureChcDeployVpc\n<Common request parameters>\n\n{\n \"ChcIds\": [\n \"chc-ej2pc1yr\"\n ],\n \"DeployVirtualPrivateCloud\": {\n \"VpcId\": \"vpc-oa69jq11\",\n \"SubnetId\": \"subnet-ov1xx3u3\",\n \"PrivateIpAddresses\": [\n \"11.97.4.66\"\n ]\n },\n \"DeploySecurityGroupIds\": [\n \"sg-j9ro1lex\"\n ]\n}",
39
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a35f2e81-435f-4bb0-898c-35e3bc9cb5f3\"\n }\n}",
40
40
  "title": "Configuring the deployment network of a CHC host"
41
41
  }
42
42
  ],
43
43
  "ConvertOperatingSystems": [
44
44
  {
45
45
  "document": "This example shows you how to perform operating system switching on instance ins-6pb6lrmy.",
46
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConvertOperatingSystem\n<Common request parameters>\n\n\n\n{\n \"InstanceIds\": [\n \"ins-6pb6lrmy\"\n ]\n}",
47
- "output": "{\n \"Response\": {\n \"SupportTargetOSList\": [\n {\n \"TargetOSType\": \"TencentOS\",\n \"TargetOSVersion\": \"2.4\"\n }\n ],\n \"TaskId\": \"12345678\",\n \"RequestId\": \"abc\"\n }\n}",
46
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ConvertOperatingSystems\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-6pb6lrmy\"\n ]\n}",
47
+ "output": "{\n \"Response\": {\n \"SupportTargetOSList\": [\n {\n \"TargetOSType\": \"TencentOS\",\n \"TargetOSVersion\": \"2.4\"\n }\n ],\n \"TaskId\": \"12345678\",\n \"RequestId\": \"c8825ac1-0d07-4f3c-a35e-599eb1acd6fc\"\n }\n}",
48
48
  "title": "Performing Operating System Switching"
49
49
  }
50
50
  ],
51
51
  "CreateDisasterRecoverGroup": [
52
52
  {
53
53
  "document": "This example shows you how to create a spread placement group.",
54
- "input": "https://cvm.tencentcloudapi.com/?Action=CreateDisasterRecoverGroup\n&Name=Physical machine spread placement group\n&Type=HOST\n&<Common request parameters>",
55
- "output": "{\n \"Response\": {\n \"Type\": \"HOST\",\n \"DisasterRecoverGroupId\": \"ps-qajfd25h\",\n \"Name\": \"Physical machine spread placement group\",\n \"CvmQuotaTotal\": 50,\n \"CurrentNum\": 0,\n \"CreateTime\": \"2020-09-22 00:00:00\",\n \"RequestId\": \"21387009-9b9c-4b57-8fa2-8228f702ff6c\"\n }\n}",
54
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDisasterRecoverGroup\n<Common request parameters>\n\n{\n \"Name\": \"MySWDisasterRecoverGroup\",\n \"Type\": \"SW\",\n \"Affinity\": 3,\n \"TagSpecification\": [\n {\n \"ResourceType\": \"ps\",\n \"Tags\": [\n {\n \"Key\": \"MySWDisasterRecoverGroupKey\",\n \"Value\": \"MySWDisasterRecoverGroupValue\"\n }\n ]\n }\n ]\n}",
55
+ "output": "{\n \"Response\": {\n \"CreateTime\": \"2025-11-17T07:43:06Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-39lmgkht\",\n \"Name\": \"MySWDisasterRecoverGroup\",\n \"RequestId\": \"59216e4c-c24d-46f8-bc88-ebc5081a595f\",\n \"Type\": \"SW\"\n }\n}",
56
56
  "title": "Creating a spread placement group"
57
57
  }
58
58
  ],
@@ -67,7 +67,7 @@
67
67
  "CreateKeyPair": [
68
68
  {
69
69
  "document": " ",
70
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKeyPair\n<Common request parameters>\n\n\n\n{\n \"ProjectId\": 0,\n \"KeyName\": \"Tencent\"\n}",
70
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKeyPair\n<Common request parameters>\n\n{\n \"ProjectId\": 0,\n \"KeyName\": \"Tencent\"\n}",
71
71
  "output": "{\n \"Response\": {\n \"KeyPair\": {\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"Tencent\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\",\n \"PrivateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIICXgIBAAKBgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZK\\nAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/X\\nUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCwIDAQAB\\nAoGBAJEvSu5SaCD02hs0F2C4Aln2E2/qjMoDEa7spcEVfUhdaNX8ZLvk5pUvnikm\\nwfSb7a71QUIcFu66zKxBK4kVcirBRCR8nTAQbQ6AhXQYP+y6ihZ9Z/g6BBEeqCpV\\nuGPmKnhdxdJ8Al2huEZKJFUQhKM8XdP7dqn6yFDm0L2sTK6RAkEA9IbhP4/2CVSC\\n6d8j5nj3ejPx25R3wc4G+st1tZn1O/TRqUknbVEvsxZC63bRjHiw086QIWr61L8f\\nqQBLZ58DMwJBANmRv3aHVxv5sMlV0F3hD5ZgWEDIIjxD7oiBzU1rqvF6OpTQc1cF\\nrnwxAXDtYYJ75B8qQEL1ph/zIE5YW0hlfckCQQCyVTwpUyCopU3kqqxQBaDXKtMU\\nxS6h1VQZzBDIpMPJOj8+Ku/qNe+HuJCNkVY6EDtF/bv340GTrt+0LVbQ95MpAkEA\\nxcvwUdTXB9LnuxKuHTsoDaFHepW4MivcJvRC7njM7z4dFf+wbFP4/mUbF0xoUtVJ\\nXl/uDjH/tpo1K6S+UEIcqQJAfLQywCQdZ/qOJn0PwxiOhwniikSnZuZPNSw8T+kg\\n/oxijESOLAJBnt3S/g+D530Enjitvfc9mEB7mh0VmwWvPg==\\n-----END RSA PRIVATE KEY-----\\n\"\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
72
72
  "title": "Creating a Key Pair"
73
73
  }
@@ -82,8 +82,8 @@
82
82
  ],
83
83
  "CreateLaunchTemplateVersion": [
84
84
  {
85
- "document": "This example shows you how to create a new launch template version in Guangzhou Zone 1.",
86
- "input": "https://cvm.tencentcloudapi.com/?Action=CreateLaunchTemplateVersion\n&Placement.Zone=ap-guangzhou-1\n&LaunchTemplateId=lt-lobxe2yo\n&<Common request parameters>",
85
+ "document": "This example shows you how to create a new launch template version in Guangzhou Zone 6.",
86
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLaunchTemplateVersion\n<Common request parameters>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"LaunchTemplateId\": \"lt-f6q777hr\"\n}",
87
87
  "output": "{\n \"Response\": {\n \"LaunchTemplateVersionNumber\": 7,\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec309\"\n }\n}",
88
88
  "title": "Creating an instance launch template version"
89
89
  }
@@ -91,21 +91,21 @@
91
91
  "DeleteDisasterRecoverGroups": [
92
92
  {
93
93
  "document": "This example shows you how to delete a spread placement group.",
94
- "input": "https://cvm.tencentcloudapi.com/?Action=DeleteDisasterRecoverGroups\n&DisasterRecoverGroupIds.0=ps-58l1hu01\n&<Common request parameters>",
95
- "output": "{\n \"Response\": {\n \"RequestId\": \"8e50cdb5-56dc-408b-89b0-31818958d424\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"DisasterRecoverGroupIds\": [\n \"ps-39lmgkht\"\n ]\n}",
95
+ "output": "{\n \"Response\": {\n \"RequestId\": \"4f57ce54-4639-4daa-b29f-37ab55f82809\"\n }\n}",
96
96
  "title": "Deleting a spread placement group"
97
97
  }
98
98
  ],
99
99
  "DeleteImages": [
100
100
  {
101
101
  "document": "This example shows you how to delete the image `img-34vaef8fe`. If the image is in use or the image ID does not exist, no operation will be performed, and an error code will be returned.",
102
- "input": "https://cvm.tencentcloudapi.com/?Action=DeleteImages\n&ImageIds.0=img-34vaef8fe\n&<Common request parameters>",
102
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-34vaef8fe\"\n ]\n}",
103
103
  "output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
104
104
  "title": "Deleting an image"
105
105
  },
106
106
  {
107
107
  "document": "This example shows you how to delete the image `img-34vaef8fe`. If the image is in use or the image ID does not exist, no operation will be performed and an error code will be returned.",
108
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-mfih409y\"\n ],\n \"DryRun\": \"True\",\n \"DeleteBindedSnap\": \"True\"\n}",
108
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-mfih409y\"\n ],\n \"DryRun\": true,\n \"DeleteBindedSnap\": true\n}",
109
109
  "output": "{\n \"Response\": {\n \"RequestId\": \"f24aca43-5135-4c9b-81fb-734969ce4c78\"\n }\n}",
110
110
  "title": "Checking whether the specified image can be deleted"
111
111
  }
@@ -113,7 +113,7 @@
113
113
  "DeleteKeyPairs": [
114
114
  {
115
115
  "document": " ",
116
- "input": "https://cvm.tencentcloudapi.com/?Action=DeleteKeyPairs\n&KeyIds.0=skey-mv9yzyjj\n&<Common request parameters>",
116
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteKeyPairs\n<Common request parameters>\n\n{\n \"KeyIds\": [\n \"skey-mv9yzyjj\"\n ]\n}",
117
117
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
118
118
  "title": "Deleting a key pair"
119
119
  }
@@ -121,7 +121,7 @@
121
121
  "DeleteLaunchTemplate": [
122
122
  {
123
123
  "document": " ",
124
- "input": "https://cvm.tencentcloudapi.com/?Action=DeleteLaunchTemplate\n&LaunchTemplateId=lt-34vaef8fe\n&<Common request parameters>",
124
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLaunchTemplate\n<Common request parameters>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\"\n}",
125
125
  "output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
126
126
  "title": "Deleting an instance launch template"
127
127
  }
@@ -129,7 +129,7 @@
129
129
  "DeleteLaunchTemplateVersions": [
130
130
  {
131
131
  "document": "This example deletes version 2 and 3 of the instance launch template `lt-34vaef8fe`.",
132
- "input": "https://cvm.tencentcloudapi.com/?Action=DeleteLaunchTemplateVersions\n&LaunchTemplateId=lt-34vaef8fe\n&LaunchTemplateVersions.0=2\n&LaunchTemplateVersions.1=3\n&<Common request parameters>",
132
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteLaunchTemplateVersions\n<Common request parameters>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\",\n \"LaunchTemplateVersions\": [\n 2,\n 3\n ]\n}",
133
133
  "output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
134
134
  "title": "Deletes one or more instance launch template versions"
135
135
  }
@@ -153,7 +153,7 @@
153
153
  "DescribeDisasterRecoverGroupQuota": [
154
154
  {
155
155
  "document": "This example shows you how to query the quota of your placement groups.",
156
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeDisasterRecoverGroupQuota\n&<Common request parameters>",
156
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroupQuota\n<Common request parameters>\n\n{}",
157
157
  "output": "{\n \"Response\": {\n \"GroupQuota\": 10,\n \"CvmInHostGroupQuota\": 50,\n \"CvmInSwGroupQuota\": 20,\n \"CvmInRackGroupQuota\": 30,\n \"CurrentNum\": 25,\n \"RequestId\": \"a13da94a-1cbc-42ca-ac6c-e14ef0c76a7c\"\n }\n}",
158
158
  "title": "Querying placement group quota"
159
159
  }
@@ -161,8 +161,8 @@
161
161
  "DescribeDisasterRecoverGroups": [
162
162
  {
163
163
  "document": "This example shows you how to query the information of a spread placement group.",
164
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeDisasterRecoverGroups\n&<Common request parameters>",
165
- "output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"DisasterRecoverGroupId\": \"ps-21q9ibvr\",\n \"Name\": \"Database service\",\n \"Type\": \"RACK\",\n \"CvmQuotaTotal\": 30,\n \"CurrentNum\": 0,\n \"InstanceIds\": [],\n \"CreateTime\": \"2018-04-19T02:47:12Z\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"c68ce193-be41-4d13-9a9b-2dc031db6477\"\n }\n}",
164
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDisasterRecoverGroups\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 100,\n \"Filters\": [\n {\n \"Name\": \"tag:myTagKey\",\n \"Values\": [\n \"myTagVlue\"\n ]\n }\n ]\n}",
165
+ "output": "{\n \"Response\": {\n \"DisasterRecoverGroupSet\": [\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-28T10:04:56Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 60,\n \"DisasterRecoverGroupId\": \"ps-0f03mwkn\",\n \"InstanceIds\": [],\n \"Name\": \"HostDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"HOST\"\n },\n {\n \"Affinity\": 1,\n \"CreateTime\": \"2024-08-13T04:16:19Z\",\n \"CurrentNum\": 0,\n \"CvmQuotaTotal\": 20,\n \"DisasterRecoverGroupId\": \"ps-ali72vwj\",\n \"InstanceIds\": [],\n \"Name\": \"SWDisasterRecoverGroup\",\n \"Tags\": [\n {\n \"Key\": \"myTagKey\",\n \"Value\": \"myTagVlue\"\n }\n ],\n \"Type\": \"SW\"\n }\n ],\n \"RequestId\": \"52eca90d-08c8-4887-abf0-78d8155cfcfd\",\n \"TotalCount\": 2\n }\n}",
166
166
  "title": "Querying the information of a spread placement group"
167
167
  }
168
168
  ],
@@ -185,7 +185,7 @@
185
185
  "DescribeImageQuota": [
186
186
  {
187
187
  "document": "This example shows you how to query your image quota.",
188
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeImageQuota\r\n&<Common request parameters>",
188
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageQuota\n<Common request parameters>\n\n{}",
189
189
  "output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\",\n \"ImageNumQuota\": 20\n }\n}",
190
190
  "title": "Querying image quota"
191
191
  }
@@ -193,7 +193,7 @@
193
193
  "DescribeImageSharePermission": [
194
194
  {
195
195
  "document": "This example shows you how to query the sharing information of an image whose image ID is img-6pb6lrmy.",
196
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeImageSharePermission\r\n&ImageId=img-6pb6lrmy\r\n&<Common request parameters>",
196
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImageSharePermission\n<Common request parameters>\n\n{\n \"ImageId\": \"img-6pb6lrmy\"\n}",
197
197
  "output": "{\n \"Response\": {\n \"SharePermissionSet\": [\n {\n \"CreatedTime\": \"2018-06-10T11:02:50Z\",\n \"AccountId\": \"101104350000\"\n },\n {\n \"CreatedTime\": \"2018-06-13T15:03:25Z\",\n \"AccountId\": \"101104350001\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
198
198
  "title": "Querying sharing information of a specified image"
199
199
  }
@@ -207,7 +207,7 @@
207
207
  },
208
208
  {
209
209
  "document": "This example shows you how to query all private images under an account.",
210
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ]\n}",
210
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImages\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Values\": [\n \"PRIVATE_IMAGE\"\n ],\n \"Name\": \"image-type\"\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
211
211
  "output": "{\n \"Response\": {\n \"TotalCount\": 408,\n \"ImageSet\": [\n {\n \"OsName\": \"CentOS 7.4 64-bit\",\n \"ImageSize\": 20,\n \"ImageType\": \"PRIVATE_IMAGE\",\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"ImageDescription\": \"test-image\",\n \"ImageSource\": \"CREATE_IMAGE\",\n \"ImageId\": \"img-qlzp4oea\",\n \"ImageName\": \"test-image\",\n \"ImageCreator\": \"3205597606\",\n \"ImageState\": \"NORMAL\",\n \"SyncPercent\": null,\n \"SnapshotSet\": [\n {\n \"SnapshotId\": \"snap-gqa37j2p\",\n \"DiskUsage\": \"SYSTEM_DISK\",\n \"DiskSize\": 20\n }\n ],\n \"Tags\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Architecture\": \"x86_64\",\n \"Platform\": \"CentOS\",\n \"IsSupportCloudinit\": true\n }\n ],\n \"RequestId\": \"5908394c-5b3f-42e0-a537-8410553890a5\"\n }\n}",
212
212
  "title": "Querying an image by the image type"
213
213
  }
@@ -215,7 +215,7 @@
215
215
  "DescribeImportImageOs": [
216
216
  {
217
217
  "document": " ",
218
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeImportImageOs\r\n&<Common request parameters>",
218
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeImportImageOs\n<Common request parameters>\n\n{}",
219
219
  "output": "{\n \"Response\": {\n \"ImportImageOsListSupported\": {\n \"Linux\": [\n \"CentOS\",\n \"Ubuntu\",\n \"Debian\",\n \"OpenSUSE\",\n \"SUSE\",\n \"CoreOS\",\n \"FreeBSD\",\n \"Other Linux\"\n ],\n \"Windows\": [\n \"Windows Server 2008\",\n \"Windows Server 2012\",\n \"Windows Server 2016\"\n ]\n },\n \"ImportImageOsVersionSet\": [\n {\n \"OsName\": \"Windows Server 2008\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2012\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Windows Server 2016\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CentOS\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"CoreOS\",\n \"OsVersions\": [\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Debian\",\n \"OsVersions\": [\n \"6\",\n \"7\",\n \"8\",\n \"9\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"FreeBSD\",\n \"OsVersions\": [\n \"10\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Redhat\",\n \"OsVersions\": [\n \"5\",\n \"6\",\n \"7\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"OpenSUSE\",\n \"OsVersions\": [\n \"11\",\n \"12\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"SUSE\",\n \"OsVersions\": [\n \"10\",\n \"11\",\n \"12\",\n \"13\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Ubuntu\",\n \"OsVersions\": [\n \"10\",\n \"12\",\n \"14\",\n \"16\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n },\n {\n \"OsName\": \"Other Linux\",\n \"OsVersions\": [\n \"-\"\n ],\n \"Architecture\": [\n \"x86_64\",\n \"i386\"\n ]\n }\n ],\n \"RequestId\": \"32064a8f-8d3f-4670-8d4f-60123ca97042\"\n }\n}",
220
220
  "title": "Querying the supported operating systems of imported images"
221
221
  }
@@ -223,7 +223,7 @@
223
223
  "DescribeInstanceFamilyConfigs": [
224
224
  {
225
225
  "document": "This example shows you how to query the supported instance families in the Guangzhou region.",
226
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\n&<Common request parameters>\n\n{}",
226
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstanceFamilyConfigs\nX-TC-Language: en-US\n&<Common request parameters>\n\n{}",
227
227
  "output": "{\n \"Response\": {\n \"InstanceFamilyConfigSet\": [\n {\n \"InstanceFamilyName\": \"Standard S1\",\n \"InstanceFamily\": \"S1\"\n },\n {\n \"InstanceFamilyName\": \"Network-optimized N1\",\n \"InstanceFamily\": \"N1\"\n },\n {\n \"InstanceFamilyName\": \"High IO I1\",\n \"InstanceFamily\": \"I1\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M1\",\n \"InstanceFamily\": \"M1\"\n },\n {\n \"InstanceFamilyName\": \"Standard S2\",\n \"InstanceFamily\": \"S2\"\n },\n {\n \"InstanceFamilyName\": \"Standard network enhanced SN2\",\n \"InstanceFamily\": \"SN2\"\n },\n {\n \"InstanceFamilyName\": \"High IO I2\",\n \"InstanceFamily\": \"I2\"\n },\n {\n \"InstanceFamilyName\": \"MEM optimized M2\",\n \"InstanceFamily\": \"M2\"\n },\n {\n \"InstanceFamilyName\": \"Compute C2\",\n \"InstanceFamily\": \"C2\"\n },\n {\n \"InstanceFamilyName\": \"Compute Network-optimized CN2\",\n \"InstanceFamily\": \"CN2\"\n },\n {\n \"InstanceFamilyName\": \"Standard S3\",\n \"InstanceFamily\": \"S3\"\n },\n {\n \"InstanceFamilyName\": \"Compute C3\",\n \"InstanceFamily\": \"C3\"\n },\n {\n \"InstanceFamilyName\": \"FPGA FX2\",\n \"InstanceFamily\": \"FX2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN2\",\n \"InstanceFamily\": \"GN2\"\n },\n {\n \"InstanceFamilyName\": \"GPU rendering GA2\",\n \"InstanceFamily\": \"GA2\"\n },\n {\n \"InstanceFamilyName\": \"GPU compute GN8\",\n \"InstanceFamily\": \"GN8\"\n },\n {\n \"InstanceFamilyName\": \"Dedicated\",\n \"InstanceFamily\": \"CDH\"\n },\n {\n \"InstanceFamilyName\": \"Shared core\",\n \"InstanceFamily\": \"SHARED\"\n }\n ],\n \"RequestId\": \"b061782b-934a-4e53-b1eb-d5f2fed8130e\"\n }\n}",
228
228
  "title": "Querying supported instance families"
229
229
  }
@@ -232,20 +232,20 @@
232
232
  {
233
233
  "document": "This example shows you how to view instance information in Guangzhou Zone 3 or Guangzhou Zone 4 and limit return results to one.",
234
234
  "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<Common request parameters>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": 0\n}",
235
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"ResetInstancesType\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
235
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"DedicatedClusterId\": \"\",\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"myKey\",\n \"Value\": \"myValue\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": \"b29c2f37-9f2d-11ef-8836-5254009ad364\",\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"ResetInstancesType\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
236
236
  "title": "View Instance List"
237
237
  },
238
- {
239
- "document": "This example shows you how to query instances bound with the tag key-value pair (city:shenzhen).",
240
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<Common request parameters>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"shenzhen\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": 0\n}",
241
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"68b510db-b4c1-4630-a62b-73d0c7c970f9\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"OsName\": \"CentOS 7.6 64bit\",\n \"CreatedTime\": \"2020-03-10T02:43:51Z\",\n \"RestrictState\": \"NORMAL\",\n \"ExpiredTime\": \"2020-04-10T02:47:36Z\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"IPv6Addresses\": null,\n \"CPU\": 1,\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"InstanceId\": \"ins-9bxebleo\",\n \"ImageId\": \"img-9qabwvbn\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"S1.SMALL1\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskId\": \"disk-nucurerk\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"IsolatedSource\": \"NOTISOLATED\",\n \"Placement\": {\n \"ProjectId\": 1174660,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"LoginSettings\": {\n \"KeyIds\": null\n },\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"DedicatedClusterId\": \"\",\n \"InstanceName\": \"Test instance\",\n \"DataDisks\": [],\n \"VirtualPrivateCloud\": {\n \"Ipv6AddressCount\": 1,\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ],\n \"SubnetId\": \"subnet-a2676p0e\",\n \"AsVpcGateway\": false,\n \"VpcId\": \"vpc-g7wzcv7n\"\n },\n \"LatestOperationRequestId\": \"3554eb5b-1cfa-471a-ae76-dc436c9d43e8\",\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 1,\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\"\n },\n \"RdmaIpAddresses\": [],\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"RenewInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
242
- "title": "Querying Instances Bound to Tags"
243
- },
244
238
  {
245
239
  "document": "This example shows you how to query the instance status after initiating StopInstances. You can check that the LatestOperation of the instance is StopInstances and the LatestOperationState is OPERATING using DescribeInstances.",
246
240
  "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<Common request parameters>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"ap-guangzhou-3\",\n \"ap-guangzhou-4\"\n ],\n \"Name\": \"zone\"\n }\n ],\n \"Offset\": 0\n}",
247
- "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": null,\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"StopInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
241
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"e85f1388-0422-410d-8e50-bef540e78c18\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"OPERATING\",\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-b4vakk62\"\n ]\n },\n \"IPv6Addresses\": [\n \"2001:0db8:86a3:08d3:1319:8a2e:0370:7344\"\n ],\n \"RestrictState\": \"PROTECTIVELY_ISOLATED\",\n \"ExpiredTime\": \"2020-09-22T00:00:00+00:00\",\n \"DisasterRecoverGroupId\": \"ps-xxxxxxxx\",\n \"Memory\": 1,\n \"CreatedTime\": \"2020-09-22T00:00:00+00:00\",\n \"CPU\": 1,\n \"RdmaIpAddresses\": [],\n \"CamRoleName\": \"\",\n \"DedicatedClusterId\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"InstanceId\": \"ins-xlsyru2j\",\n \"ImageId\": \"img-8toqc6s3\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceType\": \"S2.SMALL2\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskId\": \"disk-czsodtl1\",\n \"DiskType\": \"CLOUD_SSD\"\n },\n \"Placement\": {\n \"HostId\": \"host-h3m57oik\",\n \"ProjectId\": 1174660,\n \"HostIds\": [],\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"OsName\": \"CentOS 7.4 64bit\",\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"InstanceName\": \"myInstance\",\n \"DataDisks\": [\n {\n \"DeleteWithInstance\": true,\n \"Encrypt\": true,\n \"CdcId\": \"cdc-xxxxxxxx\",\n \"DiskType\": \"CLOUD_SSD\",\n \"ThroughputPerformance\": 0,\n \"KmsKeyId\": \"b29c2f37-9f2d-11ef-8836-5254009ad364\",\n \"DiskSize\": 50,\n \"DiskId\": \"disk-bzsodtn1\"\n }\n ],\n \"IsolatedSource\": \"NOTISOLATED\",\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-mv4sn55k\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 1,\n \"VpcId\": \"vpc-m0cnatxj\",\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ]\n },\n \"LatestOperationRequestId\": \"c7de1287-061d-4ace-8caf-6ad8e5a2f29a\",\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 1\n },\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"StopInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"d655191e-a39d-43d2-8349-8c3f2bf4b327\"\n }\n}",
248
242
  "title": "Querying the Latest Operation on an Instance"
243
+ },
244
+ {
245
+ "document": "This example shows you how to query instances bound with the tag key-value pair (city:shenzhen).",
246
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInstances\n<Common request parameters>\n\n{\n \"Limit\": 1,\n \"Filters\": [\n {\n \"Values\": [\n \"shenzhen\"\n ],\n \"Name\": \"tag:city\"\n }\n ],\n \"Offset\": 0\n}",
247
+ "output": "{\n \"Response\": {\n \"InstanceSet\": [\n {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Uuid\": \"68b510db-b4c1-4630-a62b-73d0c7c970f9\",\n \"InstanceState\": \"RUNNING\",\n \"DisableApiTermination\": false,\n \"LatestOperationErrorMsg\": \"\",\n \"DefaultLoginPort\": 22,\n \"LicenseType\": \"TencentCloud\",\n \"DefaultLoginUser\": \"root\",\n \"LatestOperationState\": \"SUCCESS\",\n \"OsName\": \"CentOS 7.6 64bit\",\n \"CreatedTime\": \"2020-03-10T02:43:51Z\",\n \"RestrictState\": \"NORMAL\",\n \"ExpiredTime\": \"2020-04-10T02:47:36Z\",\n \"DisasterRecoverGroupId\": \"\",\n \"Memory\": 1,\n \"IPv6Addresses\": [\n \"fd76:3600:71e:7800:6:461d:4e8:3add\"\n ],\n \"CPU\": 1,\n \"CamRoleName\": \"\",\n \"PublicIpAddresses\": [\n \"123.207.11.190\"\n ],\n \"Tags\": [\n {\n \"Key\": \"city\",\n \"Value\": \"shenzhen\"\n }\n ],\n \"InstanceId\": \"ins-9bxebleo\",\n \"ImageId\": \"img-9qabwvbn\",\n \"StopChargingMode\": \"NOT_APPLICABLE\",\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceType\": \"S1.SMALL1\",\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskId\": \"disk-nucurerk\",\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"IsolatedSource\": \"NOTISOLATED\",\n \"Placement\": {\n \"ProjectId\": 1174660,\n \"Zone\": \"ap-guangzhou-3\"\n },\n \"PrivateIpAddresses\": [\n \"172.16.32.78\"\n ],\n \"LoginSettings\": {\n \"KeyIds\": [\n \"skey-0lqrhzz1\"\n ]\n },\n \"SecurityGroupIds\": [\n \"sg-p1ezv4wz\"\n ],\n \"DedicatedClusterId\": \"\",\n \"InstanceName\": \"Test instance\",\n \"DataDisks\": [],\n \"VirtualPrivateCloud\": {\n \"Ipv6AddressCount\": 1,\n \"PrivateIpAddresses\": [\n \"172.16.3.59\"\n ],\n \"SubnetId\": \"subnet-a2676p0e\",\n \"AsVpcGateway\": false,\n \"VpcId\": \"vpc-g7wzcv7n\"\n },\n \"LatestOperationRequestId\": \"3554eb5b-1cfa-471a-ae76-dc436c9d43e8\",\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 1,\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\"\n },\n \"RdmaIpAddresses\": [],\n \"HpcClusterId\": \"\",\n \"LatestOperation\": \"RenewInstances\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
248
+ "title": "Querying Instances Bound to Tags"
249
249
  }
250
250
  ],
251
251
  "DescribeInstancesAttributes": [
@@ -275,7 +275,7 @@
275
275
  "DescribeInternetChargeTypeConfigs": [
276
276
  {
277
277
  "document": "This example shows you how to query the list of all network billing modes and select one for the CVM created using the API.",
278
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeInternetChargeTypeConfigs\r\n&<Common request parameters>",
278
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeInternetChargeTypeConfigs\nX-TC-Language: en-US\n<Common request parameters>\n\n{}",
279
279
  "output": "{\n \"Response\": {\n \"InternetChargeTypeConfigSet\": [\n {\n \"InternetChargeType\": \"BANDWIDTH_PREPAID\",\n \"Description\": \"Bill by monthly bandwidth subscription\"\n },\n {\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"Description\": \"Bill by traffic\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_POSTPAID_BY_HOUR\",\n \"Description\": \"Bill by bandwidth usage period\"\n },\n {\n \"InternetChargeType\": \"BANDWIDTH_PACKAGE\",\n \"Description\": \"Bill by bandwidth package\"\n }\n ],\n \"RequestId\": \"c2abdac4-ea7b-4653-b07c-87cc303fabf0\"\n }\n}",
280
280
  "title": "Querying network billing modes"
281
281
  }
@@ -283,24 +283,24 @@
283
283
  "DescribeKeyPairs": [
284
284
  {
285
285
  "document": "This example shows you how to query the list of key pairs.",
286
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeKeyPairs\n&Filters.0.Name=key-name\n&Filters.0.Values.0=Tencent\n&Offset=0\n&Limit=20\n&<Common request parameters>",
287
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"KeyPairSet\": [\n {\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"Tencent\",\n \"Description\": \"\",\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\",\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2016-12-02T00:22:40Z\"\n }\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
286
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeyPairs\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"key-name\",\n \"Values\": [\n \"MyKeyPair\"\n ]\n }\n ],\n \"Offset\": 0,\n \"Limit\": 1\n}",
287
+ "output": "{\n \"Response\": {\n \"KeyPairSet\": [\n {\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2025-10-16T08:12:48Z\",\n \"Description\": \"\",\n \"KeyId\": \"skey-1q8j7b93\",\n \"KeyName\": \"MyKeyPair\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8gSdflU6iZDlLp3uRgfIQ7d9gl4SzF2yO9BJ1VyzhgWkbYsUS8u7qbwxC6UeAc8364FhT4MjVjXi/+6hYpDnnMiK6lqKBxotLupUtkVmYt+osdPP+y3OcCzTqHWCsY3s7AvyvD41+nuH6LrpXZ4LlHJynPc66eqd5gpnCyg2O1sxW+pd2Zigk0QGWiCuVtm4ICEp3DNHG/9wlVzd++xODf398JU3ebxBsXfe46mFSkyBVbsJLuNueZd4eGDS3q0WhimnvpgZoYOGsNPl4GBLCGOHWZrl/9hE+az6P8W7QwpVe5gvy5MG3usk6zpc0f/diZrdXX7 skey-1q8j7b93\",\n \"Tags\": [\n {\n \"Key\": \"MyKeyPairTagKey\",\n \"Value\": \"MyKeyPairTagValue\"\n }\n ]\n }\n ],\n \"RequestId\": \"eebd54d0-a305-4716-9a84-6017ac14e8c8\",\n \"TotalCount\": 120\n }\n}",
288
288
  "title": "Querying the List of Key Pairs"
289
289
  }
290
290
  ],
291
291
  "DescribeLaunchTemplateVersions": [
292
292
  {
293
293
  "document": " ",
294
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeLaunchTemplateVersions\n&LaunchTemplateId=lt-b8v1kcyq\n&<Common request parameters>",
295
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateVersionSet\": [\n {\n \"LaunchTemplateVersion\": 1,\n \"LaunchTemplateVersionData\": {\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-he88kvqu\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"VpcId\": \"vpc-dcteo7jd\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-8toqc6s3\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"SecurityGroupIds\": [\n \"sg-rf6ogz49\"\n ],\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 100\n },\n \"InstanceName\": \"lt_test\",\n \"InstanceType\": \"S1.SMALL2\",\n \"DataDisks\": [\n {\n \"Encrypt\": false,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n {\n \"Encrypt\": true,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 60,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n },\n \"CreationTime\": \"2020-12-17T01:54:31Z\",\n \"LaunchTemplateId\": \"lt-b8v1kcyq\",\n \"IsDefaultVersion\": true,\n \"LaunchTemplateVersionDescription\": \"\",\n \"CreatedBy\": \"251009920\"\n }\n ],\n \"RequestId\": \"b2da6ace-add1-48dc-ae73-6fc1eed95f1d\"\n }\n}",
294
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplateVersions\n<Common request parameters>\n\n{\n \"LaunchTemplateId\": \"lt-b8v1kcyq\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
295
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateVersionSet\": [\n {\n \"LaunchTemplateVersion\": 1,\n \"LaunchTemplateVersionData\": {\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-he88kvqu\",\n \"AsVpcGateway\": false,\n \"Ipv6AddressCount\": 0,\n \"VpcId\": \"vpc-dcteo7jd\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"ProjectId\": 0,\n \"Zone\": \"ap-guangzhou-6\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-8toqc6s3\",\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"SecurityGroupIds\": [\n \"sg-rf6ogz49\"\n ],\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 100\n },\n \"InstanceName\": \"lt_test\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"Encrypt\": false,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n {\n \"Encrypt\": true,\n \"DeleteWithInstance\": true,\n \"KmsKeyId\": \"\",\n \"DiskSize\": 60,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n },\n \"CreationTime\": \"2020-12-17T01:54:31Z\",\n \"LaunchTemplateId\": \"lt-b8v1kcyq\",\n \"IsDefaultVersion\": true,\n \"LaunchTemplateVersionDescription\": \"\",\n \"CreatedBy\": \"251009920\"\n }\n ],\n \"RequestId\": \"b2da6ace-add1-48dc-ae73-6fc1eed95f1d\"\n }\n}",
296
296
  "title": "Querying instance launch template versions"
297
297
  }
298
298
  ],
299
299
  "DescribeLaunchTemplates": [
300
300
  {
301
301
  "document": " ",
302
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
303
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"Not named foo\\\"'\\\"'''\\\"\\\"\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
302
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLaunchTemplates\n<Common request parameters>\n\n{\n \"LaunchTemplateIds\": [\n \"lt-q9t8j8eg\"\n ]\n}",
303
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LaunchTemplateSet\": [\n {\n \"LatestVersionNumber\": 12,\n \"LaunchTemplateId\": \"lt-q9t8j8eg\",\n \"LaunchTemplateName\": \"MyLaunchTemplateName\",\n \"DefaultVersionNumber\": 5,\n \"LaunchTemplateVersionCount\": 8,\n \"CreatedBy\": \"251009920\",\n \"CreationTime\": \"2020-12-16T08:05:02Z\"\n }\n ],\n \"RequestId\": \"b2d70642-c69a-4115-ae4e-f6ddade68fea\"\n }\n}",
304
304
  "title": "Querying an instance launch template"
305
305
  }
306
306
  ],
@@ -323,16 +323,16 @@
323
323
  "DescribeReservedInstancesConfigInfos": [
324
324
  {
325
325
  "document": " ",
326
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeReservedInstancesConfigInfos\n&Filters.0.Name=zone\n&Filters.0.Values.0=ap-guangzhou-1\n&Offset=0\n&Limit=1\n&<Common request parameters>",
327
- "output": "{\n \"Response\": {\n \"ReservedInstanceConfigInfos\": [\n {\n \"Type\": \"C\",\n \"TypeName\": \"Compute\",\n \"Order\": 400,\n \"InstanceFamilies\": [\n {\n \"InstanceFamily\": \"C3\",\n \"Order\": 402,\n \"InstanceTypes\": [\n {\n \"InstanceType\": \"C3.LARGE8\",\n \"Cpu\": 4,\n \"Memory\": 8,\n \"Gpu\": 0,\n \"Fpga\": 0,\n \"StorageBlock\": 0,\n \"NetworkCard\": 0,\n \"MaxBandwidth\": 2.5,\n \"Frequency\": \"3.2 GHz\",\n \"CpuModelName\": \"Intel Xeon Skylake 6146\",\n \"Pps\": 60,\n \"Externals\": {},\n \"Remark\": \"\",\n \"Prices\": [\n {\n \"ReservedInstancesOfferingId\": \"de06832b-1961-4efd-a470-efee242812a8\",\n \"OfferingType\": \"All Upfront\",\n \"FixedPrice\": 200.99,\n \"UsagePrice\": 0\n },\n {\n \"ReservedInstancesOfferingId\": \"daa72710-c529-4ab3-afca-917e192ea49d\",\n \"OfferingType\": \"Partial Upfront\",\n \"FixedPrice\": 100.99,\n \"UsagePrice\": 1.99\n },\n {\n \"ReservedInstancesOfferingId\": \"d81353d7-fe7d-43d0-a361-fb5633a9a7e5\",\n \"OfferingType\": \"No Upfront\",\n \"FixedPrice\": 0,\n \"UsagePrice\": 2.99\n }\n ]\n }\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"87eccd3e-9e7a-4b42-be3a-87eccd3e\"\n }\n}",
326
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesConfigInfos\n<Common request parameters>\n\n{\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
327
+ "output": "{\n \"Response\": {\n \"RequestId\": \"e54a769e-c5aa-408b-b4df-10425ac14ebf\",\n \"ReservedInstanceConfigInfos\": [\n {\n \"InstanceFamilies\": [\n {\n \"InstanceFamily\": \"S5\",\n \"InstanceTypes\": [\n {\n \"Cpu\": 2,\n \"CpuModelName\": \"Intel Xeon Cascade Lake 8255C/Intel Xeon Cooper Lake\",\n \"Fpga\": 0,\n \"Frequency\": \"2.5GHz/3.1GHz\",\n \"Gpu\": 0,\n \"InstanceType\": \"S5.MEDIUM4\",\n \"MaxBandwidth\": 1.5,\n \"Memory\": 4,\n \"NetworkCard\": 25,\n \"Pps\": 30,\n \"Prices\": [\n {\n \"Duration\": 31536000,\n \"FixedPrice\": 409,\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"34919144-2792-4b00-ba8b-0ba804f28a4e\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"Remark\": \"\",\n \"StorageBlock\": 0\n }\n ],\n \"Order\": 88\n }\n ],\n \"Order\": 100,\n \"Type\": \"S\",\n \"TypeName\": \"Standard\"\n }\n ]\n }\n}",
328
328
  "title": "Querying reserved instance configurations"
329
329
  }
330
330
  ],
331
331
  "DescribeReservedInstancesOfferings": [
332
332
  {
333
333
  "document": " ",
334
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeReservedInstancesOfferings\r\n&Filters.0.Name=zone\r\n&Filters.0.Values.0=ap-guangzhou-1\r\n&Offset=0\r\n&Limit=1\r\n&<Common request parameters>",
335
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"ReservedInstancesOfferingsSet\": [\n {\n \"Zone\": \"ap-guangzhou-1\",\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 4000.0,\n \"InstanceType\": \"S3.MEDIUM4\",\n \"OfferingType\": \"All Upfront\",\n \"ReservedInstancesOfferingId\": \"noew0342-324f-f3ab-9uut-wrlnth53dcee\",\n \"ProductDescription\": \"linux\",\n \"UsagePrice\": 0.0\n }\n ],\n \"RequestId\": \"b813c959-cc89-41d5-9cc4-ceb7d853dcaa\"\n }\n}",
334
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReservedInstancesOfferings\n<Common request parameters>\n\n{\n \"Offset\": 0,\n \"Limit\": 3,\n \"Filters\": [\n {\n \"Name\": \"zone\",\n \"Values\": [\n \"ap-singapore-1\"\n ]\n }\n ]\n}",
335
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0aca8cc9-8812-477f-b442-10cc1a701d48\",\n \"ReservedInstancesOfferingsSet\": [\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 412,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"Partial Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"f5ededc6-5057-4863-a61b-fe96b4b96eb5\",\n \"UsagePrice\": 0.05,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 0,\n \"InstanceType\": \"S5.LARGE8\",\n \"OfferingType\": \"No Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"7330ec0e-0ee2-4358-a429-4002c936c24d\",\n \"UsagePrice\": 0.1,\n \"Zone\": \"ap-singapore-1\"\n },\n {\n \"CurrencyCode\": \"USD\",\n \"Duration\": 31536000,\n \"FixedPrice\": 1200,\n \"InstanceType\": \"S5.LARGE16\",\n \"OfferingType\": \"All Upfront\",\n \"ProductDescription\": \"linux\",\n \"ReservedInstancesOfferingId\": \"e26bfbf3-85fa-4c88-82a8-0dd2706e60db\",\n \"UsagePrice\": 0,\n \"Zone\": \"ap-singapore-1\"\n }\n ],\n \"TotalCount\": 20\n }\n}",
336
336
  "title": "Describing reserved instance offerings"
337
337
  }
338
338
  ],
@@ -348,20 +348,20 @@
348
348
  {
349
349
  "document": "This example shows you how to query information of availability zones in the Guangzhou region. To return its Chinese name of the availability zone, you need to pass the parameter `Language=zh-CN`.",
350
350
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\nX-TC-Language: zh-CN\n&<Common request parameters>\n\n{}",
351
- "output": "{\n \"Response\": {\n \"TotalCount\": 5,\n \"ZoneSet\": [\n {\n \"ZoneState\": \"UNAVAILABLE\",\n \"ZoneId\": \"100001\",\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneName\": \"Guangzhou Zone 1\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100002\",\n \"Zone\": \"ap-guangzhou-2\",\n \"ZoneName\": \"Guangzhou Zone 2\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100003\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100004\",\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"Guangzhou Zone 4\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100005\",\n \"Zone\": \"ap-guangzhou-5\",\n \"ZoneName\": \"Guangzhou Zone 5\"\n }\n ],\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
351
+ "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"ZoneSet\": [\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100003\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100004\",\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"Guangzhou Zone 4\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100006\",\n \"Zone\": \"ap-guangzhou-6\",\n \"ZoneName\": \"Guangzhou Zone 6\"\n }\n ],\n \"RequestId\": \"2087557d-d804-4509-8fc9-74a38f74c692\"\n }\n}",
352
352
  "title": "Querying the Chinese name of an availability zone"
353
353
  },
354
354
  {
355
355
  "document": "This example shows you how to query the availability zones in the Guangzhou region. Its English name will be returned by default if the parameter `Language` is not passed in.",
356
- "input": "https://cvm.tencentcloudapi.com/?Action=DescribeZones\n&<Common request parameters>",
357
- "output": "{\n \"Response\": {\n \"TotalCount\": 5,\n \"ZoneSet\": [\n {\n \"ZoneState\": \"UNAVAILABLE\",\n \"ZoneId\": \"100001\",\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneName\": \"Guangzhou Zone 1\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100002\",\n \"Zone\": \"ap-guangzhou-2\",\n \"ZoneName\": \"Guangzhou Zone 2\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100003\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100004\",\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"Guangzhou Zone 4\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100005\",\n \"Zone\": \"ap-guangzhou-5\",\n \"ZoneName\": \"Guangzhou Zone 5\"\n }\n ],\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
356
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n&<Common request parameters>\n\n{}",
357
+ "output": "{\n \"Response\": {\n \"TotalCount\": 3,\n \"ZoneSet\": [\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100003\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ZoneName\": \"Guangzhou Zone 3\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100004\",\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneName\": \"Guangzhou Zone 4\"\n },\n {\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneId\": \"100006\",\n \"Zone\": \"ap-guangzhou-6\",\n \"ZoneName\": \"Guangzhou Zone 6\"\n }\n ],\n \"RequestId\": \"2087557d-d804-4509-8fc9-74a38f74c692\"\n }\n}",
358
358
  "title": "Querying the English name of an availability zone"
359
359
  }
360
360
  ],
361
361
  "DisassociateInstancesKeyPairs": [
362
362
  {
363
363
  "document": " ",
364
- "input": "https://cvm.tencentcloudapi.com/?Action=DisassociateInstancesKeyPairs\n&InstanceIds.0=ins-w34e5rl9\n&KeyIds.0=skey-e3r6y7ji\n&<Common request parameters>",
364
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateInstancesKeyPairs\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-w34e5rl9\"\n ],\n \"KeyIds\": [\n \"skey-e3r6y7ji\"\n ]\n}",
365
365
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
366
366
  "title": "Disassociating a key pair from an instance"
367
367
  }
@@ -369,7 +369,7 @@
369
369
  "DisassociateSecurityGroups": [
370
370
  {
371
371
  "document": " ",
372
- "input": "https://cvm.tencentcloudapi.com/?Action=DisassociateSecurityGroups\n&InstanceIds.0=ins-2zvpghhc\n&InstanceIds.1=ins-915zrb0p\n&SecurityGroupIds.0=sg-9id3l839\n&<Common request parameters>",
372
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisassociateSecurityGroups\n<Common request parameters>\n\n{\n \"SecurityGroupIds\": [\n \"sg-9id3l839\"\n ],\n \"InstanceIds\": [\n \"ins-2zvpghhc\",\n \"ins-915zrb0p\"\n ]\n}",
373
373
  "output": "{\n \"Response\": {\n \"RequestId\": \"3385dcf2-e1f0-4ed8-a924-c296721ab65f\"\n }\n}",
374
374
  "title": "Disassociating instances from security groups"
375
375
  }
@@ -417,8 +417,8 @@
417
417
  "InquirePricePurchaseReservedInstancesOffering": [
418
418
  {
419
419
  "document": " ",
420
- "input": "https://cvm.tencentcloudapi.com/?Action=InquirePricePurchaseReservedInstancesOffering\n&InstanceCount=2\n&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee\n&<Common request parameters>",
421
- "output": "{\n \"Response\": {\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
420
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquirePricePurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 1,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\"\n}",
421
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"DiscountFixedPrice\": 101,\n \"DiscountUsagePrice\": 0,\n \"FixedPriceDiscount\": 100,\n \"OriginalFixedPrice\": 101,\n \"OriginalUsagePrice\": 0,\n \"UsagePriceDiscount\": 100\n },\n \"RequestId\": \"5e82e4b0-56e5-4461-aff6-2c1d49cc7447\"\n }\n}",
422
422
  "title": "Querying the Price of a Reserved Instance"
423
423
  }
424
424
  ],
@@ -449,7 +449,7 @@
449
449
  "InquiryPriceResetInstancesInternetMaxBandwidth": [
450
450
  {
451
451
  "document": "This example shows you how to inquire about the price for changing the bandwidth of the instance ins-fd8spnmq to 20 Mbps.",
452
- "input": "https://cvm.tencentcloudapi.com/?Action=InquiryPriceResetInstancesInternetMaxBandwidth\n&InstanceIds.0=ins-fd8spnmq\n&InternetAccessible.InternetMaxBandwidthOut=20\n&<Common request parameters>",
452
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceResetInstancesInternetMaxBandwidth\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-fd8spnmq\"\n ],\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 20\n }\n}",
453
453
  "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.8,\n \"ChargeUnit\": \"GB\"\n }\n },\n \"RequestId\": \"700864b9-85da-4cb9-bc80-d99eaf9fa047\"\n }\n}",
454
454
  "title": "Inquiring About the Price of a Pay-as-You-Go Instance with a New Bandwidth Cap"
455
455
  }
@@ -493,7 +493,7 @@
493
493
  "ModifyChcAttribute": [
494
494
  {
495
495
  "document": "This example shows you how to modify the CHC attributes.",
496
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyChcAttribute\n&ChcIds.0=chc-r8hr2upy\n&ChcIds.1=chc-5d8a23rs\n&InstanceName=server1\n&DeviceType=CHC_HS1\n&<Common request parameters>",
496
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyChcAttribute\n<Common request parameters>\n\n{\n \"ChcIds\": [\n \"chc-r8hr2upy\",\n \"chc-5d8a23rs\"\n ],\n \"InstanceName\": \"server1\",\n \"DeviceType\": \"CHC_HS1\"\n}",
497
497
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
498
498
  "title": "Modifying the CHC host attributes"
499
499
  }
@@ -501,8 +501,8 @@
501
501
  "ModifyDisasterRecoverGroupAttribute": [
502
502
  {
503
503
  "document": "This example shows you how to modify the name of a spread placement group.",
504
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyDisasterRecoverGroupAttribute\n&DisasterRecoverGroupId=ps-58l1hu01\n&Name=Physical machine spread placement group 1\n&<Common request parameters>",
505
- "output": "{\n \"Response\": {\n \"RequestId\": \"6e185c04-116f-47b7-b21c-e13580c5d0f2\"\n }\n}",
504
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDisasterRecoverGroupAttribute\n<Common request parameters>\n\n{\n \"DisasterRecoverGroupId\": \"ps-39lmgkht\",\n \"Name\": \"NewDisasterRecoverGroupName\"\n}",
505
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0b184884-c513-4cd3-92c9-d4a69b05f44b\"\n }\n}",
506
506
  "title": "Modifying the name of a spread placement group"
507
507
  }
508
508
  ],
@@ -516,8 +516,8 @@
516
516
  ],
517
517
  "ModifyImageAttribute": [
518
518
  {
519
- "document": "This example shows you how to rename the image `img-6pb6lrmy` to `sample`.",
520
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyImageAttribute\n&ImageId=img-6pb6lrmy\n&ImageName=sample\n&<Common request parameters>",
519
+ "document": "This example shows you how to rename the image `img-6pb6lrmy` to `NewImageName`.",
520
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyImageAttribute\n<Common request parameters>\n\n{\n \"ImageId\": \"img-6pb6lrmy\",\n \"ImageName\": \"NewImageName\"\n}",
521
521
  "output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
522
522
  "title": "Modifying image name"
523
523
  }
@@ -541,13 +541,13 @@
541
541
  "ModifyInstancesChargeType": [
542
542
  {
543
543
  "document": "This example shows you how to switch the billing mode of an instance.",
544
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesChargeType\n<Common request parameters>\n\n{\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ]\n}",
544
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesChargeType\n<Common request parameters>\n\n{\n \"InstanceChargeType\": \"POSTPAID_BY_HOUR\",\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ]\n}",
545
545
  "output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
546
546
  "title": "Switching Instance Billing Mode to Hourly Postpaid in This Example"
547
547
  },
548
548
  {
549
549
  "document": "This example shows you how to switch the billing mode of an instance.",
550
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesChargeType\n<Common request parameters>\n\n{\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ],\n \"InstanceChargePrepaid\": {\n \"Period\": \"1\"\n }\n}",
550
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesChargeType\n<Common request parameters>\n\n{\n \"InstanceChargeType\": \"PREPAID\",\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ],\n \"InstanceChargePrepaid\": {\n \"Period\": 1\n }\n}",
551
551
  "output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
552
552
  "title": "This Example Switches Instance Billing Mode to Prepaid Mode with a Duration of 1 Month"
553
553
  }
@@ -578,22 +578,22 @@
578
578
  ],
579
579
  "ModifyInstancesVpcAttribute": [
580
580
  {
581
- "document": "This example shows you how to migrate the `r8hr2upy` and `5d8a23rs` instances to the `dcs9x3gz` subnet of the `1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `r8hr2upy` instance and 10.0.0.19 as that of the `5d8a23rs` instance.",
582
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
583
- "output": "{\n \"Response\": {\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
581
+ "document": "This example shows you how to migrate the `ins-r8hr2upy` and `ins-5d8a23rs` instances to the `subnet-dcs9x3gz` subnet of the `vpc-1urkhbj4` VPC and specify 10.0.0.18 as the private IP of the `ins-r8hr2upy` instance and 10.0.0.19 as that of the `ins-5d8a23rs` instance.",
582
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstancesVpcAttribute\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceIds\": [\n \"ins-5d8a23rs\",\n \"ins-r8hr2upy\"\n ]\n}",
583
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c8825ac1-0d07-4f3c-a35e-599eb1acd6fc\"\n }\n}",
584
584
  "title": "Migrating instances to a VPC and specifying the subnet and IP"
585
585
  }
586
586
  ],
587
587
  "ModifyKeyPairAttribute": [
588
588
  {
589
589
  "document": "This example shows you how to modify the key pair name.",
590
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyKeyPairAttribute\n&KeyId=skey-mv9yzyjj\n&KeyName=Tencent\n&<Common request parameters>",
590
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKeyPairAttribute\n<Common request parameters>\n\n{\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"MyKeyName\"\n}",
591
591
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
592
592
  "title": "Modifying the key pair name"
593
593
  },
594
594
  {
595
595
  "document": "This example shows you how to modify the key pair description.",
596
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyKeyPairAttribute\n&KeyId=skey-mv9yzyjj\n&Description=Tencent\n&<Common request parameters>",
596
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyKeyPairAttribute\n<Common request parameters>\n\n{\n \"KeyId\": \"skey-mv9yzyjj\",\n \"Description\": \"MyKeyPairDescription\"\n}",
597
597
  "output": "{\n \"Response\": {\n \"RequestId\": \"aea2227b-fbb7-4cc7-bf29-d49b2b6db97c\"\n }\n}",
598
598
  "title": "Modifying the key pair description"
599
599
  }
@@ -601,7 +601,7 @@
601
601
  "ModifyLaunchTemplateDefaultVersion": [
602
602
  {
603
603
  "document": "This example sets the Version 2 of the instance launch template `lt-34vaef8fe` as the default version.",
604
- "input": "https://cvm.tencentcloudapi.com/?Action=ModifyLaunchTemplateDefaultVersion\n&LaunchTemplateId=lt-34vaef8fe\n&DefaultVersion=2\n&<Common request parameters>",
604
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLaunchTemplateDefaultVersion\n<Common request parameters>\n\n{\n \"LaunchTemplateId\": \"lt-34vaef8fe\",\n \"DefaultVersion\": 2\n}",
605
605
  "output": "{\n \"Response\": {\n \"RequestId\": \"9b4ad85f-1657-4445-111d-3c0a9fbec311\"\n }\n}",
606
606
  "title": "Modifying the default version of the instance launch template"
607
607
  }
@@ -609,8 +609,8 @@
609
609
  "PurchaseReservedInstancesOffering": [
610
610
  {
611
611
  "document": " ",
612
- "input": "https://cvm.tencentcloudapi.com/?Action=PurchaseReservedInstancesOffering\r\n&InstanceCount=2\r\n&ReservedInstancesOfferingId=noew0342-324f-f3ab-9uut-wrlnth53dcee\r\n&<Common request parameters>",
613
- "output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"13d8e599-b8dc-4e8a-80b4-7dce9eb27043\",\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
612
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: PurchaseReservedInstancesOffering\n<Common request parameters>\n\n{\n \"InstanceCount\": 2,\n \"ReservedInstancesOfferingId\": \"694e115d-e1b2-47f5-8217-bfbdea222da1\",\n \"ReservedInstanceName\": \"MyReservedInstanceName\"\n}",
613
+ "output": "{\n \"Response\": {\n \"ReservedInstanceId\": \"ri-8frq127i\",\n \"RequestId\": \"b333ddb8-4aed-4def-a0d9-617043c2614e\"\n }\n}",
614
614
  "title": "Purchasing a reserved instance"
615
615
  }
616
616
  ],
@@ -625,16 +625,16 @@
625
625
  "RemoveChcAssistVpc": [
626
626
  {
627
627
  "document": "This example shows you how to remove the out-of-band network and deployment network of a CHC host.",
628
- "input": "https://cvm.tencentcloudapi.com/?Action=RemoveChcAssistVpc\n&ChcIds.0=chc-1a2b3c4d\n&ChcIds.1=chc-adf34aft\n&<Common request parameters>",
629
- "output": "{\n \"Response\": {\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
628
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveChcAssistVpc\n<Common request parameters>\n\n{\n \"ChcIds\": [\n \"chc-1a2b3c4d\",\n \"chc-adf34aft\"\n ]\n}",
629
+ "output": "{\n \"Response\": {\n \"RequestId\": \"30cf6d80-8789-43db-aed3-317d0e99b5ba\"\n }\n}",
630
630
  "title": "Removing the out-of-band network and deployment network of a CHC host"
631
631
  }
632
632
  ],
633
633
  "RemoveChcDeployVpc": [
634
634
  {
635
635
  "document": "This example shows you how to remove the deployment network of a CHC host.",
636
- "input": "https://cvm.tencentcloudapi.com/?Action=RemoveChcDeployVpc\n&ChcIds.0=chc-1a2b3c4d\n&ChcIds.1=chc-adf34aft\n&<Common request parameters>",
637
- "output": "{\n \"Response\": {\n \"RequestId\": \"62DDFFC6-FDB5-44F7-20A6-59152E3D129A\"\n }\n}",
636
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveChcDeployVpc\n<Common request parameters>\n\n{\n \"ChcIds\": [\n \"chc-ejzpceyo\"\n ]\n}",
637
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0b0bf55c-0340-451d-8dde-1211c3ba6d38\"\n }\n}",
638
638
  "title": "Removing the deployment network of a CHC host"
639
639
  }
640
640
  ],
@@ -657,7 +657,7 @@
657
657
  "ResetInstancesInternetMaxBandwidth": [
658
658
  {
659
659
  "document": "This example shows you how to modify the public network bandwidth cap of an instance.",
660
- "input": "https://cvm.tencentcloudapi.com/?Action=ResetInstancesInternetMaxBandwidth\n&InstanceIds.0=ins-r8hr2upy\n&InternetAccessible.InternetMaxBandwidthOut=10\n&StartTime=2017-03-15\n&EndTime=2017-03-16\n&<Common request parameters>",
660
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetInstancesInternetMaxBandwidth\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-dyhinflx\"\n ],\n \"InternetAccessible\": {\n \"InternetMaxBandwidthOut\": 10\n },\n \"StartTime\": \"2025-11-18\",\n \"EndTime\": \"2025-11-19\"\n}",
661
661
  "output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
662
662
  "title": "Modifying the public network bandwidth cap of an instance"
663
663
  }
@@ -665,7 +665,7 @@
665
665
  "ResetInstancesPassword": [
666
666
  {
667
667
  "document": "This example shows you how to reset the password of a Linux/Windows instance, and then use the new password to log in to the instance.",
668
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetInstancesPassword\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\",\n \"ins-5d8a23rs\"\n ],\n \"Password\": \"abc123ABC!@#\",\n \"ForceStop\": false\n}",
668
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetInstancesPassword\n<Common request parameters>\n\n{\n \"InstanceIds\": [\n \"ins-r8hr2upy\"\n ],\n \"Password\": \"abc123ABC!@#\",\n \"ForceStop\": false\n}",
669
669
  "output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
670
670
  "title": "Resetting the password of a Linux/Windows instance"
671
671
  }
@@ -681,18 +681,12 @@
681
681
  "ResizeInstanceDisks": [
682
682
  {
683
683
  "document": " ",
684
- "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResizeInstanceDisks\n<Common request parameters>\n\n{\n \"InstanceId\": \"ins-r8hr2upy\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100\n }\n ]\n}",
684
+ "input": "POST / HTTP/1.1\nHost: cvm.intl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResizeInstanceDisks\n<Common request parameters>\n\n{\n \"InstanceId\": \"ins-dyzp06q6\",\n \"SystemDisk\": {\n \"DiskSize\": 120,\n \"DiskId\": \"disk-7aj2pav4\"\n },\n \"ResizeOnline\": true\n}",
685
685
  "output": "{\n \"Response\": {\n \"RequestId\": \"d39d6c09-44e9-4e80-8661-77b5ff3cbc15\"\n }\n}",
686
686
  "title": "Resetting the disk size of a specific instance"
687
687
  }
688
688
  ],
689
689
  "RunInstances": [
690
- {
691
- "document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; CDH: host-q88gab4i; billing mode: billed by CDH instance; image ID: img-pmqg1cw7; model: 1C1G; system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
692
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"HostIds\": [\n \"host-q88gab4i\"\n ],\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"CDHPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"CDH_1C1G\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
693
- "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
694
- "title": "Purchasing a CDH Instance"
695
- },
696
690
  {
697
691
  "document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: monthly subscription for 1 month, with auto-renewal enabled; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
698
692
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"PREPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"S5.16XLARGE256\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
@@ -700,10 +694,10 @@
700
694
  "title": "Purchasing a Monthly Subscription Instance"
701
695
  },
702
696
  {
703
- "document": "This example shows you how to purchase an instance in Shanghai Zone 2 with the image ID `img-pmqg1cw7`. Only the required `Placement.Zone` and `ImageId` parameters are provided. The other parameters use system default values.",
704
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"ImageId\": \"img-pmqg1cw7\"\n}",
705
- "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-1vogaxgk\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
706
- "title": "Purchasing an Instance with Only Required Parameters"
697
+ "document": "This example shows you how to purchase 2 instances with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-dkwyg6sr; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; network type: VPC; VPC ID: 1urkhbj4; subnet ID: dcs9x3gz; private IP address: 10.0.0.18 and 10.0.0.19.",
698
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceCount\": 2,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-dkwyg6sr\",\n \"InstanceType\": \"S5.16XLARGE256\"\n}",
699
+ "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\",\n \"ins-03lw8hok\"\n ],\n \"RequestId\": \"c8825ac1-0d07-4f3c-a35e-599eb1acd6fc\"\n }\n}",
700
+ "title": "Creating an Instance with the Private IP Address Specified"
707
701
  },
708
702
  {
709
703
  "document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-pmqg1cw7; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
@@ -712,10 +706,16 @@
712
706
  "title": "Purchasing an Hourly-Billed Pay-as-You-Go Instance"
713
707
  },
714
708
  {
715
- "document": "This example shows you how to purchase 2 instances with the following configurations. Availability zone: Shanghai Zone 2; billing mode: pay-as-you-go on an hourly basis; image ID: img-dkwyg6sr; model: 64C256G standard (S5.16XLARGE256); system disk: 50 GB premium cloud disk; network type: VPC; VPC ID: 1urkhbj4; subnet ID: dcs9x3gz; private IP address: 10.0.0.18 and 10.0.0.19.",
716
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"VirtualPrivateCloud\": {\n \"SubnetId\": \"subnet-dcs9x3gz\",\n \"VpcId\": \"vpc-1urkhbj4\",\n \"PrivateIpAddresses\": [\n \"10.0.0.19\",\n \"10.0.0.18\"\n ]\n },\n \"InstanceCount\": 2,\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"ImageId\": \"img-dkwyg6sr\",\n \"InstanceType\": \"S5.16XLARGE256\"\n}",
717
- "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\",\n \"ins-03lw8hok\"\n ],\n \"RequestId\": \"3c14def19-cfes-470e-b241-90787u6jf5uj\"\n }\n}",
718
- "title": "Creating an Instance with the Private IP Address Specified"
709
+ "document": "This example shows you how to purchase an instance in Shanghai Zone 2 with the image ID `img-pmqg1cw7`. Only the required `Placement.Zone` and `ImageId` parameters are provided. The other parameters use system default values.",
710
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"Placement\": {\n \"Zone\": \"ap-shanghai-2\"\n },\n \"ImageId\": \"img-pmqg1cw7\"\n}",
711
+ "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-1vogaxgk\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
712
+ "title": "Purchasing an Instance with Only Required Parameters"
713
+ },
714
+ {
715
+ "document": "This example shows you how to purchase 1 instance with the following configurations. Availability zone: Shanghai Zone 2; CDH: host-q88gab4i; billing mode: billed by CDH instance; image ID: img-pmqg1cw7; model: 1C1G; system disk: 50 GB premium cloud disk; data disk: 100 GB premium cloud disk; network type: VPC; public network billing: pay-as-you-go by traffic on an hourly basis; public network bandwidth cap: 10 Mbps; public IP address: randomly allocated; instance name: QCLOUD-TEST; login password: Qcloud@TestApi123++; Cloud Monitor: enabled; Cloud Security: enabled.",
716
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunInstances\n<Common request parameters>\n\n{\n \"SystemDisk\": {\n \"DiskSize\": 50,\n \"DiskType\": \"CLOUD_PREMIUM\"\n },\n \"InstanceCount\": 1,\n \"Placement\": {\n \"HostIds\": [\n \"host-q88gab4i\"\n ],\n \"Zone\": \"ap-shanghai-2\"\n },\n \"LoginSettings\": {\n \"Password\": \"Qcloud@TestApi123++\"\n },\n \"ImageId\": \"img-pmqg1cw7\",\n \"InstanceChargeType\": \"CDHPAID\",\n \"EnhancedService\": {\n \"SecurityService\": {\n \"Enabled\": true\n },\n \"MonitorService\": {\n \"Enabled\": true\n }\n },\n \"InternetAccessible\": {\n \"PublicIpAssigned\": true,\n \"InternetChargeType\": \"TRAFFIC_POSTPAID_BY_HOUR\",\n \"InternetMaxBandwidthOut\": 10\n },\n \"InstanceName\": \"QCLOUD-TEST\",\n \"InstanceType\": \"CDH_1C1G\",\n \"DataDisks\": [\n {\n \"DiskSize\": 100,\n \"DiskType\": \"CLOUD_PREMIUM\"\n }\n ]\n}",
717
+ "output": "{\n \"Response\": {\n \"InstanceIdSet\": [\n \"ins-0s7wsh5x\"\n ],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
718
+ "title": "Purchasing a CDH Instance"
719
719
  }
720
720
  ],
721
721
  "StartInstances": [
@@ -737,13 +737,13 @@
737
737
  "SyncImages": [
738
738
  {
739
739
  "document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
740
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
740
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ]\n}",
741
741
  "output": "{\n \"Response\": {\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
742
742
  "title": "Synchronizing an Image"
743
743
  },
744
744
  {
745
745
  "document": "This example shows you how to synchronize the image `img-o3ycss2p` to Guangzhou.",
746
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ],\n \"ImageSetRequired\": true\n}",
746
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SyncImages\n<Common request parameters>\n\n{\n \"ImageIds\": [\n \"img-o3ycss2p\"\n ],\n \"DestinationRegions\": [\n \"ap-guangzhou\"\n ],\n \"ImageSetRequired\": true\n}",
747
747
  "output": "{\n \"Response\": {\n \"ImageSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"ImageId\": \"img-evhmf3fy\"\n }\n ],\n \"RequestId\": \"71e69b56-32be-4412-ab45-49eded6a87be\"\n }\n}",
748
748
  "title": "Synchronizing an Image to the Specified Region and Returning the New Image ID"
749
749
  }