Domain name for API request: vpc.tencentcloudapi.com.
This API (DescribeServiceTemplates) is used to query protocol port templates.
A maximum of 100 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: DescribeServiceTemplates. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | No | String | Common Params. This parameter is not required for this API. |
Filters.N | No | Array of Filter | Filtersppm-e6dy460g . |
Offset | No | String | Offset. The default value is 0. |
Limit | No | String | Number of values to be returned. The default value is 20. Maximum is 100. |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | The number of instances meeting the filter condition. |
ServiceTemplateSet | Array of ServiceTemplate | Protocol port template object. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=DescribeServiceTemplates
&Filters.0.Name=service-template-name
&Filters.0.Values.0=TestName
&Limit=2
&<common request parameters>
{
"Response": {
"TotalCount": 8,
"ServiceTemplateSet": [
{
"ServiceTemplateName": "TestName",
"ServiceTemplateId": "ppm-bu8cir16",
"ServiceSet": [
"tcp:8080",
"udp:99"
],
"CreatedTime": "2018-04-03 21:19:31"
},
{
"ServiceTemplateName": "TestName",
"ServiceTemplateId": "ppm-2jju0z3u",
"ServiceSet": [
"tcp:8080",
"udp:99"
],
"CreatedTime": "2018-04-03 21:03:12"
}
],
"RequestId": "20569756-56ba-4a13-b545-e1528d5cb239"
}
}
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 |
---|---|
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
문제 해결에 도움이 되었나요?