tencentcloud-sdk-nodejs 4.1.191 → 4.1.193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/sdk_version.js +1 -1
- package/es/services/hai/v20230812/hai_client.js +7 -4
- package/es/services/ocr/v20181119/ocr_client.js +3 -0
- package/es/services/organization/v20210331/organization_client.js +9 -0
- package/es/services/rum/v20210622/rum_client.js +56 -26
- package/es/services/tmt/v20180321/tmt_client.js +2 -20
- package/es/services/trocket/v20230308/trocket_client.js +20 -95
- package/es/services/trtc/v20190722/trtc_client.js +18 -9
- package/es/services/vod/v20180717/vod_client.js +10 -4
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +133 -11
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +19 -14
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -17
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +80 -92
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -2
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +9 -5
- package/tencentcloud/services/hai/v20230812/hai_client.js +12 -6
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +392 -180
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +156 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +14 -23
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -8
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -79
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +70 -29
- package/tencentcloud/services/rum/v20210622/rum_client.js +103 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2600 -1046
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +22 -14
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +22 -14
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +10 -8
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +3 -34
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +3 -46
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +36 -500
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +49 -211
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +58 -270
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +373 -1632
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +29 -16
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +39 -20
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +292 -70
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +15 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +20 -8
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +170 -62
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
|
@@ -1,64 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* CreateTawInstance请求参数结构体
|
|
3
|
-
*/
|
|
4
|
-
export interface CreateTawInstanceRequest {
|
|
5
|
-
/**
|
|
6
|
-
* 片区Id,(至少大于0)
|
|
7
|
-
*/
|
|
8
|
-
AreaId: number;
|
|
9
|
-
/**
|
|
10
|
-
* 计费类型, (1=后付费)
|
|
11
|
-
*/
|
|
12
|
-
ChargeType: number;
|
|
13
|
-
/**
|
|
14
|
-
* 数据保存时间,(至少大于0)
|
|
15
|
-
*/
|
|
16
|
-
DataRetentionDays: number;
|
|
17
|
-
/**
|
|
18
|
-
* 实例名称,(最大长度不超过255字节)
|
|
19
|
-
*/
|
|
20
|
-
InstanceName: string;
|
|
21
|
-
/**
|
|
22
|
-
* 标签列表
|
|
23
|
-
*/
|
|
24
|
-
Tags?: Array<Tag>;
|
|
25
|
-
/**
|
|
26
|
-
* 实例描述,(最大长度不超过1024字节)
|
|
27
|
-
*/
|
|
28
|
-
InstanceDesc?: string;
|
|
29
|
-
/**
|
|
30
|
-
* 每天数据上报量,(不作量级限制)
|
|
31
|
-
*/
|
|
32
|
-
CountNum?: string;
|
|
33
|
-
/**
|
|
34
|
-
* 数据存储时长计费
|
|
35
|
-
*/
|
|
36
|
-
PeriodRetain?: string;
|
|
37
|
-
/**
|
|
38
|
-
* 实例购买渠道("cdn" 等)
|
|
39
|
-
*/
|
|
40
|
-
BuyingChannel?: string;
|
|
41
|
-
/**
|
|
42
|
-
* 预付费资源包类型(仅预付费需要)
|
|
43
|
-
*/
|
|
44
|
-
ResourcePackageType?: number;
|
|
45
|
-
/**
|
|
46
|
-
* 预付费资源包数量(仅预付费需要)
|
|
47
|
-
*/
|
|
48
|
-
ResourcePackageNum?: number;
|
|
49
|
-
/**
|
|
50
|
-
* 实例类型 1:原web相关类型 2:app端类型
|
|
51
|
-
*/
|
|
52
|
-
InstanceType?: number;
|
|
53
|
-
/**
|
|
54
|
-
* 自动续费类型
|
|
55
|
-
*/
|
|
56
|
-
AutoRenewalType?: number;
|
|
57
|
-
/**
|
|
58
|
-
* 自动续费阈值
|
|
59
|
-
*/
|
|
60
|
-
AutoRenewalThreshold?: number;
|
|
61
|
-
}
|
|
62
1
|
/**
|
|
63
2
|
* DescribeDataFetchProject请求参数结构体
|
|
64
3
|
*/
|
|
@@ -144,7 +83,7 @@ export interface DescribeDataFetchProjectRequest {
|
|
|
144
83
|
*/
|
|
145
84
|
Browser?: string;
|
|
146
85
|
/**
|
|
147
|
-
*
|
|
86
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
148
87
|
*/
|
|
149
88
|
CostType?: string;
|
|
150
89
|
/**
|
|
@@ -156,7 +95,7 @@ export interface DescribeDataFetchProjectRequest {
|
|
|
156
95
|
*/
|
|
157
96
|
Env?: string;
|
|
158
97
|
/**
|
|
159
|
-
*
|
|
98
|
+
* HTTP 状态码(tag 值):用于过滤字段 status;取值一般为 200/301/404/500 等,也可配合 4xx/5xx 统计逻辑使用
|
|
160
99
|
*/
|
|
161
100
|
Status?: string;
|
|
162
101
|
/**
|
|
@@ -178,39 +117,75 @@ export interface DescribeDataResponse {
|
|
|
178
117
|
RequestId?: string;
|
|
179
118
|
}
|
|
180
119
|
/**
|
|
181
|
-
*
|
|
120
|
+
* DeleteProject请求参数结构体
|
|
182
121
|
*/
|
|
183
|
-
export interface
|
|
122
|
+
export interface DeleteProjectRequest {
|
|
184
123
|
/**
|
|
185
|
-
*
|
|
124
|
+
* 需要删除的项目 ID
|
|
186
125
|
*/
|
|
187
|
-
|
|
126
|
+
ID: number;
|
|
127
|
+
}
|
|
128
|
+
/**
|
|
129
|
+
* DescribeProjectLimits返回参数结构体
|
|
130
|
+
*/
|
|
131
|
+
export interface DescribeProjectLimitsResponse {
|
|
188
132
|
/**
|
|
189
|
-
*
|
|
133
|
+
* 上报率数组列表
|
|
190
134
|
*/
|
|
191
|
-
|
|
135
|
+
ProjectLimitSet?: Array<ProjectLimit>;
|
|
192
136
|
/**
|
|
193
137
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
194
138
|
*/
|
|
195
139
|
RequestId?: string;
|
|
196
140
|
}
|
|
197
141
|
/**
|
|
198
|
-
*
|
|
142
|
+
* DescribeTawInstances请求参数结构体
|
|
199
143
|
*/
|
|
200
|
-
export interface
|
|
144
|
+
export interface DescribeTawInstancesRequest {
|
|
201
145
|
/**
|
|
202
|
-
*
|
|
146
|
+
* 计费状态
|
|
203
147
|
*/
|
|
204
|
-
|
|
148
|
+
ChargeStatuses?: Array<number | bigint>;
|
|
149
|
+
/**
|
|
150
|
+
* 计费类型
|
|
151
|
+
*/
|
|
152
|
+
ChargeTypes?: Array<number | bigint>;
|
|
153
|
+
/**
|
|
154
|
+
* 分页Limit
|
|
155
|
+
*/
|
|
156
|
+
Limit?: number;
|
|
157
|
+
/**
|
|
158
|
+
* 分页Offset
|
|
159
|
+
*/
|
|
160
|
+
Offset?: number;
|
|
161
|
+
/**
|
|
162
|
+
* 片区Id
|
|
163
|
+
*/
|
|
164
|
+
AreaIds?: Array<number | bigint>;
|
|
165
|
+
/**
|
|
166
|
+
* 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
|
|
167
|
+
* @deprecated
|
|
168
|
+
*/
|
|
169
|
+
InstanceStatuses?: Array<number | bigint>;
|
|
170
|
+
/**
|
|
171
|
+
* 实例Id, 该参数已废弃,请在Filters内注明
|
|
172
|
+
* @deprecated
|
|
173
|
+
*/
|
|
174
|
+
InstanceIds?: Array<string>;
|
|
175
|
+
/**
|
|
176
|
+
* 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
177
|
+
*/
|
|
178
|
+
Filters?: Array<Filter>;
|
|
179
|
+
/**
|
|
180
|
+
* 该参数已废弃,demo模式请在Filters内注明
|
|
181
|
+
* @deprecated
|
|
182
|
+
*/
|
|
183
|
+
IsDemo?: number;
|
|
205
184
|
}
|
|
206
185
|
/**
|
|
207
|
-
*
|
|
186
|
+
* ResumeProject返回参数结构体
|
|
208
187
|
*/
|
|
209
|
-
export interface
|
|
210
|
-
/**
|
|
211
|
-
* 上报率数组列表
|
|
212
|
-
*/
|
|
213
|
-
ProjectLimitSet?: Array<ProjectLimit>;
|
|
188
|
+
export interface ResumeProjectResponse {
|
|
214
189
|
/**
|
|
215
190
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
216
191
|
*/
|
|
@@ -335,6 +310,135 @@ export interface StopInstanceRequest {
|
|
|
335
310
|
*/
|
|
336
311
|
IsModifyAll?: boolean;
|
|
337
312
|
}
|
|
313
|
+
/**
|
|
314
|
+
* DescribeDataStaticUrlV2请求参数结构体
|
|
315
|
+
*/
|
|
316
|
+
export interface DescribeDataStaticUrlV2Request {
|
|
317
|
+
/**
|
|
318
|
+
* 开始时间
|
|
319
|
+
*/
|
|
320
|
+
StartTime: number;
|
|
321
|
+
/**
|
|
322
|
+
* pagepv:性能视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图//ext1视图等等
|
|
323
|
+
*/
|
|
324
|
+
Type: string;
|
|
325
|
+
/**
|
|
326
|
+
* 结束时间
|
|
327
|
+
*/
|
|
328
|
+
EndTime: number;
|
|
329
|
+
/**
|
|
330
|
+
* 项目ID
|
|
331
|
+
*/
|
|
332
|
+
ID: number;
|
|
333
|
+
/**
|
|
334
|
+
* 自定义2
|
|
335
|
+
*/
|
|
336
|
+
ExtSecond?: string;
|
|
337
|
+
/**
|
|
338
|
+
* 浏览器引擎
|
|
339
|
+
*/
|
|
340
|
+
Engine?: string;
|
|
341
|
+
/**
|
|
342
|
+
* 运营商
|
|
343
|
+
*/
|
|
344
|
+
Isp?: string;
|
|
345
|
+
/**
|
|
346
|
+
* 来源页面
|
|
347
|
+
*/
|
|
348
|
+
From?: string;
|
|
349
|
+
/**
|
|
350
|
+
* 日志等级
|
|
351
|
+
*/
|
|
352
|
+
Level?: string;
|
|
353
|
+
/**
|
|
354
|
+
* 品牌
|
|
355
|
+
*/
|
|
356
|
+
Brand?: string;
|
|
357
|
+
/**
|
|
358
|
+
* 地区
|
|
359
|
+
*/
|
|
360
|
+
Area?: string;
|
|
361
|
+
/**
|
|
362
|
+
* 版本
|
|
363
|
+
*/
|
|
364
|
+
VersionNum?: string;
|
|
365
|
+
/**
|
|
366
|
+
* 平台
|
|
367
|
+
*/
|
|
368
|
+
Platform?: string;
|
|
369
|
+
/**
|
|
370
|
+
* 自定义3
|
|
371
|
+
*/
|
|
372
|
+
ExtThird?: string;
|
|
373
|
+
/**
|
|
374
|
+
* 自定义1
|
|
375
|
+
*/
|
|
376
|
+
ExtFirst?: string;
|
|
377
|
+
/**
|
|
378
|
+
* 网络类型
|
|
379
|
+
*/
|
|
380
|
+
NetType?: string;
|
|
381
|
+
/**
|
|
382
|
+
* 机型
|
|
383
|
+
*/
|
|
384
|
+
Device?: string;
|
|
385
|
+
/**
|
|
386
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
387
|
+
*/
|
|
388
|
+
IsAbroad?: string;
|
|
389
|
+
/**
|
|
390
|
+
* 操作系统
|
|
391
|
+
*/
|
|
392
|
+
Os?: string;
|
|
393
|
+
/**
|
|
394
|
+
* 浏览器
|
|
395
|
+
*/
|
|
396
|
+
Browser?: string;
|
|
397
|
+
/**
|
|
398
|
+
* 耗时计算方式
|
|
399
|
+
*/
|
|
400
|
+
CostType?: string;
|
|
401
|
+
/**
|
|
402
|
+
* 来源
|
|
403
|
+
*/
|
|
404
|
+
Url?: string;
|
|
405
|
+
/**
|
|
406
|
+
* 环境
|
|
407
|
+
*/
|
|
408
|
+
Env?: string;
|
|
409
|
+
/**
|
|
410
|
+
* 自定义4
|
|
411
|
+
*/
|
|
412
|
+
ExtFourth?: string;
|
|
413
|
+
/**
|
|
414
|
+
* 自定义5
|
|
415
|
+
*/
|
|
416
|
+
ExtFifth?: string;
|
|
417
|
+
/**
|
|
418
|
+
* 自定义6
|
|
419
|
+
*/
|
|
420
|
+
ExtSixth?: string;
|
|
421
|
+
/**
|
|
422
|
+
* 自定义7
|
|
423
|
+
*/
|
|
424
|
+
ExtSeventh?: string;
|
|
425
|
+
/**
|
|
426
|
+
* 自定义8
|
|
427
|
+
*/
|
|
428
|
+
ExtEighth?: string;
|
|
429
|
+
/**
|
|
430
|
+
* 自定义9
|
|
431
|
+
*/
|
|
432
|
+
ExtNinth?: string;
|
|
433
|
+
/**
|
|
434
|
+
* 自定义10
|
|
435
|
+
*/
|
|
436
|
+
ExtTenth?: string;
|
|
437
|
+
/**
|
|
438
|
+
* 时间段
|
|
439
|
+
*/
|
|
440
|
+
Granularity?: string;
|
|
441
|
+
}
|
|
338
442
|
/**
|
|
339
443
|
* ModifyInstance请求参数结构体
|
|
340
444
|
*/
|
|
@@ -352,6 +456,19 @@ export interface ModifyInstanceRequest {
|
|
|
352
456
|
*/
|
|
353
457
|
InstanceDesc?: string;
|
|
354
458
|
}
|
|
459
|
+
/**
|
|
460
|
+
* DescribeDataStaticProjectV2返回参数结构体
|
|
461
|
+
*/
|
|
462
|
+
export interface DescribeDataStaticProjectV2Response {
|
|
463
|
+
/**
|
|
464
|
+
* 返回值
|
|
465
|
+
*/
|
|
466
|
+
Result?: string;
|
|
467
|
+
/**
|
|
468
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
469
|
+
*/
|
|
470
|
+
RequestId?: string;
|
|
471
|
+
}
|
|
355
472
|
/**
|
|
356
473
|
* DescribeError返回参数结构体
|
|
357
474
|
*/
|
|
@@ -469,23 +586,120 @@ export interface DescribeScoresRequest {
|
|
|
469
586
|
IDList?: Array<number | bigint>;
|
|
470
587
|
}
|
|
471
588
|
/**
|
|
472
|
-
*
|
|
589
|
+
* project Score分数实体
|
|
473
590
|
*/
|
|
474
|
-
export interface
|
|
591
|
+
export interface ScoreInfoV2 {
|
|
475
592
|
/**
|
|
476
|
-
*
|
|
593
|
+
* 项目id
|
|
477
594
|
*/
|
|
478
|
-
|
|
595
|
+
ProjectID?: number;
|
|
479
596
|
/**
|
|
480
|
-
*
|
|
597
|
+
* 项目总分
|
|
481
598
|
*/
|
|
482
|
-
|
|
599
|
+
Score?: number;
|
|
483
600
|
/**
|
|
484
|
-
*
|
|
601
|
+
* API性能评分
|
|
485
602
|
*/
|
|
486
|
-
|
|
603
|
+
ApiPerformanceScore?: number;
|
|
487
604
|
/**
|
|
488
|
-
*
|
|
605
|
+
* API可用性评分
|
|
606
|
+
*/
|
|
607
|
+
ApiAvailableScore?: number;
|
|
608
|
+
/**
|
|
609
|
+
* API调用总数
|
|
610
|
+
*/
|
|
611
|
+
ApiNum?: number;
|
|
612
|
+
/**
|
|
613
|
+
* API失败次数
|
|
614
|
+
*/
|
|
615
|
+
ApiFail?: number;
|
|
616
|
+
/**
|
|
617
|
+
* API平均持续时间
|
|
618
|
+
*/
|
|
619
|
+
ApiDuration?: number;
|
|
620
|
+
/**
|
|
621
|
+
* 页面性能评分
|
|
622
|
+
*/
|
|
623
|
+
PagePerformanceScore?: number;
|
|
624
|
+
/**
|
|
625
|
+
* 页面浏览量
|
|
626
|
+
*/
|
|
627
|
+
PagePv?: number;
|
|
628
|
+
/**
|
|
629
|
+
* 独立访客数
|
|
630
|
+
*/
|
|
631
|
+
PageUv?: number;
|
|
632
|
+
/**
|
|
633
|
+
* 页面错误数
|
|
634
|
+
*/
|
|
635
|
+
PageError?: number;
|
|
636
|
+
/**
|
|
637
|
+
* 首屏时间
|
|
638
|
+
*/
|
|
639
|
+
PageDuration?: number;
|
|
640
|
+
/**
|
|
641
|
+
* 平均 LCP
|
|
642
|
+
*/
|
|
643
|
+
PageLCP?: number;
|
|
644
|
+
/**
|
|
645
|
+
* 平均 FID
|
|
646
|
+
*/
|
|
647
|
+
PageFID?: number;
|
|
648
|
+
/**
|
|
649
|
+
* 平均 CLS
|
|
650
|
+
*/
|
|
651
|
+
PageCLS?: number;
|
|
652
|
+
/**
|
|
653
|
+
* 平均 FCP
|
|
654
|
+
*/
|
|
655
|
+
PageFCP?: number;
|
|
656
|
+
/**
|
|
657
|
+
* 平均 INP
|
|
658
|
+
*/
|
|
659
|
+
PageINP?: number;
|
|
660
|
+
/**
|
|
661
|
+
* JavaScript错误评分
|
|
662
|
+
*/
|
|
663
|
+
JsErrorScore?: number;
|
|
664
|
+
/**
|
|
665
|
+
* 静态资源可用性评分
|
|
666
|
+
*/
|
|
667
|
+
StaticAvailableScore?: number;
|
|
668
|
+
/**
|
|
669
|
+
* 静态资源性能评分
|
|
670
|
+
*/
|
|
671
|
+
StaticPerformanceScore?: number;
|
|
672
|
+
/**
|
|
673
|
+
* 静态资源请求总数
|
|
674
|
+
*/
|
|
675
|
+
StaticNum?: number;
|
|
676
|
+
/**
|
|
677
|
+
* 静态资源加载失败数
|
|
678
|
+
*/
|
|
679
|
+
StaticFail?: number;
|
|
680
|
+
/**
|
|
681
|
+
* 静态资源加载时间
|
|
682
|
+
*/
|
|
683
|
+
StaticDuration?: number;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* DescribeDataReportCount请求参数结构体
|
|
687
|
+
*/
|
|
688
|
+
export interface DescribeDataReportCountRequest {
|
|
689
|
+
/**
|
|
690
|
+
* 开始时间
|
|
691
|
+
*/
|
|
692
|
+
StartTime: number;
|
|
693
|
+
/**
|
|
694
|
+
* 结束时间
|
|
695
|
+
*/
|
|
696
|
+
EndTime: number;
|
|
697
|
+
/**
|
|
698
|
+
* 项目ID
|
|
699
|
+
*/
|
|
700
|
+
ID?: number;
|
|
701
|
+
/**
|
|
702
|
+
* 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
|
|
489
703
|
*/
|
|
490
704
|
ReportType?: string;
|
|
491
705
|
/**
|
|
@@ -493,6 +707,135 @@ export interface DescribeDataReportCountRequest {
|
|
|
493
707
|
*/
|
|
494
708
|
InstanceID?: string;
|
|
495
709
|
}
|
|
710
|
+
/**
|
|
711
|
+
* DescribeDataStaticResourceV2请求参数结构体
|
|
712
|
+
*/
|
|
713
|
+
export interface DescribeDataStaticResourceV2Request {
|
|
714
|
+
/**
|
|
715
|
+
* 开始时间
|
|
716
|
+
*/
|
|
717
|
+
StartTime: number;
|
|
718
|
+
/**
|
|
719
|
+
* top:资源top视图,count40x:40X视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图//ext1视图等等
|
|
720
|
+
*/
|
|
721
|
+
Type: string;
|
|
722
|
+
/**
|
|
723
|
+
* 结束时间
|
|
724
|
+
*/
|
|
725
|
+
EndTime: number;
|
|
726
|
+
/**
|
|
727
|
+
* 项目ID
|
|
728
|
+
*/
|
|
729
|
+
ID: number;
|
|
730
|
+
/**
|
|
731
|
+
* 自定义2
|
|
732
|
+
*/
|
|
733
|
+
ExtSecond?: string;
|
|
734
|
+
/**
|
|
735
|
+
* 浏览器引擎
|
|
736
|
+
*/
|
|
737
|
+
Engine?: string;
|
|
738
|
+
/**
|
|
739
|
+
* 运营商
|
|
740
|
+
*/
|
|
741
|
+
Isp?: string;
|
|
742
|
+
/**
|
|
743
|
+
* 来源页面
|
|
744
|
+
*/
|
|
745
|
+
From?: string;
|
|
746
|
+
/**
|
|
747
|
+
* 日志等级
|
|
748
|
+
*/
|
|
749
|
+
Level?: string;
|
|
750
|
+
/**
|
|
751
|
+
* 品牌
|
|
752
|
+
*/
|
|
753
|
+
Brand?: string;
|
|
754
|
+
/**
|
|
755
|
+
* 地区
|
|
756
|
+
*/
|
|
757
|
+
Area?: string;
|
|
758
|
+
/**
|
|
759
|
+
* 版本
|
|
760
|
+
*/
|
|
761
|
+
VersionNum?: string;
|
|
762
|
+
/**
|
|
763
|
+
* 平台
|
|
764
|
+
*/
|
|
765
|
+
Platform?: string;
|
|
766
|
+
/**
|
|
767
|
+
* 自定义3
|
|
768
|
+
*/
|
|
769
|
+
ExtThird?: string;
|
|
770
|
+
/**
|
|
771
|
+
* 自定义1
|
|
772
|
+
*/
|
|
773
|
+
ExtFirst?: string;
|
|
774
|
+
/**
|
|
775
|
+
* 网络类型
|
|
776
|
+
*/
|
|
777
|
+
NetType?: string;
|
|
778
|
+
/**
|
|
779
|
+
* 机型
|
|
780
|
+
*/
|
|
781
|
+
Device?: string;
|
|
782
|
+
/**
|
|
783
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
784
|
+
*/
|
|
785
|
+
IsAbroad?: string;
|
|
786
|
+
/**
|
|
787
|
+
* 操作系统
|
|
788
|
+
*/
|
|
789
|
+
Os?: string;
|
|
790
|
+
/**
|
|
791
|
+
* 浏览器
|
|
792
|
+
*/
|
|
793
|
+
Browser?: string;
|
|
794
|
+
/**
|
|
795
|
+
* 耗时计算方式
|
|
796
|
+
*/
|
|
797
|
+
CostType?: string;
|
|
798
|
+
/**
|
|
799
|
+
* 来源
|
|
800
|
+
*/
|
|
801
|
+
Url?: string;
|
|
802
|
+
/**
|
|
803
|
+
* 环境
|
|
804
|
+
*/
|
|
805
|
+
Env?: string;
|
|
806
|
+
/**
|
|
807
|
+
* 自定义4
|
|
808
|
+
*/
|
|
809
|
+
ExtFourth?: string;
|
|
810
|
+
/**
|
|
811
|
+
* 自定义5
|
|
812
|
+
*/
|
|
813
|
+
ExtFifth?: string;
|
|
814
|
+
/**
|
|
815
|
+
* 自定义6
|
|
816
|
+
*/
|
|
817
|
+
ExtSixth?: string;
|
|
818
|
+
/**
|
|
819
|
+
* 自定义7
|
|
820
|
+
*/
|
|
821
|
+
ExtSeventh?: string;
|
|
822
|
+
/**
|
|
823
|
+
* 自定义8
|
|
824
|
+
*/
|
|
825
|
+
ExtEighth?: string;
|
|
826
|
+
/**
|
|
827
|
+
* 自定义9
|
|
828
|
+
*/
|
|
829
|
+
ExtNinth?: string;
|
|
830
|
+
/**
|
|
831
|
+
* 自定义10
|
|
832
|
+
*/
|
|
833
|
+
ExtTenth?: string;
|
|
834
|
+
/**
|
|
835
|
+
* 时间段
|
|
836
|
+
*/
|
|
837
|
+
Granularity?: string;
|
|
838
|
+
}
|
|
496
839
|
/**
|
|
497
840
|
* DescribeReleaseFiles请求参数结构体
|
|
498
841
|
*/
|
|
@@ -608,7 +951,7 @@ export interface DescribeDataCustomUrlRequest {
|
|
|
608
951
|
*/
|
|
609
952
|
Browser?: string;
|
|
610
953
|
/**
|
|
611
|
-
*
|
|
954
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(使用 percentile2 计算分位数);"avg" 表示均值(使用 avg 计算)。
|
|
612
955
|
*/
|
|
613
956
|
CostType?: string;
|
|
614
957
|
/**
|
|
@@ -633,6 +976,19 @@ export interface DescribeUvListResponse {
|
|
|
633
976
|
*/
|
|
634
977
|
RequestId?: string;
|
|
635
978
|
}
|
|
979
|
+
/**
|
|
980
|
+
* DescribeDataStaticUrlV2返回参数结构体
|
|
981
|
+
*/
|
|
982
|
+
export interface DescribeDataStaticUrlV2Response {
|
|
983
|
+
/**
|
|
984
|
+
* 返回值
|
|
985
|
+
*/
|
|
986
|
+
Result?: string;
|
|
987
|
+
/**
|
|
988
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
989
|
+
*/
|
|
990
|
+
RequestId?: string;
|
|
991
|
+
}
|
|
636
992
|
/**
|
|
637
993
|
* 标签
|
|
638
994
|
*/
|
|
@@ -711,7 +1067,7 @@ export interface DescribeDataPvUrlStatisticsV2Request {
|
|
|
711
1067
|
*/
|
|
712
1068
|
ExtFirst?: string;
|
|
713
1069
|
/**
|
|
714
|
-
*
|
|
1070
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知
|
|
715
1071
|
*/
|
|
716
1072
|
NetType?: string;
|
|
717
1073
|
/**
|
|
@@ -777,6 +1133,19 @@ export interface DescribeDataPvUrlStatisticsV2Request {
|
|
|
777
1133
|
*/
|
|
778
1134
|
Granularity?: string;
|
|
779
1135
|
}
|
|
1136
|
+
/**
|
|
1137
|
+
* DescribeDataFetchUrlV2返回参数结构体
|
|
1138
|
+
*/
|
|
1139
|
+
export interface DescribeDataFetchUrlV2Response {
|
|
1140
|
+
/**
|
|
1141
|
+
* 返回值
|
|
1142
|
+
*/
|
|
1143
|
+
Result?: string;
|
|
1144
|
+
/**
|
|
1145
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1146
|
+
*/
|
|
1147
|
+
RequestId?: string;
|
|
1148
|
+
}
|
|
780
1149
|
/**
|
|
781
1150
|
* DescribeRumGroupLog返回参数结构体
|
|
782
1151
|
*/
|
|
@@ -855,7 +1224,7 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
855
1224
|
*/
|
|
856
1225
|
ExtFirst?: string;
|
|
857
1226
|
/**
|
|
858
|
-
* 网络类型
|
|
1227
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
859
1228
|
*/
|
|
860
1229
|
NetType?: string;
|
|
861
1230
|
/**
|
|
@@ -875,7 +1244,7 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
875
1244
|
*/
|
|
876
1245
|
Browser?: string;
|
|
877
1246
|
/**
|
|
878
|
-
*
|
|
1247
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
879
1248
|
*/
|
|
880
1249
|
CostType?: string;
|
|
881
1250
|
/**
|
|
@@ -964,6 +1333,19 @@ export interface DescribeDataReportCountV2Request {
|
|
|
964
1333
|
*/
|
|
965
1334
|
InstanceID?: string;
|
|
966
1335
|
}
|
|
1336
|
+
/**
|
|
1337
|
+
* DescribeDataPerformancePageV2返回参数结构体
|
|
1338
|
+
*/
|
|
1339
|
+
export interface DescribeDataPerformancePageV2Response {
|
|
1340
|
+
/**
|
|
1341
|
+
* 返回值
|
|
1342
|
+
*/
|
|
1343
|
+
Result?: string;
|
|
1344
|
+
/**
|
|
1345
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1346
|
+
*/
|
|
1347
|
+
RequestId?: string;
|
|
1348
|
+
}
|
|
967
1349
|
/**
|
|
968
1350
|
* DescribeData请求参数结构体
|
|
969
1351
|
*/
|
|
@@ -978,196 +1360,155 @@ export interface DescribeDataRequest {
|
|
|
978
1360
|
ID: number;
|
|
979
1361
|
}
|
|
980
1362
|
/**
|
|
981
|
-
*
|
|
1363
|
+
* DescribeDataEventUrlV2请求参数结构体
|
|
982
1364
|
*/
|
|
983
|
-
export interface
|
|
1365
|
+
export interface DescribeDataEventUrlV2Request {
|
|
984
1366
|
/**
|
|
985
|
-
*
|
|
1367
|
+
* 开始时间
|
|
986
1368
|
*/
|
|
987
|
-
|
|
988
|
-
}
|
|
989
|
-
/**
|
|
990
|
-
* DescribeTawAreas返回参数结构体
|
|
991
|
-
*/
|
|
992
|
-
export interface DescribeTawAreasResponse {
|
|
1369
|
+
StartTime: number;
|
|
993
1370
|
/**
|
|
994
|
-
*
|
|
1371
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,ckuv:获取uv趋势,ckpv:获取pv趋势,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
995
1372
|
*/
|
|
996
|
-
|
|
1373
|
+
Type: string;
|
|
997
1374
|
/**
|
|
998
|
-
*
|
|
1375
|
+
* 结束时间
|
|
999
1376
|
*/
|
|
1000
|
-
|
|
1377
|
+
EndTime: number;
|
|
1001
1378
|
/**
|
|
1002
|
-
*
|
|
1379
|
+
* 项目ID
|
|
1003
1380
|
*/
|
|
1004
|
-
|
|
1005
|
-
}
|
|
1006
|
-
/**
|
|
1007
|
-
* ResumeProject返回参数结构体
|
|
1008
|
-
*/
|
|
1009
|
-
export interface ResumeProjectResponse {
|
|
1381
|
+
ID: number;
|
|
1010
1382
|
/**
|
|
1011
|
-
*
|
|
1383
|
+
* 自定义2
|
|
1012
1384
|
*/
|
|
1013
|
-
|
|
1014
|
-
}
|
|
1015
|
-
/**
|
|
1016
|
-
* ModifyProjectLimit请求参数结构体
|
|
1017
|
-
*/
|
|
1018
|
-
export interface ModifyProjectLimitRequest {
|
|
1019
|
-
/**
|
|
1020
|
-
* 项目ID
|
|
1021
|
-
*/
|
|
1022
|
-
ProjectID: number;
|
|
1023
|
-
/**
|
|
1024
|
-
* 取值为[log speed performance webvitals pv event custom miniProgramData]其中之一
|
|
1025
|
-
*/
|
|
1026
|
-
ProjectInterface?: string;
|
|
1027
|
-
/**
|
|
1028
|
-
* 上报比例 10代表10%
|
|
1029
|
-
*/
|
|
1030
|
-
ReportRate?: number;
|
|
1031
|
-
/**
|
|
1032
|
-
* 上报类型 1:比例 2:上报量
|
|
1033
|
-
*/
|
|
1034
|
-
ReportType?: number;
|
|
1035
|
-
/**
|
|
1036
|
-
* 主键ID
|
|
1037
|
-
*/
|
|
1038
|
-
ID?: number;
|
|
1039
|
-
}
|
|
1040
|
-
/**
|
|
1041
|
-
* DeleteInstance返回参数结构体
|
|
1042
|
-
*/
|
|
1043
|
-
export interface DeleteInstanceResponse {
|
|
1044
|
-
/**
|
|
1045
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1046
|
-
*/
|
|
1047
|
-
RequestId?: string;
|
|
1048
|
-
}
|
|
1049
|
-
/**
|
|
1050
|
-
* DescribeAppSingleCaseList返回参数结构体
|
|
1051
|
-
*/
|
|
1052
|
-
export interface DescribeAppSingleCaseListResponse {
|
|
1053
|
-
/**
|
|
1054
|
-
* 查询数据返回
|
|
1055
|
-
*/
|
|
1056
|
-
Data?: string;
|
|
1057
|
-
/**
|
|
1058
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1059
|
-
*/
|
|
1060
|
-
RequestId?: string;
|
|
1061
|
-
}
|
|
1062
|
-
/**
|
|
1063
|
-
* DescribeDataPerformancePage请求参数结构体
|
|
1064
|
-
*/
|
|
1065
|
-
export interface DescribeDataPerformancePageRequest {
|
|
1066
|
-
/**
|
|
1067
|
-
* 项目ID
|
|
1068
|
-
*/
|
|
1069
|
-
ID: number;
|
|
1385
|
+
ExtSecond?: string;
|
|
1070
1386
|
/**
|
|
1071
|
-
*
|
|
1387
|
+
* 浏览器引擎
|
|
1072
1388
|
*/
|
|
1073
|
-
|
|
1389
|
+
Engine?: string;
|
|
1074
1390
|
/**
|
|
1075
|
-
*
|
|
1391
|
+
* 运营商
|
|
1076
1392
|
*/
|
|
1077
|
-
|
|
1393
|
+
Isp?: string;
|
|
1078
1394
|
/**
|
|
1079
|
-
*
|
|
1395
|
+
* 来源页面
|
|
1080
1396
|
*/
|
|
1081
|
-
|
|
1397
|
+
From?: string;
|
|
1082
1398
|
/**
|
|
1083
1399
|
* 日志等级
|
|
1084
1400
|
*/
|
|
1085
1401
|
Level?: string;
|
|
1086
1402
|
/**
|
|
1087
|
-
*
|
|
1403
|
+
* 品牌
|
|
1088
1404
|
*/
|
|
1089
|
-
|
|
1405
|
+
Brand?: string;
|
|
1090
1406
|
/**
|
|
1091
1407
|
* 地区
|
|
1092
1408
|
*/
|
|
1093
1409
|
Area?: string;
|
|
1094
1410
|
/**
|
|
1095
|
-
*
|
|
1411
|
+
* 版本
|
|
1096
1412
|
*/
|
|
1097
|
-
|
|
1413
|
+
VersionNum?: string;
|
|
1098
1414
|
/**
|
|
1099
1415
|
* 平台
|
|
1100
1416
|
*/
|
|
1101
1417
|
Platform?: string;
|
|
1102
1418
|
/**
|
|
1103
|
-
*
|
|
1104
|
-
*/
|
|
1105
|
-
Device?: string;
|
|
1106
|
-
/**
|
|
1107
|
-
* 版本
|
|
1419
|
+
* 自定义3
|
|
1108
1420
|
*/
|
|
1109
|
-
|
|
1421
|
+
ExtThird?: string;
|
|
1110
1422
|
/**
|
|
1111
1423
|
* 自定义1
|
|
1112
1424
|
*/
|
|
1113
1425
|
ExtFirst?: string;
|
|
1114
1426
|
/**
|
|
1115
|
-
*
|
|
1427
|
+
* 网络类型
|
|
1116
1428
|
*/
|
|
1117
|
-
|
|
1429
|
+
NetType?: string;
|
|
1118
1430
|
/**
|
|
1119
|
-
*
|
|
1431
|
+
* 机型
|
|
1120
1432
|
*/
|
|
1121
|
-
|
|
1433
|
+
Device?: string;
|
|
1122
1434
|
/**
|
|
1123
1435
|
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1124
1436
|
*/
|
|
1125
1437
|
IsAbroad?: string;
|
|
1438
|
+
/**
|
|
1439
|
+
* 操作系统
|
|
1440
|
+
*/
|
|
1441
|
+
Os?: string;
|
|
1126
1442
|
/**
|
|
1127
1443
|
* 浏览器
|
|
1128
1444
|
*/
|
|
1129
1445
|
Browser?: string;
|
|
1130
1446
|
/**
|
|
1131
|
-
*
|
|
1447
|
+
* 筛选条件
|
|
1132
1448
|
*/
|
|
1133
|
-
|
|
1449
|
+
Name?: string;
|
|
1134
1450
|
/**
|
|
1135
|
-
*
|
|
1451
|
+
* 环境
|
|
1136
1452
|
*/
|
|
1137
|
-
|
|
1453
|
+
Env?: string;
|
|
1138
1454
|
/**
|
|
1139
|
-
*
|
|
1455
|
+
* 自定义4
|
|
1140
1456
|
*/
|
|
1141
|
-
|
|
1457
|
+
ExtFourth?: string;
|
|
1142
1458
|
/**
|
|
1143
|
-
*
|
|
1459
|
+
* 自定义5
|
|
1144
1460
|
*/
|
|
1145
|
-
|
|
1461
|
+
ExtFifth?: string;
|
|
1146
1462
|
/**
|
|
1147
|
-
*
|
|
1463
|
+
* 自定义6
|
|
1148
1464
|
*/
|
|
1149
|
-
|
|
1465
|
+
ExtSixth?: string;
|
|
1150
1466
|
/**
|
|
1151
|
-
*
|
|
1467
|
+
* 自定义7
|
|
1152
1468
|
*/
|
|
1153
|
-
|
|
1469
|
+
ExtSeventh?: string;
|
|
1154
1470
|
/**
|
|
1155
|
-
*
|
|
1471
|
+
* 自定义8
|
|
1156
1472
|
*/
|
|
1157
|
-
|
|
1473
|
+
ExtEighth?: string;
|
|
1158
1474
|
/**
|
|
1159
|
-
*
|
|
1475
|
+
* 自定义9
|
|
1160
1476
|
*/
|
|
1161
|
-
|
|
1477
|
+
ExtNinth?: string;
|
|
1478
|
+
/**
|
|
1479
|
+
* 自定义10
|
|
1480
|
+
*/
|
|
1481
|
+
ExtTenth?: string;
|
|
1482
|
+
/**
|
|
1483
|
+
* 时间段
|
|
1484
|
+
*/
|
|
1485
|
+
Granularity?: string;
|
|
1162
1486
|
}
|
|
1163
1487
|
/**
|
|
1164
|
-
*
|
|
1488
|
+
* StopProject请求参数结构体
|
|
1165
1489
|
*/
|
|
1166
|
-
export interface
|
|
1490
|
+
export interface StopProjectRequest {
|
|
1167
1491
|
/**
|
|
1168
|
-
*
|
|
1492
|
+
* 项目 id
|
|
1169
1493
|
*/
|
|
1170
|
-
|
|
1494
|
+
ProjectId: number;
|
|
1495
|
+
}
|
|
1496
|
+
/**
|
|
1497
|
+
* DescribeTawAreas返回参数结构体
|
|
1498
|
+
*/
|
|
1499
|
+
export interface DescribeTawAreasResponse {
|
|
1500
|
+
/**
|
|
1501
|
+
* 片区总数
|
|
1502
|
+
*/
|
|
1503
|
+
TotalCount?: number;
|
|
1504
|
+
/**
|
|
1505
|
+
* 片区列表
|
|
1506
|
+
*/
|
|
1507
|
+
AreaSet?: Array<RumAreaInfo>;
|
|
1508
|
+
/**
|
|
1509
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1510
|
+
*/
|
|
1511
|
+
RequestId?: string;
|
|
1171
1512
|
}
|
|
1172
1513
|
/**
|
|
1173
1514
|
* ResumeInstance请求参数结构体
|
|
@@ -1183,17 +1524,60 @@ export interface ResumeInstanceRequest {
|
|
|
1183
1524
|
IsModifyAll?: boolean;
|
|
1184
1525
|
}
|
|
1185
1526
|
/**
|
|
1186
|
-
*
|
|
1527
|
+
* ModifyProjectLimit请求参数结构体
|
|
1187
1528
|
*/
|
|
1188
|
-
export interface
|
|
1529
|
+
export interface ModifyProjectLimitRequest {
|
|
1189
1530
|
/**
|
|
1190
|
-
*
|
|
1531
|
+
* 项目ID
|
|
1191
1532
|
*/
|
|
1192
|
-
|
|
1533
|
+
ProjectID: number;
|
|
1193
1534
|
/**
|
|
1194
|
-
*
|
|
1535
|
+
* 取值为[log speed performance webvitals pv event custom miniProgramData]其中之一
|
|
1195
1536
|
*/
|
|
1196
|
-
|
|
1537
|
+
ProjectInterface?: string;
|
|
1538
|
+
/**
|
|
1539
|
+
* 上报比例 10代表10%
|
|
1540
|
+
*/
|
|
1541
|
+
ReportRate?: number;
|
|
1542
|
+
/**
|
|
1543
|
+
* 上报类型 1:比例 2:上报量
|
|
1544
|
+
*/
|
|
1545
|
+
ReportType?: number;
|
|
1546
|
+
/**
|
|
1547
|
+
* 主键ID
|
|
1548
|
+
*/
|
|
1549
|
+
ID?: number;
|
|
1550
|
+
}
|
|
1551
|
+
/**
|
|
1552
|
+
* DescribeDataEventUrlV2返回参数结构体
|
|
1553
|
+
*/
|
|
1554
|
+
export interface DescribeDataEventUrlV2Response {
|
|
1555
|
+
/**
|
|
1556
|
+
* 返回值
|
|
1557
|
+
*/
|
|
1558
|
+
Result?: string;
|
|
1559
|
+
/**
|
|
1560
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1561
|
+
*/
|
|
1562
|
+
RequestId?: string;
|
|
1563
|
+
}
|
|
1564
|
+
/**
|
|
1565
|
+
* DeleteInstance返回参数结构体
|
|
1566
|
+
*/
|
|
1567
|
+
export interface DeleteInstanceResponse {
|
|
1568
|
+
/**
|
|
1569
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1570
|
+
*/
|
|
1571
|
+
RequestId?: string;
|
|
1572
|
+
}
|
|
1573
|
+
/**
|
|
1574
|
+
* DescribeDataWebVitalsPageV2请求参数结构体
|
|
1575
|
+
*/
|
|
1576
|
+
export interface DescribeDataWebVitalsPageV2Request {
|
|
1577
|
+
/**
|
|
1578
|
+
* 开始时间
|
|
1579
|
+
*/
|
|
1580
|
+
StartTime: number;
|
|
1197
1581
|
/**
|
|
1198
1582
|
* 结束时间
|
|
1199
1583
|
*/
|
|
@@ -1222,6 +1606,10 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1222
1606
|
* 日志等级
|
|
1223
1607
|
*/
|
|
1224
1608
|
Level?: string;
|
|
1609
|
+
/**
|
|
1610
|
+
* 类型暂无
|
|
1611
|
+
*/
|
|
1612
|
+
Type?: string;
|
|
1225
1613
|
/**
|
|
1226
1614
|
* 品牌
|
|
1227
1615
|
*/
|
|
@@ -1267,143 +1655,176 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1267
1655
|
*/
|
|
1268
1656
|
Browser?: string;
|
|
1269
1657
|
/**
|
|
1270
|
-
*
|
|
1658
|
+
* 耗时计算
|
|
1271
1659
|
*/
|
|
1272
1660
|
CostType?: string;
|
|
1273
|
-
/**
|
|
1274
|
-
* 来源
|
|
1275
|
-
*/
|
|
1276
|
-
Url?: string;
|
|
1277
1661
|
/**
|
|
1278
1662
|
* 环境
|
|
1279
1663
|
*/
|
|
1280
1664
|
Env?: string;
|
|
1281
1665
|
/**
|
|
1282
|
-
*
|
|
1666
|
+
* 时间段
|
|
1283
1667
|
*/
|
|
1284
|
-
|
|
1668
|
+
Granularity?: string;
|
|
1669
|
+
}
|
|
1670
|
+
/**
|
|
1671
|
+
* DescribeAppSingleCaseList返回参数结构体
|
|
1672
|
+
*/
|
|
1673
|
+
export interface DescribeAppSingleCaseListResponse {
|
|
1285
1674
|
/**
|
|
1286
|
-
*
|
|
1675
|
+
* 查询数据返回
|
|
1287
1676
|
*/
|
|
1288
|
-
|
|
1677
|
+
Data?: string;
|
|
1289
1678
|
/**
|
|
1290
|
-
*
|
|
1679
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1291
1680
|
*/
|
|
1292
|
-
|
|
1681
|
+
RequestId?: string;
|
|
1293
1682
|
}
|
|
1294
1683
|
/**
|
|
1295
|
-
*
|
|
1684
|
+
* DescribeDataPerformancePage请求参数结构体
|
|
1296
1685
|
*/
|
|
1297
|
-
export interface
|
|
1686
|
+
export interface DescribeDataPerformancePageRequest {
|
|
1298
1687
|
/**
|
|
1299
|
-
*
|
|
1688
|
+
* 项目ID
|
|
1300
1689
|
*/
|
|
1301
|
-
|
|
1690
|
+
ID: number;
|
|
1302
1691
|
/**
|
|
1303
|
-
*
|
|
1692
|
+
* 开始时间
|
|
1304
1693
|
*/
|
|
1305
|
-
StartTime:
|
|
1694
|
+
StartTime: number;
|
|
1306
1695
|
/**
|
|
1307
|
-
*
|
|
1696
|
+
* 结束时间
|
|
1308
1697
|
*/
|
|
1309
|
-
|
|
1698
|
+
EndTime: number;
|
|
1310
1699
|
/**
|
|
1311
|
-
*
|
|
1700
|
+
* pagepv:pv视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
1312
1701
|
*/
|
|
1313
|
-
|
|
1702
|
+
Type: string;
|
|
1314
1703
|
/**
|
|
1315
|
-
*
|
|
1704
|
+
* 日志等级
|
|
1316
1705
|
*/
|
|
1317
|
-
|
|
1706
|
+
Level?: string;
|
|
1318
1707
|
/**
|
|
1319
|
-
*
|
|
1708
|
+
* 运营商
|
|
1320
1709
|
*/
|
|
1321
|
-
|
|
1322
|
-
}
|
|
1323
|
-
/**
|
|
1324
|
-
* DescribeDataLogUrlStatistics返回参数结构体
|
|
1325
|
-
*/
|
|
1326
|
-
export interface DescribeDataLogUrlStatisticsResponse {
|
|
1710
|
+
Isp?: string;
|
|
1327
1711
|
/**
|
|
1328
|
-
*
|
|
1712
|
+
* 地区
|
|
1329
1713
|
*/
|
|
1330
|
-
|
|
1714
|
+
Area?: string;
|
|
1331
1715
|
/**
|
|
1332
|
-
*
|
|
1716
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1333
1717
|
*/
|
|
1334
|
-
|
|
1335
|
-
}
|
|
1336
|
-
/**
|
|
1337
|
-
* CreateProject返回参数结构体
|
|
1338
|
-
*/
|
|
1339
|
-
export interface CreateProjectResponse {
|
|
1718
|
+
NetType?: string;
|
|
1340
1719
|
/**
|
|
1341
|
-
*
|
|
1720
|
+
* 平台
|
|
1342
1721
|
*/
|
|
1343
|
-
|
|
1722
|
+
Platform?: string;
|
|
1723
|
+
/**
|
|
1724
|
+
* 机型
|
|
1725
|
+
*/
|
|
1726
|
+
Device?: string;
|
|
1344
1727
|
/**
|
|
1345
|
-
*
|
|
1728
|
+
* 版本
|
|
1346
1729
|
*/
|
|
1347
|
-
|
|
1730
|
+
VersionNum?: string;
|
|
1348
1731
|
/**
|
|
1349
|
-
*
|
|
1732
|
+
* 自定义1
|
|
1350
1733
|
*/
|
|
1351
|
-
|
|
1352
|
-
}
|
|
1353
|
-
/**
|
|
1354
|
-
* StopInstance返回参数结构体
|
|
1355
|
-
*/
|
|
1356
|
-
export interface StopInstanceResponse {
|
|
1734
|
+
ExtFirst?: string;
|
|
1357
1735
|
/**
|
|
1358
|
-
*
|
|
1736
|
+
* 自定义2
|
|
1359
1737
|
*/
|
|
1360
|
-
|
|
1738
|
+
ExtSecond?: string;
|
|
1739
|
+
/**
|
|
1740
|
+
* 自定义3
|
|
1741
|
+
*/
|
|
1742
|
+
ExtThird?: string;
|
|
1743
|
+
/**
|
|
1744
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1745
|
+
*/
|
|
1746
|
+
IsAbroad?: string;
|
|
1747
|
+
/**
|
|
1748
|
+
* 浏览器
|
|
1749
|
+
*/
|
|
1750
|
+
Browser?: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* 操作系统
|
|
1753
|
+
*/
|
|
1754
|
+
Os?: string;
|
|
1755
|
+
/**
|
|
1756
|
+
* 浏览器引擎
|
|
1757
|
+
*/
|
|
1758
|
+
Engine?: string;
|
|
1759
|
+
/**
|
|
1760
|
+
* 品牌
|
|
1761
|
+
*/
|
|
1762
|
+
Brand?: string;
|
|
1763
|
+
/**
|
|
1764
|
+
* 来源页面
|
|
1765
|
+
*/
|
|
1766
|
+
From?: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1769
|
+
*/
|
|
1770
|
+
CostType?: string;
|
|
1771
|
+
/**
|
|
1772
|
+
* 环境变量
|
|
1773
|
+
*/
|
|
1774
|
+
Env?: string;
|
|
1775
|
+
/**
|
|
1776
|
+
* 网络状态(tag 值):用于过滤/聚合字段 netStatus;枚举值:0(正常)、1(弱网)、2(断网)、3(其他)。
|
|
1777
|
+
*/
|
|
1778
|
+
NetStatus?: string;
|
|
1779
|
+
/**
|
|
1780
|
+
* 是否返回webvitals数据
|
|
1781
|
+
*/
|
|
1782
|
+
WebVitals?: boolean;
|
|
1361
1783
|
}
|
|
1362
1784
|
/**
|
|
1363
|
-
*
|
|
1785
|
+
* DeleteReleaseFile请求参数结构体
|
|
1364
1786
|
*/
|
|
1365
|
-
export interface
|
|
1787
|
+
export interface DeleteReleaseFileRequest {
|
|
1366
1788
|
/**
|
|
1367
|
-
*
|
|
1789
|
+
* 文件 id
|
|
1368
1790
|
*/
|
|
1369
|
-
|
|
1791
|
+
ID: number;
|
|
1370
1792
|
}
|
|
1371
1793
|
/**
|
|
1372
|
-
*
|
|
1794
|
+
* DescribeScoresV2请求参数结构体
|
|
1373
1795
|
*/
|
|
1374
|
-
export interface
|
|
1796
|
+
export interface DescribeScoresV2Request {
|
|
1375
1797
|
/**
|
|
1376
|
-
*
|
|
1798
|
+
* 开始时间
|
|
1377
1799
|
*/
|
|
1378
|
-
|
|
1800
|
+
StartTime: string;
|
|
1379
1801
|
/**
|
|
1380
|
-
*
|
|
1802
|
+
* 结束时间
|
|
1381
1803
|
*/
|
|
1382
|
-
|
|
1383
|
-
}
|
|
1384
|
-
/**
|
|
1385
|
-
* DeleteProject返回参数结构体
|
|
1386
|
-
*/
|
|
1387
|
-
export interface DeleteProjectResponse {
|
|
1804
|
+
EndTime: string;
|
|
1388
1805
|
/**
|
|
1389
|
-
*
|
|
1806
|
+
* 项目 ID 列表
|
|
1390
1807
|
*/
|
|
1391
|
-
|
|
1808
|
+
IDList?: Array<number | bigint>;
|
|
1392
1809
|
/**
|
|
1393
|
-
*
|
|
1810
|
+
* 查询粒度,hour 或 day
|
|
1394
1811
|
*/
|
|
1395
|
-
|
|
1812
|
+
Type?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* 环境
|
|
1815
|
+
*/
|
|
1816
|
+
Env?: string;
|
|
1396
1817
|
}
|
|
1397
1818
|
/**
|
|
1398
|
-
*
|
|
1819
|
+
* DescribeDataFetchUrl请求参数结构体
|
|
1399
1820
|
*/
|
|
1400
|
-
export interface
|
|
1821
|
+
export interface DescribeDataFetchUrlRequest {
|
|
1401
1822
|
/**
|
|
1402
1823
|
* 开始时间
|
|
1403
1824
|
*/
|
|
1404
1825
|
StartTime: number;
|
|
1405
1826
|
/**
|
|
1406
|
-
* allcount:性能视图,day:14天数据,
|
|
1827
|
+
* allcount:性能视图,pagepv:pv视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
1407
1828
|
*/
|
|
1408
1829
|
Type: string;
|
|
1409
1830
|
/**
|
|
@@ -1459,7 +1880,7 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1459
1880
|
*/
|
|
1460
1881
|
ExtFirst?: string;
|
|
1461
1882
|
/**
|
|
1462
|
-
* 网络类型
|
|
1883
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1463
1884
|
*/
|
|
1464
1885
|
NetType?: string;
|
|
1465
1886
|
/**
|
|
@@ -1478,65 +1899,79 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1478
1899
|
* 浏览器
|
|
1479
1900
|
*/
|
|
1480
1901
|
Browser?: string;
|
|
1902
|
+
/**
|
|
1903
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1904
|
+
*/
|
|
1905
|
+
CostType?: string;
|
|
1906
|
+
/**
|
|
1907
|
+
* 来源
|
|
1908
|
+
*/
|
|
1909
|
+
Url?: string;
|
|
1481
1910
|
/**
|
|
1482
1911
|
* 环境
|
|
1483
1912
|
*/
|
|
1484
1913
|
Env?: string;
|
|
1485
1914
|
/**
|
|
1486
|
-
*
|
|
1487
|
-
5:1d
|
|
1915
|
+
* HTTP 状态码(tag 值):用于过滤字段 status;支持 4xx(status =~ /4[0-9]{2}/)和 5xx(status =~ /5[0-9]{2}/)等错误码统计。
|
|
1488
1916
|
*/
|
|
1489
|
-
|
|
1917
|
+
Status?: string;
|
|
1490
1918
|
/**
|
|
1491
|
-
*
|
|
1492
|
-
0: 走旧逻辑,已下线,勿使用
|
|
1919
|
+
* retcode
|
|
1493
1920
|
*/
|
|
1494
|
-
|
|
1921
|
+
Ret?: string;
|
|
1922
|
+
/**
|
|
1923
|
+
* 网络状态
|
|
1924
|
+
*/
|
|
1925
|
+
NetStatus?: string;
|
|
1495
1926
|
}
|
|
1496
1927
|
/**
|
|
1497
|
-
*
|
|
1928
|
+
* DescribeRumLogExport请求参数结构体
|
|
1498
1929
|
*/
|
|
1499
|
-
export interface
|
|
1930
|
+
export interface DescribeRumLogExportRequest {
|
|
1500
1931
|
/**
|
|
1501
|
-
*
|
|
1932
|
+
* 导出标识name
|
|
1502
1933
|
*/
|
|
1503
|
-
|
|
1934
|
+
Name: string;
|
|
1504
1935
|
/**
|
|
1505
|
-
*
|
|
1936
|
+
* 开始时间(必填)
|
|
1506
1937
|
*/
|
|
1507
|
-
|
|
1938
|
+
StartTime: string;
|
|
1508
1939
|
/**
|
|
1509
|
-
*
|
|
1940
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
1510
1941
|
*/
|
|
1511
|
-
|
|
1942
|
+
Query: string;
|
|
1512
1943
|
/**
|
|
1513
|
-
*
|
|
1944
|
+
* 结束时间(必填)
|
|
1514
1945
|
*/
|
|
1515
|
-
|
|
1946
|
+
EndTime: string;
|
|
1516
1947
|
/**
|
|
1517
|
-
*
|
|
1948
|
+
* 项目ID(必填)
|
|
1518
1949
|
*/
|
|
1519
|
-
ID
|
|
1950
|
+
ID: number;
|
|
1951
|
+
/**
|
|
1952
|
+
* field条件
|
|
1953
|
+
*/
|
|
1954
|
+
Fields?: Array<string>;
|
|
1520
1955
|
}
|
|
1521
1956
|
/**
|
|
1522
|
-
*
|
|
1957
|
+
* DescribeDataLogUrlStatistics返回参数结构体
|
|
1523
1958
|
*/
|
|
1524
|
-
export interface
|
|
1959
|
+
export interface DescribeDataLogUrlStatisticsResponse {
|
|
1525
1960
|
/**
|
|
1526
|
-
*
|
|
1961
|
+
* 返回值
|
|
1527
1962
|
*/
|
|
1528
|
-
|
|
1963
|
+
Result?: string;
|
|
1529
1964
|
/**
|
|
1530
1965
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1531
1966
|
*/
|
|
1532
1967
|
RequestId?: string;
|
|
1533
1968
|
}
|
|
1534
1969
|
/**
|
|
1535
|
-
*
|
|
1970
|
+
* DescribeDataLogUrlStatisticsV2返回参数结构体
|
|
1536
1971
|
*/
|
|
1537
|
-
export interface
|
|
1972
|
+
export interface DescribeDataLogUrlStatisticsV2Response {
|
|
1538
1973
|
/**
|
|
1539
|
-
*
|
|
1974
|
+
* 返回值
|
|
1540
1975
|
*/
|
|
1541
1976
|
Result?: string;
|
|
1542
1977
|
/**
|
|
@@ -1545,15 +1980,54 @@ export interface DescribeRumLogExportsResponse {
|
|
|
1545
1980
|
RequestId?: string;
|
|
1546
1981
|
}
|
|
1547
1982
|
/**
|
|
1548
|
-
*
|
|
1983
|
+
* DescribeDataCustomUrl返回参数结构体
|
|
1549
1984
|
*/
|
|
1550
|
-
export interface
|
|
1985
|
+
export interface DescribeDataCustomUrlResponse {
|
|
1986
|
+
/**
|
|
1987
|
+
* 返回值
|
|
1988
|
+
*/
|
|
1989
|
+
Result?: string;
|
|
1990
|
+
/**
|
|
1991
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1992
|
+
*/
|
|
1993
|
+
RequestId?: string;
|
|
1994
|
+
}
|
|
1995
|
+
/**
|
|
1996
|
+
* CreateStarProject返回参数结构体
|
|
1997
|
+
*/
|
|
1998
|
+
export interface CreateStarProjectResponse {
|
|
1999
|
+
/**
|
|
2000
|
+
* 接口返回信息
|
|
2001
|
+
*/
|
|
2002
|
+
Msg?: string;
|
|
2003
|
+
/**
|
|
2004
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2005
|
+
*/
|
|
2006
|
+
RequestId?: string;
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* DeleteProject返回参数结构体
|
|
2010
|
+
*/
|
|
2011
|
+
export interface DeleteProjectResponse {
|
|
2012
|
+
/**
|
|
2013
|
+
* 操作信息
|
|
2014
|
+
*/
|
|
2015
|
+
Msg?: string;
|
|
2016
|
+
/**
|
|
2017
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2018
|
+
*/
|
|
2019
|
+
RequestId?: string;
|
|
2020
|
+
}
|
|
2021
|
+
/**
|
|
2022
|
+
* DescribeDataPvUrlStatistics请求参数结构体
|
|
2023
|
+
*/
|
|
2024
|
+
export interface DescribeDataPvUrlStatisticsRequest {
|
|
1551
2025
|
/**
|
|
1552
2026
|
* 开始时间
|
|
1553
2027
|
*/
|
|
1554
2028
|
StartTime: number;
|
|
1555
2029
|
/**
|
|
1556
|
-
* allcount:性能视图,day:14天数据,condition:条件列表,
|
|
2030
|
+
* 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视图等
|
|
1557
2031
|
*/
|
|
1558
2032
|
Type: string;
|
|
1559
2033
|
/**
|
|
@@ -1581,7 +2055,7 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1581
2055
|
*/
|
|
1582
2056
|
From?: string;
|
|
1583
2057
|
/**
|
|
1584
|
-
*
|
|
2058
|
+
* 日志等级
|
|
1585
2059
|
*/
|
|
1586
2060
|
Level?: string;
|
|
1587
2061
|
/**
|
|
@@ -1609,7 +2083,7 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1609
2083
|
*/
|
|
1610
2084
|
ExtFirst?: string;
|
|
1611
2085
|
/**
|
|
1612
|
-
*
|
|
2086
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1613
2087
|
*/
|
|
1614
2088
|
NetType?: string;
|
|
1615
2089
|
/**
|
|
@@ -1629,150 +2103,1210 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1629
2103
|
*/
|
|
1630
2104
|
Browser?: string;
|
|
1631
2105
|
/**
|
|
1632
|
-
*
|
|
2106
|
+
* 环境
|
|
1633
2107
|
*/
|
|
1634
|
-
|
|
2108
|
+
Env?: string;
|
|
1635
2109
|
/**
|
|
1636
|
-
*
|
|
2110
|
+
* group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
2111
|
+
5:1d
|
|
1637
2112
|
*/
|
|
1638
|
-
|
|
2113
|
+
GroupByType?: number;
|
|
1639
2114
|
/**
|
|
1640
|
-
*
|
|
2115
|
+
* 1: 查询智研
|
|
2116
|
+
0: 走旧逻辑,已下线,勿使用
|
|
1641
2117
|
*/
|
|
1642
|
-
|
|
2118
|
+
IsNewData?: number;
|
|
1643
2119
|
}
|
|
1644
2120
|
/**
|
|
1645
|
-
*
|
|
2121
|
+
* 发布文件列表(SOURCEMAP)
|
|
2122
|
+
*/
|
|
2123
|
+
export interface ReleaseFile {
|
|
2124
|
+
/**
|
|
2125
|
+
* 文件版本
|
|
2126
|
+
*/
|
|
2127
|
+
Version?: string;
|
|
2128
|
+
/**
|
|
2129
|
+
* 文件唯一 key
|
|
2130
|
+
*/
|
|
2131
|
+
FileKey?: string;
|
|
2132
|
+
/**
|
|
2133
|
+
* 文件名
|
|
2134
|
+
*/
|
|
2135
|
+
FileName?: string;
|
|
2136
|
+
/**
|
|
2137
|
+
* 文件哈希值
|
|
2138
|
+
*/
|
|
2139
|
+
FileHash?: string;
|
|
2140
|
+
/**
|
|
2141
|
+
* 文件 id
|
|
2142
|
+
*/
|
|
2143
|
+
ID?: number;
|
|
2144
|
+
}
|
|
2145
|
+
/**
|
|
2146
|
+
* ModifyProjectLimit返回参数结构体
|
|
2147
|
+
*/
|
|
2148
|
+
export interface ModifyProjectLimitResponse {
|
|
2149
|
+
/**
|
|
2150
|
+
* 返回信息
|
|
2151
|
+
*/
|
|
2152
|
+
Msg?: string;
|
|
2153
|
+
/**
|
|
2154
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2155
|
+
*/
|
|
2156
|
+
RequestId?: string;
|
|
2157
|
+
}
|
|
2158
|
+
/**
|
|
2159
|
+
* DescribeRumLogExports返回参数结构体
|
|
2160
|
+
*/
|
|
2161
|
+
export interface DescribeRumLogExportsResponse {
|
|
2162
|
+
/**
|
|
2163
|
+
* 返回字符串
|
|
2164
|
+
*/
|
|
2165
|
+
Result?: string;
|
|
2166
|
+
/**
|
|
2167
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2168
|
+
*/
|
|
2169
|
+
RequestId?: string;
|
|
2170
|
+
}
|
|
2171
|
+
/**
|
|
2172
|
+
* DescribeDataStaticProject请求参数结构体
|
|
2173
|
+
*/
|
|
2174
|
+
export interface DescribeDataStaticProjectRequest {
|
|
2175
|
+
/**
|
|
2176
|
+
* 开始时间
|
|
2177
|
+
*/
|
|
2178
|
+
StartTime: number;
|
|
2179
|
+
/**
|
|
2180
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2181
|
+
*/
|
|
2182
|
+
Type: string;
|
|
2183
|
+
/**
|
|
2184
|
+
* 结束时间
|
|
2185
|
+
*/
|
|
2186
|
+
EndTime: number;
|
|
2187
|
+
/**
|
|
2188
|
+
* 项目ID
|
|
2189
|
+
*/
|
|
2190
|
+
ID: number;
|
|
2191
|
+
/**
|
|
2192
|
+
* 自定义2
|
|
2193
|
+
*/
|
|
2194
|
+
ExtSecond?: string;
|
|
2195
|
+
/**
|
|
2196
|
+
* 浏览器引擎
|
|
2197
|
+
*/
|
|
2198
|
+
Engine?: string;
|
|
2199
|
+
/**
|
|
2200
|
+
* 运营商
|
|
2201
|
+
*/
|
|
2202
|
+
Isp?: string;
|
|
2203
|
+
/**
|
|
2204
|
+
* 来源页面
|
|
2205
|
+
*/
|
|
2206
|
+
From?: string;
|
|
2207
|
+
/**
|
|
2208
|
+
* 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
|
2209
|
+
*/
|
|
2210
|
+
Level?: string;
|
|
2211
|
+
/**
|
|
2212
|
+
* 品牌
|
|
2213
|
+
*/
|
|
2214
|
+
Brand?: string;
|
|
2215
|
+
/**
|
|
2216
|
+
* 地区
|
|
2217
|
+
*/
|
|
2218
|
+
Area?: string;
|
|
2219
|
+
/**
|
|
2220
|
+
* 版本
|
|
2221
|
+
*/
|
|
2222
|
+
VersionNum?: string;
|
|
2223
|
+
/**
|
|
2224
|
+
* 平台
|
|
2225
|
+
*/
|
|
2226
|
+
Platform?: string;
|
|
2227
|
+
/**
|
|
2228
|
+
* 自定义3
|
|
2229
|
+
*/
|
|
2230
|
+
ExtThird?: string;
|
|
2231
|
+
/**
|
|
2232
|
+
* 自定义1
|
|
2233
|
+
*/
|
|
2234
|
+
ExtFirst?: string;
|
|
2235
|
+
/**
|
|
2236
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
2237
|
+
*/
|
|
2238
|
+
NetType?: string;
|
|
2239
|
+
/**
|
|
2240
|
+
* 机型
|
|
2241
|
+
*/
|
|
2242
|
+
Device?: string;
|
|
2243
|
+
/**
|
|
2244
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2245
|
+
*/
|
|
2246
|
+
IsAbroad?: string;
|
|
2247
|
+
/**
|
|
2248
|
+
* 操作系统
|
|
2249
|
+
*/
|
|
2250
|
+
Os?: string;
|
|
2251
|
+
/**
|
|
2252
|
+
* 浏览器
|
|
2253
|
+
*/
|
|
2254
|
+
Browser?: string;
|
|
2255
|
+
/**
|
|
2256
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
2257
|
+
*/
|
|
2258
|
+
CostType?: string;
|
|
2259
|
+
/**
|
|
2260
|
+
* 来源
|
|
2261
|
+
*/
|
|
2262
|
+
Url?: Array<string>;
|
|
2263
|
+
/**
|
|
2264
|
+
* 环境
|
|
2265
|
+
*/
|
|
2266
|
+
Env?: string;
|
|
2267
|
+
}
|
|
2268
|
+
/**
|
|
2269
|
+
* DescribeRumStatsLogList请求参数结构体
|
|
1646
2270
|
*/
|
|
1647
2271
|
export interface DescribeRumStatsLogListRequest {
|
|
1648
2272
|
/**
|
|
1649
|
-
* 开始时间(必填)
|
|
2273
|
+
* 开始时间(必填)
|
|
2274
|
+
*/
|
|
2275
|
+
StartTime: string;
|
|
2276
|
+
/**
|
|
2277
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
2278
|
+
*/
|
|
2279
|
+
Limit: number;
|
|
2280
|
+
/**
|
|
2281
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
2282
|
+
*/
|
|
2283
|
+
Query: string;
|
|
2284
|
+
/**
|
|
2285
|
+
* 结束时间(必填)
|
|
2286
|
+
*/
|
|
2287
|
+
EndTime: string;
|
|
2288
|
+
/**
|
|
2289
|
+
* 项目ID(必填)
|
|
2290
|
+
*/
|
|
2291
|
+
ID: number;
|
|
2292
|
+
}
|
|
2293
|
+
/**
|
|
2294
|
+
* DescribeDataBridgeUrlV2请求参数结构体
|
|
2295
|
+
*/
|
|
2296
|
+
export interface DescribeDataBridgeUrlV2Request {
|
|
2297
|
+
/**
|
|
2298
|
+
* 项目ID
|
|
2299
|
+
*/
|
|
2300
|
+
ID: number;
|
|
2301
|
+
/**
|
|
2302
|
+
* 开始时间
|
|
2303
|
+
*/
|
|
2304
|
+
StartTime: number;
|
|
2305
|
+
/**
|
|
2306
|
+
* 结束时间
|
|
2307
|
+
*/
|
|
2308
|
+
EndTime: number;
|
|
2309
|
+
/**
|
|
2310
|
+
* pagepv:性能视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2311
|
+
*/
|
|
2312
|
+
Type: string;
|
|
2313
|
+
/**
|
|
2314
|
+
* 日志等级
|
|
2315
|
+
*/
|
|
2316
|
+
Level?: string;
|
|
2317
|
+
/**
|
|
2318
|
+
* 运营商
|
|
2319
|
+
*/
|
|
2320
|
+
Isp?: string;
|
|
2321
|
+
/**
|
|
2322
|
+
* 地区
|
|
2323
|
+
*/
|
|
2324
|
+
Area?: string;
|
|
2325
|
+
/**
|
|
2326
|
+
* 网络类型
|
|
2327
|
+
*/
|
|
2328
|
+
NetType?: string;
|
|
2329
|
+
/**
|
|
2330
|
+
* 平台
|
|
2331
|
+
*/
|
|
2332
|
+
Platform?: string;
|
|
2333
|
+
/**
|
|
2334
|
+
* 机型
|
|
2335
|
+
*/
|
|
2336
|
+
Device?: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* 版本
|
|
2339
|
+
*/
|
|
2340
|
+
VersionNum?: string;
|
|
2341
|
+
/**
|
|
2342
|
+
* 自定义1
|
|
2343
|
+
*/
|
|
2344
|
+
ExtFirst?: string;
|
|
2345
|
+
/**
|
|
2346
|
+
* 自定义2
|
|
2347
|
+
*/
|
|
2348
|
+
ExtSecond?: string;
|
|
2349
|
+
/**
|
|
2350
|
+
* 自定义3
|
|
2351
|
+
*/
|
|
2352
|
+
ExtThird?: string;
|
|
2353
|
+
/**
|
|
2354
|
+
* 是否海外
|
|
2355
|
+
*/
|
|
2356
|
+
IsAbroad?: string;
|
|
2357
|
+
/**
|
|
2358
|
+
* 浏览器
|
|
2359
|
+
*/
|
|
2360
|
+
Browser?: string;
|
|
2361
|
+
/**
|
|
2362
|
+
* 操作系统
|
|
2363
|
+
*/
|
|
2364
|
+
Os?: string;
|
|
2365
|
+
/**
|
|
2366
|
+
* 浏览器引擎
|
|
2367
|
+
*/
|
|
2368
|
+
Engine?: string;
|
|
2369
|
+
/**
|
|
2370
|
+
* 品牌
|
|
2371
|
+
*/
|
|
2372
|
+
Brand?: string;
|
|
2373
|
+
/**
|
|
2374
|
+
* 来源页面
|
|
2375
|
+
*/
|
|
2376
|
+
From?: string;
|
|
2377
|
+
/**
|
|
2378
|
+
* 耗时计算方式
|
|
2379
|
+
*/
|
|
2380
|
+
CostType?: string;
|
|
2381
|
+
/**
|
|
2382
|
+
* 环境变量
|
|
2383
|
+
*/
|
|
2384
|
+
Env?: string;
|
|
2385
|
+
/**
|
|
2386
|
+
* url名称
|
|
2387
|
+
*/
|
|
2388
|
+
Name?: string;
|
|
2389
|
+
/**
|
|
2390
|
+
* http状态码
|
|
2391
|
+
*/
|
|
2392
|
+
Status?: string;
|
|
2393
|
+
/**
|
|
2394
|
+
* retcode
|
|
2395
|
+
*/
|
|
2396
|
+
Ret?: string;
|
|
2397
|
+
/**
|
|
2398
|
+
* 网络状态
|
|
2399
|
+
*/
|
|
2400
|
+
NetStatus?: string;
|
|
2401
|
+
/**
|
|
2402
|
+
* 自定义4
|
|
2403
|
+
*/
|
|
2404
|
+
ExtFourth?: string;
|
|
2405
|
+
/**
|
|
2406
|
+
* 自定义5
|
|
2407
|
+
*/
|
|
2408
|
+
ExtFifth?: string;
|
|
2409
|
+
/**
|
|
2410
|
+
* 自定义6
|
|
2411
|
+
*/
|
|
2412
|
+
ExtSixth?: string;
|
|
2413
|
+
/**
|
|
2414
|
+
* 自定义7
|
|
2415
|
+
*/
|
|
2416
|
+
ExtSeventh?: string;
|
|
2417
|
+
/**
|
|
2418
|
+
* 自定义8
|
|
2419
|
+
*/
|
|
2420
|
+
ExtEighth?: string;
|
|
2421
|
+
/**
|
|
2422
|
+
* 自定义9
|
|
2423
|
+
*/
|
|
2424
|
+
ExtNinth?: string;
|
|
2425
|
+
/**
|
|
2426
|
+
* 自定义10
|
|
2427
|
+
*/
|
|
2428
|
+
ExtTenth?: string;
|
|
2429
|
+
/**
|
|
2430
|
+
* 时间段
|
|
2431
|
+
*/
|
|
2432
|
+
Granularity?: string;
|
|
2433
|
+
}
|
|
2434
|
+
/**
|
|
2435
|
+
* 旁路kafka配置
|
|
2436
|
+
*/
|
|
2437
|
+
export interface Kafka {
|
|
2438
|
+
/**
|
|
2439
|
+
* 1:开启
|
|
2440
|
+
0:关闭
|
|
2441
|
+
*/
|
|
2442
|
+
EnableKafka?: number;
|
|
2443
|
+
/**
|
|
2444
|
+
* host地址
|
|
2445
|
+
*/
|
|
2446
|
+
KafkaHost?: string;
|
|
2447
|
+
/**
|
|
2448
|
+
* topic
|
|
2449
|
+
*/
|
|
2450
|
+
KafkaTopic?: string;
|
|
2451
|
+
/**
|
|
2452
|
+
* 版本
|
|
2453
|
+
*/
|
|
2454
|
+
KafkaVersion?: string;
|
|
2455
|
+
/**
|
|
2456
|
+
* username
|
|
2457
|
+
*/
|
|
2458
|
+
SaslUserName?: string;
|
|
2459
|
+
/**
|
|
2460
|
+
* password
|
|
2461
|
+
*/
|
|
2462
|
+
SaslPassword?: string;
|
|
2463
|
+
/**
|
|
2464
|
+
* ssl
|
|
2465
|
+
*/
|
|
2466
|
+
SaslMechanism?: string;
|
|
2467
|
+
/**
|
|
2468
|
+
* 默认算子id为0新增算子
|
|
2469
|
+
一旦算子新增成功会返回正确的算子id值
|
|
2470
|
+
*/
|
|
2471
|
+
SinkId?: number;
|
|
2472
|
+
}
|
|
2473
|
+
/**
|
|
2474
|
+
* 项目接口限制类型
|
|
2475
|
+
*/
|
|
2476
|
+
export interface ProjectLimit {
|
|
2477
|
+
/**
|
|
2478
|
+
* 接口
|
|
2479
|
+
*/
|
|
2480
|
+
ProjectInterface: string;
|
|
2481
|
+
/**
|
|
2482
|
+
* 上报率
|
|
2483
|
+
*/
|
|
2484
|
+
ReportRate: number;
|
|
2485
|
+
/**
|
|
2486
|
+
* 上报类型 1:上报率 2:上报量限制
|
|
2487
|
+
*/
|
|
2488
|
+
ReportType: number;
|
|
2489
|
+
/**
|
|
2490
|
+
* 主键ID
|
|
2491
|
+
*/
|
|
2492
|
+
ID?: number;
|
|
2493
|
+
/**
|
|
2494
|
+
* 项目ID
|
|
2495
|
+
*/
|
|
2496
|
+
ProjectID?: number;
|
|
2497
|
+
}
|
|
2498
|
+
/**
|
|
2499
|
+
* DescribeWhitelists返回参数结构体
|
|
2500
|
+
*/
|
|
2501
|
+
export interface DescribeWhitelistsResponse {
|
|
2502
|
+
/**
|
|
2503
|
+
* 白名单列表
|
|
2504
|
+
*/
|
|
2505
|
+
WhitelistSet: Array<Whitelist>;
|
|
2506
|
+
/**
|
|
2507
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2508
|
+
*/
|
|
2509
|
+
RequestId?: string;
|
|
2510
|
+
}
|
|
2511
|
+
/**
|
|
2512
|
+
* DescribeRumStatsLogList返回参数结构体
|
|
2513
|
+
*/
|
|
2514
|
+
export interface DescribeRumStatsLogListResponse {
|
|
2515
|
+
/**
|
|
2516
|
+
* 返回字符串
|
|
2517
|
+
*/
|
|
2518
|
+
Result?: string;
|
|
2519
|
+
/**
|
|
2520
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2521
|
+
*/
|
|
2522
|
+
RequestId?: string;
|
|
2523
|
+
}
|
|
2524
|
+
/**
|
|
2525
|
+
* CreateWhitelist请求参数结构体
|
|
2526
|
+
*/
|
|
2527
|
+
export interface CreateWhitelistRequest {
|
|
2528
|
+
/**
|
|
2529
|
+
* 实例ID:taw-123
|
|
2530
|
+
*/
|
|
2531
|
+
InstanceID: string;
|
|
2532
|
+
/**
|
|
2533
|
+
* 备注(暂未作字节数限制)
|
|
2534
|
+
*/
|
|
2535
|
+
Remark: string;
|
|
2536
|
+
/**
|
|
2537
|
+
* uin:业务方标识
|
|
2538
|
+
*/
|
|
2539
|
+
WhitelistUin: string;
|
|
2540
|
+
/**
|
|
2541
|
+
* 业务方标识
|
|
2542
|
+
*/
|
|
2543
|
+
Aid?: string;
|
|
2544
|
+
}
|
|
2545
|
+
/**
|
|
2546
|
+
* StopInstance返回参数结构体
|
|
2547
|
+
*/
|
|
2548
|
+
export interface StopInstanceResponse {
|
|
2549
|
+
/**
|
|
2550
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2551
|
+
*/
|
|
2552
|
+
RequestId?: string;
|
|
2553
|
+
}
|
|
2554
|
+
/**
|
|
2555
|
+
* DescribeDataPvUrlStatistics返回参数结构体
|
|
2556
|
+
*/
|
|
2557
|
+
export interface DescribeDataPvUrlStatisticsResponse {
|
|
2558
|
+
/**
|
|
2559
|
+
* 返回值
|
|
2560
|
+
*/
|
|
2561
|
+
Result?: string;
|
|
2562
|
+
/**
|
|
2563
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2564
|
+
*/
|
|
2565
|
+
RequestId?: string;
|
|
2566
|
+
}
|
|
2567
|
+
/**
|
|
2568
|
+
* DescribeDataLogUrlInfo请求参数结构体
|
|
2569
|
+
*/
|
|
2570
|
+
export interface DescribeDataLogUrlInfoRequest {
|
|
2571
|
+
/**
|
|
2572
|
+
* 项目ID
|
|
2573
|
+
*/
|
|
2574
|
+
ID: number;
|
|
2575
|
+
/**
|
|
2576
|
+
* 时间戳
|
|
2577
|
+
*/
|
|
2578
|
+
StartTime: number;
|
|
2579
|
+
/**
|
|
2580
|
+
* 时间戳
|
|
2581
|
+
*/
|
|
2582
|
+
EndTime: number;
|
|
2583
|
+
}
|
|
2584
|
+
/**
|
|
2585
|
+
* DescribeProjectLimits请求参数结构体
|
|
2586
|
+
*/
|
|
2587
|
+
export interface DescribeProjectLimitsRequest {
|
|
2588
|
+
/**
|
|
2589
|
+
* 项目ID
|
|
2590
|
+
*/
|
|
2591
|
+
ProjectID: number;
|
|
2592
|
+
}
|
|
2593
|
+
/**
|
|
2594
|
+
* DescribeDataPvUrlStatisticsV2返回参数结构体
|
|
2595
|
+
*/
|
|
2596
|
+
export interface DescribeDataPvUrlStatisticsV2Response {
|
|
2597
|
+
/**
|
|
2598
|
+
* 返回值
|
|
2599
|
+
*/
|
|
2600
|
+
Result?: string;
|
|
2601
|
+
/**
|
|
2602
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2603
|
+
*/
|
|
2604
|
+
RequestId?: string;
|
|
2605
|
+
}
|
|
2606
|
+
/**
|
|
2607
|
+
* Rum片区信息
|
|
2608
|
+
*/
|
|
2609
|
+
export interface RumAreaInfo {
|
|
2610
|
+
/**
|
|
2611
|
+
* 片区Id
|
|
2612
|
+
*/
|
|
2613
|
+
AreaId: number;
|
|
2614
|
+
/**
|
|
2615
|
+
* 片区状态(1=有效,2=无效)
|
|
2616
|
+
*/
|
|
2617
|
+
AreaStatus: number;
|
|
2618
|
+
/**
|
|
2619
|
+
* 片区名称
|
|
2620
|
+
*/
|
|
2621
|
+
AreaName: string;
|
|
2622
|
+
/**
|
|
2623
|
+
* 片区Key
|
|
2624
|
+
*/
|
|
2625
|
+
AreaKey: string;
|
|
2626
|
+
/**
|
|
2627
|
+
* 地域码表 id
|
|
2628
|
+
*/
|
|
2629
|
+
AreaRegionID: string;
|
|
2630
|
+
/**
|
|
2631
|
+
* 地域码表 code 如 ap-xxx(xxx 为地域词)
|
|
2632
|
+
*/
|
|
2633
|
+
AreaRegionCode: string;
|
|
2634
|
+
/**
|
|
2635
|
+
* 地域缩写
|
|
2636
|
+
*/
|
|
2637
|
+
AreaAbbr: string;
|
|
2638
|
+
}
|
|
2639
|
+
/**
|
|
2640
|
+
* DescribeDataSetUrlStatistics请求参数结构体
|
|
2641
|
+
*/
|
|
2642
|
+
export interface DescribeDataSetUrlStatisticsRequest {
|
|
2643
|
+
/**
|
|
2644
|
+
* 开始时间
|
|
2645
|
+
*/
|
|
2646
|
+
StartTime: number;
|
|
2647
|
+
/**
|
|
2648
|
+
* allcount:性能视图,data:小程序,component:小程序相关,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2649
|
+
*/
|
|
2650
|
+
Type: string;
|
|
2651
|
+
/**
|
|
2652
|
+
* 结束时间
|
|
2653
|
+
*/
|
|
2654
|
+
EndTime: number;
|
|
2655
|
+
/**
|
|
2656
|
+
* 项目ID
|
|
2657
|
+
*/
|
|
2658
|
+
ID: number;
|
|
2659
|
+
/**
|
|
2660
|
+
* 自定义2
|
|
2661
|
+
*/
|
|
2662
|
+
ExtSecond?: string;
|
|
2663
|
+
/**
|
|
2664
|
+
* 浏览器引擎
|
|
2665
|
+
*/
|
|
2666
|
+
Engine?: string;
|
|
2667
|
+
/**
|
|
2668
|
+
* 运营商
|
|
2669
|
+
*/
|
|
2670
|
+
Isp?: string;
|
|
2671
|
+
/**
|
|
2672
|
+
* 来源页面
|
|
2673
|
+
*/
|
|
2674
|
+
From?: string;
|
|
2675
|
+
/**
|
|
2676
|
+
* 日志等级
|
|
2677
|
+
*/
|
|
2678
|
+
Level?: string;
|
|
2679
|
+
/**
|
|
2680
|
+
* 品牌
|
|
2681
|
+
*/
|
|
2682
|
+
Brand?: string;
|
|
2683
|
+
/**
|
|
2684
|
+
* 地区
|
|
2685
|
+
*/
|
|
2686
|
+
Area?: string;
|
|
2687
|
+
/**
|
|
2688
|
+
* 版本
|
|
2689
|
+
*/
|
|
2690
|
+
VersionNum?: string;
|
|
2691
|
+
/**
|
|
2692
|
+
* 平台
|
|
2693
|
+
*/
|
|
2694
|
+
Platform?: string;
|
|
2695
|
+
/**
|
|
2696
|
+
* 自定义3
|
|
2697
|
+
*/
|
|
2698
|
+
ExtThird?: string;
|
|
2699
|
+
/**
|
|
2700
|
+
* 自定义1
|
|
2701
|
+
*/
|
|
2702
|
+
ExtFirst?: string;
|
|
2703
|
+
/**
|
|
2704
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
2705
|
+
*/
|
|
2706
|
+
NetType?: string;
|
|
2707
|
+
/**
|
|
2708
|
+
* 机型
|
|
2709
|
+
*/
|
|
2710
|
+
Device?: string;
|
|
2711
|
+
/**
|
|
2712
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2713
|
+
*/
|
|
2714
|
+
IsAbroad?: string;
|
|
2715
|
+
/**
|
|
2716
|
+
* 操作系统
|
|
2717
|
+
*/
|
|
2718
|
+
Os?: string;
|
|
2719
|
+
/**
|
|
2720
|
+
* 浏览器
|
|
2721
|
+
*/
|
|
2722
|
+
Browser?: string;
|
|
2723
|
+
/**
|
|
2724
|
+
* 耗时/数据量口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
2725
|
+
*/
|
|
2726
|
+
CostType?: string;
|
|
2727
|
+
/**
|
|
2728
|
+
* 环境
|
|
2729
|
+
*/
|
|
2730
|
+
Env?: string;
|
|
2731
|
+
/**
|
|
2732
|
+
* 小程序包类型(tag 值):用于过滤字段 type(请求参数名为 PackageType);取值由上报数据决定,可通过 Type=condition(show tag values)获取可选值集合。
|
|
2733
|
+
*/
|
|
2734
|
+
PackageType?: string;
|
|
2735
|
+
}
|
|
2736
|
+
/**
|
|
2737
|
+
* DescribeDataWebVitalsPageV2返回参数结构体
|
|
2738
|
+
*/
|
|
2739
|
+
export interface DescribeDataWebVitalsPageV2Response {
|
|
2740
|
+
/**
|
|
2741
|
+
* 返回值
|
|
2742
|
+
*/
|
|
2743
|
+
Result?: string;
|
|
2744
|
+
/**
|
|
2745
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2746
|
+
*/
|
|
2747
|
+
RequestId?: string;
|
|
2748
|
+
}
|
|
2749
|
+
/**
|
|
2750
|
+
* ResumeInstance返回参数结构体
|
|
2751
|
+
*/
|
|
2752
|
+
export interface ResumeInstanceResponse {
|
|
2753
|
+
/**
|
|
2754
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2755
|
+
*/
|
|
2756
|
+
RequestId?: string;
|
|
2757
|
+
}
|
|
2758
|
+
/**
|
|
2759
|
+
* DescribeDataStaticProject返回参数结构体
|
|
2760
|
+
*/
|
|
2761
|
+
export interface DescribeDataStaticProjectResponse {
|
|
2762
|
+
/**
|
|
2763
|
+
* 返回值
|
|
2764
|
+
*/
|
|
2765
|
+
Result?: string;
|
|
2766
|
+
/**
|
|
2767
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2768
|
+
*/
|
|
2769
|
+
RequestId?: string;
|
|
2770
|
+
}
|
|
2771
|
+
/**
|
|
2772
|
+
* CreateStarProject请求参数结构体
|
|
2773
|
+
*/
|
|
2774
|
+
export interface CreateStarProjectRequest {
|
|
2775
|
+
/**
|
|
2776
|
+
* 实例ID:taw-123
|
|
2777
|
+
*/
|
|
2778
|
+
InstanceID: string;
|
|
2779
|
+
/**
|
|
2780
|
+
* 项目ID
|
|
2781
|
+
*/
|
|
2782
|
+
ID: number;
|
|
2783
|
+
}
|
|
2784
|
+
/**
|
|
2785
|
+
* DescribeAppSingleCaseList请求参数结构体
|
|
2786
|
+
*/
|
|
2787
|
+
export interface DescribeAppSingleCaseListRequest {
|
|
2788
|
+
/**
|
|
2789
|
+
* app 项目 ID
|
|
2790
|
+
*/
|
|
2791
|
+
ProjectID: number;
|
|
2792
|
+
/**
|
|
2793
|
+
* 查询的表名
|
|
2794
|
+
*/
|
|
2795
|
+
From: string;
|
|
2796
|
+
/**
|
|
2797
|
+
* 查询指标 field
|
|
2798
|
+
*/
|
|
2799
|
+
Fields: string;
|
|
2800
|
+
/**
|
|
2801
|
+
* 查询的过滤条件
|
|
2802
|
+
*/
|
|
2803
|
+
Filter: string;
|
|
2804
|
+
/**
|
|
2805
|
+
* 查询简单过滤条件
|
|
2806
|
+
*/
|
|
2807
|
+
FilterSimple?: string;
|
|
2808
|
+
/**
|
|
2809
|
+
* group by 条件
|
|
2810
|
+
*/
|
|
2811
|
+
GroupBy?: Array<string>;
|
|
2812
|
+
/**
|
|
2813
|
+
* order by 条件
|
|
2814
|
+
*/
|
|
2815
|
+
OrderBy?: Array<string>;
|
|
2816
|
+
/**
|
|
2817
|
+
* limit 参数
|
|
2818
|
+
*/
|
|
2819
|
+
Limit?: number;
|
|
2820
|
+
/**
|
|
2821
|
+
* offset 参数
|
|
2822
|
+
*/
|
|
2823
|
+
Offset?: number;
|
|
2824
|
+
}
|
|
2825
|
+
/**
|
|
2826
|
+
* DescribeDataSetUrlStatisticsV2请求参数结构体
|
|
2827
|
+
*/
|
|
2828
|
+
export interface DescribeDataSetUrlStatisticsV2Request {
|
|
2829
|
+
/**
|
|
2830
|
+
* 开始时间
|
|
2831
|
+
*/
|
|
2832
|
+
StartTime: number;
|
|
2833
|
+
/**
|
|
2834
|
+
* allcount:性能视图,data:小程序,component:小程序相关,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2835
|
+
*/
|
|
2836
|
+
Type: string;
|
|
2837
|
+
/**
|
|
2838
|
+
* 结束时间
|
|
2839
|
+
*/
|
|
2840
|
+
EndTime: number;
|
|
2841
|
+
/**
|
|
2842
|
+
* 项目ID
|
|
2843
|
+
*/
|
|
2844
|
+
ID: number;
|
|
2845
|
+
/**
|
|
2846
|
+
* 自定义2
|
|
2847
|
+
*/
|
|
2848
|
+
ExtSecond?: string;
|
|
2849
|
+
/**
|
|
2850
|
+
* 浏览器引擎
|
|
2851
|
+
*/
|
|
2852
|
+
Engine?: string;
|
|
2853
|
+
/**
|
|
2854
|
+
* 运营商
|
|
2855
|
+
*/
|
|
2856
|
+
Isp?: string;
|
|
2857
|
+
/**
|
|
2858
|
+
* 来源页面
|
|
2859
|
+
*/
|
|
2860
|
+
From?: string;
|
|
2861
|
+
/**
|
|
2862
|
+
* 日志等级
|
|
2863
|
+
*/
|
|
2864
|
+
Level?: string;
|
|
2865
|
+
/**
|
|
2866
|
+
* 品牌
|
|
2867
|
+
*/
|
|
2868
|
+
Brand?: string;
|
|
2869
|
+
/**
|
|
2870
|
+
* 地区
|
|
2871
|
+
*/
|
|
2872
|
+
Area?: string;
|
|
2873
|
+
/**
|
|
2874
|
+
* 版本
|
|
2875
|
+
*/
|
|
2876
|
+
VersionNum?: string;
|
|
2877
|
+
/**
|
|
2878
|
+
* 平台
|
|
2879
|
+
*/
|
|
2880
|
+
Platform?: string;
|
|
2881
|
+
/**
|
|
2882
|
+
* 自定义3
|
|
2883
|
+
*/
|
|
2884
|
+
ExtThird?: string;
|
|
2885
|
+
/**
|
|
2886
|
+
* 自定义1
|
|
2887
|
+
*/
|
|
2888
|
+
ExtFirst?: string;
|
|
2889
|
+
/**
|
|
2890
|
+
* 网络类型
|
|
2891
|
+
*/
|
|
2892
|
+
NetType?: string;
|
|
2893
|
+
/**
|
|
2894
|
+
* 机型
|
|
2895
|
+
*/
|
|
2896
|
+
Device?: string;
|
|
2897
|
+
/**
|
|
2898
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2899
|
+
*/
|
|
2900
|
+
IsAbroad?: string;
|
|
2901
|
+
/**
|
|
2902
|
+
* 操作系统
|
|
2903
|
+
*/
|
|
2904
|
+
Os?: string;
|
|
2905
|
+
/**
|
|
2906
|
+
* 浏览器
|
|
2907
|
+
*/
|
|
2908
|
+
Browser?: string;
|
|
2909
|
+
/**
|
|
2910
|
+
* 耗时计算
|
|
2911
|
+
*/
|
|
2912
|
+
CostType?: string;
|
|
2913
|
+
/**
|
|
2914
|
+
* 环境
|
|
2915
|
+
*/
|
|
2916
|
+
Env?: string;
|
|
2917
|
+
/**
|
|
2918
|
+
* 获取package
|
|
2919
|
+
*/
|
|
2920
|
+
PackageType?: string;
|
|
2921
|
+
/**
|
|
2922
|
+
* 自定义4
|
|
2923
|
+
*/
|
|
2924
|
+
ExtFourth?: string;
|
|
2925
|
+
/**
|
|
2926
|
+
* 自定义5
|
|
2927
|
+
*/
|
|
2928
|
+
ExtFifth?: string;
|
|
2929
|
+
/**
|
|
2930
|
+
* 自定义6
|
|
2931
|
+
*/
|
|
2932
|
+
ExtSixth?: string;
|
|
2933
|
+
/**
|
|
2934
|
+
* 自定义7
|
|
2935
|
+
*/
|
|
2936
|
+
ExtSeventh?: string;
|
|
2937
|
+
/**
|
|
2938
|
+
* 自定义8
|
|
2939
|
+
*/
|
|
2940
|
+
ExtEighth?: string;
|
|
2941
|
+
/**
|
|
2942
|
+
* 自定义9
|
|
2943
|
+
*/
|
|
2944
|
+
ExtNinth?: string;
|
|
2945
|
+
/**
|
|
2946
|
+
* 自定义10
|
|
2947
|
+
*/
|
|
2948
|
+
ExtTenth?: string;
|
|
2949
|
+
/**
|
|
2950
|
+
* 时间段
|
|
2951
|
+
*/
|
|
2952
|
+
Granularity?: string;
|
|
2953
|
+
}
|
|
2954
|
+
/**
|
|
2955
|
+
* DescribeReleaseFileSign请求参数结构体
|
|
2956
|
+
*/
|
|
2957
|
+
export interface DescribeReleaseFileSignRequest {
|
|
2958
|
+
/**
|
|
2959
|
+
* 超时时间,不填默认是 5 分钟
|
|
2960
|
+
*/
|
|
2961
|
+
Timeout?: number;
|
|
2962
|
+
/**
|
|
2963
|
+
* bucket类型,不填默认1:web,2:app
|
|
2964
|
+
*/
|
|
2965
|
+
FileType?: number;
|
|
2966
|
+
/**
|
|
2967
|
+
* 获取临时签名的bucket是境内还是境外(1表示境外,其它表示境内)
|
|
2968
|
+
*/
|
|
2969
|
+
Site?: number;
|
|
2970
|
+
/**
|
|
2971
|
+
* ProjectID
|
|
2972
|
+
*/
|
|
2973
|
+
ID?: number;
|
|
2974
|
+
}
|
|
2975
|
+
/**
|
|
2976
|
+
* DeleteWhitelist请求参数结构体
|
|
2977
|
+
*/
|
|
2978
|
+
export interface DeleteWhitelistRequest {
|
|
2979
|
+
/**
|
|
2980
|
+
* 实例ID
|
|
2981
|
+
*/
|
|
2982
|
+
InstanceID: string;
|
|
2983
|
+
/**
|
|
2984
|
+
* 名单ID
|
|
2985
|
+
*/
|
|
2986
|
+
ID: string;
|
|
2987
|
+
}
|
|
2988
|
+
/**
|
|
2989
|
+
* DescribeDataLogUrlInfo返回参数结构体
|
|
2990
|
+
*/
|
|
2991
|
+
export interface DescribeDataLogUrlInfoResponse {
|
|
2992
|
+
/**
|
|
2993
|
+
* 返回字符串
|
|
2994
|
+
*/
|
|
2995
|
+
Result?: string;
|
|
2996
|
+
/**
|
|
2997
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2998
|
+
*/
|
|
2999
|
+
RequestId?: string;
|
|
3000
|
+
}
|
|
3001
|
+
/**
|
|
3002
|
+
* rum 日志对象
|
|
3003
|
+
*/
|
|
3004
|
+
export interface RumPvInfo {
|
|
3005
|
+
/**
|
|
3006
|
+
* 项目ID
|
|
3007
|
+
*/
|
|
3008
|
+
ProjectId?: number;
|
|
3009
|
+
/**
|
|
3010
|
+
* pv访问量
|
|
3011
|
+
*/
|
|
3012
|
+
Pv?: string;
|
|
3013
|
+
/**
|
|
3014
|
+
* 时间
|
|
3015
|
+
*/
|
|
3016
|
+
CreateTime?: string;
|
|
3017
|
+
}
|
|
3018
|
+
/**
|
|
3019
|
+
* DeleteReleaseFile返回参数结构体
|
|
3020
|
+
*/
|
|
3021
|
+
export interface DeleteReleaseFileResponse {
|
|
3022
|
+
/**
|
|
3023
|
+
* 接口请求返回字符串
|
|
3024
|
+
*/
|
|
3025
|
+
Msg: string;
|
|
3026
|
+
/**
|
|
3027
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3028
|
+
*/
|
|
3029
|
+
RequestId?: string;
|
|
3030
|
+
}
|
|
3031
|
+
/**
|
|
3032
|
+
* DescribeDataCustomUrlV2请求参数结构体
|
|
3033
|
+
*/
|
|
3034
|
+
export interface DescribeDataCustomUrlV2Request {
|
|
3035
|
+
/**
|
|
3036
|
+
* 开始时间
|
|
3037
|
+
*/
|
|
3038
|
+
StartTime: number;
|
|
3039
|
+
/**
|
|
3040
|
+
* top:资源top视图,allcount:性能视图,day:14天数据,condition:条件列表,pagepv:性能视图,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
3041
|
+
*/
|
|
3042
|
+
Type: string;
|
|
3043
|
+
/**
|
|
3044
|
+
* 结束时间
|
|
3045
|
+
*/
|
|
3046
|
+
EndTime: number;
|
|
3047
|
+
/**
|
|
3048
|
+
* 项目ID
|
|
3049
|
+
*/
|
|
3050
|
+
ID: number;
|
|
3051
|
+
/**
|
|
3052
|
+
* 自定义2
|
|
3053
|
+
*/
|
|
3054
|
+
ExtSecond?: string;
|
|
3055
|
+
/**
|
|
3056
|
+
* 浏览器引擎
|
|
3057
|
+
*/
|
|
3058
|
+
Engine?: string;
|
|
3059
|
+
/**
|
|
3060
|
+
* 运营商
|
|
1650
3061
|
*/
|
|
1651
|
-
|
|
3062
|
+
Isp?: string;
|
|
1652
3063
|
/**
|
|
1653
|
-
*
|
|
3064
|
+
* 来源页面
|
|
1654
3065
|
*/
|
|
1655
|
-
|
|
3066
|
+
From?: string;
|
|
1656
3067
|
/**
|
|
1657
|
-
*
|
|
3068
|
+
* 日志等级
|
|
1658
3069
|
*/
|
|
1659
|
-
|
|
3070
|
+
Level?: string;
|
|
1660
3071
|
/**
|
|
1661
|
-
*
|
|
3072
|
+
* 品牌
|
|
1662
3073
|
*/
|
|
1663
|
-
|
|
3074
|
+
Brand?: string;
|
|
1664
3075
|
/**
|
|
1665
|
-
*
|
|
3076
|
+
* 地区
|
|
1666
3077
|
*/
|
|
1667
|
-
|
|
3078
|
+
Area?: string;
|
|
3079
|
+
/**
|
|
3080
|
+
* 版本
|
|
3081
|
+
*/
|
|
3082
|
+
VersionNum?: string;
|
|
3083
|
+
/**
|
|
3084
|
+
* 平台
|
|
3085
|
+
*/
|
|
3086
|
+
Platform?: string;
|
|
3087
|
+
/**
|
|
3088
|
+
* 自定义3
|
|
3089
|
+
*/
|
|
3090
|
+
ExtThird?: string;
|
|
3091
|
+
/**
|
|
3092
|
+
* 自定义1
|
|
3093
|
+
*/
|
|
3094
|
+
ExtFirst?: string;
|
|
3095
|
+
/**
|
|
3096
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
3097
|
+
*/
|
|
3098
|
+
NetType?: string;
|
|
3099
|
+
/**
|
|
3100
|
+
* 机型
|
|
3101
|
+
*/
|
|
3102
|
+
Device?: string;
|
|
3103
|
+
/**
|
|
3104
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3105
|
+
*/
|
|
3106
|
+
IsAbroad?: string;
|
|
3107
|
+
/**
|
|
3108
|
+
* 操作系统
|
|
3109
|
+
*/
|
|
3110
|
+
Os?: string;
|
|
3111
|
+
/**
|
|
3112
|
+
* 浏览器
|
|
3113
|
+
*/
|
|
3114
|
+
Browser?: string;
|
|
3115
|
+
/**
|
|
3116
|
+
* 耗时计算方式
|
|
3117
|
+
*/
|
|
3118
|
+
CostType?: string;
|
|
3119
|
+
/**
|
|
3120
|
+
* 自定义测速的key的值
|
|
3121
|
+
*/
|
|
3122
|
+
Url?: string;
|
|
3123
|
+
/**
|
|
3124
|
+
* 环境
|
|
3125
|
+
*/
|
|
3126
|
+
Env?: string;
|
|
3127
|
+
/**
|
|
3128
|
+
* 自定义4
|
|
3129
|
+
*/
|
|
3130
|
+
ExtFourth?: string;
|
|
3131
|
+
/**
|
|
3132
|
+
* 自定义5
|
|
3133
|
+
*/
|
|
3134
|
+
ExtFifth?: string;
|
|
3135
|
+
/**
|
|
3136
|
+
* 自定义6
|
|
3137
|
+
*/
|
|
3138
|
+
ExtSixth?: string;
|
|
3139
|
+
/**
|
|
3140
|
+
* 自定义7
|
|
3141
|
+
*/
|
|
3142
|
+
ExtSeventh?: string;
|
|
3143
|
+
/**
|
|
3144
|
+
* 自定义8
|
|
3145
|
+
*/
|
|
3146
|
+
ExtEighth?: string;
|
|
3147
|
+
/**
|
|
3148
|
+
* 自定义9
|
|
3149
|
+
*/
|
|
3150
|
+
ExtNinth?: string;
|
|
3151
|
+
/**
|
|
3152
|
+
* 自定义10
|
|
3153
|
+
*/
|
|
3154
|
+
ExtTenth?: string;
|
|
3155
|
+
/**
|
|
3156
|
+
* 时间段
|
|
3157
|
+
*/
|
|
3158
|
+
Granularity?: string;
|
|
1668
3159
|
}
|
|
1669
3160
|
/**
|
|
1670
|
-
*
|
|
3161
|
+
* DescribeDataLogUrlStatistics请求参数结构体
|
|
1671
3162
|
*/
|
|
1672
|
-
export interface
|
|
3163
|
+
export interface DescribeDataLogUrlStatisticsRequest {
|
|
1673
3164
|
/**
|
|
1674
|
-
*
|
|
1675
|
-
0:关闭
|
|
3165
|
+
* 开始时间
|
|
1676
3166
|
*/
|
|
1677
|
-
|
|
3167
|
+
StartTime: number;
|
|
1678
3168
|
/**
|
|
1679
|
-
*
|
|
3169
|
+
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
1680
3170
|
*/
|
|
1681
|
-
|
|
3171
|
+
Type: string;
|
|
1682
3172
|
/**
|
|
1683
|
-
*
|
|
3173
|
+
* 结束时间
|
|
1684
3174
|
*/
|
|
1685
|
-
|
|
3175
|
+
EndTime: number;
|
|
3176
|
+
/**
|
|
3177
|
+
* 项目ID
|
|
3178
|
+
*/
|
|
3179
|
+
ID: number;
|
|
3180
|
+
/**
|
|
3181
|
+
* 自定义2
|
|
3182
|
+
*/
|
|
3183
|
+
ExtSecond?: string;
|
|
3184
|
+
/**
|
|
3185
|
+
* 浏览器引擎
|
|
3186
|
+
*/
|
|
3187
|
+
Engine?: string;
|
|
3188
|
+
/**
|
|
3189
|
+
* 运营商
|
|
3190
|
+
*/
|
|
3191
|
+
Isp?: string;
|
|
3192
|
+
/**
|
|
3193
|
+
* 来源页面
|
|
3194
|
+
*/
|
|
3195
|
+
From?: string;
|
|
3196
|
+
/**
|
|
3197
|
+
* 日志等级
|
|
3198
|
+
*/
|
|
3199
|
+
Level?: string;
|
|
3200
|
+
/**
|
|
3201
|
+
* 品牌
|
|
3202
|
+
*/
|
|
3203
|
+
Brand?: string;
|
|
3204
|
+
/**
|
|
3205
|
+
* 地区
|
|
3206
|
+
*/
|
|
3207
|
+
Area?: string;
|
|
1686
3208
|
/**
|
|
1687
3209
|
* 版本
|
|
1688
3210
|
*/
|
|
1689
|
-
|
|
3211
|
+
VersionNum?: string;
|
|
1690
3212
|
/**
|
|
1691
|
-
*
|
|
3213
|
+
* 平台
|
|
1692
3214
|
*/
|
|
1693
|
-
|
|
3215
|
+
Platform?: string;
|
|
1694
3216
|
/**
|
|
1695
|
-
*
|
|
3217
|
+
* 自定义3
|
|
1696
3218
|
*/
|
|
1697
|
-
|
|
3219
|
+
ExtThird?: string;
|
|
1698
3220
|
/**
|
|
1699
|
-
*
|
|
3221
|
+
* 自定义1
|
|
1700
3222
|
*/
|
|
1701
|
-
|
|
3223
|
+
ExtFirst?: string;
|
|
1702
3224
|
/**
|
|
1703
|
-
*
|
|
1704
|
-
一旦算子新增成功会返回正确的算子id值
|
|
3225
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1705
3226
|
*/
|
|
1706
|
-
|
|
1707
|
-
}
|
|
1708
|
-
/**
|
|
1709
|
-
* 项目接口限制类型
|
|
1710
|
-
*/
|
|
1711
|
-
export interface ProjectLimit {
|
|
3227
|
+
NetType?: string;
|
|
1712
3228
|
/**
|
|
1713
|
-
*
|
|
3229
|
+
* 机型
|
|
1714
3230
|
*/
|
|
1715
|
-
|
|
3231
|
+
Device?: string;
|
|
1716
3232
|
/**
|
|
1717
|
-
*
|
|
3233
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1718
3234
|
*/
|
|
1719
|
-
|
|
3235
|
+
IsAbroad?: string;
|
|
1720
3236
|
/**
|
|
1721
|
-
*
|
|
3237
|
+
* 操作系统
|
|
1722
3238
|
*/
|
|
1723
|
-
|
|
3239
|
+
Os?: string;
|
|
1724
3240
|
/**
|
|
1725
|
-
*
|
|
3241
|
+
* 浏览器
|
|
1726
3242
|
*/
|
|
1727
|
-
|
|
3243
|
+
Browser?: string;
|
|
1728
3244
|
/**
|
|
1729
|
-
*
|
|
3245
|
+
* 环境区分
|
|
1730
3246
|
*/
|
|
1731
|
-
|
|
3247
|
+
Env?: string;
|
|
3248
|
+
/**
|
|
3249
|
+
* js异常信息
|
|
3250
|
+
*/
|
|
3251
|
+
ErrorMsg?: string;
|
|
1732
3252
|
}
|
|
1733
3253
|
/**
|
|
1734
|
-
*
|
|
3254
|
+
* DescribeDataBridgeUrlV2返回参数结构体
|
|
1735
3255
|
*/
|
|
1736
|
-
export interface
|
|
3256
|
+
export interface DescribeDataBridgeUrlV2Response {
|
|
1737
3257
|
/**
|
|
1738
|
-
*
|
|
3258
|
+
* 返回值
|
|
1739
3259
|
*/
|
|
1740
|
-
|
|
3260
|
+
Result?: string;
|
|
1741
3261
|
/**
|
|
1742
|
-
*
|
|
3262
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1743
3263
|
*/
|
|
1744
|
-
|
|
3264
|
+
RequestId?: string;
|
|
3265
|
+
}
|
|
3266
|
+
/**
|
|
3267
|
+
* DescribeScores返回参数结构体
|
|
3268
|
+
*/
|
|
3269
|
+
export interface DescribeScoresResponse {
|
|
1745
3270
|
/**
|
|
1746
|
-
*
|
|
3271
|
+
* 数组
|
|
1747
3272
|
*/
|
|
1748
|
-
|
|
3273
|
+
ScoreSet?: Array<ScoreInfo>;
|
|
1749
3274
|
/**
|
|
1750
|
-
*
|
|
3275
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1751
3276
|
*/
|
|
1752
|
-
|
|
3277
|
+
RequestId?: string;
|
|
3278
|
+
}
|
|
3279
|
+
/**
|
|
3280
|
+
* DescribeTawAreas请求参数结构体
|
|
3281
|
+
*/
|
|
3282
|
+
export interface DescribeTawAreasRequest {
|
|
1753
3283
|
/**
|
|
1754
|
-
*
|
|
3284
|
+
* 片区Id
|
|
1755
3285
|
*/
|
|
1756
|
-
|
|
3286
|
+
AreaIds?: Array<number | bigint>;
|
|
1757
3287
|
/**
|
|
1758
|
-
*
|
|
3288
|
+
* 片区Key
|
|
1759
3289
|
*/
|
|
1760
|
-
|
|
3290
|
+
AreaKeys?: Array<string>;
|
|
3291
|
+
/**
|
|
3292
|
+
* 分页Limit,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
3293
|
+
*/
|
|
3294
|
+
Limit?: number;
|
|
1761
3295
|
/**
|
|
1762
|
-
*
|
|
3296
|
+
* 片区状态(1=有效,2=无效)
|
|
1763
3297
|
*/
|
|
1764
|
-
|
|
3298
|
+
AreaStatuses?: Array<number | bigint>;
|
|
1765
3299
|
/**
|
|
1766
|
-
*
|
|
3300
|
+
* 分页Offset,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
1767
3301
|
*/
|
|
1768
|
-
|
|
3302
|
+
Offset?: number;
|
|
1769
3303
|
}
|
|
1770
3304
|
/**
|
|
1771
|
-
*
|
|
3305
|
+
* DescribeDataCustomUrlV2返回参数结构体
|
|
1772
3306
|
*/
|
|
1773
|
-
export interface
|
|
3307
|
+
export interface DescribeDataCustomUrlV2Response {
|
|
1774
3308
|
/**
|
|
1775
|
-
*
|
|
3309
|
+
* 返回值
|
|
1776
3310
|
*/
|
|
1777
3311
|
Result?: string;
|
|
1778
3312
|
/**
|
|
@@ -1781,30 +3315,38 @@ export interface DescribeRumStatsLogListResponse {
|
|
|
1781
3315
|
RequestId?: string;
|
|
1782
3316
|
}
|
|
1783
3317
|
/**
|
|
1784
|
-
*
|
|
3318
|
+
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
3319
|
+
|
|
3320
|
+
· 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
3321
|
+
· 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
|
|
1785
3322
|
*/
|
|
1786
|
-
export interface
|
|
3323
|
+
export interface Filter {
|
|
1787
3324
|
/**
|
|
1788
|
-
*
|
|
3325
|
+
* 一个或者多个过滤值。
|
|
1789
3326
|
*/
|
|
1790
|
-
|
|
3327
|
+
Values?: Array<string>;
|
|
1791
3328
|
/**
|
|
1792
|
-
*
|
|
3329
|
+
* 过滤键的名称。
|
|
1793
3330
|
*/
|
|
1794
|
-
|
|
3331
|
+
Name?: string;
|
|
3332
|
+
}
|
|
3333
|
+
/**
|
|
3334
|
+
* DeleteStarProject返回参数结构体
|
|
3335
|
+
*/
|
|
3336
|
+
export interface DeleteStarProjectResponse {
|
|
1795
3337
|
/**
|
|
1796
|
-
*
|
|
3338
|
+
* 返回消息,请求成功才会返回,出现异常默认为null
|
|
1797
3339
|
*/
|
|
1798
|
-
|
|
3340
|
+
Msg?: string;
|
|
1799
3341
|
/**
|
|
1800
|
-
*
|
|
3342
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1801
3343
|
*/
|
|
1802
|
-
|
|
3344
|
+
RequestId?: string;
|
|
1803
3345
|
}
|
|
1804
3346
|
/**
|
|
1805
|
-
*
|
|
3347
|
+
* DescribeDataPerformancePage返回参数结构体
|
|
1806
3348
|
*/
|
|
1807
|
-
export interface
|
|
3349
|
+
export interface DescribeDataPerformancePageResponse {
|
|
1808
3350
|
/**
|
|
1809
3351
|
* 返回值
|
|
1810
3352
|
*/
|
|
@@ -1815,26 +3357,18 @@ export interface DescribeDataPvUrlStatisticsResponse {
|
|
|
1815
3357
|
RequestId?: string;
|
|
1816
3358
|
}
|
|
1817
3359
|
/**
|
|
1818
|
-
*
|
|
3360
|
+
* DeleteInstance请求参数结构体
|
|
1819
3361
|
*/
|
|
1820
|
-
export interface
|
|
1821
|
-
/**
|
|
1822
|
-
* 项目ID
|
|
1823
|
-
*/
|
|
1824
|
-
ID: number;
|
|
1825
|
-
/**
|
|
1826
|
-
* 时间戳
|
|
1827
|
-
*/
|
|
1828
|
-
StartTime: number;
|
|
3362
|
+
export interface DeleteInstanceRequest {
|
|
1829
3363
|
/**
|
|
1830
|
-
*
|
|
3364
|
+
* 需要删除的实例id
|
|
1831
3365
|
*/
|
|
1832
|
-
|
|
3366
|
+
InstanceId: string;
|
|
1833
3367
|
}
|
|
1834
3368
|
/**
|
|
1835
|
-
*
|
|
3369
|
+
* DescribeDataStaticResource返回参数结构体
|
|
1836
3370
|
*/
|
|
1837
|
-
export interface
|
|
3371
|
+
export interface DescribeDataStaticResourceResponse {
|
|
1838
3372
|
/**
|
|
1839
3373
|
* 返回值
|
|
1840
3374
|
*/
|
|
@@ -1845,9 +3379,9 @@ export interface DescribeDataCustomUrlResponse {
|
|
|
1845
3379
|
RequestId?: string;
|
|
1846
3380
|
}
|
|
1847
3381
|
/**
|
|
1848
|
-
*
|
|
3382
|
+
* DescribeDataEventUrl返回参数结构体
|
|
1849
3383
|
*/
|
|
1850
|
-
export interface
|
|
3384
|
+
export interface DescribeDataEventUrlResponse {
|
|
1851
3385
|
/**
|
|
1852
3386
|
* 返回值
|
|
1853
3387
|
*/
|
|
@@ -1858,50 +3392,42 @@ export interface DescribeDataPvUrlStatisticsV2Response {
|
|
|
1858
3392
|
RequestId?: string;
|
|
1859
3393
|
}
|
|
1860
3394
|
/**
|
|
1861
|
-
*
|
|
3395
|
+
* DescribeReleaseFileSign返回参数结构体
|
|
1862
3396
|
*/
|
|
1863
|
-
export interface
|
|
1864
|
-
/**
|
|
1865
|
-
* 片区Id
|
|
1866
|
-
*/
|
|
1867
|
-
AreaId: number;
|
|
3397
|
+
export interface DescribeReleaseFileSignResponse {
|
|
1868
3398
|
/**
|
|
1869
|
-
*
|
|
3399
|
+
* 临时密钥key
|
|
1870
3400
|
*/
|
|
1871
|
-
|
|
3401
|
+
SecretKey?: string;
|
|
1872
3402
|
/**
|
|
1873
|
-
*
|
|
3403
|
+
* 临时密钥 id
|
|
1874
3404
|
*/
|
|
1875
|
-
|
|
3405
|
+
SecretID?: string;
|
|
1876
3406
|
/**
|
|
1877
|
-
*
|
|
3407
|
+
* 临时密钥临时 token
|
|
1878
3408
|
*/
|
|
1879
|
-
|
|
3409
|
+
SessionToken?: string;
|
|
1880
3410
|
/**
|
|
1881
|
-
*
|
|
3411
|
+
* 开始时间戳
|
|
1882
3412
|
*/
|
|
1883
|
-
|
|
3413
|
+
StartTime?: number;
|
|
1884
3414
|
/**
|
|
1885
|
-
*
|
|
3415
|
+
* 过期时间戳
|
|
1886
3416
|
*/
|
|
1887
|
-
|
|
3417
|
+
ExpiredTime?: number;
|
|
1888
3418
|
/**
|
|
1889
|
-
*
|
|
3419
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1890
3420
|
*/
|
|
1891
|
-
|
|
3421
|
+
RequestId?: string;
|
|
1892
3422
|
}
|
|
1893
3423
|
/**
|
|
1894
|
-
*
|
|
3424
|
+
* DescribeDataWebVitalsPage请求参数结构体
|
|
1895
3425
|
*/
|
|
1896
|
-
export interface
|
|
3426
|
+
export interface DescribeDataWebVitalsPageRequest {
|
|
1897
3427
|
/**
|
|
1898
3428
|
* 开始时间
|
|
1899
3429
|
*/
|
|
1900
3430
|
StartTime: number;
|
|
1901
|
-
/**
|
|
1902
|
-
* allcount:性能视图,data:小程序,component:小程序相关,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
1903
|
-
*/
|
|
1904
|
-
Type: string;
|
|
1905
3431
|
/**
|
|
1906
3432
|
* 结束时间
|
|
1907
3433
|
*/
|
|
@@ -1923,13 +3449,17 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1923
3449
|
*/
|
|
1924
3450
|
Isp?: string;
|
|
1925
3451
|
/**
|
|
1926
|
-
*
|
|
3452
|
+
* 查询维度:from=按页面来源(from)聚合输出;其他值/空值=输出整体汇总。
|
|
1927
3453
|
*/
|
|
1928
3454
|
From?: string;
|
|
1929
3455
|
/**
|
|
1930
3456
|
* 日志等级
|
|
1931
3457
|
*/
|
|
1932
3458
|
Level?: string;
|
|
3459
|
+
/**
|
|
3460
|
+
* 类型暂无
|
|
3461
|
+
*/
|
|
3462
|
+
Type?: string;
|
|
1933
3463
|
/**
|
|
1934
3464
|
* 品牌
|
|
1935
3465
|
*/
|
|
@@ -1955,7 +3485,7 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1955
3485
|
*/
|
|
1956
3486
|
ExtFirst?: string;
|
|
1957
3487
|
/**
|
|
1958
|
-
* 网络类型
|
|
3488
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1959
3489
|
*/
|
|
1960
3490
|
NetType?: string;
|
|
1961
3491
|
/**
|
|
@@ -1975,194 +3505,24 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1975
3505
|
*/
|
|
1976
3506
|
Browser?: string;
|
|
1977
3507
|
/**
|
|
1978
|
-
*
|
|
3508
|
+
* Web Vitals 口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1979
3509
|
*/
|
|
1980
3510
|
CostType?: string;
|
|
1981
3511
|
/**
|
|
1982
3512
|
* 环境
|
|
1983
3513
|
*/
|
|
1984
3514
|
Env?: string;
|
|
1985
|
-
/**
|
|
1986
|
-
* 获取package
|
|
1987
|
-
*/
|
|
1988
|
-
PackageType?: string;
|
|
1989
|
-
}
|
|
1990
|
-
/**
|
|
1991
|
-
* ResumeInstance返回参数结构体
|
|
1992
|
-
*/
|
|
1993
|
-
export interface ResumeInstanceResponse {
|
|
1994
|
-
/**
|
|
1995
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1996
|
-
*/
|
|
1997
|
-
RequestId?: string;
|
|
1998
|
-
}
|
|
1999
|
-
/**
|
|
2000
|
-
* DescribeDataStaticProject返回参数结构体
|
|
2001
|
-
*/
|
|
2002
|
-
export interface DescribeDataStaticProjectResponse {
|
|
2003
|
-
/**
|
|
2004
|
-
* 返回值
|
|
2005
|
-
*/
|
|
2006
|
-
Result?: string;
|
|
2007
|
-
/**
|
|
2008
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2009
|
-
*/
|
|
2010
|
-
RequestId?: string;
|
|
2011
|
-
}
|
|
2012
|
-
/**
|
|
2013
|
-
* CreateStarProject请求参数结构体
|
|
2014
|
-
*/
|
|
2015
|
-
export interface CreateStarProjectRequest {
|
|
2016
|
-
/**
|
|
2017
|
-
* 实例ID:taw-123
|
|
2018
|
-
*/
|
|
2019
|
-
InstanceID: string;
|
|
2020
|
-
/**
|
|
2021
|
-
* 项目ID
|
|
2022
|
-
*/
|
|
2023
|
-
ID: number;
|
|
2024
|
-
}
|
|
2025
|
-
/**
|
|
2026
|
-
* DescribeAppSingleCaseList请求参数结构体
|
|
2027
|
-
*/
|
|
2028
|
-
export interface DescribeAppSingleCaseListRequest {
|
|
2029
|
-
/**
|
|
2030
|
-
* app 项目 ID
|
|
2031
|
-
*/
|
|
2032
|
-
ProjectID: number;
|
|
2033
|
-
/**
|
|
2034
|
-
* 查询的表名
|
|
2035
|
-
*/
|
|
2036
|
-
From: string;
|
|
2037
|
-
/**
|
|
2038
|
-
* 查询指标 field
|
|
2039
|
-
*/
|
|
2040
|
-
Fields: string;
|
|
2041
|
-
/**
|
|
2042
|
-
* 查询的过滤条件
|
|
2043
|
-
*/
|
|
2044
|
-
Filter: string;
|
|
2045
|
-
/**
|
|
2046
|
-
* 查询简单过滤条件
|
|
2047
|
-
*/
|
|
2048
|
-
FilterSimple?: string;
|
|
2049
|
-
/**
|
|
2050
|
-
* group by 条件
|
|
2051
|
-
*/
|
|
2052
|
-
GroupBy?: Array<string>;
|
|
2053
|
-
/**
|
|
2054
|
-
* order by 条件
|
|
2055
|
-
*/
|
|
2056
|
-
OrderBy?: Array<string>;
|
|
2057
|
-
/**
|
|
2058
|
-
* limit 参数
|
|
2059
|
-
*/
|
|
2060
|
-
Limit?: number;
|
|
2061
|
-
/**
|
|
2062
|
-
* offset 参数
|
|
2063
|
-
*/
|
|
2064
|
-
Offset?: number;
|
|
2065
|
-
}
|
|
2066
|
-
/**
|
|
2067
|
-
* DescribeReleaseFileSign请求参数结构体
|
|
2068
|
-
*/
|
|
2069
|
-
export interface DescribeReleaseFileSignRequest {
|
|
2070
|
-
/**
|
|
2071
|
-
* 超时时间,不填默认是 5 分钟
|
|
2072
|
-
*/
|
|
2073
|
-
Timeout?: number;
|
|
2074
|
-
/**
|
|
2075
|
-
* bucket类型,不填默认1:web,2:app
|
|
2076
|
-
*/
|
|
2077
|
-
FileType?: number;
|
|
2078
|
-
/**
|
|
2079
|
-
* 获取临时签名的bucket是境内还是境外(1表示境外,其它表示境内)
|
|
2080
|
-
*/
|
|
2081
|
-
Site?: number;
|
|
2082
|
-
/**
|
|
2083
|
-
* ProjectID
|
|
2084
|
-
*/
|
|
2085
|
-
ID?: number;
|
|
2086
|
-
}
|
|
2087
|
-
/**
|
|
2088
|
-
* DeleteWhitelist请求参数结构体
|
|
2089
|
-
*/
|
|
2090
|
-
export interface DeleteWhitelistRequest {
|
|
2091
|
-
/**
|
|
2092
|
-
* 实例ID
|
|
2093
|
-
*/
|
|
2094
|
-
InstanceID: string;
|
|
2095
|
-
/**
|
|
2096
|
-
* 名单ID
|
|
2097
|
-
*/
|
|
2098
|
-
ID: string;
|
|
2099
|
-
}
|
|
2100
|
-
/**
|
|
2101
|
-
* DescribeDataLogUrlInfo返回参数结构体
|
|
2102
|
-
*/
|
|
2103
|
-
export interface DescribeDataLogUrlInfoResponse {
|
|
2104
|
-
/**
|
|
2105
|
-
* 返回字符串
|
|
2106
|
-
*/
|
|
2107
|
-
Result?: string;
|
|
2108
|
-
/**
|
|
2109
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2110
|
-
*/
|
|
2111
|
-
RequestId?: string;
|
|
2112
|
-
}
|
|
2113
|
-
/**
|
|
2114
|
-
* rum 日志对象
|
|
2115
|
-
*/
|
|
2116
|
-
export interface RumPvInfo {
|
|
2117
|
-
/**
|
|
2118
|
-
* 项目ID
|
|
2119
|
-
*/
|
|
2120
|
-
ProjectId?: number;
|
|
2121
|
-
/**
|
|
2122
|
-
* pv访问量
|
|
2123
|
-
*/
|
|
2124
|
-
Pv?: string;
|
|
2125
|
-
/**
|
|
2126
|
-
* 时间
|
|
2127
|
-
*/
|
|
2128
|
-
CreateTime?: string;
|
|
2129
|
-
}
|
|
2130
|
-
/**
|
|
2131
|
-
* DeleteReleaseFile返回参数结构体
|
|
2132
|
-
*/
|
|
2133
|
-
export interface DeleteReleaseFileResponse {
|
|
2134
|
-
/**
|
|
2135
|
-
* 接口请求返回字符串
|
|
2136
|
-
*/
|
|
2137
|
-
Msg: string;
|
|
2138
|
-
/**
|
|
2139
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2140
|
-
*/
|
|
2141
|
-
RequestId?: string;
|
|
2142
|
-
}
|
|
2143
|
-
/**
|
|
2144
|
-
* DescribeScores返回参数结构体
|
|
2145
|
-
*/
|
|
2146
|
-
export interface DescribeScoresResponse {
|
|
2147
|
-
/**
|
|
2148
|
-
* 数组
|
|
2149
|
-
*/
|
|
2150
|
-
ScoreSet?: Array<ScoreInfo>;
|
|
2151
|
-
/**
|
|
2152
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2153
|
-
*/
|
|
2154
|
-
RequestId?: string;
|
|
2155
3515
|
}
|
|
2156
3516
|
/**
|
|
2157
|
-
*
|
|
3517
|
+
* DescribeDataFetchUrlInfo请求参数结构体
|
|
2158
3518
|
*/
|
|
2159
|
-
export interface
|
|
3519
|
+
export interface DescribeDataFetchUrlInfoRequest {
|
|
2160
3520
|
/**
|
|
2161
3521
|
* 开始时间
|
|
2162
3522
|
*/
|
|
2163
3523
|
StartTime: number;
|
|
2164
3524
|
/**
|
|
2165
|
-
*
|
|
3525
|
+
* 类型
|
|
2166
3526
|
*/
|
|
2167
3527
|
Type: string;
|
|
2168
3528
|
/**
|
|
@@ -2218,7 +3578,7 @@ export interface DescribeDataLogUrlStatisticsRequest {
|
|
|
2218
3578
|
*/
|
|
2219
3579
|
ExtFirst?: string;
|
|
2220
3580
|
/**
|
|
2221
|
-
* 网络类型
|
|
3581
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
2222
3582
|
*/
|
|
2223
3583
|
NetType?: string;
|
|
2224
3584
|
/**
|
|
@@ -2238,180 +3598,163 @@ export interface DescribeDataLogUrlStatisticsRequest {
|
|
|
2238
3598
|
*/
|
|
2239
3599
|
Browser?: string;
|
|
2240
3600
|
/**
|
|
2241
|
-
*
|
|
3601
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
2242
3602
|
*/
|
|
2243
|
-
|
|
3603
|
+
CostType?: string;
|
|
2244
3604
|
/**
|
|
2245
|
-
*
|
|
3605
|
+
* 来源
|
|
2246
3606
|
*/
|
|
2247
|
-
|
|
3607
|
+
Url?: string;
|
|
3608
|
+
/**
|
|
3609
|
+
* 环境
|
|
3610
|
+
*/
|
|
3611
|
+
Env?: string;
|
|
2248
3612
|
}
|
|
2249
3613
|
/**
|
|
2250
|
-
*
|
|
3614
|
+
* DescribeDataFetchUrlInfo返回参数结构体
|
|
2251
3615
|
*/
|
|
2252
|
-
export interface
|
|
3616
|
+
export interface DescribeDataFetchUrlInfoResponse {
|
|
2253
3617
|
/**
|
|
2254
|
-
*
|
|
3618
|
+
* 返回值
|
|
2255
3619
|
*/
|
|
2256
|
-
|
|
3620
|
+
Result?: string;
|
|
2257
3621
|
/**
|
|
2258
|
-
*
|
|
3622
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2259
3623
|
*/
|
|
2260
|
-
|
|
3624
|
+
RequestId?: string;
|
|
3625
|
+
}
|
|
3626
|
+
/**
|
|
3627
|
+
* DescribeReleaseFiles返回参数结构体
|
|
3628
|
+
*/
|
|
3629
|
+
export interface DescribeReleaseFilesResponse {
|
|
2261
3630
|
/**
|
|
2262
|
-
*
|
|
3631
|
+
* 文件信息列表
|
|
2263
3632
|
*/
|
|
2264
|
-
|
|
3633
|
+
Files?: Array<ReleaseFile>;
|
|
2265
3634
|
/**
|
|
2266
|
-
*
|
|
3635
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2267
3636
|
*/
|
|
2268
|
-
|
|
3637
|
+
RequestId?: string;
|
|
3638
|
+
}
|
|
3639
|
+
/**
|
|
3640
|
+
* DescribeDataStaticUrl返回参数结构体
|
|
3641
|
+
*/
|
|
3642
|
+
export interface DescribeDataStaticUrlResponse {
|
|
2269
3643
|
/**
|
|
2270
|
-
*
|
|
3644
|
+
* 返回值
|
|
2271
3645
|
*/
|
|
2272
|
-
|
|
3646
|
+
Result?: string;
|
|
2273
3647
|
/**
|
|
2274
3648
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2275
3649
|
*/
|
|
2276
3650
|
RequestId?: string;
|
|
2277
3651
|
}
|
|
2278
3652
|
/**
|
|
2279
|
-
*
|
|
3653
|
+
* CreateWhitelist返回参数结构体
|
|
2280
3654
|
*/
|
|
2281
|
-
export interface
|
|
3655
|
+
export interface CreateWhitelistResponse {
|
|
2282
3656
|
/**
|
|
2283
|
-
*
|
|
3657
|
+
* 消息
|
|
2284
3658
|
*/
|
|
2285
|
-
|
|
3659
|
+
Msg?: string;
|
|
2286
3660
|
/**
|
|
2287
|
-
*
|
|
3661
|
+
* 白名单ID
|
|
2288
3662
|
*/
|
|
2289
|
-
|
|
3663
|
+
ID?: number;
|
|
2290
3664
|
/**
|
|
2291
|
-
*
|
|
3665
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2292
3666
|
*/
|
|
2293
|
-
|
|
3667
|
+
RequestId?: string;
|
|
3668
|
+
}
|
|
3669
|
+
/**
|
|
3670
|
+
* project Score分数实体
|
|
3671
|
+
*/
|
|
3672
|
+
export interface ScoreInfo {
|
|
2294
3673
|
/**
|
|
2295
|
-
*
|
|
3674
|
+
* duration
|
|
2296
3675
|
*/
|
|
2297
|
-
|
|
3676
|
+
StaticDuration?: string;
|
|
2298
3677
|
/**
|
|
2299
|
-
*
|
|
3678
|
+
* pv
|
|
2300
3679
|
*/
|
|
2301
|
-
|
|
3680
|
+
PagePv?: string;
|
|
2302
3681
|
/**
|
|
2303
|
-
*
|
|
2304
|
-
* @deprecated
|
|
3682
|
+
* 失败
|
|
2305
3683
|
*/
|
|
2306
|
-
|
|
3684
|
+
ApiFail?: string;
|
|
2307
3685
|
/**
|
|
2308
|
-
*
|
|
2309
|
-
* @deprecated
|
|
3686
|
+
* 请求
|
|
2310
3687
|
*/
|
|
2311
|
-
|
|
3688
|
+
ApiNum?: string;
|
|
2312
3689
|
/**
|
|
2313
|
-
*
|
|
3690
|
+
* fail
|
|
2314
3691
|
*/
|
|
2315
|
-
|
|
3692
|
+
StaticFail?: string;
|
|
2316
3693
|
/**
|
|
2317
|
-
*
|
|
2318
|
-
* @deprecated
|
|
3694
|
+
* 项目id
|
|
2319
3695
|
*/
|
|
2320
|
-
|
|
2321
|
-
}
|
|
2322
|
-
/**
|
|
2323
|
-
* DescribeTawAreas请求参数结构体
|
|
2324
|
-
*/
|
|
2325
|
-
export interface DescribeTawAreasRequest {
|
|
3696
|
+
ProjectID?: number;
|
|
2326
3697
|
/**
|
|
2327
|
-
*
|
|
3698
|
+
* uv
|
|
2328
3699
|
*/
|
|
2329
|
-
|
|
3700
|
+
PageUv?: string;
|
|
2330
3701
|
/**
|
|
2331
|
-
*
|
|
3702
|
+
* 请求次数
|
|
2332
3703
|
*/
|
|
2333
|
-
|
|
3704
|
+
ApiDuration?: string;
|
|
2334
3705
|
/**
|
|
2335
|
-
*
|
|
3706
|
+
* 项目总分
|
|
2336
3707
|
*/
|
|
2337
|
-
|
|
3708
|
+
Score?: string;
|
|
2338
3709
|
/**
|
|
2339
|
-
*
|
|
3710
|
+
* error
|
|
2340
3711
|
*/
|
|
2341
|
-
|
|
3712
|
+
PageError?: string;
|
|
2342
3713
|
/**
|
|
2343
|
-
*
|
|
3714
|
+
* num
|
|
2344
3715
|
*/
|
|
2345
|
-
|
|
2346
|
-
}
|
|
2347
|
-
/**
|
|
2348
|
-
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
2349
|
-
|
|
2350
|
-
· 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
2351
|
-
· 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
|
|
2352
|
-
*/
|
|
2353
|
-
export interface Filter {
|
|
3716
|
+
StaticNum?: string;
|
|
2354
3717
|
/**
|
|
2355
|
-
*
|
|
3718
|
+
* num
|
|
2356
3719
|
*/
|
|
2357
|
-
|
|
3720
|
+
RecordNum?: number;
|
|
2358
3721
|
/**
|
|
2359
|
-
*
|
|
3722
|
+
* Duration
|
|
2360
3723
|
*/
|
|
2361
|
-
|
|
2362
|
-
}
|
|
2363
|
-
/**
|
|
2364
|
-
* DeleteStarProject返回参数结构体
|
|
2365
|
-
*/
|
|
2366
|
-
export interface DeleteStarProjectResponse {
|
|
3724
|
+
PageDuration?: string;
|
|
2367
3725
|
/**
|
|
2368
|
-
*
|
|
3726
|
+
* 时间
|
|
2369
3727
|
*/
|
|
2370
|
-
|
|
3728
|
+
CreateTime?: string;
|
|
2371
3729
|
/**
|
|
2372
|
-
*
|
|
3730
|
+
* 页面性能评分
|
|
2373
3731
|
*/
|
|
2374
|
-
|
|
2375
|
-
}
|
|
2376
|
-
/**
|
|
2377
|
-
* DescribeDataPerformancePage返回参数结构体
|
|
2378
|
-
*/
|
|
2379
|
-
export interface DescribeDataPerformancePageResponse {
|
|
3732
|
+
PagePerformanceScore?: string;
|
|
2380
3733
|
/**
|
|
2381
|
-
*
|
|
3734
|
+
* js错误评分
|
|
2382
3735
|
*/
|
|
2383
|
-
|
|
3736
|
+
JsErrorScore?: string;
|
|
2384
3737
|
/**
|
|
2385
|
-
*
|
|
3738
|
+
* API性能评分
|
|
2386
3739
|
*/
|
|
2387
|
-
|
|
2388
|
-
}
|
|
2389
|
-
/**
|
|
2390
|
-
* DeleteInstance请求参数结构体
|
|
2391
|
-
*/
|
|
2392
|
-
export interface DeleteInstanceRequest {
|
|
3740
|
+
ApiPerformanceScore?: string;
|
|
2393
3741
|
/**
|
|
2394
|
-
*
|
|
3742
|
+
* API可用性评分
|
|
2395
3743
|
*/
|
|
2396
|
-
|
|
2397
|
-
}
|
|
2398
|
-
/**
|
|
2399
|
-
* DescribeDataStaticResource返回参数结构体
|
|
2400
|
-
*/
|
|
2401
|
-
export interface DescribeDataStaticResourceResponse {
|
|
3744
|
+
ApiAvaliableScore?: string;
|
|
2402
3745
|
/**
|
|
2403
|
-
*
|
|
3746
|
+
* 静态资源性能评分
|
|
2404
3747
|
*/
|
|
2405
|
-
|
|
3748
|
+
StaticPerformanceScore?: string;
|
|
2406
3749
|
/**
|
|
2407
|
-
*
|
|
3750
|
+
* 静态资源可用性评分
|
|
2408
3751
|
*/
|
|
2409
|
-
|
|
3752
|
+
StaticAvaliableScore?: string;
|
|
2410
3753
|
}
|
|
2411
3754
|
/**
|
|
2412
|
-
*
|
|
3755
|
+
* DescribeDataWebVitalsPage返回参数结构体
|
|
2413
3756
|
*/
|
|
2414
|
-
export interface
|
|
3757
|
+
export interface DescribeDataWebVitalsPageResponse {
|
|
2415
3758
|
/**
|
|
2416
3759
|
* 返回值
|
|
2417
3760
|
*/
|
|
@@ -2422,13 +3765,17 @@ export interface DescribeDataEventUrlResponse {
|
|
|
2422
3765
|
RequestId?: string;
|
|
2423
3766
|
}
|
|
2424
3767
|
/**
|
|
2425
|
-
*
|
|
3768
|
+
* DescribeDataStaticProjectV2请求参数结构体
|
|
2426
3769
|
*/
|
|
2427
|
-
export interface
|
|
3770
|
+
export interface DescribeDataStaticProjectV2Request {
|
|
2428
3771
|
/**
|
|
2429
3772
|
* 开始时间
|
|
2430
3773
|
*/
|
|
2431
3774
|
StartTime: number;
|
|
3775
|
+
/**
|
|
3776
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
3777
|
+
*/
|
|
3778
|
+
Type: string;
|
|
2432
3779
|
/**
|
|
2433
3780
|
* 结束时间
|
|
2434
3781
|
*/
|
|
@@ -2454,13 +3801,9 @@ export interface DescribeDataWebVitalsPageRequest {
|
|
|
2454
3801
|
*/
|
|
2455
3802
|
From?: string;
|
|
2456
3803
|
/**
|
|
2457
|
-
*
|
|
3804
|
+
* 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
|
2458
3805
|
*/
|
|
2459
3806
|
Level?: string;
|
|
2460
|
-
/**
|
|
2461
|
-
* 类型暂无
|
|
2462
|
-
*/
|
|
2463
|
-
Type?: string;
|
|
2464
3807
|
/**
|
|
2465
3808
|
* 品牌
|
|
2466
3809
|
*/
|
|
@@ -2486,44 +3829,102 @@ export interface DescribeDataWebVitalsPageRequest {
|
|
|
2486
3829
|
*/
|
|
2487
3830
|
ExtFirst?: string;
|
|
2488
3831
|
/**
|
|
2489
|
-
*
|
|
3832
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
3833
|
+
*/
|
|
3834
|
+
NetType?: string;
|
|
3835
|
+
/**
|
|
3836
|
+
* 机型
|
|
3837
|
+
*/
|
|
3838
|
+
Device?: string;
|
|
3839
|
+
/**
|
|
3840
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3841
|
+
*/
|
|
3842
|
+
IsAbroad?: string;
|
|
3843
|
+
/**
|
|
3844
|
+
* 操作系统
|
|
3845
|
+
*/
|
|
3846
|
+
Os?: string;
|
|
3847
|
+
/**
|
|
3848
|
+
* 浏览器
|
|
3849
|
+
*/
|
|
3850
|
+
Browser?: string;
|
|
3851
|
+
/**
|
|
3852
|
+
* 耗时计算
|
|
3853
|
+
*/
|
|
3854
|
+
CostType?: string;
|
|
3855
|
+
/**
|
|
3856
|
+
* 来源
|
|
3857
|
+
*/
|
|
3858
|
+
Url?: Array<string>;
|
|
3859
|
+
/**
|
|
3860
|
+
* 环境
|
|
3861
|
+
*/
|
|
3862
|
+
Env?: string;
|
|
3863
|
+
/**
|
|
3864
|
+
* 自定义4
|
|
3865
|
+
*/
|
|
3866
|
+
ExtFourth?: string;
|
|
3867
|
+
/**
|
|
3868
|
+
* 自定义5
|
|
3869
|
+
*/
|
|
3870
|
+
ExtFifth?: string;
|
|
3871
|
+
/**
|
|
3872
|
+
* 自定义6
|
|
3873
|
+
*/
|
|
3874
|
+
ExtSixth?: string;
|
|
3875
|
+
/**
|
|
3876
|
+
* 自定义7
|
|
3877
|
+
*/
|
|
3878
|
+
ExtSeventh?: string;
|
|
3879
|
+
/**
|
|
3880
|
+
* 自定义8
|
|
3881
|
+
*/
|
|
3882
|
+
ExtEighth?: string;
|
|
3883
|
+
/**
|
|
3884
|
+
* 自定义9
|
|
2490
3885
|
*/
|
|
2491
|
-
|
|
3886
|
+
ExtNinth?: string;
|
|
2492
3887
|
/**
|
|
2493
|
-
*
|
|
3888
|
+
* 自定义10
|
|
2494
3889
|
*/
|
|
2495
|
-
|
|
3890
|
+
ExtTenth?: string;
|
|
2496
3891
|
/**
|
|
2497
|
-
*
|
|
3892
|
+
* 时间段
|
|
2498
3893
|
*/
|
|
2499
|
-
|
|
3894
|
+
Granularity?: string;
|
|
3895
|
+
}
|
|
3896
|
+
/**
|
|
3897
|
+
* DescribeProjects请求参数结构体
|
|
3898
|
+
*/
|
|
3899
|
+
export interface DescribeProjectsRequest {
|
|
2500
3900
|
/**
|
|
2501
|
-
*
|
|
3901
|
+
* 分页每页数目,整型
|
|
2502
3902
|
*/
|
|
2503
|
-
|
|
3903
|
+
Limit: number;
|
|
2504
3904
|
/**
|
|
2505
|
-
*
|
|
3905
|
+
* 分页页码,整型
|
|
2506
3906
|
*/
|
|
2507
|
-
|
|
3907
|
+
Offset: number;
|
|
2508
3908
|
/**
|
|
2509
|
-
*
|
|
3909
|
+
* 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
2510
3910
|
*/
|
|
2511
|
-
|
|
3911
|
+
Filters?: Array<Filter>;
|
|
2512
3912
|
/**
|
|
2513
|
-
*
|
|
3913
|
+
* 该参数已废弃,demo模式请在Filters内注明
|
|
3914
|
+
* @deprecated
|
|
2514
3915
|
*/
|
|
2515
|
-
|
|
3916
|
+
IsDemo?: number;
|
|
2516
3917
|
}
|
|
2517
3918
|
/**
|
|
2518
|
-
*
|
|
3919
|
+
* DescribeDataEventUrl请求参数结构体
|
|
2519
3920
|
*/
|
|
2520
|
-
export interface
|
|
3921
|
+
export interface DescribeDataEventUrlRequest {
|
|
2521
3922
|
/**
|
|
2522
3923
|
* 开始时间
|
|
2523
3924
|
*/
|
|
2524
3925
|
StartTime: number;
|
|
2525
3926
|
/**
|
|
2526
|
-
*
|
|
3927
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,ckuv:获取uv趋势,ckpv:获取pv趋势,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2527
3928
|
*/
|
|
2528
3929
|
Type: string;
|
|
2529
3930
|
/**
|
|
@@ -2579,7 +3980,8 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2579
3980
|
*/
|
|
2580
3981
|
ExtFirst?: string;
|
|
2581
3982
|
/**
|
|
2582
|
-
* 网络类型
|
|
3983
|
+
* netType | 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。也可通过 Type=condition(show tag values)查询当前数据集中的实际可选值。
|
|
3984
|
+
|
|
2583
3985
|
*/
|
|
2584
3986
|
NetType?: string;
|
|
2585
3987
|
/**
|
|
@@ -2599,48 +4001,31 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2599
4001
|
*/
|
|
2600
4002
|
Browser?: string;
|
|
2601
4003
|
/**
|
|
2602
|
-
*
|
|
2603
|
-
*/
|
|
2604
|
-
CostType?: string;
|
|
2605
|
-
/**
|
|
2606
|
-
* 来源
|
|
4004
|
+
* 筛选条件
|
|
2607
4005
|
*/
|
|
2608
|
-
|
|
4006
|
+
Name?: string;
|
|
2609
4007
|
/**
|
|
2610
4008
|
* 环境
|
|
2611
4009
|
*/
|
|
2612
4010
|
Env?: string;
|
|
2613
4011
|
}
|
|
2614
4012
|
/**
|
|
2615
|
-
*
|
|
2616
|
-
*/
|
|
2617
|
-
export interface DescribeDataFetchUrlInfoResponse {
|
|
2618
|
-
/**
|
|
2619
|
-
* 返回值
|
|
2620
|
-
*/
|
|
2621
|
-
Result?: string;
|
|
2622
|
-
/**
|
|
2623
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2624
|
-
*/
|
|
2625
|
-
RequestId?: string;
|
|
2626
|
-
}
|
|
2627
|
-
/**
|
|
2628
|
-
* DescribeReleaseFiles返回参数结构体
|
|
4013
|
+
* DescribeAppDimensionMetrics返回参数结构体
|
|
2629
4014
|
*/
|
|
2630
|
-
export interface
|
|
4015
|
+
export interface DescribeAppDimensionMetricsResponse {
|
|
2631
4016
|
/**
|
|
2632
|
-
*
|
|
4017
|
+
* 查询数据返回
|
|
2633
4018
|
*/
|
|
2634
|
-
|
|
4019
|
+
Data?: string;
|
|
2635
4020
|
/**
|
|
2636
4021
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2637
4022
|
*/
|
|
2638
4023
|
RequestId?: string;
|
|
2639
4024
|
}
|
|
2640
4025
|
/**
|
|
2641
|
-
*
|
|
4026
|
+
* DescribeDataSetUrlStatisticsV2返回参数结构体
|
|
2642
4027
|
*/
|
|
2643
|
-
export interface
|
|
4028
|
+
export interface DescribeDataSetUrlStatisticsV2Response {
|
|
2644
4029
|
/**
|
|
2645
4030
|
* 返回值
|
|
2646
4031
|
*/
|
|
@@ -2651,152 +4036,102 @@ export interface DescribeDataStaticUrlResponse {
|
|
|
2651
4036
|
RequestId?: string;
|
|
2652
4037
|
}
|
|
2653
4038
|
/**
|
|
2654
|
-
*
|
|
4039
|
+
* ResumeProject请求参数结构体
|
|
2655
4040
|
*/
|
|
2656
|
-
export interface
|
|
2657
|
-
/**
|
|
2658
|
-
* 消息
|
|
2659
|
-
*/
|
|
2660
|
-
Msg?: string;
|
|
2661
|
-
/**
|
|
2662
|
-
* 白名单ID
|
|
2663
|
-
*/
|
|
2664
|
-
ID?: number;
|
|
4041
|
+
export interface ResumeProjectRequest {
|
|
2665
4042
|
/**
|
|
2666
|
-
*
|
|
4043
|
+
* 项目 id
|
|
2667
4044
|
*/
|
|
2668
|
-
|
|
4045
|
+
ProjectId: number;
|
|
2669
4046
|
}
|
|
2670
4047
|
/**
|
|
2671
|
-
*
|
|
4048
|
+
* DescribeAppSingleCaseDetailList请求参数结构体
|
|
2672
4049
|
*/
|
|
2673
|
-
export interface
|
|
2674
|
-
/**
|
|
2675
|
-
* duration
|
|
2676
|
-
*/
|
|
2677
|
-
StaticDuration?: string;
|
|
2678
|
-
/**
|
|
2679
|
-
* pv
|
|
2680
|
-
*/
|
|
2681
|
-
PagePv?: string;
|
|
2682
|
-
/**
|
|
2683
|
-
* 失败
|
|
2684
|
-
*/
|
|
2685
|
-
ApiFail?: string;
|
|
2686
|
-
/**
|
|
2687
|
-
* 请求
|
|
2688
|
-
*/
|
|
2689
|
-
ApiNum?: string;
|
|
2690
|
-
/**
|
|
2691
|
-
* fail
|
|
2692
|
-
*/
|
|
2693
|
-
StaticFail?: string;
|
|
2694
|
-
/**
|
|
2695
|
-
* 项目id
|
|
2696
|
-
*/
|
|
2697
|
-
ProjectID?: number;
|
|
2698
|
-
/**
|
|
2699
|
-
* uv
|
|
2700
|
-
*/
|
|
2701
|
-
PageUv?: string;
|
|
2702
|
-
/**
|
|
2703
|
-
* 请求次数
|
|
2704
|
-
*/
|
|
2705
|
-
ApiDuration?: string;
|
|
2706
|
-
/**
|
|
2707
|
-
* 项目总分
|
|
2708
|
-
*/
|
|
2709
|
-
Score?: string;
|
|
2710
|
-
/**
|
|
2711
|
-
* error
|
|
2712
|
-
*/
|
|
2713
|
-
PageError?: string;
|
|
2714
|
-
/**
|
|
2715
|
-
* num
|
|
2716
|
-
*/
|
|
2717
|
-
StaticNum?: string;
|
|
4050
|
+
export interface DescribeAppSingleCaseDetailListRequest {
|
|
2718
4051
|
/**
|
|
2719
|
-
*
|
|
4052
|
+
* app 项目ID
|
|
2720
4053
|
*/
|
|
2721
|
-
|
|
4054
|
+
ProjectID: number;
|
|
2722
4055
|
/**
|
|
2723
|
-
*
|
|
4056
|
+
* 查询的表名
|
|
2724
4057
|
*/
|
|
2725
|
-
|
|
4058
|
+
From: string;
|
|
2726
4059
|
/**
|
|
2727
|
-
*
|
|
4060
|
+
* 查询指标 field
|
|
2728
4061
|
*/
|
|
2729
|
-
|
|
4062
|
+
Fields: string;
|
|
2730
4063
|
/**
|
|
2731
|
-
*
|
|
4064
|
+
* 查询的过滤条件
|
|
2732
4065
|
*/
|
|
2733
|
-
|
|
4066
|
+
Filter: string;
|
|
2734
4067
|
/**
|
|
2735
|
-
*
|
|
4068
|
+
* 查询简单过滤条件
|
|
2736
4069
|
*/
|
|
2737
|
-
|
|
4070
|
+
FilterSimple?: string;
|
|
2738
4071
|
/**
|
|
2739
|
-
*
|
|
4072
|
+
* group by 条件
|
|
2740
4073
|
*/
|
|
2741
|
-
|
|
4074
|
+
GroupBy?: Array<string>;
|
|
2742
4075
|
/**
|
|
2743
|
-
*
|
|
4076
|
+
* order by 条件
|
|
2744
4077
|
*/
|
|
2745
|
-
|
|
4078
|
+
OrderBy?: Array<string>;
|
|
2746
4079
|
/**
|
|
2747
|
-
*
|
|
4080
|
+
* limit 参数
|
|
2748
4081
|
*/
|
|
2749
|
-
|
|
4082
|
+
Limit?: number;
|
|
2750
4083
|
/**
|
|
2751
|
-
*
|
|
4084
|
+
* offset 参数
|
|
2752
4085
|
*/
|
|
2753
|
-
|
|
4086
|
+
Offset?: number;
|
|
2754
4087
|
}
|
|
2755
4088
|
/**
|
|
2756
|
-
*
|
|
4089
|
+
* DescribeRumGroupLog请求参数结构体
|
|
2757
4090
|
*/
|
|
2758
|
-
export interface
|
|
4091
|
+
export interface DescribeRumGroupLogRequest {
|
|
2759
4092
|
/**
|
|
2760
|
-
*
|
|
4093
|
+
* 排序方式 desc asc(必填)
|
|
2761
4094
|
*/
|
|
2762
|
-
|
|
4095
|
+
OrderBy: string;
|
|
2763
4096
|
/**
|
|
2764
|
-
*
|
|
4097
|
+
* 开始时间(必填)
|
|
2765
4098
|
*/
|
|
2766
|
-
|
|
2767
|
-
}
|
|
2768
|
-
/**
|
|
2769
|
-
* DescribeProjects请求参数结构体
|
|
2770
|
-
*/
|
|
2771
|
-
export interface DescribeProjectsRequest {
|
|
4099
|
+
StartTime: string;
|
|
2772
4100
|
/**
|
|
2773
|
-
*
|
|
4101
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
2774
4102
|
*/
|
|
2775
4103
|
Limit: number;
|
|
2776
4104
|
/**
|
|
2777
|
-
*
|
|
4105
|
+
* 页数,第几页
|
|
2778
4106
|
*/
|
|
2779
|
-
|
|
4107
|
+
Page: number;
|
|
2780
4108
|
/**
|
|
2781
|
-
*
|
|
4109
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
2782
4110
|
*/
|
|
2783
|
-
|
|
4111
|
+
Query: string;
|
|
2784
4112
|
/**
|
|
2785
|
-
*
|
|
2786
|
-
* @deprecated
|
|
4113
|
+
* 结束时间(必填)
|
|
2787
4114
|
*/
|
|
2788
|
-
|
|
4115
|
+
EndTime: string;
|
|
4116
|
+
/**
|
|
4117
|
+
* 项目ID(必填)
|
|
4118
|
+
*/
|
|
4119
|
+
ID: number;
|
|
4120
|
+
/**
|
|
4121
|
+
* 聚合字段
|
|
4122
|
+
*/
|
|
4123
|
+
GroupField: string;
|
|
2789
4124
|
}
|
|
2790
4125
|
/**
|
|
2791
|
-
*
|
|
4126
|
+
* DescribeDataFetchUrlV2请求参数结构体
|
|
2792
4127
|
*/
|
|
2793
|
-
export interface
|
|
4128
|
+
export interface DescribeDataFetchUrlV2Request {
|
|
2794
4129
|
/**
|
|
2795
4130
|
* 开始时间
|
|
2796
4131
|
*/
|
|
2797
4132
|
StartTime: number;
|
|
2798
4133
|
/**
|
|
2799
|
-
* allcount:性能视图,day:14天数据,
|
|
4134
|
+
* allcount:性能视图,pagepv:pv视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2800
4135
|
*/
|
|
2801
4136
|
Type: string;
|
|
2802
4137
|
/**
|
|
@@ -2836,162 +4171,97 @@ export interface DescribeDataEventUrlRequest {
|
|
|
2836
4171
|
*/
|
|
2837
4172
|
Area?: string;
|
|
2838
4173
|
/**
|
|
2839
|
-
* 版本
|
|
2840
|
-
*/
|
|
2841
|
-
VersionNum?: string;
|
|
2842
|
-
/**
|
|
2843
|
-
* 平台
|
|
2844
|
-
*/
|
|
2845
|
-
Platform?: string;
|
|
2846
|
-
/**
|
|
2847
|
-
* 自定义3
|
|
2848
|
-
*/
|
|
2849
|
-
ExtThird?: string;
|
|
2850
|
-
/**
|
|
2851
|
-
* 自定义1
|
|
2852
|
-
*/
|
|
2853
|
-
ExtFirst?: string;
|
|
2854
|
-
/**
|
|
2855
|
-
* 网络类型
|
|
2856
|
-
*/
|
|
2857
|
-
NetType?: string;
|
|
2858
|
-
/**
|
|
2859
|
-
* 机型
|
|
2860
|
-
*/
|
|
2861
|
-
Device?: string;
|
|
2862
|
-
/**
|
|
2863
|
-
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2864
|
-
*/
|
|
2865
|
-
IsAbroad?: string;
|
|
2866
|
-
/**
|
|
2867
|
-
* 操作系统
|
|
2868
|
-
*/
|
|
2869
|
-
Os?: string;
|
|
2870
|
-
/**
|
|
2871
|
-
* 浏览器
|
|
2872
|
-
*/
|
|
2873
|
-
Browser?: string;
|
|
2874
|
-
/**
|
|
2875
|
-
* 筛选条件
|
|
2876
|
-
*/
|
|
2877
|
-
Name?: string;
|
|
2878
|
-
/**
|
|
2879
|
-
* 环境
|
|
4174
|
+
* 版本
|
|
2880
4175
|
*/
|
|
2881
|
-
|
|
2882
|
-
}
|
|
2883
|
-
/**
|
|
2884
|
-
* DescribeAppDimensionMetrics返回参数结构体
|
|
2885
|
-
*/
|
|
2886
|
-
export interface DescribeAppDimensionMetricsResponse {
|
|
4176
|
+
VersionNum?: string;
|
|
2887
4177
|
/**
|
|
2888
|
-
*
|
|
4178
|
+
* 平台
|
|
2889
4179
|
*/
|
|
2890
|
-
|
|
4180
|
+
Platform?: string;
|
|
2891
4181
|
/**
|
|
2892
|
-
*
|
|
4182
|
+
* 自定义3
|
|
2893
4183
|
*/
|
|
2894
|
-
|
|
2895
|
-
}
|
|
2896
|
-
/**
|
|
2897
|
-
* ResumeProject请求参数结构体
|
|
2898
|
-
*/
|
|
2899
|
-
export interface ResumeProjectRequest {
|
|
4184
|
+
ExtThird?: string;
|
|
2900
4185
|
/**
|
|
2901
|
-
*
|
|
4186
|
+
* 自定义1
|
|
2902
4187
|
*/
|
|
2903
|
-
|
|
2904
|
-
}
|
|
2905
|
-
/**
|
|
2906
|
-
* DescribeAppSingleCaseDetailList请求参数结构体
|
|
2907
|
-
*/
|
|
2908
|
-
export interface DescribeAppSingleCaseDetailListRequest {
|
|
4188
|
+
ExtFirst?: string;
|
|
2909
4189
|
/**
|
|
2910
|
-
*
|
|
4190
|
+
* 网络类型
|
|
2911
4191
|
*/
|
|
2912
|
-
|
|
4192
|
+
NetType?: string;
|
|
2913
4193
|
/**
|
|
2914
|
-
*
|
|
4194
|
+
* 机型
|
|
2915
4195
|
*/
|
|
2916
|
-
|
|
4196
|
+
Device?: string;
|
|
2917
4197
|
/**
|
|
2918
|
-
*
|
|
4198
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2919
4199
|
*/
|
|
2920
|
-
|
|
4200
|
+
IsAbroad?: string;
|
|
2921
4201
|
/**
|
|
2922
|
-
*
|
|
4202
|
+
* 操作系统
|
|
2923
4203
|
*/
|
|
2924
|
-
|
|
4204
|
+
Os?: string;
|
|
2925
4205
|
/**
|
|
2926
|
-
*
|
|
4206
|
+
* 浏览器
|
|
2927
4207
|
*/
|
|
2928
|
-
|
|
4208
|
+
Browser?: string;
|
|
2929
4209
|
/**
|
|
2930
|
-
*
|
|
4210
|
+
* 耗时计算方式
|
|
2931
4211
|
*/
|
|
2932
|
-
|
|
4212
|
+
CostType?: string;
|
|
2933
4213
|
/**
|
|
2934
|
-
*
|
|
4214
|
+
* 来源
|
|
2935
4215
|
*/
|
|
2936
|
-
|
|
4216
|
+
Url?: string;
|
|
2937
4217
|
/**
|
|
2938
|
-
*
|
|
4218
|
+
* 环境
|
|
2939
4219
|
*/
|
|
2940
|
-
|
|
4220
|
+
Env?: string;
|
|
2941
4221
|
/**
|
|
2942
|
-
*
|
|
4222
|
+
* httpcode响应码
|
|
2943
4223
|
*/
|
|
2944
|
-
|
|
2945
|
-
}
|
|
2946
|
-
/**
|
|
2947
|
-
* DescribeRumGroupLog请求参数结构体
|
|
2948
|
-
*/
|
|
2949
|
-
export interface DescribeRumGroupLogRequest {
|
|
4224
|
+
Status?: string;
|
|
2950
4225
|
/**
|
|
2951
|
-
*
|
|
4226
|
+
* retcode
|
|
2952
4227
|
*/
|
|
2953
|
-
|
|
4228
|
+
Ret?: string;
|
|
2954
4229
|
/**
|
|
2955
|
-
*
|
|
4230
|
+
* 网络状态
|
|
2956
4231
|
*/
|
|
2957
|
-
|
|
4232
|
+
NetStatus?: string;
|
|
2958
4233
|
/**
|
|
2959
|
-
*
|
|
4234
|
+
* 自定义4
|
|
2960
4235
|
*/
|
|
2961
|
-
|
|
4236
|
+
ExtFourth?: string;
|
|
2962
4237
|
/**
|
|
2963
|
-
*
|
|
4238
|
+
* 自定义5
|
|
2964
4239
|
*/
|
|
2965
|
-
|
|
4240
|
+
ExtFifth?: string;
|
|
2966
4241
|
/**
|
|
2967
|
-
*
|
|
4242
|
+
* 自定义6
|
|
2968
4243
|
*/
|
|
2969
|
-
|
|
4244
|
+
ExtSixth?: string;
|
|
2970
4245
|
/**
|
|
2971
|
-
*
|
|
4246
|
+
* 自定义7
|
|
2972
4247
|
*/
|
|
2973
|
-
|
|
4248
|
+
ExtSeventh?: string;
|
|
2974
4249
|
/**
|
|
2975
|
-
*
|
|
4250
|
+
* 自定义8
|
|
2976
4251
|
*/
|
|
2977
|
-
|
|
4252
|
+
ExtEighth?: string;
|
|
2978
4253
|
/**
|
|
2979
|
-
*
|
|
4254
|
+
* 自定义9
|
|
2980
4255
|
*/
|
|
2981
|
-
|
|
2982
|
-
}
|
|
2983
|
-
/**
|
|
2984
|
-
* DescribeWhitelists返回参数结构体
|
|
2985
|
-
*/
|
|
2986
|
-
export interface DescribeWhitelistsResponse {
|
|
4256
|
+
ExtNinth?: string;
|
|
2987
4257
|
/**
|
|
2988
|
-
*
|
|
4258
|
+
* 自定义10
|
|
2989
4259
|
*/
|
|
2990
|
-
|
|
4260
|
+
ExtTenth?: string;
|
|
2991
4261
|
/**
|
|
2992
|
-
*
|
|
4262
|
+
* 时间段
|
|
2993
4263
|
*/
|
|
2994
|
-
|
|
4264
|
+
Granularity?: string;
|
|
2995
4265
|
}
|
|
2996
4266
|
/**
|
|
2997
4267
|
* DescribeProjects返回参数结构体
|
|
@@ -3081,113 +4351,246 @@ export interface DescribeRumLogExportsRequest {
|
|
|
3081
4351
|
/**
|
|
3082
4352
|
* 项目ID(必填)
|
|
3083
4353
|
*/
|
|
3084
|
-
ID: number;
|
|
3085
|
-
}
|
|
3086
|
-
/**
|
|
3087
|
-
* ModifyProject请求参数结构体
|
|
3088
|
-
*/
|
|
3089
|
-
export interface ModifyProjectRequest {
|
|
4354
|
+
ID: number;
|
|
4355
|
+
}
|
|
4356
|
+
/**
|
|
4357
|
+
* ModifyProject请求参数结构体
|
|
4358
|
+
*/
|
|
4359
|
+
export interface ModifyProjectRequest {
|
|
4360
|
+
/**
|
|
4361
|
+
* 项目 id
|
|
4362
|
+
*/
|
|
4363
|
+
ID: number;
|
|
4364
|
+
/**
|
|
4365
|
+
* 应用名称(可选,不为空且最长为 200字符)
|
|
4366
|
+
*/
|
|
4367
|
+
Name?: string;
|
|
4368
|
+
/**
|
|
4369
|
+
* 项目网页地址(可选,最长为 256)
|
|
4370
|
+
*/
|
|
4371
|
+
URL?: string;
|
|
4372
|
+
/**
|
|
4373
|
+
* 项目仓库地址(可选,最长为 256)
|
|
4374
|
+
*/
|
|
4375
|
+
Repo?: string;
|
|
4376
|
+
/**
|
|
4377
|
+
* 项目需要转移到的实例 id(可选)
|
|
4378
|
+
*/
|
|
4379
|
+
InstanceID?: string;
|
|
4380
|
+
/**
|
|
4381
|
+
* 项目采样率(可选)
|
|
4382
|
+
*/
|
|
4383
|
+
Rate?: string;
|
|
4384
|
+
/**
|
|
4385
|
+
* 是否开启聚类(可选)
|
|
4386
|
+
*/
|
|
4387
|
+
EnableURLGroup?: number;
|
|
4388
|
+
/**
|
|
4389
|
+
* 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
|
4390
|
+
*/
|
|
4391
|
+
Type?: string;
|
|
4392
|
+
/**
|
|
4393
|
+
* 应用描述(可选,最长为 1000字符)
|
|
4394
|
+
*/
|
|
4395
|
+
Desc?: string;
|
|
4396
|
+
/**
|
|
4397
|
+
* 启动kafka配置
|
|
4398
|
+
*/
|
|
4399
|
+
EnableKafka?: number;
|
|
4400
|
+
/**
|
|
4401
|
+
* kafka_host
|
|
4402
|
+
*/
|
|
4403
|
+
KafkaHost?: string;
|
|
4404
|
+
/**
|
|
4405
|
+
* topic
|
|
4406
|
+
*/
|
|
4407
|
+
KafkaTopic?: string;
|
|
4408
|
+
/**
|
|
4409
|
+
* kafka_version
|
|
4410
|
+
*/
|
|
4411
|
+
KafkaVersion?: string;
|
|
4412
|
+
/**
|
|
4413
|
+
* kafka_username
|
|
4414
|
+
*/
|
|
4415
|
+
SaslUserName?: string;
|
|
4416
|
+
/**
|
|
4417
|
+
* kafka_pwd
|
|
4418
|
+
*/
|
|
4419
|
+
SaslPassword?: string;
|
|
4420
|
+
/**
|
|
4421
|
+
* SaslMechanism
|
|
4422
|
+
*/
|
|
4423
|
+
SaslMechanism?: string;
|
|
4424
|
+
/**
|
|
4425
|
+
* sink_id,日知汇算子id
|
|
4426
|
+
*/
|
|
4427
|
+
SinkId?: number;
|
|
4428
|
+
}
|
|
4429
|
+
/**
|
|
4430
|
+
* DescribeRumLogList请求参数结构体
|
|
4431
|
+
*/
|
|
4432
|
+
export interface DescribeRumLogListRequest {
|
|
4433
|
+
/**
|
|
4434
|
+
* 排序方式 desc asc(必填)
|
|
4435
|
+
*/
|
|
4436
|
+
OrderBy: string;
|
|
4437
|
+
/**
|
|
4438
|
+
* 开始时间(必填)格式为时间戳 毫秒
|
|
4439
|
+
*/
|
|
4440
|
+
StartTime: string;
|
|
4441
|
+
/**
|
|
4442
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
4443
|
+
*/
|
|
4444
|
+
Limit: number;
|
|
4445
|
+
/**
|
|
4446
|
+
* 页数,第几页
|
|
4447
|
+
*/
|
|
4448
|
+
Page: number;
|
|
4449
|
+
/**
|
|
4450
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
4451
|
+
*/
|
|
4452
|
+
Query: string;
|
|
4453
|
+
/**
|
|
4454
|
+
* 结束时间(必填)格式为时间戳 毫秒
|
|
4455
|
+
*/
|
|
4456
|
+
EndTime: string;
|
|
4457
|
+
/**
|
|
4458
|
+
* 项目ID(必填)
|
|
4459
|
+
*/
|
|
4460
|
+
ID: number;
|
|
4461
|
+
}
|
|
4462
|
+
/**
|
|
4463
|
+
* DescribeDataPerformancePageV2请求参数结构体
|
|
4464
|
+
*/
|
|
4465
|
+
export interface DescribeDataPerformancePageV2Request {
|
|
4466
|
+
/**
|
|
4467
|
+
* 项目ID
|
|
4468
|
+
*/
|
|
4469
|
+
ID: number;
|
|
4470
|
+
/**
|
|
4471
|
+
* 开始时间
|
|
4472
|
+
*/
|
|
4473
|
+
StartTime: number;
|
|
4474
|
+
/**
|
|
4475
|
+
* 结束时间
|
|
4476
|
+
*/
|
|
4477
|
+
EndTime: number;
|
|
4478
|
+
/**
|
|
4479
|
+
* pagepv:pv视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
4480
|
+
*/
|
|
4481
|
+
Type: string;
|
|
4482
|
+
/**
|
|
4483
|
+
* 日志等级
|
|
4484
|
+
*/
|
|
4485
|
+
Level?: string;
|
|
4486
|
+
/**
|
|
4487
|
+
* 运营商
|
|
4488
|
+
*/
|
|
4489
|
+
Isp?: string;
|
|
4490
|
+
/**
|
|
4491
|
+
* 地区
|
|
4492
|
+
*/
|
|
4493
|
+
Area?: string;
|
|
4494
|
+
/**
|
|
4495
|
+
* 网络类型
|
|
4496
|
+
*/
|
|
4497
|
+
NetType?: string;
|
|
3090
4498
|
/**
|
|
3091
|
-
*
|
|
4499
|
+
* 平台
|
|
3092
4500
|
*/
|
|
3093
|
-
|
|
4501
|
+
Platform?: string;
|
|
3094
4502
|
/**
|
|
3095
|
-
*
|
|
4503
|
+
* 机型
|
|
3096
4504
|
*/
|
|
3097
|
-
|
|
4505
|
+
Device?: string;
|
|
3098
4506
|
/**
|
|
3099
|
-
*
|
|
4507
|
+
* 版本
|
|
3100
4508
|
*/
|
|
3101
|
-
|
|
4509
|
+
VersionNum?: string;
|
|
3102
4510
|
/**
|
|
3103
|
-
*
|
|
4511
|
+
* 自定义1
|
|
3104
4512
|
*/
|
|
3105
|
-
|
|
4513
|
+
ExtFirst?: string;
|
|
3106
4514
|
/**
|
|
3107
|
-
*
|
|
4515
|
+
* 自定义2
|
|
3108
4516
|
*/
|
|
3109
|
-
|
|
4517
|
+
ExtSecond?: string;
|
|
3110
4518
|
/**
|
|
3111
|
-
*
|
|
4519
|
+
* 自定义3
|
|
3112
4520
|
*/
|
|
3113
|
-
|
|
4521
|
+
ExtThird?: string;
|
|
3114
4522
|
/**
|
|
3115
|
-
*
|
|
4523
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3116
4524
|
*/
|
|
3117
|
-
|
|
4525
|
+
IsAbroad?: string;
|
|
3118
4526
|
/**
|
|
3119
|
-
*
|
|
4527
|
+
* 浏览器
|
|
3120
4528
|
*/
|
|
3121
|
-
|
|
4529
|
+
Browser?: string;
|
|
3122
4530
|
/**
|
|
3123
|
-
*
|
|
4531
|
+
* 操作系统
|
|
3124
4532
|
*/
|
|
3125
|
-
|
|
4533
|
+
Os?: string;
|
|
3126
4534
|
/**
|
|
3127
|
-
*
|
|
4535
|
+
* 浏览器引擎
|
|
3128
4536
|
*/
|
|
3129
|
-
|
|
4537
|
+
Engine?: string;
|
|
3130
4538
|
/**
|
|
3131
|
-
*
|
|
4539
|
+
* 品牌
|
|
3132
4540
|
*/
|
|
3133
|
-
|
|
4541
|
+
Brand?: string;
|
|
3134
4542
|
/**
|
|
3135
|
-
*
|
|
4543
|
+
* 来源页面
|
|
3136
4544
|
*/
|
|
3137
|
-
|
|
4545
|
+
From?: string;
|
|
3138
4546
|
/**
|
|
3139
|
-
*
|
|
4547
|
+
* 耗时计算方式
|
|
3140
4548
|
*/
|
|
3141
|
-
|
|
4549
|
+
CostType?: string;
|
|
3142
4550
|
/**
|
|
3143
|
-
*
|
|
4551
|
+
* 环境变量
|
|
3144
4552
|
*/
|
|
3145
|
-
|
|
4553
|
+
Env?: string;
|
|
3146
4554
|
/**
|
|
3147
|
-
*
|
|
4555
|
+
* 网络状态
|
|
3148
4556
|
*/
|
|
3149
|
-
|
|
4557
|
+
NetStatus?: string;
|
|
3150
4558
|
/**
|
|
3151
|
-
*
|
|
4559
|
+
* 是否返回webvitals数据
|
|
3152
4560
|
*/
|
|
3153
|
-
|
|
4561
|
+
WebVitals?: boolean;
|
|
3154
4562
|
/**
|
|
3155
|
-
*
|
|
4563
|
+
* 自定义4
|
|
3156
4564
|
*/
|
|
3157
|
-
|
|
3158
|
-
}
|
|
3159
|
-
/**
|
|
3160
|
-
* DescribeRumLogList请求参数结构体
|
|
3161
|
-
*/
|
|
3162
|
-
export interface DescribeRumLogListRequest {
|
|
4565
|
+
ExtFourth?: string;
|
|
3163
4566
|
/**
|
|
3164
|
-
*
|
|
4567
|
+
* 自定义5
|
|
3165
4568
|
*/
|
|
3166
|
-
|
|
4569
|
+
ExtFifth?: string;
|
|
3167
4570
|
/**
|
|
3168
|
-
*
|
|
4571
|
+
* 自定义6
|
|
3169
4572
|
*/
|
|
3170
|
-
|
|
4573
|
+
ExtSixth?: string;
|
|
3171
4574
|
/**
|
|
3172
|
-
*
|
|
4575
|
+
* 自定义7
|
|
3173
4576
|
*/
|
|
3174
|
-
|
|
4577
|
+
ExtSeventh?: string;
|
|
3175
4578
|
/**
|
|
3176
|
-
*
|
|
4579
|
+
* 自定义8
|
|
3177
4580
|
*/
|
|
3178
|
-
|
|
4581
|
+
ExtEighth?: string;
|
|
3179
4582
|
/**
|
|
3180
|
-
*
|
|
4583
|
+
* 自定义9
|
|
3181
4584
|
*/
|
|
3182
|
-
|
|
4585
|
+
ExtNinth?: string;
|
|
3183
4586
|
/**
|
|
3184
|
-
*
|
|
4587
|
+
* 自定义10
|
|
3185
4588
|
*/
|
|
3186
|
-
|
|
4589
|
+
ExtTenth?: string;
|
|
3187
4590
|
/**
|
|
3188
|
-
*
|
|
4591
|
+
* 时间段
|
|
3189
4592
|
*/
|
|
3190
|
-
|
|
4593
|
+
Granularity?: string;
|
|
3191
4594
|
}
|
|
3192
4595
|
/**
|
|
3193
4596
|
* DescribeDataStaticResource请求参数结构体
|
|
@@ -3254,7 +4657,7 @@ export interface DescribeDataStaticResourceRequest {
|
|
|
3254
4657
|
*/
|
|
3255
4658
|
ExtFirst?: string;
|
|
3256
4659
|
/**
|
|
3257
|
-
* 网络类型
|
|
4660
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3258
4661
|
*/
|
|
3259
4662
|
NetType?: string;
|
|
3260
4663
|
/**
|
|
@@ -3274,7 +4677,7 @@ export interface DescribeDataStaticResourceRequest {
|
|
|
3274
4677
|
*/
|
|
3275
4678
|
Browser?: string;
|
|
3276
4679
|
/**
|
|
3277
|
-
*
|
|
4680
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
3278
4681
|
*/
|
|
3279
4682
|
CostType?: string;
|
|
3280
4683
|
/**
|
|
@@ -3333,7 +4736,7 @@ export interface DescribeDataPvUrlInfoRequest {
|
|
|
3333
4736
|
*/
|
|
3334
4737
|
StartTime: number;
|
|
3335
4738
|
/**
|
|
3336
|
-
*
|
|
4739
|
+
* 查询类型(string):当前后端实现固定按 from 聚合统计,未使用该字段(保留字段,传值不会影响结果)。
|
|
3337
4740
|
*/
|
|
3338
4741
|
Type: string;
|
|
3339
4742
|
/**
|
|
@@ -3389,7 +4792,7 @@ export interface DescribeDataPvUrlInfoRequest {
|
|
|
3389
4792
|
*/
|
|
3390
4793
|
ExtFirst?: string;
|
|
3391
4794
|
/**
|
|
3392
|
-
* 网络类型
|
|
4795
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3393
4796
|
*/
|
|
3394
4797
|
NetType?: string;
|
|
3395
4798
|
/**
|
|
@@ -3439,6 +4842,19 @@ export interface DescribeDataFetchProjectResponse {
|
|
|
3439
4842
|
*/
|
|
3440
4843
|
RequestId?: string;
|
|
3441
4844
|
}
|
|
4845
|
+
/**
|
|
4846
|
+
* DescribeScoresV2返回参数结构体
|
|
4847
|
+
*/
|
|
4848
|
+
export interface DescribeScoresV2Response {
|
|
4849
|
+
/**
|
|
4850
|
+
* 项目得分数组
|
|
4851
|
+
*/
|
|
4852
|
+
ScoreSet?: Array<ScoreInfoV2>;
|
|
4853
|
+
/**
|
|
4854
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4855
|
+
*/
|
|
4856
|
+
RequestId?: string;
|
|
4857
|
+
}
|
|
3442
4858
|
/**
|
|
3443
4859
|
* 白名单
|
|
3444
4860
|
*/
|
|
@@ -3476,6 +4892,131 @@ export interface Whitelist {
|
|
|
3476
4892
|
*/
|
|
3477
4893
|
CreateTime?: string;
|
|
3478
4894
|
}
|
|
4895
|
+
/**
|
|
4896
|
+
* DescribeDataLogUrlStatisticsV2请求参数结构体
|
|
4897
|
+
*/
|
|
4898
|
+
export interface DescribeDataLogUrlStatisticsV2Request {
|
|
4899
|
+
/**
|
|
4900
|
+
* 开始时间
|
|
4901
|
+
*/
|
|
4902
|
+
StartTime: number;
|
|
4903
|
+
/**
|
|
4904
|
+
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
4905
|
+
*/
|
|
4906
|
+
Type: string;
|
|
4907
|
+
/**
|
|
4908
|
+
* 结束时间
|
|
4909
|
+
*/
|
|
4910
|
+
EndTime: number;
|
|
4911
|
+
/**
|
|
4912
|
+
* 项目ID
|
|
4913
|
+
*/
|
|
4914
|
+
ID: number;
|
|
4915
|
+
/**
|
|
4916
|
+
* 自定义2
|
|
4917
|
+
*/
|
|
4918
|
+
ExtSecond?: string;
|
|
4919
|
+
/**
|
|
4920
|
+
* 浏览器引擎
|
|
4921
|
+
*/
|
|
4922
|
+
Engine?: string;
|
|
4923
|
+
/**
|
|
4924
|
+
* 运营商
|
|
4925
|
+
*/
|
|
4926
|
+
Isp?: string;
|
|
4927
|
+
/**
|
|
4928
|
+
* 来源页面
|
|
4929
|
+
*/
|
|
4930
|
+
From?: string;
|
|
4931
|
+
/**
|
|
4932
|
+
* 日志等级
|
|
4933
|
+
*/
|
|
4934
|
+
Level?: string;
|
|
4935
|
+
/**
|
|
4936
|
+
* 品牌
|
|
4937
|
+
*/
|
|
4938
|
+
Brand?: string;
|
|
4939
|
+
/**
|
|
4940
|
+
* 地区
|
|
4941
|
+
*/
|
|
4942
|
+
Area?: string;
|
|
4943
|
+
/**
|
|
4944
|
+
* 版本
|
|
4945
|
+
*/
|
|
4946
|
+
VersionNum?: string;
|
|
4947
|
+
/**
|
|
4948
|
+
* 平台
|
|
4949
|
+
*/
|
|
4950
|
+
Platform?: string;
|
|
4951
|
+
/**
|
|
4952
|
+
* 自定义3
|
|
4953
|
+
*/
|
|
4954
|
+
ExtThird?: string;
|
|
4955
|
+
/**
|
|
4956
|
+
* 自定义1
|
|
4957
|
+
*/
|
|
4958
|
+
ExtFirst?: string;
|
|
4959
|
+
/**
|
|
4960
|
+
* 网络类型
|
|
4961
|
+
*/
|
|
4962
|
+
NetType?: string;
|
|
4963
|
+
/**
|
|
4964
|
+
* 机型
|
|
4965
|
+
*/
|
|
4966
|
+
Device?: string;
|
|
4967
|
+
/**
|
|
4968
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
4969
|
+
*/
|
|
4970
|
+
IsAbroad?: string;
|
|
4971
|
+
/**
|
|
4972
|
+
* 操作系统
|
|
4973
|
+
*/
|
|
4974
|
+
Os?: string;
|
|
4975
|
+
/**
|
|
4976
|
+
* 浏览器
|
|
4977
|
+
*/
|
|
4978
|
+
Browser?: string;
|
|
4979
|
+
/**
|
|
4980
|
+
* 环境区分
|
|
4981
|
+
*/
|
|
4982
|
+
Env?: string;
|
|
4983
|
+
/**
|
|
4984
|
+
* js异常信息
|
|
4985
|
+
*/
|
|
4986
|
+
ErrorMsg?: string;
|
|
4987
|
+
/**
|
|
4988
|
+
* 自定义4
|
|
4989
|
+
*/
|
|
4990
|
+
ExtFourth?: string;
|
|
4991
|
+
/**
|
|
4992
|
+
* 自定义5
|
|
4993
|
+
*/
|
|
4994
|
+
ExtFifth?: string;
|
|
4995
|
+
/**
|
|
4996
|
+
* 自定义6
|
|
4997
|
+
*/
|
|
4998
|
+
ExtSixth?: string;
|
|
4999
|
+
/**
|
|
5000
|
+
* 自定义7
|
|
5001
|
+
*/
|
|
5002
|
+
ExtSeventh?: string;
|
|
5003
|
+
/**
|
|
5004
|
+
* 自定义8
|
|
5005
|
+
*/
|
|
5006
|
+
ExtEighth?: string;
|
|
5007
|
+
/**
|
|
5008
|
+
* 自定义9
|
|
5009
|
+
*/
|
|
5010
|
+
ExtNinth?: string;
|
|
5011
|
+
/**
|
|
5012
|
+
* 自定义10
|
|
5013
|
+
*/
|
|
5014
|
+
ExtTenth?: string;
|
|
5015
|
+
/**
|
|
5016
|
+
* 时间段
|
|
5017
|
+
*/
|
|
5018
|
+
Granularity?: string;
|
|
5019
|
+
}
|
|
3479
5020
|
/**
|
|
3480
5021
|
* Rum 项目信息
|
|
3481
5022
|
*/
|
|
@@ -3553,6 +5094,19 @@ export interface RumProject {
|
|
|
3553
5094
|
*/
|
|
3554
5095
|
Kafka?: Kafka;
|
|
3555
5096
|
}
|
|
5097
|
+
/**
|
|
5098
|
+
* DescribeDataStaticResourceV2返回参数结构体
|
|
5099
|
+
*/
|
|
5100
|
+
export interface DescribeDataStaticResourceV2Response {
|
|
5101
|
+
/**
|
|
5102
|
+
* 返回值
|
|
5103
|
+
*/
|
|
5104
|
+
Result?: string;
|
|
5105
|
+
/**
|
|
5106
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5107
|
+
*/
|
|
5108
|
+
RequestId?: string;
|
|
5109
|
+
}
|
|
3556
5110
|
/**
|
|
3557
5111
|
* DescribeDataSetUrlStatistics返回参数结构体
|
|
3558
5112
|
*/
|