Domain name for API request: cdb.intl.tencentcloudapi.com.
This API is used to query parameter template details.
Description: The parameter template is a common component, effective across all regions once configured. For api calls, Guangzhou or Singapore is available to configure 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: DescribeParamTemplateInfo. |
| Version | Yes | String | Common Params. The value used for this API: 2017-03-20. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-guangzhou, ap-singapore. |
| TemplateId | Yes | Integer | Parameter template ID, which can be obtained through the DescribeParamTemplates API. |
| Parameter Name | Type | Description |
|---|---|---|
| TemplateId | Integer | Parameter template ID. |
| Name | String | Parameter template name. |
| EngineVersion | String | The parameter template corresponds to the instance version. Valid values: 5.5, 5.6, 5.7, 8.0. |
| TotalCount | Integer | Number of parameters in the parameter template |
| Items | Array of ParameterDetail | Parameter details |
| Description | String | Parameter template description |
| TemplateType | String | Type of the parameter template. Valid values: HIGH_STABILITY (high-stability template), HIGH_PERFORMANCE (high-performance template). |
| EngineType | String | Parameter template engine. Supported values include "InnoDB", "RocksDB". |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
This interface is used to query the parameter template details.
https://cdb.intl.tencentcloudapi.com/?Action=DescribeParamTemplateInfo
&TemplateId=233
&<Common request parameters>
{
"Response": {
"TemplateId": 2333,
"Name": "andy",
"EngineVersion": "5.7",
"TotalCount": 72,
"Items": [
{
"Name": "andy1",
"ParamType": "intege",
"Default": "1",
"Description": "Determines the starting point for the AUTO_INCREMENT column value.",
"CurrentValue": "1",
"NeedReboot": 0,
"Max": 65535,
"Min": 0,
"EnumValue": [
""
],
"MaxFunc": "10000",
"MinFunc": "1",
"IsNotSupportEdit": true
}
],
"Description": "The maximum permitted number of simultaneous client connections.",
"TemplateType": "HIGH_STABILITY",
"EngineType": "InnoDB",
"RequestId": "92131c95-aa65-44db-8c3c-e8cd67883b58"
}
}
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 | CAM signature/authentication error. |
| CdbError | Backend or process error. |
| InternalError.DatabaseAccessError | Internal database error. |
| InternalError.ParamError | Parameter error |
| InvalidParameter | Parameter error. |
フィードバック