tccli-intl-en 3.1.16.1__py2.py3-none-any.whl → 3.1.18.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.
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.1.16.1'
1
+ __version__ = '3.1.18.1'
@@ -43,7 +43,7 @@
43
43
  "status": "online"
44
44
  },
45
45
  "DescribeBillingData": {
46
- "document": "This API is used to query billing data details.",
46
+ "document": "This API is used to query billing data details. \nNotes: \nDue to the impact of the billing and settlement methods, the data returned by the DescribeBillingData has a certain delay. For hourly-billed customers, the expected delay is 3 to 5 hours. For monthly-billed customers, the expected delay is 4 to 28 hours. Before 4:00 AM (UTC+8, excluding 4:00 AM), only data from two days prior can be queried; after 4:00 AM (including 4:00 AM), data from the previous day can be queried. \nIf you have a strong requirement for data timeliness, it is recommended to use the DescribeCdnData.",
47
47
  "input": "DescribeBillingDataRequest",
48
48
  "name": "Queries billing data",
49
49
  "output": "DescribeBillingDataResponse",
@@ -2917,30 +2917,30 @@
2917
2917
  {
2918
2918
  "disabled": false,
2919
2919
  "document": "Queries by the specified metric:\n`flux`: Traffic (in bytes)\n`bandwidth`: Bandwidth (in bps)\n`request`: Number of requests\n`fluxHitRate`: Traffic hit rate (in %)\n`statusCode`: Status code. The aggregate data for 2xx, 3xx, 4xx, and 5xx status codes will be returned (in entries)\n`2XX`: Returns the aggregate list of 2xx status codes and the data for status codes starting with 2 (in entries)\n`3XX`: Returns the aggregate list of 3xx status codes and the data for status codes starting with 3 (in entries)\n`4XX`: Returns the aggregate list of 4xx status codes and the data for status codes starting with 4 (in entries)\n`5XX`: Returns the aggregate list of 5xx status codes and the data for status codes starting with 5 (in entries)\nYou can also specify a status code for querying.",
2920
- "example": "",
2920
+ "example": "flux",
2921
2921
  "member": "string",
2922
2922
  "name": "Metric",
2923
- "required": true,
2923
+ "output_required": true,
2924
2924
  "type": "string",
2925
2925
  "value_allowed_null": false
2926
2926
  },
2927
2927
  {
2928
2928
  "disabled": false,
2929
2929
  "document": "Detailed data combination",
2930
- "example": "",
2930
+ "example": "",
2931
2931
  "member": "TimestampData",
2932
2932
  "name": "DetailData",
2933
- "required": true,
2933
+ "output_required": true,
2934
2934
  "type": "list",
2935
2935
  "value_allowed_null": false
2936
2936
  },
2937
2937
  {
2938
2938
  "disabled": false,
2939
2939
  "document": "Aggregate data combination",
2940
- "example": "",
2940
+ "example": "",
2941
2941
  "member": "SummarizedData",
2942
2942
  "name": "SummarizedData",
2943
- "required": true,
2943
+ "output_required": true,
2944
2944
  "type": "object",
2945
2945
  "value_allowed_null": false
2946
2946
  }
@@ -3522,7 +3522,7 @@
3522
3522
  "members": [
3523
3523
  {
3524
3524
  "disabled": false,
3525
- "document": "Start time of the query, e.g., 2018-09-04 10:40:00.\nThe specified start time will be rounded down based on the granularity parameter `Interval`. For example, if you set the start time to 2018-09-04 10:40:00 with 1-hour granularity, the time will be rounded down to 2018-09-04 10:00:00.\nThe period between the start time and end time can be up to 90 days.",
3525
+ "document": "Start time of the query, e.g. 2018-09-04 10:40:00.\nThe specified start time will be rounded down based on the granularity parameter `Interval`. For example, if you set the start time to 2018-09-04 10:40:00 with 1-hour granularity, the time will be rounded down to 2018-09-04 10:00:00.\nThe period between the start time and end time can be up to 90 days.",
3526
3526
  "example": "2018-09-04 10:40:00",
3527
3527
  "member": "datetime",
3528
3528
  "name": "StartTime",
@@ -3622,7 +3622,7 @@
3622
3622
  "example": "5min",
3623
3623
  "member": "string",
3624
3624
  "name": "Interval",
3625
- "required": true,
3625
+ "output_required": true,
3626
3626
  "type": "string",
3627
3627
  "value_allowed_null": false
3628
3628
  },
@@ -3632,7 +3632,7 @@
3632
3632
  "example": "无",
3633
3633
  "member": "ResourceBillingData",
3634
3634
  "name": "Data",
3635
- "required": true,
3635
+ "output_required": true,
3636
3636
  "type": "list",
3637
3637
  "value_allowed_null": false
3638
3638
  },
@@ -9925,20 +9925,20 @@
9925
9925
  {
9926
9926
  "disabled": false,
9927
9927
  "document": "Resource name, which is classified as follows based on different query filters:\nWhen a domain name is specified: Details of the domain name\n`multiDomains`: Aggregated details of multiple domain names\nA specific project ID: ID of the specifically queried project\n`all`: Details at the account level",
9928
- "example": "",
9928
+ "example": "qq.com",
9929
9929
  "member": "string",
9930
9930
  "name": "Resource",
9931
- "required": true,
9931
+ "output_required": true,
9932
9932
  "type": "string",
9933
9933
  "value_allowed_null": false
9934
9934
  },
9935
9935
  {
9936
9936
  "disabled": false,
9937
9937
  "document": "Billing data details",
9938
- "example": "",
9938
+ "example": "",
9939
9939
  "member": "CdnData",
9940
9940
  "name": "BillingData",
9941
- "required": true,
9941
+ "output_required": true,
9942
9942
  "type": "list",
9943
9943
  "value_allowed_null": false
9944
9944
  }
@@ -11367,20 +11367,20 @@
11367
11367
  {
11368
11368
  "disabled": false,
11369
11369
  "document": "Aggregation method, which can be:\n`sum`: Aggregate summation\n`max`: Maximum value. In bandwidth mode, the peak bandwidth is calculated based on the data aggregated in 5 minutes.\n`avg`: Average value",
11370
- "example": "",
11370
+ "example": "sum",
11371
11371
  "member": "string",
11372
11372
  "name": "Name",
11373
- "required": true,
11373
+ "output_required": true,
11374
11374
  "type": "string",
11375
11375
  "value_allowed_null": false
11376
11376
  },
11377
11377
  {
11378
11378
  "disabled": false,
11379
11379
  "document": "Aggregated value",
11380
- "example": "",
11380
+ "example": "1000",
11381
11381
  "member": "float",
11382
11382
  "name": "Value",
11383
- "required": true,
11383
+ "output_required": true,
11384
11384
  "type": "float",
11385
11385
  "value_allowed_null": false
11386
11386
  }
@@ -11419,20 +11419,20 @@
11419
11419
  {
11420
11420
  "disabled": false,
11421
11421
  "document": "The start point of the sampling period. \nFor example, if the time is set to 13:35:00, and `interval` is `5min`, the data returned is collected between 13:35:00 and 13:39:59",
11422
- "example": "",
11422
+ "example": "13:35:00",
11423
11423
  "member": "datetime",
11424
11424
  "name": "Time",
11425
- "required": true,
11425
+ "output_required": true,
11426
11426
  "type": "string",
11427
11427
  "value_allowed_null": false
11428
11428
  },
11429
11429
  {
11430
11430
  "disabled": false,
11431
11431
  "document": "Data value",
11432
- "example": "",
11432
+ "example": "100.00",
11433
11433
  "member": "float",
11434
11434
  "name": "Value",
11435
- "required": true,
11435
+ "output_required": true,
11436
11436
  "type": "float",
11437
11437
  "value_allowed_null": false
11438
11438
  }
@@ -372,4 +372,4 @@
372
372
  ]
