Domain name for API request: cfs.tencentcloudapi.com.
This API is used to query the availability of a region.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeAvailableZoneInfo. |
Version | Yes | String | Common Params. The value used for this API: 2019-07-19. |
Region | No | String | Common Params. This parameter is not required for this API. |
Parameter Name | Type | Description |
---|---|---|
RegionZones | Array of AvailableRegion | Information such as resource availability in each AZ and the supported storage classes and protocols |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cfs.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeAvailableZoneInfo
<Common request parameters>
{}
{
"Response": {
"RegionZones": [
{
"Region": "ap-guangzhou",
"RegionName": "gz",
"RegionCnName": "Guangzhou",
"RegionStatus": "AVAILABLE",
"Zones": [
{
"Zone": "ap-guangzhou-2",
"ZoneId": 100002,
"ZoneName": "Guangzhou Zone 2",
"ZoneCnName": "Guangzhou Zone 2",
"Types": [
{
"Type": "SD",
"Prepayment": true,
"Protocols": [
{
"Protocol": "NFS",
"SaleStatus": "saling"
}
]
}
]
},
{
"Zone": "ap-guangzhou-3",
"ZoneId": 100003,
"ZoneName": "Guangzhou Zone 3",
"ZoneCnName": "Guangzhou Zone 3",
"Types": [
{
"Type": "SD",
"Prepayment": true,
"Protocols": [
{
"Protocol": "NFS",
"SaleStatus": "saling"
}
]
}
]
},
{
"Zone": "ap-guangzhou-4",
"ZoneId": 100004,
"ZoneName": "Guangzhou Zone 4",
"ZoneCnName": "Guangzhou Zone 4",
"Types": [
{
"Type": "SD",
"Prepayment": true,
"Protocols": [
{
"Protocol": "NFS",
"SaleStatus": "saling"
}
]
}
]
}
]
}
],
"RequestId": "a7493b9c-8650-409a-a950-8d4afa18b5ec"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
AuthFailure.GetRoleFailed | Failed to get the CFS service role. |
InternalError | Internal error. |
InternalError.GetAccountStatusFailed | Failed to get the payment status of the user. |
UnsupportedOperation | Unsupported operation. |
UnsupportedOperation.OutOfService | Your account is in arrears. Please top up and try again. |
UnsupportedOperation.UnverifiedUser | Unverified user. |
Was this page helpful?