tencent cloud

边缘安全加速平台 EO

DownloadL4Logs

PDF
聚焦模式
字号
最后更新时间: 2026-04-13 14:45:38

1. API Description

Domain name for API request: teo.intl.tencentcloudapi.com.

This API is used to download L4 logs.

A maximum of 100 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DownloadL4Logs.
Version Yes String Common Params. The value used for this API: 2022-09-01.
Region No String Common Params. This parameter is not required.
StartTime Yes Timestamp ISO8601 The start time.
EndTime Yes Timestamp ISO8601 The end time.
ZoneIds.N No Array of String The site ID set. this parameter will change from selectable to required after may 30, 2024. for details, see the notice: tencent cloud EdgeOne: tencentcloud API change notification.
ProxyIds.N No Array of String List of L4 proxy instance IDs.
Limit No Integer Limit on paginated queries. Default value: 20. Maximum value: 300.
Offset No Integer The page offset. Default value: 0.

3. Output Parameters

Parameter Name Type Description
TotalCount Integer Total number of query results.
Data Array of L4OfflineLog List of L4 logs.
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.

4. Example

Example1 L7 Offline Logs

Input Example

POST / HTTP/1.1
Host: teo.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DownloadL4Logs
<Common request parameters>

{
    "Limit": 10,
    "Offset": 0,
    "StartTime": "2020-09-22T00:00:00+00:00",
    "EndTime": "2020-09-22T00:00:00+00:00",
    "ZoneIds": [
        "zone-2mzegj4vln5f"
    ]
}

Output Example

{
    "Response": {
        "RequestId": "8b6a2aa9-46ef-46e5-ba87-c0e96326adfe",
        "Data": [
            {
                "Area": "mainland",
                "LogPacketName": "20220811-10-proxy-1491-11ed-9792-525400655ede",
                "LogTime": 1660212000,
                "LogStartTime": "2023-07-26T06:00:00+08:00",
                "LogEndTime": "2023-07-26T07:00:00+08:00",
                "ProxyId": "proxy-1491-11ed-9792-525400655ede",
                "Size": 20761,
                "Url": "https://log-down04-cn.edgeone.qcloud.com/20220811/2022081110-proxy-1491-11ed-9792-52we0655ede.log.gz"
            }
        ],
        "TotalCount": 128
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
ResourceUnavailable The resource is unavailable.

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