tencent cloud

Feedback

DownloadL7Logs

Last updated: 2023-03-09 17:41:49

1. API Description

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

This API is used to query layer-7 logs.

A maximum of 20 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: DownloadL7Logs.
Version Yes String Common Params. The value used for this API: 2022-01-06.
Region No String Common Params. This parameter is not required for this API.
StartTime Yes Timestamp ISO8601 Start time. It must conform to the RFC3339 standard.
EndTime Yes Timestamp ISO8601 End time. It must conform to the RFC3339 standard.
PageSize Yes Integer Number of entries per page
PageNo Yes Integer Current page
Zones.N No Array of String Array of site names
Domains.N No Array of String Array of subdomain names

3. Output Parameters

Parameter Name Type Description
Data Array of L7OfflineLog Layer-7 offline log data
Note: This field may return null, indicating that no valid value can be obtained.
PageSize Integer Page size
Note: This field may return null, indicating that no valid value can be obtained.
PageNo Integer Page number
Note: This field may return null, indicating that no valid value can be obtained.
Pages Integer Total number of pages
Note: This field may return null, indicating that no valid value can be obtained.
TotalSize Integer Total number of entries
Note: This field may return null, indicating that no valid value can be obtained.
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Downloading layer-7 logs

Input Example

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

{
    "PageNo": 0,
    "PageSize": 0,
    "Zones": [
        "xx"
    ],
    "StartTime": "2022-05-04T03:27:00+08:00",
    "Domains": [
        "xx"
    ],
    "EndTime": "2022-05-10T23:59:00+08:00"
}

Output Example

{
    "Response": {
        "PageSize": 0,
        "PageNo": 0,
        "TotalSize": 0,
        "RequestId": "xx",
        "Data": [
            {
                "Url": "xx",
                "Domain": "xx",
                "LogPacketName": "xx",
                "LogTime": 0,
                "Size": 0
            }
        ],
        "Pages": 0
    }
}

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
OperationDenied Operation denied.
ResourceUnavailable The resource is unavailable.
UnauthorizedOperation.CamUnauthorized CAM is not authorized.
Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support