文档中心>前端性能监控>API 文档>页面访问相关接口>获取DescribeDataPvUrlStatistics信息V2

获取DescribeDataPvUrlStatistics信息V2

最近更新时间:2026-07-02 01:49:19

我的收藏

1. 接口描述

接口请求域名: rum.tencentcloudapi.com 。

获取DescribeDataPvUrlStatistics信息

默认接口请求频率限制:20次/秒。

推荐使用 API Explorer
点击调试
API Explorer 提供了在线调用、签名验证、SDK 代码生成和快速检索接口等能力。您可查看每次调用的请求内容和返回结果以及自动生成 SDK 调用示例。

2. 输入参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数

参数名称 必选 类型 描述
Action String 公共参数,本接口取值:DescribeDataPvUrlStatisticsV2。
Version String 公共参数,本接口取值:2021-06-22。
Region String 公共参数,此参数为可选参数。
StartTime Integer

开始时间


示例值:1625444040
Type String

allcount:性能视图,day:14天数据,vp:性能,ckuv:uv,ckpv:pv,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等


示例值:pagepv
EndTime Integer

结束时间


示例值:1625454840
ID Integer

项目ID


示例值:1
ExtSecond String

自定义2


示例值:optimized
Engine String

浏览器引擎


示例值:ie7
Isp String

运营商


示例值:中国移动
From String

来源页面, 可多选,用 “,” 隔开的 String


示例值:index.html
Level String

日志等级


示例值:1
Brand String

品牌


示例值:苹果
Area String

地区


示例值:中国
VersionNum String

版本


示例值:1.2.1
Platform String

平台


示例值:2
ExtThird String

自定义3


示例值:normal
ExtFirst String

自定义1


示例值:offline
NetType String

网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知


示例值:2
Device String

机型


示例值:三星
IsAbroad String

显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。


示例值:1
Os String

操作系统


示例值:ios
Browser String

浏览器


示例值:ie
Env String

环境


示例值:prod
GroupByType Integer

group by 参数值枚举1:1m 2:5m 3:30m 4:1h
5:1d


示例值:1
IsNewData Integer

1: 查询智研
0: 走旧逻辑,已下线,勿使用


示例值:1
ExtFourth String

自定义4


示例值:ext4
ExtFifth String

自定义5


示例值:ext5
ExtSixth String

自定义6


示例值:ext6
ExtSeventh String

自定义7


示例值:ext7
ExtEighth String

自定义8


示例值:ext8
ExtNinth String

自定义9


示例值:ext9
ExtTenth String

自定义10


示例值:ext10
Granularity String

时间段


示例值:1m

3. 输出参数

参数名称 类型 描述
Result String

返回值


示例值:"{"request_id":"4f93b7fc-1857-4f4d-b3ac-eb63719a8bc5","results":[{"statement_id":0,"total":0,"offset":""}]}"
RequestId String 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。

4. 示例

示例1 demo

输入示例

POST / HTTP/1.1
Host: rum.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDataPvUrlStatisticsV2
<公共请求参数>

{
    "ID": 131800,
    "Type": "ext3",
    "StartTime": 1745911200,
    "EndTime": 1748427659
}

输出示例

{
    "Response": {
        "RequestId": "85acc203-d239-4e47-bc04-195cb09e9e83",
        "Result": "{\"request_id\":\"85acc203-d239-4e47-bc04-195cb09e9e83\",\"results\":[{\"statement_id\":0,\"total\":0,\"offset\":\"\"}]}"
    }
}

5. 开发者资源

腾讯云 API 平台

腾讯云 API 平台 是综合 API 文档、错误码、API Explorer 及 SDK 等资源的统一查询平台,方便您从同一入口查询及使用腾讯云提供的所有 API 服务。

API Inspector

用户可通过 API Inspector 查看控制台每一步操作关联的 API 调用情况,并自动生成各语言版本的 API 代码,也可前往 API Explorer 进行在线调试。

SDK

云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。

命令行工具

6. 错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码

错误码 描述
AuthFailure CAM签名/鉴权错误。
DryRunOperation DryRun 操作,代表请求将会是成功的,只是多传了 DryRun 参数。
FailedOperation 操作失败。
FailedOperation.ClsCallFail CLS调用失败
FailedOperation.DataBaseException 数据操作异常
FailedOperation.InfrastructureError 第三方依赖异常。
InternalError 内部错误。
InvalidParameter 参数错误。
InvalidParameterValue 参数取值错误。
LimitExceeded 超过配额限制。
MissingParameter 缺少参数错误。
OperationDenied 操作被拒绝。
RequestLimitExceeded 请求的次数超过了频率限制。
ResourceInUse 资源被占用。
ResourceInsufficient 资源不足。
ResourceNotFound 资源不存在。
ResourceNotFound.NoInstance 实例不存在
ResourceUnavailable 资源不可用。
ResourcesSoldOut 资源售罄。
UnauthorizedOperation 未授权操作。
UnknownParameter 未知参数错误。
UnsupportedOperation 操作不支持。