Domain name for API request: vpc.tencentcloudapi.com.
This API is used to query the endpoint service list.
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: DescribeVpcEndPointService. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
Filters.N | No | Array of Filter | Filter conditionlb-xxx . |
Offset | No | Integer | Offset. Default value: 0. |
Limit | No | Integer | Number of results per page; default value: 20; maximum value: 100. |
EndPointServiceIds.N | No | Array of String | Endpoint service ID |
Parameter Name | Type | Description |
---|---|---|
EndPointServiceSet | Array of EndPointService | Array of endpoint services |
TotalCount | Integer | Number of matched results |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: vpc.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVpcEndPointService
<Common request parameters>
{
"EndPointServiceIds": [
"vpcsvc-kngiybxl"
],
"Limit": 1,
"Offset": 1
}
{
"Response": {
"TotalCount": 1,
"EndPointServiceSet": [
{
"VpcId": "vpc-hj3he929",
"EndPointSet": {},
"AutoAcceptFlag": "False",
"ServiceInstanceId": "lb-nswq8wkq",
"ServiceName": "test_002",
"EndPointServiceId": "vpcsvc-pnpcflil",
"ServiceVip": "10.101.1.11",
"CreateTime": "2021-04-12 19:22:43",
"ServiceOwner": "1254277469",
"EndPointCount": 0
}
],
"RequestId": "452e8b38-10a1-4d8a-8a31-a64b89c8f565"
}
}
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 |
---|---|
InvalidParameter.Coexist | The parameters cannot be specified at the same time. |
InvalidParameter.FilterInvalidKey | The specified filter condition does not exist. |
InvalidParameterValue.LimitExceeded | The parameter value exceeds the limit. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
ResourceNotFound | The resource does not exist. |
本页内容是否解决了您的问题?