Domain name for API request: vpc.intl.tencentcloudapi.com.
This API (DescribeCustomerGateways) is used to query the customer gateway list.
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: DescribeCustomerGateways. |
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. |
CustomerGatewayIds.N | No | Array of String | Customer gateway ID, such as cgw-2wqq41m9 . Each request can have a maximum of 100 instances. CustomerGatewayIds and Filters cannot be specified at the same time. |
Filters.N | No | Array of Filter | The filter condition. For details, see the Instance Filter Conditions Table. The upper limit for Filters in each request is 10 and 5 for Filter.Values . CustomerGatewayIds and Filters cannot be specified at the same time.cgw-mgp33pll .test-cgw .58.211.1.12 . |
Offset | No | Integer | Offset. Default value: 0. For more information on Offset, see the relevant section in the API Introduction. |
Limit | No | Integer | Number of returned results. Default value: 20. Maximum value: 100. |
Parameter Name | Type | Description |
---|---|---|
CustomerGatewaySet | Array of CustomerGateway | Customer gateway object list |
TotalCount | Integer | Number of eligible instances |
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 example shows you how to query customer gateways.
POST / HTTP/1.1
Host: vpc.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCustomerGateways
<Common request parameters>
{
"CustomerGatewayIds": [
"cgw-mgp33pll"
],
"Filters": [
{
"Name": "customer-gateway-name",
"Values": [
"test-cgw"
]
}
],
"Offset": 1,
"Limit": 1
}
{
"Response": {
"CustomerGatewaySet": [
{
"CustomerGatewayId": "cgw-mgp33pll",
"IpAddress": "58.211.1.12",
"CustomerGatewayName": "test-cgw",
"CreatedTime": "2018-03-25 17:52:39"
}
],
"TotalCount": 1,
"RequestId": "e5500b60-4964-43c7-8a6c-4bff98f59aeb"
}
}
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 |
---|---|
InternalError.ModuleError | Internal module error |
InvalidParameter.FilterInvalidKey | The specified filter condition does not exist. |
InvalidParameterValue.Malformed | Invalid input parameter format. |
ResourceNotFound | The resource does not exist. |
문제 해결에 도움이 되었나요?