Domain name for API request: teo.intl.tencentcloudapi.com.
This API is used to query time series data of origin-pull for L7 domains.
Group aggregation can be performed by specifying the query dimension DimensionName, returning multiple groups of time series data. For detailed guide and limits, see How to Use API to Implement Grouping Aggregation in a Single Call.
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: DescribeTimingL7OriginPullData. |
| Version | Yes | String | Common Params. The value used for this API: 2022-09-01. |
| Region | No | String | Common Params. This parameter is not required. |
| ZoneIds.N | Yes | Array of String | Site ID set. This parameter is required. A maximum of 100 zone-ids can be imported. Use * to query data for all sites under the Tencent Cloud root account. Querying account-level data requires permissions for all site resources in this API. |
| MetricNames.N | Yes | Array of String | Metric list. valid values:
|
| StartTime | Yes | Timestamp ISO8601 | Start time. |
| EndTime | Yes | Timestamp ISO8601 | End time. The query time range (EndTime - StartTime) must be less than or equal to 31 days. |
| Interval | No | String | Time granularity of the query. valid values:.
|
| Filters.N | No | Array of QueryCondition | Filter criteria. detailed filter criteria:.
Note: when DimensionName is not empty, only the equals operator is supported. |
| DimensionName | No | String | Query dimension name. valid values:
if the if the
DimensionName = origin-status-code:Note: when specifying DimensionName during queries, concurrent calls are forbidden. if exceeded the query frequency limit, it will return an error InvalidParameter.ActionInProgress. |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total number of entries in the query result. |
| TimingDataRecords | Array of TimingDataRecord | Time series data list for origin-pull data. |
| 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. |
Query all domain names under ALL sites for the aggregated data of the l7Flow_outFlux_hy object during the period 2025-12-01T00:00:00Z to 2025-12-02T00:00:00Z.
POST / HTTP/1.1
Host: teo.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeTimingL7OriginPullData
<Common request parameters>
{
"ZoneIds": [
"*"
],
"MetricNames": [
"l7Flow_outFlux_hy"
],
"StartTime": "2025-12-01T00:00:00Z",
"EndTime": "2025-12-02T00:00:00Z"
}
{
"Response": {
"TimingDataRecords": [
{
"TypeKey": "1300224863",
"TypeValue": [
{
"Avg": 157,
"Detail": [
{
"Timestamp": 1764547200,
"Value": 0
}
],
"Max": 4643,
"MetricName": "l7Flow_outFlux_hy",
"Sum": 45461
}
]
}
],
"TotalCount": 1,
"RequestId": "853e9004-b4b0-4ae8-8a8f-510fe42f01e2"
}
}
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 |
|---|---|
| InvalidParameter.ActionInProgress | Too many attempts. Please try again later. |
| InvalidParameterValue.FiltersMustIncludeDimensionName | When specifying the DimensionName parameter, the Filters field must contain filter criteria corresponding to DimensionName. |
| LimitExceeded.QueryTimeLimitExceeded | Query time limit exceeded. |
| LimitExceeded.TimingDataItemLimitExceeded | The time series data items queried this time exceed the limit. |
| OperationDenied.OriginPullDataNotSupported | The current root account does not have permission for the data query interface. contact after-sales. |
文档反馈