Domain name for API request: vpc.tencentcloudapi.com.
This API is used to query the endpoint 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: DescribeVpcEndPoint. |
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 | Filter condition |
Offset | No | Integer | Offset. Default value: 0. |
Limit | No | Integer | Number of results per page; default value: 20; maximum value: 100. |
EndPointId.N | No | Array of String | Endpoint ID list |
Parameter Name | Type | Description |
---|---|---|
EndPointSet | Array of EndPoint | Endpoint |
TotalCount | Integer | Number of matched endpoints |
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: DescribeVpcEndPoint
<Common request parameters>
{
"Limit": 1,
"EndPointId": [
"vpce-h0fk8lfc"
],
"Offset": 1
}
{
"Response": {
"TotalCount": 1,
"RequestId": "7e6f5074-e4a2-4bb6-9cac-d2357a00896f",
"EndPointSet": [
{
"ServiceVpcId": "vpc-hj3he929",
"GroupSet": [
"sg-tyhgrwet"
],
"ServiceName": "Test",
"State": "PENDING",
"ServiceVip": "10.101.1.11",
"EndPointName": "Endpoint",
"VpcId": "vpc-hj3he929",
"EndPointOwner": "1302384414",
"EndPointId": "vpce-h0fk8lfc",
"SubnetId": "subnet-4t7fr3fi",
"CreateTime": "0000-00-00 00:00:00",
"EndPointServiceId": "vpcsvc-kngiybxl",
"EndPointVip": "10.101.1.11"
}
]
}
}
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. |
InvalidParameter.FilterNotDict | The specified filter condition should be a key-value pair. |
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. |
ResourceNotFound.SvcNotExist | The Svc doesn't exist. |
Was this page helpful?