373
373
  },
374
374
  "version": "1.0"
375
- }
375
+ }
@@ -3994,7 +3994,7 @@
3994
3994
  {
3995
3995
  "disabled": false,
3996
3996
  "document": "Number of availability zones.",
3997
- "example": "",
3997
+ "example": "1",
3998
3998
  "member": "uint64",
3999
3999
  "name": "TotalCount",
4000
4000
  "output_required": true,
@@ -5312,7 +5312,7 @@
5312
5312
  "members": [
5313
5313
  {
5314
5314
  "disabled": false,
5315
- "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
5315
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/zh/document/api/213/33258). The maximum number of instances per request is 100.",
5316
5316
  "example": "[\"ins-2zvpghhc\"]",
5317
5317
  "member": "string",
5318
5318
  "name": "InstanceIds",
@@ -5632,7 +5632,7 @@
5632
5632
  },
5633
5633
  {
5634
5634
  "disabled": false,
5635
- "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.cloud.tencent.com/cvm/image?rid=1&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5635
+ "document": "[Image](https://intl.cloud.tencent.com/document/product/213/4940?from_cn_redirect=1) ID in the format of `img-xxx`. There are three types of images: <br/><li>Public images</li><li>Custom images</li><li>Shared images</li><br/>You can obtain the available image IDs in the following ways: <br/><li>For IDs of `public images`, `custom images`, and `shared images`, log in to the [CVM console](https://console.tencentcloud.com/cvm/image/index?rid=1&tab=PUBLIC_IMAGE&imageType=PUBLIC_IMAGE) to query the information. </li><li>Call [DescribeImages](https://intl.cloud.tencent.com/document/api/213/15715?from_cn_redirect=1) and look for `ImageId` in the response.</li>\n <b>Note: `ImageId` is required when `LaunchTemplate` is not specified. If both the parameters are passed in, `ImageId` prevails.</b>",
5636
5636
  "example": "img-pmqg1cw7",
5637
5637
  "member": "string",
5638
5638
  "name": "ImageId",
@@ -5659,7 +5659,7 @@
5659
5659
  },
5660
5660
  {
5661
5661
  "disabled": false,
5662
- "document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfigs](https://www.tencentcloud.comom/document/api/213/15749?from_cn_redirect=1) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.comom/document/product/213/11518?from_cn_redirect=1). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
5662
+ "document": "Instance model. Different instance models specify different resource specifications.\n<br><li>For instances created with the payment modes PREPAID or POSTPAID_BY_HOUR, specifies the specific values obtained BY calling the [DescribeInstanceTypeConfig](https://www.tencentcloud.com/document/product/1119/45686?lang=en) api for the latest specification table or referring to [instance specifications](https://www.tencentcloud.com/document/product/213/11518). if not specified, the system will dynamically assign a default model based on the current resource sales situation in a region.</li><br><li>for instances created with the payment mode CDHPAID, indicates this parameter uses the prefix \"CDH_\" and is generated based on CPU and memory configuration. the specific format is: CDH_XCXG. for example, for creating a CDH instance with 1 CPU core and 1 gb memory, this parameter should be CDH_1C1G.</li>.",
5663
5663
  "example": "S5.MEDIUM2",
5664
5664
  "member": "string",
5665
5665
  "name": "InstanceType",
@@ -5686,7 +5686,7 @@
5686
5686
  },
5687
5687
  {
5688
5688
  "disabled": false,
5689
- "document": "VPC configurations (VPC ID, subnet ID, etc). If it’s not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5689
+ "document": "VPC configurations (VPC ID, subnet ID, etc). If It's not specified, the classic network will be used by default. If a VPC IP is specified in this parameter, the `InstanceCount` can only be 1.",
5690
5690
  "example": "无",
5691
5691
  "member": "VirtualPrivateCloud",
5692
5692
  "name": "VirtualPrivateCloud",
@@ -5695,7 +5695,7 @@
5695
5695
  },
5696
5696
  {
5697
5697
  "disabled": false,
5698
- "document": "Configuration of public network bandwidth. If its not specified, 0 Mbps is used by default.",
5698
+ "document": "Configuration of public network bandwidth. If it's not specified, 0 Mbps is used by default.",
5699
5699
  "example": "无",
5700
5700
  "member": "InternetAccessible",
5701
5701
  "name": "InternetAccessible",
@@ -5731,7 +5731,7 @@
5731
5731
  },
5732
5732
  {
5733
5733
  "disabled": false,
5734
- "document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.comom/document/api/215/15808?from_cn_redirect=1). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.\n",
5734
+ "document": "Security group to which an instance belongs. obtain this parameter by calling the `SecurityGroupId` field in the return value of [DescribeSecurityGroups](https://www.tencentcloud.com/document/product/215/15808). if not specified, bind the default security group under the designated project. if the default security group does not exist, automatically create it.",
5735
5735
  "example": "[\"sg-efil73jd\"]",
5736
5736
  "member": "string",
5737
5737
  "name": "SecurityGroupIds",
@@ -7903,7 +7903,7 @@
7903
7903
  "members": [
7904
7904
  {
7905
7905
  "disabled": false,
7906
- "document": "Instance ID(s). To obtain the instance IDs, you can call [`DescribeInstances`](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7906
+ "document": "Instance ID(s). To obtain the instance IDs, you can call [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/15728?from_cn_redirect=1) and look for `InstanceId` in the response. The maximum number of instances in each request is 100.",
7907
7907
  "example": "[\"ins-rf6ogz49\"]",
7908
7908
  "member": "string",
7909
7909
  "name": "InstanceIds",
@@ -7966,7 +7966,7 @@
7966
7966
  },
7967
7967
  {
7968
7968
  "disabled": false,
7969
- "document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.comom/document/product/598/36223?from_cn_redirect=1) or [GetRole](https://www.tencentcloud.comom/document/product/598/36221?from_cn_redirect=1). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
7969
+ "document": "Role type, used in conjunction with CamRoleName. this value can be obtained from the RoleType field in the API response of CAM [DescribeRoleList](https://www.tencentcloud.com/document/product/1219/67889) or [GetRole](https://www.tencentcloud.com/document/product/598/33557?lang=en). currently, only user, system, and service_linked types are accepted.\nFor example, when CamRoleName contains \"LinkedRoleIn\" (such as TKE_QCSLinkedRoleInPrometheusService), DescribeRoleList and GetRole return RoleType as service_linked, this parameter must also transmit service_linked.\nThe parameter default value is user. this parameter can be omitted if CameRoleName is not of the service_linked kind.",
7970
7970
  "example": "user",
7971
7971
  "member": "string",
7972
7972
  "name": "CamRoleType",
@@ -8401,7 +8401,7 @@
8401
8401
  },
8402
8402
  {
8403
8403
  "disabled": false,
8404
- "document": "Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProject](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
8404
+ "document": "Instance'S project ID. obtain this parameter by calling the `ProjectId` field in the return value of [DescribeProjects](https://www.tencentcloud.com/document/product/651/54679). default value 0 means default project.",
8405
8405
  "example": "0",
8406
8406
  "member": "int64",
8407
8407
  "name": "ProjectId",
@@ -8671,7 +8671,7 @@
8671
8671
  "members": [
8672
8672
  {
8673
8673
  "disabled": false,
8674
- "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.comom/document/api/213/15728?from_cn_redirect=1). The maximum number of instances per request is 100.",
8674
+ "document": "One or more instance IDs to be operated. You can obtain the instance ID through the `InstanceId` in the return value from the API [DescribeInstances](https://www.tencentcloud.com/document/api/213/33258). The maximum number of instances per request is 100.",
8675
8675
  "example": "[\"ins-r8hr2upy\"]",
8676
8676
  "member": "string",
8677
8677
  "name": "InstanceIds",
@@ -10588,7 +10588,7 @@
10588
10588
  "members": [
10589
10589
  {
10590
10590
  "disabled": false,
10591
- "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-2 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10591
+ "document": "Availability zone name, for example, ap-guangzhou-3.\n\nThe names of availability zones across the network are as follows:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 (sold out)</li>\n<li> ap-hongkong-2 </li>\n<li> ap-hongkong-3 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 (sold out)</li>\n<li> ap-guangzhou-1 (sold out)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-guangzhou-7 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-tokyo-2 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-singapore-3 </li>\n<li>ap-singapore-4 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-bangkok-2 </li>\n<li> ap-shanghai-1 (sold out)</li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-shanghai-8 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> ap-beijing-1 (sold out)</li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> ap-beijing-6 </li>\n<li> ap-beijing-7 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> eu-frankfurt-2 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>\n<li> ap-nanjing-3 </li>\n<li> sa-saopaulo-1</li>\n<li> ap-jakarta-1 </li>\n<li> ap-jakarta-2 </li>",
10592
10592
  "example": "ap-guangzhou-3",
10593
10593
  "member": "string",
10594
10594
  "name": "Zone",
@@ -348,13 +348,13 @@
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
  ],