Domain name for API request: mna.intl.tencentcloudapi.com.
Statistics of a single device accessing the target IP address
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: GetDestIPByName. |
| Version | Yes | String | Common Params. The value used for this API: 2021-01-19. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| DeviceName | Yes | String | Device name |
| BeginTime | Yes | Integer | Start time. |
| EndTime | Yes | Integer | End time. |
| GatewayType | No | Integer | Gateway type. 0: public cloud gateway; 1: private gateway. Default is 0 if not specified. |
| Parameter Name | Type | Description |
|---|---|---|
| DestIpInfo | Array of DestIpInfo | Target IP info Note: This field may return null, indicating that no valid values can be obtained. |
| AccessRegion | String | Access region. Value ranges from 'MC' to 'AM'. MC=Chinese mainland AP=Asia Pacific EU=Europe AM=Americas. |
| 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. |
POST / HTTP/1.1
Host: mna.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: GetDestIPByName
<Common request parameters>
{
"DeviceName": "testdev",
"BeginTime": 1758544656,
"EndTime": 1758544716,
"GatewayType": 0
}
{
"Response": {
"AccessRegion": "MC",
"DestIpInfo": [
{
"GatewayIp": "",
"GatewaySite": "",
"IpCount": 0,
"IpList": [],
"Time": "1758544620"
},
{
"GatewayIp": "",
"GatewaySite": "",
"IpCount": 0,
"IpList": [],
"Time": "1758544680"
}
],
"RequestId": "33ef661c-3d47-4b67-96a1-d4852daeace6"
}
}
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 | Internal error. |
| InternalError.ControlRequestError | Request controller encounters an error. |
| InternalError.NetworkInfoRequestError | Zhiyan traffic data request error. |
| InvalidParameterValue | Parameter value error. |
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback