EdgeOne Logo
Documentation
请选择
请选择
Overview
Menu

DownloadL7Logs

1. API Description

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

This API is used to download L7 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 NameRequiredTypeDescription
ActionYesStringCommon Params. The value used for this API: DownloadL7Logs.
VersionYesStringCommon Params. The value used for this API: 2022-09-01.
RegionNoStringCommon Params. This parameter is not required.
StartTimeYesTimestamp ISO8601The start time.
EndTimeYesTimestamp ISO8601The end time.
ZoneIds.NNoArray of StringZoneId set. This parameter is required.
Domains.NNoArray of StringList of subdomain names to be queried. All subdomain names will be selected if this field is not specified.
LimitNoIntegerLimit on paginated queries. Default value: 20. Maximum value: 300.
OffsetNoIntegerThe page offset. Default value: 0.

3. Output Parameters

Parameter NameTypeDescription
TotalCountIntegerTotal number of query results.
DataArray of L7OfflineLogList of L7 logs.
RequestIdStringThe 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 Downloading L7 Offline Logs

Input Example

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

{
    "Offset": 0,
    "Limit": 10,
    "StartTime": "2022-05-04T03:27:00+08:00",
    "EndTime": "2022-05-10T23:59:00+08:00",
    "ZoneIds": [
        "zone-2mzegj4vln5f"
    ]
}

Output Example

{
    "Response": {
        "TotalCount": 1,
        "RequestId": "6f07d593-44d7-4bac-a119-e1923ab5b377",
        "Data": [
            {
                "Area": "mainland",
                "Domain": "test-add4.wellsjiang.com",
                "LogPacketName": "20220811-02-test-add4.wellsjiang.com",
                "LogTime": 1660212000,
                "LogStartTime": "2023-07-26T06:00:00+08:00",
                "LogEndTime": "2023-07-26T07:00:00+08:00",
                "Size": 7539,
                "Url": "https://log-down07-cn.edgeone.qcloud.com/2022081102-test-add4.wellsjiang.com.log.gz"
            },
            {
                "Area": "overseas",
                "Domain": "test.codegun.work",
                "LogEndTime": "2023-07-26T07:14:59+08:00",
                "LogPacketName": "20230725-2300-luatest3.codegun.work",
                "LogStartTime": "2023-07-26T07:00:00+08:00",
                "LogTime": 1690326000,
                "Size": 708,
                "Url": "https://log-down07-ov-test.edgeone.qcloud.com/20230725/23/251233206/202307252300-test.codegun.work.log.gz"
            }
        ]
    }
}

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 CodeDescription
OperationDeniedOperation denied.
ResourceUnavailableThe resource is unavailable.
UnauthorizedOperation.CamUnauthorizedCAM is not authorized.