tencentcloud-sdk-nodejs 4.1.191 → 4.1.192
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/organization/v20210331/organization_client.js +9 -0
- package/es/services/rum/v20210622/rum_client.js +63 -27
- package/es/services/trocket/v20230308/trocket_client.js +20 -95
- package/es/services/trtc/v20190722/trtc_client.js +18 -9
- 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/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 +1 -1
- 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/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 +78 -29
- package/tencentcloud/services/rum/v20210622/rum_client.js +115 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2828 -1142
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +4 -0
- 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/vpc/v20170312/vpc_models.d.ts +2 -2
|
@@ -39,7 +39,7 @@ export interface CreateTawInstanceRequest {
|
|
|
39
39
|
*/
|
|
40
40
|
BuyingChannel?: string;
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* 资源包类型:1=5百万/30天,2=10百万/30天,3=50百万/180天,4=100百万/180天,5=300百万/180天,6=500百万/180天,7=1000百万/180天,8=2500百万/180天,9=10000百万/360天(单位:上报量=百万条,周期=天)
|
|
43
43
|
*/
|
|
44
44
|
ResourcePackageType?: number;
|
|
45
45
|
/**
|
|
@@ -51,7 +51,7 @@ export interface CreateTawInstanceRequest {
|
|
|
51
51
|
*/
|
|
52
52
|
InstanceType?: number;
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* 自动续费类型:0=不自动续费,1=开启自动续费;开启时需填写 AutoRenewalThreshold(1~50%);同一实例最多允许存在 1 个自动续费资源包。
|
|
55
55
|
*/
|
|
56
56
|
AutoRenewalType?: number;
|
|
57
57
|
/**
|
|
@@ -144,7 +144,7 @@ export interface DescribeDataFetchProjectRequest {
|
|
|
144
144
|
*/
|
|
145
145
|
Browser?: string;
|
|
146
146
|
/**
|
|
147
|
-
*
|
|
147
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
148
148
|
*/
|
|
149
149
|
CostType?: string;
|
|
150
150
|
/**
|
|
@@ -156,7 +156,7 @@ export interface DescribeDataFetchProjectRequest {
|
|
|
156
156
|
*/
|
|
157
157
|
Env?: string;
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* HTTP 状态码(tag 值):用于过滤字段 status;取值一般为 200/301/404/500 等,也可配合 4xx/5xx 统计逻辑使用
|
|
160
160
|
*/
|
|
161
161
|
Status?: string;
|
|
162
162
|
/**
|
|
@@ -216,6 +216,59 @@ export interface DescribeProjectLimitsResponse {
|
|
|
216
216
|
*/
|
|
217
217
|
RequestId?: string;
|
|
218
218
|
}
|
|
219
|
+
/**
|
|
220
|
+
* DescribeTawInstances请求参数结构体
|
|
221
|
+
*/
|
|
222
|
+
export interface DescribeTawInstancesRequest {
|
|
223
|
+
/**
|
|
224
|
+
* 计费状态
|
|
225
|
+
*/
|
|
226
|
+
ChargeStatuses?: Array<number | bigint>;
|
|
227
|
+
/**
|
|
228
|
+
* 计费类型
|
|
229
|
+
*/
|
|
230
|
+
ChargeTypes?: Array<number | bigint>;
|
|
231
|
+
/**
|
|
232
|
+
* 分页Limit
|
|
233
|
+
*/
|
|
234
|
+
Limit?: number;
|
|
235
|
+
/**
|
|
236
|
+
* 分页Offset
|
|
237
|
+
*/
|
|
238
|
+
Offset?: number;
|
|
239
|
+
/**
|
|
240
|
+
* 片区Id
|
|
241
|
+
*/
|
|
242
|
+
AreaIds?: Array<number | bigint>;
|
|
243
|
+
/**
|
|
244
|
+
* 实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
|
|
245
|
+
* @deprecated
|
|
246
|
+
*/
|
|
247
|
+
InstanceStatuses?: Array<number | bigint>;
|
|
248
|
+
/**
|
|
249
|
+
* 实例Id, 该参数已废弃,请在Filters内注明
|
|
250
|
+
* @deprecated
|
|
251
|
+
*/
|
|
252
|
+
InstanceIds?: Array<string>;
|
|
253
|
+
/**
|
|
254
|
+
* 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
255
|
+
*/
|
|
256
|
+
Filters?: Array<Filter>;
|
|
257
|
+
/**
|
|
258
|
+
* 该参数已废弃,demo模式请在Filters内注明
|
|
259
|
+
* @deprecated
|
|
260
|
+
*/
|
|
261
|
+
IsDemo?: number;
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* ResumeProject返回参数结构体
|
|
265
|
+
*/
|
|
266
|
+
export interface ResumeProjectResponse {
|
|
267
|
+
/**
|
|
268
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
269
|
+
*/
|
|
270
|
+
RequestId?: string;
|
|
271
|
+
}
|
|
219
272
|
/**
|
|
220
273
|
* DescribeRumLogList返回参数结构体
|
|
221
274
|
*/
|
|
@@ -335,6 +388,135 @@ export interface StopInstanceRequest {
|
|
|
335
388
|
*/
|
|
336
389
|
IsModifyAll?: boolean;
|
|
337
390
|
}
|
|
391
|
+
/**
|
|
392
|
+
* DescribeDataStaticUrlV2请求参数结构体
|
|
393
|
+
*/
|
|
394
|
+
export interface DescribeDataStaticUrlV2Request {
|
|
395
|
+
/**
|
|
396
|
+
* 开始时间
|
|
397
|
+
*/
|
|
398
|
+
StartTime: number;
|
|
399
|
+
/**
|
|
400
|
+
* pagepv:性能视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图//ext1视图等等
|
|
401
|
+
*/
|
|
402
|
+
Type: string;
|
|
403
|
+
/**
|
|
404
|
+
* 结束时间
|
|
405
|
+
*/
|
|
406
|
+
EndTime: number;
|
|
407
|
+
/**
|
|
408
|
+
* 项目ID
|
|
409
|
+
*/
|
|
410
|
+
ID: number;
|
|
411
|
+
/**
|
|
412
|
+
* 自定义2
|
|
413
|
+
*/
|
|
414
|
+
ExtSecond?: string;
|
|
415
|
+
/**
|
|
416
|
+
* 浏览器引擎
|
|
417
|
+
*/
|
|
418
|
+
Engine?: string;
|
|
419
|
+
/**
|
|
420
|
+
* 运营商
|
|
421
|
+
*/
|
|
422
|
+
Isp?: string;
|
|
423
|
+
/**
|
|
424
|
+
* 来源页面
|
|
425
|
+
*/
|
|
426
|
+
From?: string;
|
|
427
|
+
/**
|
|
428
|
+
* 日志等级
|
|
429
|
+
*/
|
|
430
|
+
Level?: string;
|
|
431
|
+
/**
|
|
432
|
+
* 品牌
|
|
433
|
+
*/
|
|
434
|
+
Brand?: string;
|
|
435
|
+
/**
|
|
436
|
+
* 地区
|
|
437
|
+
*/
|
|
438
|
+
Area?: string;
|
|
439
|
+
/**
|
|
440
|
+
* 版本
|
|
441
|
+
*/
|
|
442
|
+
VersionNum?: string;
|
|
443
|
+
/**
|
|
444
|
+
* 平台
|
|
445
|
+
*/
|
|
446
|
+
Platform?: string;
|
|
447
|
+
/**
|
|
448
|
+
* 自定义3
|
|
449
|
+
*/
|
|
450
|
+
ExtThird?: string;
|
|
451
|
+
/**
|
|
452
|
+
* 自定义1
|
|
453
|
+
*/
|
|
454
|
+
ExtFirst?: string;
|
|
455
|
+
/**
|
|
456
|
+
* 网络类型
|
|
457
|
+
*/
|
|
458
|
+
NetType?: string;
|
|
459
|
+
/**
|
|
460
|
+
* 机型
|
|
461
|
+
*/
|
|
462
|
+
Device?: string;
|
|
463
|
+
/**
|
|
464
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
465
|
+
*/
|
|
466
|
+
IsAbroad?: string;
|
|
467
|
+
/**
|
|
468
|
+
* 操作系统
|
|
469
|
+
*/
|
|
470
|
+
Os?: string;
|
|
471
|
+
/**
|
|
472
|
+
* 浏览器
|
|
473
|
+
*/
|
|
474
|
+
Browser?: string;
|
|
475
|
+
/**
|
|
476
|
+
* 耗时计算方式
|
|
477
|
+
*/
|
|
478
|
+
CostType?: string;
|
|
479
|
+
/**
|
|
480
|
+
* 来源
|
|
481
|
+
*/
|
|
482
|
+
Url?: string;
|
|
483
|
+
/**
|
|
484
|
+
* 环境
|
|
485
|
+
*/
|
|
486
|
+
Env?: string;
|
|
487
|
+
/**
|
|
488
|
+
* 自定义4
|
|
489
|
+
*/
|
|
490
|
+
ExtFourth?: string;
|
|
491
|
+
/**
|
|
492
|
+
* 自定义5
|
|
493
|
+
*/
|
|
494
|
+
ExtFifth?: string;
|
|
495
|
+
/**
|
|
496
|
+
* 自定义6
|
|
497
|
+
*/
|
|
498
|
+
ExtSixth?: string;
|
|
499
|
+
/**
|
|
500
|
+
* 自定义7
|
|
501
|
+
*/
|
|
502
|
+
ExtSeventh?: string;
|
|
503
|
+
/**
|
|
504
|
+
* 自定义8
|
|
505
|
+
*/
|
|
506
|
+
ExtEighth?: string;
|
|
507
|
+
/**
|
|
508
|
+
* 自定义9
|
|
509
|
+
*/
|
|
510
|
+
ExtNinth?: string;
|
|
511
|
+
/**
|
|
512
|
+
* 自定义10
|
|
513
|
+
*/
|
|
514
|
+
ExtTenth?: string;
|
|
515
|
+
/**
|
|
516
|
+
* 时间段
|
|
517
|
+
*/
|
|
518
|
+
Granularity?: string;
|
|
519
|
+
}
|
|
338
520
|
/**
|
|
339
521
|
* ModifyInstance请求参数结构体
|
|
340
522
|
*/
|
|
@@ -352,6 +534,19 @@ export interface ModifyInstanceRequest {
|
|
|
352
534
|
*/
|
|
353
535
|
InstanceDesc?: string;
|
|
354
536
|
}
|
|
537
|
+
/**
|
|
538
|
+
* DescribeDataStaticProjectV2返回参数结构体
|
|
539
|
+
*/
|
|
540
|
+
export interface DescribeDataStaticProjectV2Response {
|
|
541
|
+
/**
|
|
542
|
+
* 返回值
|
|
543
|
+
*/
|
|
544
|
+
Result?: string;
|
|
545
|
+
/**
|
|
546
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
547
|
+
*/
|
|
548
|
+
RequestId?: string;
|
|
549
|
+
}
|
|
355
550
|
/**
|
|
356
551
|
* DescribeError返回参数结构体
|
|
357
552
|
*/
|
|
@@ -469,193 +664,137 @@ export interface DescribeScoresRequest {
|
|
|
469
664
|
IDList?: Array<number | bigint>;
|
|
470
665
|
}
|
|
471
666
|
/**
|
|
472
|
-
*
|
|
667
|
+
* project Score分数实体
|
|
473
668
|
*/
|
|
474
|
-
export interface
|
|
669
|
+
export interface ScoreInfoV2 {
|
|
475
670
|
/**
|
|
476
|
-
*
|
|
671
|
+
* 项目id
|
|
477
672
|
*/
|
|
478
|
-
|
|
673
|
+
ProjectID?: number;
|
|
479
674
|
/**
|
|
480
|
-
*
|
|
675
|
+
* 项目总分
|
|
481
676
|
*/
|
|
482
|
-
|
|
677
|
+
Score?: number;
|
|
483
678
|
/**
|
|
484
|
-
*
|
|
679
|
+
* API性能评分
|
|
485
680
|
*/
|
|
486
|
-
|
|
681
|
+
ApiPerformanceScore?: number;
|
|
487
682
|
/**
|
|
488
|
-
*
|
|
683
|
+
* API可用性评分
|
|
489
684
|
*/
|
|
490
|
-
|
|
685
|
+
ApiAvailableScore?: number;
|
|
491
686
|
/**
|
|
492
|
-
*
|
|
687
|
+
* API调用总数
|
|
493
688
|
*/
|
|
494
|
-
|
|
495
|
-
}
|
|
496
|
-
/**
|
|
497
|
-
* DescribeReleaseFiles请求参数结构体
|
|
498
|
-
*/
|
|
499
|
-
export interface DescribeReleaseFilesRequest {
|
|
689
|
+
ApiNum?: number;
|
|
500
690
|
/**
|
|
501
|
-
*
|
|
691
|
+
* API失败次数
|
|
502
692
|
*/
|
|
503
|
-
|
|
693
|
+
ApiFail?: number;
|
|
504
694
|
/**
|
|
505
|
-
*
|
|
695
|
+
* API平均持续时间
|
|
506
696
|
*/
|
|
507
|
-
|
|
697
|
+
ApiDuration?: number;
|
|
508
698
|
/**
|
|
509
|
-
*
|
|
699
|
+
* 页面性能评分
|
|
510
700
|
*/
|
|
511
|
-
|
|
512
|
-
}
|
|
513
|
-
/**
|
|
514
|
-
* CreateReleaseFile请求参数结构体
|
|
515
|
-
*/
|
|
516
|
-
export interface CreateReleaseFileRequest {
|
|
701
|
+
PagePerformanceScore?: number;
|
|
517
702
|
/**
|
|
518
|
-
*
|
|
703
|
+
* 页面浏览量
|
|
519
704
|
*/
|
|
520
|
-
|
|
705
|
+
PagePv?: number;
|
|
521
706
|
/**
|
|
522
|
-
*
|
|
707
|
+
* 独立访客数
|
|
523
708
|
*/
|
|
524
|
-
|
|
525
|
-
}
|
|
526
|
-
/**
|
|
527
|
-
* DescribeDataCustomUrl请求参数结构体
|
|
528
|
-
*/
|
|
529
|
-
export interface DescribeDataCustomUrlRequest {
|
|
709
|
+
PageUv?: number;
|
|
530
710
|
/**
|
|
531
|
-
*
|
|
711
|
+
* 页面错误数
|
|
532
712
|
*/
|
|
533
|
-
|
|
713
|
+
PageError?: number;
|
|
534
714
|
/**
|
|
535
|
-
*
|
|
715
|
+
* 首屏时间
|
|
536
716
|
*/
|
|
537
|
-
|
|
717
|
+
PageDuration?: number;
|
|
538
718
|
/**
|
|
539
|
-
*
|
|
719
|
+
* 平均 LCP
|
|
540
720
|
*/
|
|
541
|
-
|
|
721
|
+
PageLCP?: number;
|
|
542
722
|
/**
|
|
543
|
-
*
|
|
723
|
+
* 平均 FID
|
|
544
724
|
*/
|
|
545
|
-
|
|
725
|
+
PageFID?: number;
|
|
546
726
|
/**
|
|
547
|
-
*
|
|
727
|
+
* 平均 CLS
|
|
548
728
|
*/
|
|
549
|
-
|
|
729
|
+
PageCLS?: number;
|
|
550
730
|
/**
|
|
551
|
-
*
|
|
731
|
+
* 平均 FCP
|
|
552
732
|
*/
|
|
553
|
-
|
|
733
|
+
PageFCP?: number;
|
|
554
734
|
/**
|
|
555
|
-
*
|
|
735
|
+
* 平均 INP
|
|
556
736
|
*/
|
|
557
|
-
|
|
737
|
+
PageINP?: number;
|
|
558
738
|
/**
|
|
559
|
-
*
|
|
739
|
+
* JavaScript错误评分
|
|
560
740
|
*/
|
|
561
|
-
|
|
741
|
+
JsErrorScore?: number;
|
|
562
742
|
/**
|
|
563
|
-
*
|
|
743
|
+
* 静态资源可用性评分
|
|
564
744
|
*/
|
|
565
|
-
|
|
745
|
+
StaticAvailableScore?: number;
|
|
566
746
|
/**
|
|
567
|
-
*
|
|
568
|
-
*/
|
|
569
|
-
Brand?: string;
|
|
570
|
-
/**
|
|
571
|
-
* 地区
|
|
572
|
-
*/
|
|
573
|
-
Area?: string;
|
|
574
|
-
/**
|
|
575
|
-
* 版本
|
|
576
|
-
*/
|
|
577
|
-
VersionNum?: string;
|
|
578
|
-
/**
|
|
579
|
-
* 平台
|
|
580
|
-
*/
|
|
581
|
-
Platform?: string;
|
|
582
|
-
/**
|
|
583
|
-
* 自定义3
|
|
584
|
-
*/
|
|
585
|
-
ExtThird?: string;
|
|
586
|
-
/**
|
|
587
|
-
* 自定义1
|
|
588
|
-
*/
|
|
589
|
-
ExtFirst?: string;
|
|
590
|
-
/**
|
|
591
|
-
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
592
|
-
*/
|
|
593
|
-
NetType?: string;
|
|
594
|
-
/**
|
|
595
|
-
* 机型
|
|
596
|
-
*/
|
|
597
|
-
Device?: string;
|
|
598
|
-
/**
|
|
599
|
-
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
600
|
-
*/
|
|
601
|
-
IsAbroad?: string;
|
|
602
|
-
/**
|
|
603
|
-
* 操作系统
|
|
604
|
-
*/
|
|
605
|
-
Os?: string;
|
|
606
|
-
/**
|
|
607
|
-
* 浏览器
|
|
747
|
+
* 静态资源性能评分
|
|
608
748
|
*/
|
|
609
|
-
|
|
749
|
+
StaticPerformanceScore?: number;
|
|
610
750
|
/**
|
|
611
|
-
*
|
|
751
|
+
* 静态资源请求总数
|
|
612
752
|
*/
|
|
613
|
-
|
|
753
|
+
StaticNum?: number;
|
|
614
754
|
/**
|
|
615
|
-
*
|
|
755
|
+
* 静态资源加载失败数
|
|
616
756
|
*/
|
|
617
|
-
|
|
757
|
+
StaticFail?: number;
|
|
618
758
|
/**
|
|
619
|
-
*
|
|
759
|
+
* 静态资源加载时间
|
|
620
760
|
*/
|
|
621
|
-
|
|
761
|
+
StaticDuration?: number;
|
|
622
762
|
}
|
|
623
763
|
/**
|
|
624
|
-
*
|
|
764
|
+
* DescribeDataReportCount请求参数结构体
|
|
625
765
|
*/
|
|
626
|
-
export interface
|
|
766
|
+
export interface DescribeDataReportCountRequest {
|
|
627
767
|
/**
|
|
628
|
-
*
|
|
768
|
+
* 开始时间
|
|
629
769
|
*/
|
|
630
|
-
|
|
770
|
+
StartTime: number;
|
|
631
771
|
/**
|
|
632
|
-
*
|
|
772
|
+
* 结束时间
|
|
633
773
|
*/
|
|
634
|
-
|
|
635
|
-
}
|
|
636
|
-
/**
|
|
637
|
-
* 标签
|
|
638
|
-
*/
|
|
639
|
-
export interface Tag {
|
|
774
|
+
EndTime: number;
|
|
640
775
|
/**
|
|
641
|
-
*
|
|
776
|
+
* 项目ID
|
|
642
777
|
*/
|
|
643
|
-
|
|
778
|
+
ID?: number;
|
|
644
779
|
/**
|
|
645
|
-
*
|
|
780
|
+
* 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
|
|
646
781
|
*/
|
|
647
|
-
|
|
782
|
+
ReportType?: string;
|
|
783
|
+
/**
|
|
784
|
+
* 实例ID
|
|
785
|
+
*/
|
|
786
|
+
InstanceID?: string;
|
|
648
787
|
}
|
|
649
788
|
/**
|
|
650
|
-
*
|
|
789
|
+
* DescribeDataStaticResourceV2请求参数结构体
|
|
651
790
|
*/
|
|
652
|
-
export interface
|
|
791
|
+
export interface DescribeDataStaticResourceV2Request {
|
|
653
792
|
/**
|
|
654
793
|
* 开始时间
|
|
655
794
|
*/
|
|
656
795
|
StartTime: number;
|
|
657
796
|
/**
|
|
658
|
-
*
|
|
797
|
+
* top:资源top视图,count40x:40X视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图//ext1视图等等
|
|
659
798
|
*/
|
|
660
799
|
Type: string;
|
|
661
800
|
/**
|
|
@@ -731,19 +870,17 @@ export interface DescribeDataPvUrlStatisticsV2Request {
|
|
|
731
870
|
*/
|
|
732
871
|
Browser?: string;
|
|
733
872
|
/**
|
|
734
|
-
*
|
|
873
|
+
* 耗时计算方式
|
|
735
874
|
*/
|
|
736
|
-
|
|
875
|
+
CostType?: string;
|
|
737
876
|
/**
|
|
738
|
-
*
|
|
739
|
-
5:1d
|
|
877
|
+
* 来源
|
|
740
878
|
*/
|
|
741
|
-
|
|
879
|
+
Url?: string;
|
|
742
880
|
/**
|
|
743
|
-
*
|
|
744
|
-
0: 走旧逻辑,已下线,勿使用
|
|
881
|
+
* 环境
|
|
745
882
|
*/
|
|
746
|
-
|
|
883
|
+
Env?: string;
|
|
747
884
|
/**
|
|
748
885
|
* 自定义4
|
|
749
886
|
*/
|
|
@@ -778,28 +915,45 @@ export interface DescribeDataPvUrlStatisticsV2Request {
|
|
|
778
915
|
Granularity?: string;
|
|
779
916
|
}
|
|
780
917
|
/**
|
|
781
|
-
*
|
|
918
|
+
* DescribeReleaseFiles请求参数结构体
|
|
782
919
|
*/
|
|
783
|
-
export interface
|
|
920
|
+
export interface DescribeReleaseFilesRequest {
|
|
784
921
|
/**
|
|
785
|
-
*
|
|
922
|
+
* 项目 id
|
|
786
923
|
*/
|
|
787
|
-
|
|
924
|
+
ProjectID: number;
|
|
788
925
|
/**
|
|
789
|
-
*
|
|
926
|
+
* 文件版本
|
|
790
927
|
*/
|
|
791
|
-
|
|
928
|
+
FileVersion?: string;
|
|
929
|
+
/**
|
|
930
|
+
* 查询过滤条件(根据sourcemap的文件名模糊匹配)
|
|
931
|
+
*/
|
|
932
|
+
FileName?: string;
|
|
792
933
|
}
|
|
793
934
|
/**
|
|
794
|
-
*
|
|
935
|
+
* CreateReleaseFile请求参数结构体
|
|
795
936
|
*/
|
|
796
|
-
export interface
|
|
937
|
+
export interface CreateReleaseFileRequest {
|
|
938
|
+
/**
|
|
939
|
+
* 项目 id
|
|
940
|
+
*/
|
|
941
|
+
ProjectID: number;
|
|
942
|
+
/**
|
|
943
|
+
* 文件信息列表
|
|
944
|
+
*/
|
|
945
|
+
Files: Array<ReleaseFile>;
|
|
946
|
+
}
|
|
947
|
+
/**
|
|
948
|
+
* DescribeDataCustomUrl请求参数结构体
|
|
949
|
+
*/
|
|
950
|
+
export interface DescribeDataCustomUrlRequest {
|
|
797
951
|
/**
|
|
798
952
|
* 开始时间
|
|
799
953
|
*/
|
|
800
954
|
StartTime: number;
|
|
801
955
|
/**
|
|
802
|
-
* pagepv:性能视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP
|
|
956
|
+
* 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视图等等
|
|
803
957
|
*/
|
|
804
958
|
Type: string;
|
|
805
959
|
/**
|
|
@@ -855,7 +1009,7 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
855
1009
|
*/
|
|
856
1010
|
ExtFirst?: string;
|
|
857
1011
|
/**
|
|
858
|
-
*
|
|
1012
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
859
1013
|
*/
|
|
860
1014
|
NetType?: string;
|
|
861
1015
|
/**
|
|
@@ -875,11 +1029,11 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
875
1029
|
*/
|
|
876
1030
|
Browser?: string;
|
|
877
1031
|
/**
|
|
878
|
-
*
|
|
1032
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(使用 percentile2 计算分位数);"avg" 表示均值(使用 avg 计算)。
|
|
879
1033
|
*/
|
|
880
1034
|
CostType?: string;
|
|
881
1035
|
/**
|
|
882
|
-
*
|
|
1036
|
+
* 自定义测速的key的值
|
|
883
1037
|
*/
|
|
884
1038
|
Url?: string;
|
|
885
1039
|
/**
|
|
@@ -888,65 +1042,56 @@ export interface DescribeDataStaticUrlRequest {
|
|
|
888
1042
|
Env?: string;
|
|
889
1043
|
}
|
|
890
1044
|
/**
|
|
891
|
-
*
|
|
1045
|
+
* DescribeUvList返回参数结构体
|
|
892
1046
|
*/
|
|
893
|
-
export interface
|
|
1047
|
+
export interface DescribeUvListResponse {
|
|
1048
|
+
/**
|
|
1049
|
+
* uv列表
|
|
1050
|
+
*/
|
|
1051
|
+
ProjectUvSet: Array<RumUvInfo>;
|
|
894
1052
|
/**
|
|
895
1053
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
896
1054
|
*/
|
|
897
1055
|
RequestId?: string;
|
|
898
1056
|
}
|
|
899
1057
|
/**
|
|
900
|
-
*
|
|
1058
|
+
* DescribeDataStaticUrlV2返回参数结构体
|
|
901
1059
|
*/
|
|
902
|
-
export interface
|
|
903
|
-
/**
|
|
904
|
-
* 实例ID:****-1792
|
|
905
|
-
*/
|
|
906
|
-
InstanceID: string;
|
|
1060
|
+
export interface DescribeDataStaticUrlV2Response {
|
|
907
1061
|
/**
|
|
908
|
-
*
|
|
1062
|
+
* 返回值
|
|
909
1063
|
*/
|
|
910
|
-
|
|
911
|
-
}
|
|
912
|
-
/**
|
|
913
|
-
* DescribeWhitelists请求参数结构体
|
|
914
|
-
*/
|
|
915
|
-
export interface DescribeWhitelistsRequest {
|
|
1064
|
+
Result?: string;
|
|
916
1065
|
/**
|
|
917
|
-
*
|
|
1066
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
918
1067
|
*/
|
|
919
|
-
|
|
1068
|
+
RequestId?: string;
|
|
920
1069
|
}
|
|
921
1070
|
/**
|
|
922
|
-
*
|
|
1071
|
+
* 标签
|
|
923
1072
|
*/
|
|
924
|
-
export interface
|
|
925
|
-
/**
|
|
926
|
-
* ID
|
|
927
|
-
*/
|
|
928
|
-
ProjectId: number;
|
|
929
|
-
/**
|
|
930
|
-
* 结束时间
|
|
931
|
-
*/
|
|
932
|
-
EndTime: string;
|
|
1073
|
+
export interface Tag {
|
|
933
1074
|
/**
|
|
934
|
-
*
|
|
1075
|
+
* 标签key
|
|
935
1076
|
*/
|
|
936
|
-
|
|
1077
|
+
Key: string;
|
|
937
1078
|
/**
|
|
938
|
-
*
|
|
1079
|
+
* 标签value
|
|
939
1080
|
*/
|
|
940
|
-
|
|
1081
|
+
Value: string;
|
|
941
1082
|
}
|
|
942
1083
|
/**
|
|
943
|
-
*
|
|
1084
|
+
* DescribeDataPvUrlStatisticsV2请求参数结构体
|
|
944
1085
|
*/
|
|
945
|
-
export interface
|
|
1086
|
+
export interface DescribeDataPvUrlStatisticsV2Request {
|
|
946
1087
|
/**
|
|
947
1088
|
* 开始时间
|
|
948
1089
|
*/
|
|
949
1090
|
StartTime: number;
|
|
1091
|
+
/**
|
|
1092
|
+
* 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视图等等
|
|
1093
|
+
*/
|
|
1094
|
+
Type: string;
|
|
950
1095
|
/**
|
|
951
1096
|
* 结束时间
|
|
952
1097
|
*/
|
|
@@ -954,244 +1099,178 @@ export interface DescribeDataReportCountV2Request {
|
|
|
954
1099
|
/**
|
|
955
1100
|
* 项目ID
|
|
956
1101
|
*/
|
|
957
|
-
ID
|
|
1102
|
+
ID: number;
|
|
958
1103
|
/**
|
|
959
|
-
*
|
|
1104
|
+
* 自定义2
|
|
960
1105
|
*/
|
|
961
|
-
|
|
1106
|
+
ExtSecond?: string;
|
|
962
1107
|
/**
|
|
963
|
-
*
|
|
1108
|
+
* 浏览器引擎
|
|
964
1109
|
*/
|
|
965
|
-
|
|
966
|
-
}
|
|
967
|
-
/**
|
|
968
|
-
* DescribeData请求参数结构体
|
|
969
|
-
*/
|
|
970
|
-
export interface DescribeDataRequest {
|
|
1110
|
+
Engine?: string;
|
|
971
1111
|
/**
|
|
972
|
-
*
|
|
1112
|
+
* 运营商
|
|
973
1113
|
*/
|
|
974
|
-
|
|
1114
|
+
Isp?: string;
|
|
975
1115
|
/**
|
|
976
|
-
*
|
|
1116
|
+
* 来源页面
|
|
977
1117
|
*/
|
|
978
|
-
|
|
979
|
-
}
|
|
980
|
-
/**
|
|
981
|
-
* StopProject请求参数结构体
|
|
982
|
-
*/
|
|
983
|
-
export interface StopProjectRequest {
|
|
1118
|
+
From?: string;
|
|
984
1119
|
/**
|
|
985
|
-
*
|
|
1120
|
+
* 日志等级
|
|
986
1121
|
*/
|
|
987
|
-
|
|
988
|
-
}
|
|
989
|
-
/**
|
|
990
|
-
* DescribeTawAreas返回参数结构体
|
|
991
|
-
*/
|
|
992
|
-
export interface DescribeTawAreasResponse {
|
|
1122
|
+
Level?: string;
|
|
993
1123
|
/**
|
|
994
|
-
*
|
|
1124
|
+
* 品牌
|
|
995
1125
|
*/
|
|
996
|
-
|
|
1126
|
+
Brand?: string;
|
|
997
1127
|
/**
|
|
998
|
-
*
|
|
1128
|
+
* 地区
|
|
999
1129
|
*/
|
|
1000
|
-
|
|
1130
|
+
Area?: string;
|
|
1001
1131
|
/**
|
|
1002
|
-
*
|
|
1132
|
+
* 版本
|
|
1003
1133
|
*/
|
|
1004
|
-
|
|
1005
|
-
}
|
|
1006
|
-
/**
|
|
1007
|
-
* ResumeProject返回参数结构体
|
|
1008
|
-
*/
|
|
1009
|
-
export interface ResumeProjectResponse {
|
|
1134
|
+
VersionNum?: string;
|
|
1010
1135
|
/**
|
|
1011
|
-
*
|
|
1136
|
+
* 平台
|
|
1012
1137
|
*/
|
|
1013
|
-
|
|
1014
|
-
}
|
|
1015
|
-
/**
|
|
1016
|
-
* ModifyProjectLimit请求参数结构体
|
|
1017
|
-
*/
|
|
1018
|
-
export interface ModifyProjectLimitRequest {
|
|
1138
|
+
Platform?: string;
|
|
1019
1139
|
/**
|
|
1020
|
-
*
|
|
1140
|
+
* 自定义3
|
|
1021
1141
|
*/
|
|
1022
|
-
|
|
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 {
|
|
1142
|
+
ExtThird?: string;
|
|
1066
1143
|
/**
|
|
1067
|
-
*
|
|
1144
|
+
* 自定义1
|
|
1068
1145
|
*/
|
|
1069
|
-
|
|
1146
|
+
ExtFirst?: string;
|
|
1070
1147
|
/**
|
|
1071
|
-
*
|
|
1148
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知
|
|
1072
1149
|
*/
|
|
1073
|
-
|
|
1150
|
+
NetType?: string;
|
|
1074
1151
|
/**
|
|
1075
|
-
*
|
|
1152
|
+
* 机型
|
|
1076
1153
|
*/
|
|
1077
|
-
|
|
1154
|
+
Device?: string;
|
|
1078
1155
|
/**
|
|
1079
|
-
*
|
|
1156
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1080
1157
|
*/
|
|
1081
|
-
|
|
1158
|
+
IsAbroad?: string;
|
|
1082
1159
|
/**
|
|
1083
|
-
*
|
|
1160
|
+
* 操作系统
|
|
1084
1161
|
*/
|
|
1085
|
-
|
|
1162
|
+
Os?: string;
|
|
1086
1163
|
/**
|
|
1087
|
-
*
|
|
1164
|
+
* 浏览器
|
|
1088
1165
|
*/
|
|
1089
|
-
|
|
1166
|
+
Browser?: string;
|
|
1090
1167
|
/**
|
|
1091
|
-
*
|
|
1168
|
+
* 环境
|
|
1092
1169
|
*/
|
|
1093
|
-
|
|
1170
|
+
Env?: string;
|
|
1094
1171
|
/**
|
|
1095
|
-
*
|
|
1172
|
+
* group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
1173
|
+
5:1d
|
|
1096
1174
|
*/
|
|
1097
|
-
|
|
1175
|
+
GroupByType?: number;
|
|
1098
1176
|
/**
|
|
1099
|
-
*
|
|
1177
|
+
* 1: 查询智研
|
|
1178
|
+
0: 走旧逻辑,已下线,勿使用
|
|
1100
1179
|
*/
|
|
1101
|
-
|
|
1180
|
+
IsNewData?: number;
|
|
1102
1181
|
/**
|
|
1103
|
-
*
|
|
1182
|
+
* 自定义4
|
|
1104
1183
|
*/
|
|
1105
|
-
|
|
1184
|
+
ExtFourth?: string;
|
|
1106
1185
|
/**
|
|
1107
|
-
*
|
|
1186
|
+
* 自定义5
|
|
1108
1187
|
*/
|
|
1109
|
-
|
|
1188
|
+
ExtFifth?: string;
|
|
1110
1189
|
/**
|
|
1111
|
-
* 自定义
|
|
1190
|
+
* 自定义6
|
|
1112
1191
|
*/
|
|
1113
|
-
|
|
1192
|
+
ExtSixth?: string;
|
|
1114
1193
|
/**
|
|
1115
|
-
* 自定义
|
|
1194
|
+
* 自定义7
|
|
1116
1195
|
*/
|
|
1117
|
-
|
|
1196
|
+
ExtSeventh?: string;
|
|
1118
1197
|
/**
|
|
1119
|
-
* 自定义
|
|
1198
|
+
* 自定义8
|
|
1120
1199
|
*/
|
|
1121
|
-
|
|
1200
|
+
ExtEighth?: string;
|
|
1122
1201
|
/**
|
|
1123
|
-
*
|
|
1202
|
+
* 自定义9
|
|
1124
1203
|
*/
|
|
1125
|
-
|
|
1204
|
+
ExtNinth?: string;
|
|
1126
1205
|
/**
|
|
1127
|
-
*
|
|
1206
|
+
* 自定义10
|
|
1128
1207
|
*/
|
|
1129
|
-
|
|
1208
|
+
ExtTenth?: string;
|
|
1130
1209
|
/**
|
|
1131
|
-
*
|
|
1210
|
+
* 时间段
|
|
1132
1211
|
*/
|
|
1133
|
-
|
|
1212
|
+
Granularity?: string;
|
|
1213
|
+
}
|
|
1214
|
+
/**
|
|
1215
|
+
* DescribeDataFetchUrlV2返回参数结构体
|
|
1216
|
+
*/
|
|
1217
|
+
export interface DescribeDataFetchUrlV2Response {
|
|
1134
1218
|
/**
|
|
1135
|
-
*
|
|
1219
|
+
* 返回值
|
|
1136
1220
|
*/
|
|
1137
|
-
|
|
1221
|
+
Result?: string;
|
|
1138
1222
|
/**
|
|
1139
|
-
*
|
|
1223
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1140
1224
|
*/
|
|
1141
|
-
|
|
1225
|
+
RequestId?: string;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* CreateProject请求参数结构体
|
|
1229
|
+
*/
|
|
1230
|
+
export interface CreateProjectRequest {
|
|
1142
1231
|
/**
|
|
1143
|
-
*
|
|
1232
|
+
* 应用名称(不为空且最长为 200)
|
|
1144
1233
|
*/
|
|
1145
|
-
|
|
1234
|
+
Name: string;
|
|
1146
1235
|
/**
|
|
1147
|
-
*
|
|
1236
|
+
* 业务系统 ID
|
|
1148
1237
|
*/
|
|
1149
|
-
|
|
1238
|
+
InstanceID: string;
|
|
1150
1239
|
/**
|
|
1151
|
-
*
|
|
1240
|
+
* 项目抽样率(大于等于 0)
|
|
1152
1241
|
*/
|
|
1153
|
-
|
|
1242
|
+
Rate: string;
|
|
1154
1243
|
/**
|
|
1155
|
-
*
|
|
1244
|
+
* 是否开启聚类
|
|
1156
1245
|
*/
|
|
1157
|
-
|
|
1246
|
+
EnableURLGroup: number;
|
|
1158
1247
|
/**
|
|
1159
|
-
*
|
|
1248
|
+
* 项目类型("web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
|
1160
1249
|
*/
|
|
1161
|
-
|
|
1162
|
-
}
|
|
1163
|
-
/**
|
|
1164
|
-
* DeleteReleaseFile请求参数结构体
|
|
1165
|
-
*/
|
|
1166
|
-
export interface DeleteReleaseFileRequest {
|
|
1250
|
+
Type: string;
|
|
1167
1251
|
/**
|
|
1168
|
-
*
|
|
1252
|
+
* 项目对应仓库地址(可选,最长为 256)
|
|
1169
1253
|
*/
|
|
1170
|
-
|
|
1171
|
-
}
|
|
1172
|
-
/**
|
|
1173
|
-
* ResumeInstance请求参数结构体
|
|
1174
|
-
*/
|
|
1175
|
-
export interface ResumeInstanceRequest {
|
|
1254
|
+
Repo?: string;
|
|
1176
1255
|
/**
|
|
1177
|
-
*
|
|
1256
|
+
* 项目对应网页地址(可选,最长为 256)
|
|
1178
1257
|
*/
|
|
1179
|
-
|
|
1258
|
+
URL?: string;
|
|
1180
1259
|
/**
|
|
1181
|
-
*
|
|
1260
|
+
* 应用描述(可选,最长为 1000)
|
|
1182
1261
|
*/
|
|
1183
|
-
|
|
1262
|
+
Desc?: string;
|
|
1184
1263
|
}
|
|
1185
1264
|
/**
|
|
1186
|
-
*
|
|
1265
|
+
* DescribeDataStaticUrl请求参数结构体
|
|
1187
1266
|
*/
|
|
1188
|
-
export interface
|
|
1267
|
+
export interface DescribeDataStaticUrlRequest {
|
|
1189
1268
|
/**
|
|
1190
1269
|
* 开始时间
|
|
1191
1270
|
*/
|
|
1192
1271
|
StartTime: number;
|
|
1193
1272
|
/**
|
|
1194
|
-
*
|
|
1273
|
+
* pagepv:性能视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图//ext1视图等等
|
|
1195
1274
|
*/
|
|
1196
1275
|
Type: string;
|
|
1197
1276
|
/**
|
|
@@ -1247,7 +1326,7 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1247
1326
|
*/
|
|
1248
1327
|
ExtFirst?: string;
|
|
1249
1328
|
/**
|
|
1250
|
-
* 网络类型
|
|
1329
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1251
1330
|
*/
|
|
1252
1331
|
NetType?: string;
|
|
1253
1332
|
/**
|
|
@@ -1267,7 +1346,7 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1267
1346
|
*/
|
|
1268
1347
|
Browser?: string;
|
|
1269
1348
|
/**
|
|
1270
|
-
*
|
|
1349
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1271
1350
|
*/
|
|
1272
1351
|
CostType?: string;
|
|
1273
1352
|
/**
|
|
@@ -1278,52 +1357,88 @@ export interface DescribeDataFetchUrlRequest {
|
|
|
1278
1357
|
* 环境
|
|
1279
1358
|
*/
|
|
1280
1359
|
Env?: string;
|
|
1360
|
+
}
|
|
1361
|
+
/**
|
|
1362
|
+
* ModifyInstance返回参数结构体
|
|
1363
|
+
*/
|
|
1364
|
+
export interface ModifyInstanceResponse {
|
|
1281
1365
|
/**
|
|
1282
|
-
*
|
|
1366
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1283
1367
|
*/
|
|
1284
|
-
|
|
1368
|
+
RequestId?: string;
|
|
1369
|
+
}
|
|
1370
|
+
/**
|
|
1371
|
+
* DeleteStarProject请求参数结构体
|
|
1372
|
+
*/
|
|
1373
|
+
export interface DeleteStarProjectRequest {
|
|
1285
1374
|
/**
|
|
1286
|
-
*
|
|
1375
|
+
* 实例ID:****-1792
|
|
1287
1376
|
*/
|
|
1288
|
-
|
|
1377
|
+
InstanceID: string;
|
|
1289
1378
|
/**
|
|
1290
|
-
*
|
|
1379
|
+
* 项目ID
|
|
1291
1380
|
*/
|
|
1292
|
-
|
|
1381
|
+
ID: number;
|
|
1293
1382
|
}
|
|
1294
1383
|
/**
|
|
1295
|
-
*
|
|
1384
|
+
* DescribeWhitelists请求参数结构体
|
|
1296
1385
|
*/
|
|
1297
|
-
export interface
|
|
1386
|
+
export interface DescribeWhitelistsRequest {
|
|
1298
1387
|
/**
|
|
1299
|
-
*
|
|
1388
|
+
* 实例instance-ID
|
|
1300
1389
|
*/
|
|
1301
|
-
|
|
1390
|
+
InstanceID: string;
|
|
1391
|
+
}
|
|
1392
|
+
/**
|
|
1393
|
+
* DescribeUvList请求参数结构体
|
|
1394
|
+
*/
|
|
1395
|
+
export interface DescribeUvListRequest {
|
|
1302
1396
|
/**
|
|
1303
|
-
*
|
|
1397
|
+
* ID
|
|
1398
|
+
*/
|
|
1399
|
+
ProjectId: number;
|
|
1400
|
+
/**
|
|
1401
|
+
* 结束时间
|
|
1402
|
+
*/
|
|
1403
|
+
EndTime: string;
|
|
1404
|
+
/**
|
|
1405
|
+
* 开始时间
|
|
1304
1406
|
*/
|
|
1305
1407
|
StartTime: string;
|
|
1306
1408
|
/**
|
|
1307
|
-
*
|
|
1409
|
+
* 获取day:d, min:m
|
|
1308
1410
|
*/
|
|
1309
|
-
|
|
1411
|
+
Dimension?: string;
|
|
1412
|
+
}
|
|
1413
|
+
/**
|
|
1414
|
+
* DescribeDataReportCountV2请求参数结构体
|
|
1415
|
+
*/
|
|
1416
|
+
export interface DescribeDataReportCountV2Request {
|
|
1310
1417
|
/**
|
|
1311
|
-
*
|
|
1418
|
+
* 开始时间
|
|
1312
1419
|
*/
|
|
1313
|
-
|
|
1420
|
+
StartTime: number;
|
|
1314
1421
|
/**
|
|
1315
|
-
*
|
|
1422
|
+
* 结束时间
|
|
1316
1423
|
*/
|
|
1317
|
-
|
|
1424
|
+
EndTime: number;
|
|
1318
1425
|
/**
|
|
1319
|
-
*
|
|
1426
|
+
* 项目ID
|
|
1320
1427
|
*/
|
|
1321
|
-
|
|
1428
|
+
ID?: number;
|
|
1429
|
+
/**
|
|
1430
|
+
* 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
|
|
1431
|
+
*/
|
|
1432
|
+
ReportType?: string;
|
|
1433
|
+
/**
|
|
1434
|
+
* 实例ID
|
|
1435
|
+
*/
|
|
1436
|
+
InstanceID?: string;
|
|
1322
1437
|
}
|
|
1323
1438
|
/**
|
|
1324
|
-
*
|
|
1439
|
+
* DescribeDataPerformancePageV2返回参数结构体
|
|
1325
1440
|
*/
|
|
1326
|
-
export interface
|
|
1441
|
+
export interface DescribeDataPerformancePageV2Response {
|
|
1327
1442
|
/**
|
|
1328
1443
|
* 返回值
|
|
1329
1444
|
*/
|
|
@@ -1334,76 +1449,28 @@ export interface DescribeDataLogUrlStatisticsResponse {
|
|
|
1334
1449
|
RequestId?: string;
|
|
1335
1450
|
}
|
|
1336
1451
|
/**
|
|
1337
|
-
*
|
|
1338
|
-
*/
|
|
1339
|
-
export interface CreateProjectResponse {
|
|
1340
|
-
/**
|
|
1341
|
-
* 项目 id
|
|
1342
|
-
*/
|
|
1343
|
-
ID?: number;
|
|
1344
|
-
/**
|
|
1345
|
-
* 项目唯一key
|
|
1346
|
-
*/
|
|
1347
|
-
Key?: string;
|
|
1348
|
-
/**
|
|
1349
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1350
|
-
*/
|
|
1351
|
-
RequestId?: string;
|
|
1352
|
-
}
|
|
1353
|
-
/**
|
|
1354
|
-
* StopInstance返回参数结构体
|
|
1452
|
+
* DescribeData请求参数结构体
|
|
1355
1453
|
*/
|
|
1356
|
-
export interface
|
|
1454
|
+
export interface DescribeDataRequest {
|
|
1357
1455
|
/**
|
|
1358
|
-
*
|
|
1456
|
+
* 查询字符串
|
|
1359
1457
|
*/
|
|
1360
|
-
|
|
1361
|
-
}
|
|
1362
|
-
/**
|
|
1363
|
-
* DescribeProjectLimits请求参数结构体
|
|
1364
|
-
*/
|
|
1365
|
-
export interface DescribeProjectLimitsRequest {
|
|
1458
|
+
Query: string;
|
|
1366
1459
|
/**
|
|
1367
1460
|
* 项目ID
|
|
1368
1461
|
*/
|
|
1369
|
-
|
|
1370
|
-
}
|
|
1371
|
-
/**
|
|
1372
|
-
* CreateStarProject返回参数结构体
|
|
1373
|
-
*/
|
|
1374
|
-
export interface CreateStarProjectResponse {
|
|
1375
|
-
/**
|
|
1376
|
-
* 接口返回信息
|
|
1377
|
-
*/
|
|
1378
|
-
Msg?: string;
|
|
1379
|
-
/**
|
|
1380
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1381
|
-
*/
|
|
1382
|
-
RequestId?: string;
|
|
1383
|
-
}
|
|
1384
|
-
/**
|
|
1385
|
-
* DeleteProject返回参数结构体
|
|
1386
|
-
*/
|
|
1387
|
-
export interface DeleteProjectResponse {
|
|
1388
|
-
/**
|
|
1389
|
-
* 操作信息
|
|
1390
|
-
*/
|
|
1391
|
-
Msg?: string;
|
|
1392
|
-
/**
|
|
1393
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1394
|
-
*/
|
|
1395
|
-
RequestId?: string;
|
|
1462
|
+
ID: number;
|
|
1396
1463
|
}
|
|
1397
1464
|
/**
|
|
1398
|
-
*
|
|
1465
|
+
* DescribeDataEventUrlV2请求参数结构体
|
|
1399
1466
|
*/
|
|
1400
|
-
export interface
|
|
1467
|
+
export interface DescribeDataEventUrlV2Request {
|
|
1401
1468
|
/**
|
|
1402
1469
|
* 开始时间
|
|
1403
1470
|
*/
|
|
1404
1471
|
StartTime: number;
|
|
1405
1472
|
/**
|
|
1406
|
-
* allcount:性能视图,day:14天数据,
|
|
1473
|
+
* 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视图等等
|
|
1407
1474
|
*/
|
|
1408
1475
|
Type: string;
|
|
1409
1476
|
/**
|
|
@@ -1478,65 +1545,117 @@ export interface DescribeDataPvUrlStatisticsRequest {
|
|
|
1478
1545
|
* 浏览器
|
|
1479
1546
|
*/
|
|
1480
1547
|
Browser?: string;
|
|
1548
|
+
/**
|
|
1549
|
+
* 筛选条件
|
|
1550
|
+
*/
|
|
1551
|
+
Name?: string;
|
|
1481
1552
|
/**
|
|
1482
1553
|
* 环境
|
|
1483
1554
|
*/
|
|
1484
1555
|
Env?: string;
|
|
1485
1556
|
/**
|
|
1486
|
-
*
|
|
1487
|
-
5:1d
|
|
1557
|
+
* 自定义4
|
|
1488
1558
|
*/
|
|
1489
|
-
|
|
1559
|
+
ExtFourth?: string;
|
|
1490
1560
|
/**
|
|
1491
|
-
*
|
|
1492
|
-
0: 走旧逻辑,已下线,勿使用
|
|
1561
|
+
* 自定义5
|
|
1493
1562
|
*/
|
|
1494
|
-
|
|
1563
|
+
ExtFifth?: string;
|
|
1564
|
+
/**
|
|
1565
|
+
* 自定义6
|
|
1566
|
+
*/
|
|
1567
|
+
ExtSixth?: string;
|
|
1568
|
+
/**
|
|
1569
|
+
* 自定义7
|
|
1570
|
+
*/
|
|
1571
|
+
ExtSeventh?: string;
|
|
1572
|
+
/**
|
|
1573
|
+
* 自定义8
|
|
1574
|
+
*/
|
|
1575
|
+
ExtEighth?: string;
|
|
1576
|
+
/**
|
|
1577
|
+
* 自定义9
|
|
1578
|
+
*/
|
|
1579
|
+
ExtNinth?: string;
|
|
1580
|
+
/**
|
|
1581
|
+
* 自定义10
|
|
1582
|
+
*/
|
|
1583
|
+
ExtTenth?: string;
|
|
1584
|
+
/**
|
|
1585
|
+
* 时间段
|
|
1586
|
+
*/
|
|
1587
|
+
Granularity?: string;
|
|
1495
1588
|
}
|
|
1496
1589
|
/**
|
|
1497
|
-
*
|
|
1590
|
+
* StopProject请求参数结构体
|
|
1498
1591
|
*/
|
|
1499
|
-
export interface
|
|
1592
|
+
export interface StopProjectRequest {
|
|
1500
1593
|
/**
|
|
1501
|
-
*
|
|
1594
|
+
* 项目 id
|
|
1502
1595
|
*/
|
|
1503
|
-
|
|
1596
|
+
ProjectId: number;
|
|
1597
|
+
}
|
|
1598
|
+
/**
|
|
1599
|
+
* DescribeTawAreas返回参数结构体
|
|
1600
|
+
*/
|
|
1601
|
+
export interface DescribeTawAreasResponse {
|
|
1504
1602
|
/**
|
|
1505
|
-
*
|
|
1603
|
+
* 片区总数
|
|
1506
1604
|
*/
|
|
1507
|
-
|
|
1605
|
+
TotalCount?: number;
|
|
1508
1606
|
/**
|
|
1509
|
-
*
|
|
1607
|
+
* 片区列表
|
|
1510
1608
|
*/
|
|
1511
|
-
|
|
1609
|
+
AreaSet?: Array<RumAreaInfo>;
|
|
1512
1610
|
/**
|
|
1513
|
-
*
|
|
1611
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1514
1612
|
*/
|
|
1515
|
-
|
|
1613
|
+
RequestId?: string;
|
|
1614
|
+
}
|
|
1615
|
+
/**
|
|
1616
|
+
* ResumeInstance请求参数结构体
|
|
1617
|
+
*/
|
|
1618
|
+
export interface ResumeInstanceRequest {
|
|
1516
1619
|
/**
|
|
1517
|
-
*
|
|
1620
|
+
* 需要恢复的实例id
|
|
1518
1621
|
*/
|
|
1519
|
-
|
|
1622
|
+
InstanceId: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* 修改是否包括白名单
|
|
1625
|
+
*/
|
|
1626
|
+
IsModifyAll?: boolean;
|
|
1520
1627
|
}
|
|
1521
1628
|
/**
|
|
1522
|
-
* ModifyProjectLimit
|
|
1629
|
+
* ModifyProjectLimit请求参数结构体
|
|
1523
1630
|
*/
|
|
1524
|
-
export interface
|
|
1631
|
+
export interface ModifyProjectLimitRequest {
|
|
1525
1632
|
/**
|
|
1526
|
-
*
|
|
1633
|
+
* 项目ID
|
|
1527
1634
|
*/
|
|
1528
|
-
|
|
1635
|
+
ProjectID: number;
|
|
1529
1636
|
/**
|
|
1530
|
-
*
|
|
1637
|
+
* 取值为[log speed performance webvitals pv event custom miniProgramData]其中之一
|
|
1531
1638
|
*/
|
|
1532
|
-
|
|
1639
|
+
ProjectInterface?: string;
|
|
1640
|
+
/**
|
|
1641
|
+
* 上报比例 10代表10%
|
|
1642
|
+
*/
|
|
1643
|
+
ReportRate?: number;
|
|
1644
|
+
/**
|
|
1645
|
+
* 上报类型 1:比例 2:上报量
|
|
1646
|
+
*/
|
|
1647
|
+
ReportType?: number;
|
|
1648
|
+
/**
|
|
1649
|
+
* 主键ID
|
|
1650
|
+
*/
|
|
1651
|
+
ID?: number;
|
|
1533
1652
|
}
|
|
1534
1653
|
/**
|
|
1535
|
-
*
|
|
1654
|
+
* DescribeDataEventUrlV2返回参数结构体
|
|
1536
1655
|
*/
|
|
1537
|
-
export interface
|
|
1656
|
+
export interface DescribeDataEventUrlV2Response {
|
|
1538
1657
|
/**
|
|
1539
|
-
*
|
|
1658
|
+
* 返回值
|
|
1540
1659
|
*/
|
|
1541
1660
|
Result?: string;
|
|
1542
1661
|
/**
|
|
@@ -1545,17 +1664,22 @@ export interface DescribeRumLogExportsResponse {
|
|
|
1545
1664
|
RequestId?: string;
|
|
1546
1665
|
}
|
|
1547
1666
|
/**
|
|
1548
|
-
*
|
|
1667
|
+
* DeleteInstance返回参数结构体
|
|
1549
1668
|
*/
|
|
1550
|
-
export interface
|
|
1669
|
+
export interface DeleteInstanceResponse {
|
|
1551
1670
|
/**
|
|
1552
|
-
*
|
|
1671
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1553
1672
|
*/
|
|
1554
|
-
|
|
1673
|
+
RequestId?: string;
|
|
1674
|
+
}
|
|
1675
|
+
/**
|
|
1676
|
+
* DescribeDataWebVitalsPageV2请求参数结构体
|
|
1677
|
+
*/
|
|
1678
|
+
export interface DescribeDataWebVitalsPageV2Request {
|
|
1555
1679
|
/**
|
|
1556
|
-
*
|
|
1680
|
+
* 开始时间
|
|
1557
1681
|
*/
|
|
1558
|
-
|
|
1682
|
+
StartTime: number;
|
|
1559
1683
|
/**
|
|
1560
1684
|
* 结束时间
|
|
1561
1685
|
*/
|
|
@@ -1581,9 +1705,13 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1581
1705
|
*/
|
|
1582
1706
|
From?: string;
|
|
1583
1707
|
/**
|
|
1584
|
-
*
|
|
1708
|
+
* 日志等级
|
|
1585
1709
|
*/
|
|
1586
1710
|
Level?: string;
|
|
1711
|
+
/**
|
|
1712
|
+
* 类型暂无
|
|
1713
|
+
*/
|
|
1714
|
+
Type?: string;
|
|
1587
1715
|
/**
|
|
1588
1716
|
* 品牌
|
|
1589
1717
|
*/
|
|
@@ -1609,7 +1737,7 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1609
1737
|
*/
|
|
1610
1738
|
ExtFirst?: string;
|
|
1611
1739
|
/**
|
|
1612
|
-
*
|
|
1740
|
+
* 网络类型
|
|
1613
1741
|
*/
|
|
1614
1742
|
NetType?: string;
|
|
1615
1743
|
/**
|
|
@@ -1632,274 +1760,173 @@ export interface DescribeDataStaticProjectRequest {
|
|
|
1632
1760
|
* 耗时计算
|
|
1633
1761
|
*/
|
|
1634
1762
|
CostType?: string;
|
|
1635
|
-
/**
|
|
1636
|
-
* 来源
|
|
1637
|
-
*/
|
|
1638
|
-
Url?: Array<string>;
|
|
1639
1763
|
/**
|
|
1640
1764
|
* 环境
|
|
1641
1765
|
*/
|
|
1642
1766
|
Env?: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* 时间段
|
|
1769
|
+
*/
|
|
1770
|
+
Granularity?: string;
|
|
1643
1771
|
}
|
|
1644
1772
|
/**
|
|
1645
|
-
*
|
|
1773
|
+
* DescribeAppSingleCaseList返回参数结构体
|
|
1646
1774
|
*/
|
|
1647
|
-
export interface
|
|
1648
|
-
/**
|
|
1649
|
-
* 开始时间(必填)
|
|
1650
|
-
*/
|
|
1651
|
-
StartTime: string;
|
|
1652
|
-
/**
|
|
1653
|
-
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
1654
|
-
*/
|
|
1655
|
-
Limit: number;
|
|
1656
|
-
/**
|
|
1657
|
-
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
1658
|
-
*/
|
|
1659
|
-
Query: string;
|
|
1775
|
+
export interface DescribeAppSingleCaseListResponse {
|
|
1660
1776
|
/**
|
|
1661
|
-
*
|
|
1777
|
+
* 查询数据返回
|
|
1662
1778
|
*/
|
|
1663
|
-
|
|
1779
|
+
Data?: string;
|
|
1664
1780
|
/**
|
|
1665
|
-
*
|
|
1781
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1666
1782
|
*/
|
|
1667
|
-
|
|
1783
|
+
RequestId?: string;
|
|
1668
1784
|
}
|
|
1669
1785
|
/**
|
|
1670
|
-
*
|
|
1786
|
+
* DescribeDataPerformancePage请求参数结构体
|
|
1671
1787
|
*/
|
|
1672
|
-
export interface
|
|
1788
|
+
export interface DescribeDataPerformancePageRequest {
|
|
1673
1789
|
/**
|
|
1674
|
-
*
|
|
1675
|
-
0:关闭
|
|
1790
|
+
* 项目ID
|
|
1676
1791
|
*/
|
|
1677
|
-
|
|
1792
|
+
ID: number;
|
|
1678
1793
|
/**
|
|
1679
|
-
*
|
|
1794
|
+
* 开始时间
|
|
1680
1795
|
*/
|
|
1681
|
-
|
|
1796
|
+
StartTime: number;
|
|
1682
1797
|
/**
|
|
1683
|
-
*
|
|
1798
|
+
* 结束时间
|
|
1684
1799
|
*/
|
|
1685
|
-
|
|
1800
|
+
EndTime: number;
|
|
1686
1801
|
/**
|
|
1687
|
-
*
|
|
1802
|
+
* 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视图/地区视图/浏览器视图等
|
|
1688
1803
|
*/
|
|
1689
|
-
|
|
1804
|
+
Type: string;
|
|
1690
1805
|
/**
|
|
1691
|
-
*
|
|
1806
|
+
* 日志等级
|
|
1692
1807
|
*/
|
|
1693
|
-
|
|
1808
|
+
Level?: string;
|
|
1694
1809
|
/**
|
|
1695
|
-
*
|
|
1810
|
+
* 运营商
|
|
1696
1811
|
*/
|
|
1697
|
-
|
|
1812
|
+
Isp?: string;
|
|
1698
1813
|
/**
|
|
1699
|
-
*
|
|
1814
|
+
* 地区
|
|
1700
1815
|
*/
|
|
1701
|
-
|
|
1816
|
+
Area?: string;
|
|
1702
1817
|
/**
|
|
1703
|
-
*
|
|
1704
|
-
一旦算子新增成功会返回正确的算子id值
|
|
1818
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1705
1819
|
*/
|
|
1706
|
-
|
|
1707
|
-
}
|
|
1708
|
-
/**
|
|
1709
|
-
* 项目接口限制类型
|
|
1710
|
-
*/
|
|
1711
|
-
export interface ProjectLimit {
|
|
1712
|
-
/**
|
|
1713
|
-
* 接口
|
|
1714
|
-
*/
|
|
1715
|
-
ProjectInterface: string;
|
|
1716
|
-
/**
|
|
1717
|
-
* 上报率
|
|
1718
|
-
*/
|
|
1719
|
-
ReportRate: number;
|
|
1720
|
-
/**
|
|
1721
|
-
* 上报类型 1:上报率 2:上报量限制
|
|
1722
|
-
*/
|
|
1723
|
-
ReportType: number;
|
|
1724
|
-
/**
|
|
1725
|
-
* 主键ID
|
|
1726
|
-
*/
|
|
1727
|
-
ID?: number;
|
|
1728
|
-
/**
|
|
1729
|
-
* 项目ID
|
|
1730
|
-
*/
|
|
1731
|
-
ProjectID?: number;
|
|
1732
|
-
}
|
|
1733
|
-
/**
|
|
1734
|
-
* CreateProject请求参数结构体
|
|
1735
|
-
*/
|
|
1736
|
-
export interface CreateProjectRequest {
|
|
1820
|
+
NetType?: string;
|
|
1737
1821
|
/**
|
|
1738
|
-
*
|
|
1822
|
+
* 平台
|
|
1739
1823
|
*/
|
|
1740
|
-
|
|
1824
|
+
Platform?: string;
|
|
1741
1825
|
/**
|
|
1742
|
-
*
|
|
1826
|
+
* 机型
|
|
1743
1827
|
*/
|
|
1744
|
-
|
|
1828
|
+
Device?: string;
|
|
1745
1829
|
/**
|
|
1746
|
-
*
|
|
1830
|
+
* 版本
|
|
1747
1831
|
*/
|
|
1748
|
-
|
|
1832
|
+
VersionNum?: string;
|
|
1749
1833
|
/**
|
|
1750
|
-
*
|
|
1834
|
+
* 自定义1
|
|
1751
1835
|
*/
|
|
1752
|
-
|
|
1836
|
+
ExtFirst?: string;
|
|
1753
1837
|
/**
|
|
1754
|
-
*
|
|
1838
|
+
* 自定义2
|
|
1755
1839
|
*/
|
|
1756
|
-
|
|
1840
|
+
ExtSecond?: string;
|
|
1757
1841
|
/**
|
|
1758
|
-
*
|
|
1842
|
+
* 自定义3
|
|
1759
1843
|
*/
|
|
1760
|
-
|
|
1844
|
+
ExtThird?: string;
|
|
1761
1845
|
/**
|
|
1762
|
-
*
|
|
1846
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
1763
1847
|
*/
|
|
1764
|
-
|
|
1848
|
+
IsAbroad?: string;
|
|
1765
1849
|
/**
|
|
1766
|
-
*
|
|
1850
|
+
* 浏览器
|
|
1767
1851
|
*/
|
|
1768
|
-
|
|
1769
|
-
}
|
|
1770
|
-
/**
|
|
1771
|
-
* DescribeRumStatsLogList返回参数结构体
|
|
1772
|
-
*/
|
|
1773
|
-
export interface DescribeRumStatsLogListResponse {
|
|
1852
|
+
Browser?: string;
|
|
1774
1853
|
/**
|
|
1775
|
-
*
|
|
1854
|
+
* 操作系统
|
|
1776
1855
|
*/
|
|
1777
|
-
|
|
1856
|
+
Os?: string;
|
|
1778
1857
|
/**
|
|
1779
|
-
*
|
|
1858
|
+
* 浏览器引擎
|
|
1780
1859
|
*/
|
|
1781
|
-
|
|
1782
|
-
}
|
|
1783
|
-
/**
|
|
1784
|
-
* CreateWhitelist请求参数结构体
|
|
1785
|
-
*/
|
|
1786
|
-
export interface CreateWhitelistRequest {
|
|
1860
|
+
Engine?: string;
|
|
1787
1861
|
/**
|
|
1788
|
-
*
|
|
1862
|
+
* 品牌
|
|
1789
1863
|
*/
|
|
1790
|
-
|
|
1864
|
+
Brand?: string;
|
|
1791
1865
|
/**
|
|
1792
|
-
*
|
|
1866
|
+
* 来源页面
|
|
1793
1867
|
*/
|
|
1794
|
-
|
|
1868
|
+
From?: string;
|
|
1795
1869
|
/**
|
|
1796
|
-
*
|
|
1870
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1797
1871
|
*/
|
|
1798
|
-
|
|
1872
|
+
CostType?: string;
|
|
1799
1873
|
/**
|
|
1800
|
-
*
|
|
1874
|
+
* 环境变量
|
|
1801
1875
|
*/
|
|
1802
|
-
|
|
1803
|
-
}
|
|
1804
|
-
/**
|
|
1805
|
-
* DescribeDataPvUrlStatistics返回参数结构体
|
|
1806
|
-
*/
|
|
1807
|
-
export interface DescribeDataPvUrlStatisticsResponse {
|
|
1876
|
+
Env?: string;
|
|
1808
1877
|
/**
|
|
1809
|
-
*
|
|
1878
|
+
* 网络状态(tag 值):用于过滤/聚合字段 netStatus;枚举值:0(正常)、1(弱网)、2(断网)、3(其他)。
|
|
1810
1879
|
*/
|
|
1811
|
-
|
|
1880
|
+
NetStatus?: string;
|
|
1812
1881
|
/**
|
|
1813
|
-
*
|
|
1882
|
+
* 是否返回webvitals数据
|
|
1814
1883
|
*/
|
|
1815
|
-
|
|
1884
|
+
WebVitals?: boolean;
|
|
1816
1885
|
}
|
|
1817
1886
|
/**
|
|
1818
|
-
*
|
|
1887
|
+
* DeleteReleaseFile请求参数结构体
|
|
1819
1888
|
*/
|
|
1820
|
-
export interface
|
|
1889
|
+
export interface DeleteReleaseFileRequest {
|
|
1821
1890
|
/**
|
|
1822
|
-
*
|
|
1891
|
+
* 文件 id
|
|
1823
1892
|
*/
|
|
1824
1893
|
ID: number;
|
|
1825
|
-
/**
|
|
1826
|
-
* 时间戳
|
|
1827
|
-
*/
|
|
1828
|
-
StartTime: number;
|
|
1829
|
-
/**
|
|
1830
|
-
* 时间戳
|
|
1831
|
-
*/
|
|
1832
|
-
EndTime: number;
|
|
1833
|
-
}
|
|
1834
|
-
/**
|
|
1835
|
-
* DescribeDataCustomUrl返回参数结构体
|
|
1836
|
-
*/
|
|
1837
|
-
export interface DescribeDataCustomUrlResponse {
|
|
1838
|
-
/**
|
|
1839
|
-
* 返回值
|
|
1840
|
-
*/
|
|
1841
|
-
Result?: string;
|
|
1842
|
-
/**
|
|
1843
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1844
|
-
*/
|
|
1845
|
-
RequestId?: string;
|
|
1846
|
-
}
|
|
1847
|
-
/**
|
|
1848
|
-
* DescribeDataPvUrlStatisticsV2返回参数结构体
|
|
1849
|
-
*/
|
|
1850
|
-
export interface DescribeDataPvUrlStatisticsV2Response {
|
|
1851
|
-
/**
|
|
1852
|
-
* 返回值
|
|
1853
|
-
*/
|
|
1854
|
-
Result?: string;
|
|
1855
|
-
/**
|
|
1856
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1857
|
-
*/
|
|
1858
|
-
RequestId?: string;
|
|
1859
1894
|
}
|
|
1860
1895
|
/**
|
|
1861
|
-
*
|
|
1896
|
+
* DescribeScoresV2请求参数结构体
|
|
1862
1897
|
*/
|
|
1863
|
-
export interface
|
|
1864
|
-
/**
|
|
1865
|
-
* 片区Id
|
|
1866
|
-
*/
|
|
1867
|
-
AreaId: number;
|
|
1868
|
-
/**
|
|
1869
|
-
* 片区状态(1=有效,2=无效)
|
|
1870
|
-
*/
|
|
1871
|
-
AreaStatus: number;
|
|
1898
|
+
export interface DescribeScoresV2Request {
|
|
1872
1899
|
/**
|
|
1873
|
-
*
|
|
1900
|
+
* 开始时间
|
|
1874
1901
|
*/
|
|
1875
|
-
|
|
1902
|
+
StartTime: string;
|
|
1876
1903
|
/**
|
|
1877
|
-
*
|
|
1904
|
+
* 结束时间
|
|
1878
1905
|
*/
|
|
1879
|
-
|
|
1906
|
+
EndTime: string;
|
|
1880
1907
|
/**
|
|
1881
|
-
*
|
|
1908
|
+
* 项目 ID 列表
|
|
1882
1909
|
*/
|
|
1883
|
-
|
|
1910
|
+
IDList?: Array<number | bigint>;
|
|
1884
1911
|
/**
|
|
1885
|
-
*
|
|
1912
|
+
* 查询粒度,hour 或 day
|
|
1886
1913
|
*/
|
|
1887
|
-
|
|
1914
|
+
Type?: string;
|
|
1888
1915
|
/**
|
|
1889
|
-
*
|
|
1916
|
+
* 环境
|
|
1890
1917
|
*/
|
|
1891
|
-
|
|
1918
|
+
Env?: string;
|
|
1892
1919
|
}
|
|
1893
1920
|
/**
|
|
1894
|
-
*
|
|
1921
|
+
* DescribeDataFetchUrl请求参数结构体
|
|
1895
1922
|
*/
|
|
1896
|
-
export interface
|
|
1923
|
+
export interface DescribeDataFetchUrlRequest {
|
|
1897
1924
|
/**
|
|
1898
1925
|
* 开始时间
|
|
1899
1926
|
*/
|
|
1900
1927
|
StartTime: number;
|
|
1901
1928
|
/**
|
|
1902
|
-
* allcount:性能视图,
|
|
1929
|
+
* 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视图等等
|
|
1903
1930
|
*/
|
|
1904
1931
|
Type: string;
|
|
1905
1932
|
/**
|
|
@@ -1955,7 +1982,7 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1955
1982
|
*/
|
|
1956
1983
|
ExtFirst?: string;
|
|
1957
1984
|
/**
|
|
1958
|
-
* 网络类型
|
|
1985
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
1959
1986
|
*/
|
|
1960
1987
|
NetType?: string;
|
|
1961
1988
|
/**
|
|
@@ -1975,31 +2002,63 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1975
2002
|
*/
|
|
1976
2003
|
Browser?: string;
|
|
1977
2004
|
/**
|
|
1978
|
-
*
|
|
2005
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
1979
2006
|
*/
|
|
1980
2007
|
CostType?: string;
|
|
2008
|
+
/**
|
|
2009
|
+
* 来源
|
|
2010
|
+
*/
|
|
2011
|
+
Url?: string;
|
|
1981
2012
|
/**
|
|
1982
2013
|
* 环境
|
|
1983
2014
|
*/
|
|
1984
2015
|
Env?: string;
|
|
1985
2016
|
/**
|
|
1986
|
-
*
|
|
2017
|
+
* HTTP 状态码(tag 值):用于过滤字段 status;支持 4xx(status =~ /4[0-9]{2}/)和 5xx(status =~ /5[0-9]{2}/)等错误码统计。
|
|
1987
2018
|
*/
|
|
1988
|
-
|
|
2019
|
+
Status?: string;
|
|
2020
|
+
/**
|
|
2021
|
+
* retcode
|
|
2022
|
+
*/
|
|
2023
|
+
Ret?: string;
|
|
2024
|
+
/**
|
|
2025
|
+
* 网络状态
|
|
2026
|
+
*/
|
|
2027
|
+
NetStatus?: string;
|
|
1989
2028
|
}
|
|
1990
2029
|
/**
|
|
1991
|
-
*
|
|
2030
|
+
* DescribeRumLogExport请求参数结构体
|
|
1992
2031
|
*/
|
|
1993
|
-
export interface
|
|
2032
|
+
export interface DescribeRumLogExportRequest {
|
|
1994
2033
|
/**
|
|
1995
|
-
*
|
|
2034
|
+
* 导出标识name
|
|
1996
2035
|
*/
|
|
1997
|
-
|
|
2036
|
+
Name: string;
|
|
2037
|
+
/**
|
|
2038
|
+
* 开始时间(必填)
|
|
2039
|
+
*/
|
|
2040
|
+
StartTime: string;
|
|
2041
|
+
/**
|
|
2042
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
2043
|
+
*/
|
|
2044
|
+
Query: string;
|
|
2045
|
+
/**
|
|
2046
|
+
* 结束时间(必填)
|
|
2047
|
+
*/
|
|
2048
|
+
EndTime: string;
|
|
2049
|
+
/**
|
|
2050
|
+
* 项目ID(必填)
|
|
2051
|
+
*/
|
|
2052
|
+
ID: number;
|
|
2053
|
+
/**
|
|
2054
|
+
* field条件
|
|
2055
|
+
*/
|
|
2056
|
+
Fields?: Array<string>;
|
|
1998
2057
|
}
|
|
1999
2058
|
/**
|
|
2000
|
-
*
|
|
2059
|
+
* DescribeDataLogUrlStatistics返回参数结构体
|
|
2001
2060
|
*/
|
|
2002
|
-
export interface
|
|
2061
|
+
export interface DescribeDataLogUrlStatisticsResponse {
|
|
2003
2062
|
/**
|
|
2004
2063
|
* 返回值
|
|
2005
2064
|
*/
|
|
@@ -2010,99 +2069,41 @@ export interface DescribeDataStaticProjectResponse {
|
|
|
2010
2069
|
RequestId?: string;
|
|
2011
2070
|
}
|
|
2012
2071
|
/**
|
|
2013
|
-
*
|
|
2072
|
+
* CreateProject返回参数结构体
|
|
2014
2073
|
*/
|
|
2015
|
-
export interface
|
|
2074
|
+
export interface CreateProjectResponse {
|
|
2016
2075
|
/**
|
|
2017
|
-
*
|
|
2076
|
+
* 项目 id
|
|
2018
2077
|
*/
|
|
2019
|
-
|
|
2078
|
+
ID?: number;
|
|
2020
2079
|
/**
|
|
2021
|
-
*
|
|
2080
|
+
* 项目唯一key
|
|
2022
2081
|
*/
|
|
2023
|
-
|
|
2082
|
+
Key?: string;
|
|
2083
|
+
/**
|
|
2084
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2085
|
+
*/
|
|
2086
|
+
RequestId?: string;
|
|
2024
2087
|
}
|
|
2025
2088
|
/**
|
|
2026
|
-
*
|
|
2089
|
+
* DescribeDataLogUrlStatisticsV2返回参数结构体
|
|
2027
2090
|
*/
|
|
2028
|
-
export interface
|
|
2091
|
+
export interface DescribeDataLogUrlStatisticsV2Response {
|
|
2029
2092
|
/**
|
|
2030
|
-
*
|
|
2093
|
+
* 返回值
|
|
2031
2094
|
*/
|
|
2032
|
-
|
|
2095
|
+
Result?: string;
|
|
2033
2096
|
/**
|
|
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
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2097
2098
|
*/
|
|
2098
|
-
|
|
2099
|
+
RequestId?: string;
|
|
2099
2100
|
}
|
|
2100
2101
|
/**
|
|
2101
|
-
*
|
|
2102
|
+
* DescribeDataCustomUrl返回参数结构体
|
|
2102
2103
|
*/
|
|
2103
|
-
export interface
|
|
2104
|
+
export interface DescribeDataCustomUrlResponse {
|
|
2104
2105
|
/**
|
|
2105
|
-
*
|
|
2106
|
+
* 返回值
|
|
2106
2107
|
*/
|
|
2107
2108
|
Result?: string;
|
|
2108
2109
|
/**
|
|
@@ -2111,58 +2112,41 @@ export interface DescribeDataLogUrlInfoResponse {
|
|
|
2111
2112
|
RequestId?: string;
|
|
2112
2113
|
}
|
|
2113
2114
|
/**
|
|
2114
|
-
*
|
|
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返回参数结构体
|
|
2115
|
+
* CreateStarProject返回参数结构体
|
|
2132
2116
|
*/
|
|
2133
|
-
export interface
|
|
2117
|
+
export interface CreateStarProjectResponse {
|
|
2134
2118
|
/**
|
|
2135
|
-
*
|
|
2119
|
+
* 接口返回信息
|
|
2136
2120
|
*/
|
|
2137
|
-
Msg
|
|
2121
|
+
Msg?: string;
|
|
2138
2122
|
/**
|
|
2139
2123
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2140
2124
|
*/
|
|
2141
2125
|
RequestId?: string;
|
|
2142
2126
|
}
|
|
2143
2127
|
/**
|
|
2144
|
-
*
|
|
2128
|
+
* DeleteProject返回参数结构体
|
|
2145
2129
|
*/
|
|
2146
|
-
export interface
|
|
2130
|
+
export interface DeleteProjectResponse {
|
|
2147
2131
|
/**
|
|
2148
|
-
*
|
|
2132
|
+
* 操作信息
|
|
2149
2133
|
*/
|
|
2150
|
-
|
|
2134
|
+
Msg?: string;
|
|
2151
2135
|
/**
|
|
2152
2136
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2153
2137
|
*/
|
|
2154
2138
|
RequestId?: string;
|
|
2155
2139
|
}
|
|
2156
2140
|
/**
|
|
2157
|
-
*
|
|
2141
|
+
* DescribeDataPvUrlStatistics请求参数结构体
|
|
2158
2142
|
*/
|
|
2159
|
-
export interface
|
|
2143
|
+
export interface DescribeDataPvUrlStatisticsRequest {
|
|
2160
2144
|
/**
|
|
2161
2145
|
* 开始时间
|
|
2162
2146
|
*/
|
|
2163
2147
|
StartTime: number;
|
|
2164
2148
|
/**
|
|
2165
|
-
*
|
|
2149
|
+
* 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视图等
|
|
2166
2150
|
*/
|
|
2167
2151
|
Type: string;
|
|
2168
2152
|
/**
|
|
@@ -2218,7 +2202,7 @@ export interface DescribeDataLogUrlStatisticsRequest {
|
|
|
2218
2202
|
*/
|
|
2219
2203
|
ExtFirst?: string;
|
|
2220
2204
|
/**
|
|
2221
|
-
* 网络类型
|
|
2205
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
2222
2206
|
*/
|
|
2223
2207
|
NetType?: string;
|
|
2224
2208
|
/**
|
|
@@ -2238,145 +2222,1517 @@ export interface DescribeDataLogUrlStatisticsRequest {
|
|
|
2238
2222
|
*/
|
|
2239
2223
|
Browser?: string;
|
|
2240
2224
|
/**
|
|
2241
|
-
*
|
|
2225
|
+
* 环境
|
|
2242
2226
|
*/
|
|
2243
2227
|
Env?: string;
|
|
2244
2228
|
/**
|
|
2245
|
-
*
|
|
2229
|
+
* group by 参数值枚举1:1m 2:5m 3:30m 4:1h
|
|
2230
|
+
5:1d
|
|
2246
2231
|
*/
|
|
2247
|
-
|
|
2232
|
+
GroupByType?: number;
|
|
2233
|
+
/**
|
|
2234
|
+
* 1: 查询智研
|
|
2235
|
+
0: 走旧逻辑,已下线,勿使用
|
|
2236
|
+
*/
|
|
2237
|
+
IsNewData?: number;
|
|
2248
2238
|
}
|
|
2249
2239
|
/**
|
|
2250
|
-
*
|
|
2240
|
+
* 发布文件列表(SOURCEMAP)
|
|
2251
2241
|
*/
|
|
2252
|
-
export interface
|
|
2242
|
+
export interface ReleaseFile {
|
|
2253
2243
|
/**
|
|
2254
|
-
*
|
|
2244
|
+
* 文件版本
|
|
2255
2245
|
*/
|
|
2256
|
-
|
|
2246
|
+
Version?: string;
|
|
2257
2247
|
/**
|
|
2258
|
-
*
|
|
2248
|
+
* 文件唯一 key
|
|
2259
2249
|
*/
|
|
2260
|
-
|
|
2250
|
+
FileKey?: string;
|
|
2261
2251
|
/**
|
|
2262
|
-
*
|
|
2252
|
+
* 文件名
|
|
2263
2253
|
*/
|
|
2264
|
-
|
|
2254
|
+
FileName?: string;
|
|
2265
2255
|
/**
|
|
2266
|
-
*
|
|
2256
|
+
* 文件哈希值
|
|
2267
2257
|
*/
|
|
2268
|
-
|
|
2258
|
+
FileHash?: string;
|
|
2269
2259
|
/**
|
|
2270
|
-
*
|
|
2260
|
+
* 文件 id
|
|
2271
2261
|
*/
|
|
2272
|
-
|
|
2262
|
+
ID?: number;
|
|
2263
|
+
}
|
|
2264
|
+
/**
|
|
2265
|
+
* ModifyProjectLimit返回参数结构体
|
|
2266
|
+
*/
|
|
2267
|
+
export interface ModifyProjectLimitResponse {
|
|
2268
|
+
/**
|
|
2269
|
+
* 返回信息
|
|
2270
|
+
*/
|
|
2271
|
+
Msg?: string;
|
|
2273
2272
|
/**
|
|
2274
2273
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2275
2274
|
*/
|
|
2276
2275
|
RequestId?: string;
|
|
2277
2276
|
}
|
|
2278
2277
|
/**
|
|
2279
|
-
*
|
|
2278
|
+
* DescribeRumLogExports返回参数结构体
|
|
2280
2279
|
*/
|
|
2281
|
-
export interface
|
|
2280
|
+
export interface DescribeRumLogExportsResponse {
|
|
2282
2281
|
/**
|
|
2283
|
-
*
|
|
2282
|
+
* 返回字符串
|
|
2284
2283
|
*/
|
|
2285
|
-
|
|
2284
|
+
Result?: string;
|
|
2286
2285
|
/**
|
|
2287
|
-
*
|
|
2286
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2288
2287
|
*/
|
|
2289
|
-
|
|
2288
|
+
RequestId?: string;
|
|
2289
|
+
}
|
|
2290
|
+
/**
|
|
2291
|
+
* DescribeDataStaticProject请求参数结构体
|
|
2292
|
+
*/
|
|
2293
|
+
export interface DescribeDataStaticProjectRequest {
|
|
2290
2294
|
/**
|
|
2291
|
-
*
|
|
2295
|
+
* 开始时间
|
|
2292
2296
|
*/
|
|
2293
|
-
|
|
2297
|
+
StartTime: number;
|
|
2294
2298
|
/**
|
|
2295
|
-
*
|
|
2299
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2296
2300
|
*/
|
|
2297
|
-
|
|
2301
|
+
Type: string;
|
|
2298
2302
|
/**
|
|
2299
|
-
*
|
|
2303
|
+
* 结束时间
|
|
2300
2304
|
*/
|
|
2301
|
-
|
|
2305
|
+
EndTime: number;
|
|
2302
2306
|
/**
|
|
2303
|
-
*
|
|
2304
|
-
* @deprecated
|
|
2307
|
+
* 项目ID
|
|
2305
2308
|
*/
|
|
2306
|
-
|
|
2309
|
+
ID: number;
|
|
2307
2310
|
/**
|
|
2308
|
-
*
|
|
2309
|
-
* @deprecated
|
|
2311
|
+
* 自定义2
|
|
2310
2312
|
*/
|
|
2311
|
-
|
|
2313
|
+
ExtSecond?: string;
|
|
2312
2314
|
/**
|
|
2313
|
-
*
|
|
2315
|
+
* 浏览器引擎
|
|
2314
2316
|
*/
|
|
2315
|
-
|
|
2317
|
+
Engine?: string;
|
|
2316
2318
|
/**
|
|
2317
|
-
*
|
|
2318
|
-
* @deprecated
|
|
2319
|
+
* 运营商
|
|
2319
2320
|
*/
|
|
2320
|
-
|
|
2321
|
-
}
|
|
2322
|
-
/**
|
|
2323
|
-
* DescribeTawAreas请求参数结构体
|
|
2324
|
-
*/
|
|
2325
|
-
export interface DescribeTawAreasRequest {
|
|
2321
|
+
Isp?: string;
|
|
2326
2322
|
/**
|
|
2327
|
-
*
|
|
2323
|
+
* 来源页面
|
|
2328
2324
|
*/
|
|
2329
|
-
|
|
2325
|
+
From?: string;
|
|
2330
2326
|
/**
|
|
2331
|
-
*
|
|
2327
|
+
* 日志等级(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错误)
|
|
2332
2328
|
*/
|
|
2333
|
-
|
|
2329
|
+
Level?: string;
|
|
2334
2330
|
/**
|
|
2335
|
-
*
|
|
2331
|
+
* 品牌
|
|
2336
2332
|
*/
|
|
2337
|
-
|
|
2333
|
+
Brand?: string;
|
|
2338
2334
|
/**
|
|
2339
|
-
*
|
|
2335
|
+
* 地区
|
|
2340
2336
|
*/
|
|
2341
|
-
|
|
2337
|
+
Area?: string;
|
|
2342
2338
|
/**
|
|
2343
|
-
*
|
|
2339
|
+
* 版本
|
|
2344
2340
|
*/
|
|
2345
|
-
|
|
2346
|
-
}
|
|
2347
|
-
/**
|
|
2348
|
-
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
2349
|
-
|
|
2350
|
-
· 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
2351
|
-
· 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
|
|
2352
|
-
*/
|
|
2353
|
-
export interface Filter {
|
|
2341
|
+
VersionNum?: string;
|
|
2354
2342
|
/**
|
|
2355
|
-
*
|
|
2343
|
+
* 平台
|
|
2356
2344
|
*/
|
|
2357
|
-
|
|
2345
|
+
Platform?: string;
|
|
2358
2346
|
/**
|
|
2359
|
-
*
|
|
2347
|
+
* 自定义3
|
|
2360
2348
|
*/
|
|
2361
|
-
|
|
2362
|
-
}
|
|
2363
|
-
/**
|
|
2364
|
-
* DeleteStarProject返回参数结构体
|
|
2365
|
-
*/
|
|
2366
|
-
export interface DeleteStarProjectResponse {
|
|
2349
|
+
ExtThird?: string;
|
|
2367
2350
|
/**
|
|
2368
|
-
*
|
|
2351
|
+
* 自定义1
|
|
2369
2352
|
*/
|
|
2370
|
-
|
|
2353
|
+
ExtFirst?: string;
|
|
2371
2354
|
/**
|
|
2372
|
-
*
|
|
2355
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
2373
2356
|
*/
|
|
2374
|
-
|
|
2357
|
+
NetType?: string;
|
|
2358
|
+
/**
|
|
2359
|
+
* 机型
|
|
2360
|
+
*/
|
|
2361
|
+
Device?: string;
|
|
2362
|
+
/**
|
|
2363
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2364
|
+
*/
|
|
2365
|
+
IsAbroad?: string;
|
|
2366
|
+
/**
|
|
2367
|
+
* 操作系统
|
|
2368
|
+
*/
|
|
2369
|
+
Os?: string;
|
|
2370
|
+
/**
|
|
2371
|
+
* 浏览器
|
|
2372
|
+
*/
|
|
2373
|
+
Browser?: string;
|
|
2374
|
+
/**
|
|
2375
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
2376
|
+
*/
|
|
2377
|
+
CostType?: string;
|
|
2378
|
+
/**
|
|
2379
|
+
* 来源
|
|
2380
|
+
*/
|
|
2381
|
+
Url?: Array<string>;
|
|
2382
|
+
/**
|
|
2383
|
+
* 环境
|
|
2384
|
+
*/
|
|
2385
|
+
Env?: string;
|
|
2386
|
+
}
|
|
2387
|
+
/**
|
|
2388
|
+
* DescribeRumStatsLogList请求参数结构体
|
|
2389
|
+
*/
|
|
2390
|
+
export interface DescribeRumStatsLogListRequest {
|
|
2391
|
+
/**
|
|
2392
|
+
* 开始时间(必填)
|
|
2393
|
+
*/
|
|
2394
|
+
StartTime: string;
|
|
2395
|
+
/**
|
|
2396
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
2397
|
+
*/
|
|
2398
|
+
Limit: number;
|
|
2399
|
+
/**
|
|
2400
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
2401
|
+
*/
|
|
2402
|
+
Query: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* 结束时间(必填)
|
|
2405
|
+
*/
|
|
2406
|
+
EndTime: string;
|
|
2407
|
+
/**
|
|
2408
|
+
* 项目ID(必填)
|
|
2409
|
+
*/
|
|
2410
|
+
ID: number;
|
|
2411
|
+
}
|
|
2412
|
+
/**
|
|
2413
|
+
* DescribeDataBridgeUrlV2请求参数结构体
|
|
2414
|
+
*/
|
|
2415
|
+
export interface DescribeDataBridgeUrlV2Request {
|
|
2416
|
+
/**
|
|
2417
|
+
* 项目ID
|
|
2418
|
+
*/
|
|
2419
|
+
ID: number;
|
|
2420
|
+
/**
|
|
2421
|
+
* 开始时间
|
|
2422
|
+
*/
|
|
2423
|
+
StartTime: number;
|
|
2424
|
+
/**
|
|
2425
|
+
* 结束时间
|
|
2426
|
+
*/
|
|
2427
|
+
EndTime: number;
|
|
2428
|
+
/**
|
|
2429
|
+
* pagepv:性能视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2430
|
+
*/
|
|
2431
|
+
Type: string;
|
|
2432
|
+
/**
|
|
2433
|
+
* 日志等级
|
|
2434
|
+
*/
|
|
2435
|
+
Level?: string;
|
|
2436
|
+
/**
|
|
2437
|
+
* 运营商
|
|
2438
|
+
*/
|
|
2439
|
+
Isp?: string;
|
|
2440
|
+
/**
|
|
2441
|
+
* 地区
|
|
2442
|
+
*/
|
|
2443
|
+
Area?: string;
|
|
2444
|
+
/**
|
|
2445
|
+
* 网络类型
|
|
2446
|
+
*/
|
|
2447
|
+
NetType?: string;
|
|
2448
|
+
/**
|
|
2449
|
+
* 平台
|
|
2450
|
+
*/
|
|
2451
|
+
Platform?: string;
|
|
2452
|
+
/**
|
|
2453
|
+
* 机型
|
|
2454
|
+
*/
|
|
2455
|
+
Device?: string;
|
|
2456
|
+
/**
|
|
2457
|
+
* 版本
|
|
2458
|
+
*/
|
|
2459
|
+
VersionNum?: string;
|
|
2460
|
+
/**
|
|
2461
|
+
* 自定义1
|
|
2462
|
+
*/
|
|
2463
|
+
ExtFirst?: string;
|
|
2464
|
+
/**
|
|
2465
|
+
* 自定义2
|
|
2466
|
+
*/
|
|
2467
|
+
ExtSecond?: string;
|
|
2468
|
+
/**
|
|
2469
|
+
* 自定义3
|
|
2470
|
+
*/
|
|
2471
|
+
ExtThird?: string;
|
|
2472
|
+
/**
|
|
2473
|
+
* 是否海外
|
|
2474
|
+
*/
|
|
2475
|
+
IsAbroad?: string;
|
|
2476
|
+
/**
|
|
2477
|
+
* 浏览器
|
|
2478
|
+
*/
|
|
2479
|
+
Browser?: string;
|
|
2480
|
+
/**
|
|
2481
|
+
* 操作系统
|
|
2482
|
+
*/
|
|
2483
|
+
Os?: string;
|
|
2484
|
+
/**
|
|
2485
|
+
* 浏览器引擎
|
|
2486
|
+
*/
|
|
2487
|
+
Engine?: string;
|
|
2488
|
+
/**
|
|
2489
|
+
* 品牌
|
|
2490
|
+
*/
|
|
2491
|
+
Brand?: string;
|
|
2492
|
+
/**
|
|
2493
|
+
* 来源页面
|
|
2494
|
+
*/
|
|
2495
|
+
From?: string;
|
|
2496
|
+
/**
|
|
2497
|
+
* 耗时计算方式
|
|
2498
|
+
*/
|
|
2499
|
+
CostType?: string;
|
|
2500
|
+
/**
|
|
2501
|
+
* 环境变量
|
|
2502
|
+
*/
|
|
2503
|
+
Env?: string;
|
|
2504
|
+
/**
|
|
2505
|
+
* url名称
|
|
2506
|
+
*/
|
|
2507
|
+
Name?: string;
|
|
2508
|
+
/**
|
|
2509
|
+
* http状态码
|
|
2510
|
+
*/
|
|
2511
|
+
Status?: string;
|
|
2512
|
+
/**
|
|
2513
|
+
* retcode
|
|
2514
|
+
*/
|
|
2515
|
+
Ret?: string;
|
|
2516
|
+
/**
|
|
2517
|
+
* 网络状态
|
|
2518
|
+
*/
|
|
2519
|
+
NetStatus?: string;
|
|
2520
|
+
/**
|
|
2521
|
+
* 自定义4
|
|
2522
|
+
*/
|
|
2523
|
+
ExtFourth?: string;
|
|
2524
|
+
/**
|
|
2525
|
+
* 自定义5
|
|
2526
|
+
*/
|
|
2527
|
+
ExtFifth?: string;
|
|
2528
|
+
/**
|
|
2529
|
+
* 自定义6
|
|
2530
|
+
*/
|
|
2531
|
+
ExtSixth?: string;
|
|
2532
|
+
/**
|
|
2533
|
+
* 自定义7
|
|
2534
|
+
*/
|
|
2535
|
+
ExtSeventh?: string;
|
|
2536
|
+
/**
|
|
2537
|
+
* 自定义8
|
|
2538
|
+
*/
|
|
2539
|
+
ExtEighth?: string;
|
|
2540
|
+
/**
|
|
2541
|
+
* 自定义9
|
|
2542
|
+
*/
|
|
2543
|
+
ExtNinth?: string;
|
|
2544
|
+
/**
|
|
2545
|
+
* 自定义10
|
|
2546
|
+
*/
|
|
2547
|
+
ExtTenth?: string;
|
|
2548
|
+
/**
|
|
2549
|
+
* 时间段
|
|
2550
|
+
*/
|
|
2551
|
+
Granularity?: string;
|
|
2552
|
+
}
|
|
2553
|
+
/**
|
|
2554
|
+
* 旁路kafka配置
|
|
2555
|
+
*/
|
|
2556
|
+
export interface Kafka {
|
|
2557
|
+
/**
|
|
2558
|
+
* 1:开启
|
|
2559
|
+
0:关闭
|
|
2560
|
+
*/
|
|
2561
|
+
EnableKafka?: number;
|
|
2562
|
+
/**
|
|
2563
|
+
* host地址
|
|
2564
|
+
*/
|
|
2565
|
+
KafkaHost?: string;
|
|
2566
|
+
/**
|
|
2567
|
+
* topic
|
|
2568
|
+
*/
|
|
2569
|
+
KafkaTopic?: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* 版本
|
|
2572
|
+
*/
|
|
2573
|
+
KafkaVersion?: string;
|
|
2574
|
+
/**
|
|
2575
|
+
* username
|
|
2576
|
+
*/
|
|
2577
|
+
SaslUserName?: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* password
|
|
2580
|
+
*/
|
|
2581
|
+
SaslPassword?: string;
|
|
2582
|
+
/**
|
|
2583
|
+
* ssl
|
|
2584
|
+
*/
|
|
2585
|
+
SaslMechanism?: string;
|
|
2586
|
+
/**
|
|
2587
|
+
* 默认算子id为0新增算子
|
|
2588
|
+
一旦算子新增成功会返回正确的算子id值
|
|
2589
|
+
*/
|
|
2590
|
+
SinkId?: number;
|
|
2591
|
+
}
|
|
2592
|
+
/**
|
|
2593
|
+
* 项目接口限制类型
|
|
2594
|
+
*/
|
|
2595
|
+
export interface ProjectLimit {
|
|
2596
|
+
/**
|
|
2597
|
+
* 接口
|
|
2598
|
+
*/
|
|
2599
|
+
ProjectInterface: string;
|
|
2600
|
+
/**
|
|
2601
|
+
* 上报率
|
|
2602
|
+
*/
|
|
2603
|
+
ReportRate: number;
|
|
2604
|
+
/**
|
|
2605
|
+
* 上报类型 1:上报率 2:上报量限制
|
|
2606
|
+
*/
|
|
2607
|
+
ReportType: number;
|
|
2608
|
+
/**
|
|
2609
|
+
* 主键ID
|
|
2610
|
+
*/
|
|
2611
|
+
ID?: number;
|
|
2612
|
+
/**
|
|
2613
|
+
* 项目ID
|
|
2614
|
+
*/
|
|
2615
|
+
ProjectID?: number;
|
|
2616
|
+
}
|
|
2617
|
+
/**
|
|
2618
|
+
* DescribeRumGroupLog返回参数结构体
|
|
2619
|
+
*/
|
|
2620
|
+
export interface DescribeRumGroupLogResponse {
|
|
2621
|
+
/**
|
|
2622
|
+
* 返回字符串
|
|
2623
|
+
*/
|
|
2624
|
+
Result?: string;
|
|
2625
|
+
/**
|
|
2626
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2627
|
+
*/
|
|
2628
|
+
RequestId?: string;
|
|
2629
|
+
}
|
|
2630
|
+
/**
|
|
2631
|
+
* DescribeRumStatsLogList返回参数结构体
|
|
2632
|
+
*/
|
|
2633
|
+
export interface DescribeRumStatsLogListResponse {
|
|
2634
|
+
/**
|
|
2635
|
+
* 返回字符串
|
|
2636
|
+
*/
|
|
2637
|
+
Result?: string;
|
|
2638
|
+
/**
|
|
2639
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2640
|
+
*/
|
|
2641
|
+
RequestId?: string;
|
|
2642
|
+
}
|
|
2643
|
+
/**
|
|
2644
|
+
* CreateWhitelist请求参数结构体
|
|
2645
|
+
*/
|
|
2646
|
+
export interface CreateWhitelistRequest {
|
|
2647
|
+
/**
|
|
2648
|
+
* 实例ID:taw-123
|
|
2649
|
+
*/
|
|
2650
|
+
InstanceID: string;
|
|
2651
|
+
/**
|
|
2652
|
+
* 备注(暂未作字节数限制)
|
|
2653
|
+
*/
|
|
2654
|
+
Remark: string;
|
|
2655
|
+
/**
|
|
2656
|
+
* uin:业务方标识
|
|
2657
|
+
*/
|
|
2658
|
+
WhitelistUin: string;
|
|
2659
|
+
/**
|
|
2660
|
+
* 业务方标识
|
|
2661
|
+
*/
|
|
2662
|
+
Aid?: string;
|
|
2663
|
+
}
|
|
2664
|
+
/**
|
|
2665
|
+
* StopInstance返回参数结构体
|
|
2666
|
+
*/
|
|
2667
|
+
export interface StopInstanceResponse {
|
|
2668
|
+
/**
|
|
2669
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2670
|
+
*/
|
|
2671
|
+
RequestId?: string;
|
|
2672
|
+
}
|
|
2673
|
+
/**
|
|
2674
|
+
* DescribeDataPvUrlStatistics返回参数结构体
|
|
2675
|
+
*/
|
|
2676
|
+
export interface DescribeDataPvUrlStatisticsResponse {
|
|
2677
|
+
/**
|
|
2678
|
+
* 返回值
|
|
2679
|
+
*/
|
|
2680
|
+
Result?: string;
|
|
2681
|
+
/**
|
|
2682
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2683
|
+
*/
|
|
2684
|
+
RequestId?: string;
|
|
2685
|
+
}
|
|
2686
|
+
/**
|
|
2687
|
+
* DescribeDataLogUrlInfo请求参数结构体
|
|
2688
|
+
*/
|
|
2689
|
+
export interface DescribeDataLogUrlInfoRequest {
|
|
2690
|
+
/**
|
|
2691
|
+
* 项目ID
|
|
2692
|
+
*/
|
|
2693
|
+
ID: number;
|
|
2694
|
+
/**
|
|
2695
|
+
* 时间戳
|
|
2696
|
+
*/
|
|
2697
|
+
StartTime: number;
|
|
2698
|
+
/**
|
|
2699
|
+
* 时间戳
|
|
2700
|
+
*/
|
|
2701
|
+
EndTime: number;
|
|
2702
|
+
}
|
|
2703
|
+
/**
|
|
2704
|
+
* DescribeProjectLimits请求参数结构体
|
|
2705
|
+
*/
|
|
2706
|
+
export interface DescribeProjectLimitsRequest {
|
|
2707
|
+
/**
|
|
2708
|
+
* 项目ID
|
|
2709
|
+
*/
|
|
2710
|
+
ProjectID: number;
|
|
2711
|
+
}
|
|
2712
|
+
/**
|
|
2713
|
+
* DescribeDataPvUrlStatisticsV2返回参数结构体
|
|
2714
|
+
*/
|
|
2715
|
+
export interface DescribeDataPvUrlStatisticsV2Response {
|
|
2716
|
+
/**
|
|
2717
|
+
* 返回值
|
|
2718
|
+
*/
|
|
2719
|
+
Result?: string;
|
|
2720
|
+
/**
|
|
2721
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2722
|
+
*/
|
|
2723
|
+
RequestId?: string;
|
|
2724
|
+
}
|
|
2725
|
+
/**
|
|
2726
|
+
* Rum片区信息
|
|
2727
|
+
*/
|
|
2728
|
+
export interface RumAreaInfo {
|
|
2729
|
+
/**
|
|
2730
|
+
* 片区Id
|
|
2731
|
+
*/
|
|
2732
|
+
AreaId: number;
|
|
2733
|
+
/**
|
|
2734
|
+
* 片区状态(1=有效,2=无效)
|
|
2735
|
+
*/
|
|
2736
|
+
AreaStatus: number;
|
|
2737
|
+
/**
|
|
2738
|
+
* 片区名称
|
|
2739
|
+
*/
|
|
2740
|
+
AreaName: string;
|
|
2741
|
+
/**
|
|
2742
|
+
* 片区Key
|
|
2743
|
+
*/
|
|
2744
|
+
AreaKey: string;
|
|
2745
|
+
/**
|
|
2746
|
+
* 地域码表 id
|
|
2747
|
+
*/
|
|
2748
|
+
AreaRegionID: string;
|
|
2749
|
+
/**
|
|
2750
|
+
* 地域码表 code 如 ap-xxx(xxx 为地域词)
|
|
2751
|
+
*/
|
|
2752
|
+
AreaRegionCode: string;
|
|
2753
|
+
/**
|
|
2754
|
+
* 地域缩写
|
|
2755
|
+
*/
|
|
2756
|
+
AreaAbbr: string;
|
|
2757
|
+
}
|
|
2758
|
+
/**
|
|
2759
|
+
* DescribeDataSetUrlStatistics请求参数结构体
|
|
2760
|
+
*/
|
|
2761
|
+
export interface DescribeDataSetUrlStatisticsRequest {
|
|
2762
|
+
/**
|
|
2763
|
+
* 开始时间
|
|
2764
|
+
*/
|
|
2765
|
+
StartTime: number;
|
|
2766
|
+
/**
|
|
2767
|
+
* allcount:性能视图,data:小程序,component:小程序相关,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2768
|
+
*/
|
|
2769
|
+
Type: string;
|
|
2770
|
+
/**
|
|
2771
|
+
* 结束时间
|
|
2772
|
+
*/
|
|
2773
|
+
EndTime: number;
|
|
2774
|
+
/**
|
|
2775
|
+
* 项目ID
|
|
2776
|
+
*/
|
|
2777
|
+
ID: number;
|
|
2778
|
+
/**
|
|
2779
|
+
* 自定义2
|
|
2780
|
+
*/
|
|
2781
|
+
ExtSecond?: string;
|
|
2782
|
+
/**
|
|
2783
|
+
* 浏览器引擎
|
|
2784
|
+
*/
|
|
2785
|
+
Engine?: string;
|
|
2786
|
+
/**
|
|
2787
|
+
* 运营商
|
|
2788
|
+
*/
|
|
2789
|
+
Isp?: string;
|
|
2790
|
+
/**
|
|
2791
|
+
* 来源页面
|
|
2792
|
+
*/
|
|
2793
|
+
From?: string;
|
|
2794
|
+
/**
|
|
2795
|
+
* 日志等级
|
|
2796
|
+
*/
|
|
2797
|
+
Level?: string;
|
|
2798
|
+
/**
|
|
2799
|
+
* 品牌
|
|
2800
|
+
*/
|
|
2801
|
+
Brand?: string;
|
|
2802
|
+
/**
|
|
2803
|
+
* 地区
|
|
2804
|
+
*/
|
|
2805
|
+
Area?: string;
|
|
2806
|
+
/**
|
|
2807
|
+
* 版本
|
|
2808
|
+
*/
|
|
2809
|
+
VersionNum?: string;
|
|
2810
|
+
/**
|
|
2811
|
+
* 平台
|
|
2812
|
+
*/
|
|
2813
|
+
Platform?: string;
|
|
2814
|
+
/**
|
|
2815
|
+
* 自定义3
|
|
2816
|
+
*/
|
|
2817
|
+
ExtThird?: string;
|
|
2818
|
+
/**
|
|
2819
|
+
* 自定义1
|
|
2820
|
+
*/
|
|
2821
|
+
ExtFirst?: string;
|
|
2822
|
+
/**
|
|
2823
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
2824
|
+
*/
|
|
2825
|
+
NetType?: string;
|
|
2826
|
+
/**
|
|
2827
|
+
* 机型
|
|
2828
|
+
*/
|
|
2829
|
+
Device?: string;
|
|
2830
|
+
/**
|
|
2831
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2832
|
+
*/
|
|
2833
|
+
IsAbroad?: string;
|
|
2834
|
+
/**
|
|
2835
|
+
* 操作系统
|
|
2836
|
+
*/
|
|
2837
|
+
Os?: string;
|
|
2838
|
+
/**
|
|
2839
|
+
* 浏览器
|
|
2840
|
+
*/
|
|
2841
|
+
Browser?: string;
|
|
2842
|
+
/**
|
|
2843
|
+
* 耗时/数据量口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
2844
|
+
*/
|
|
2845
|
+
CostType?: string;
|
|
2846
|
+
/**
|
|
2847
|
+
* 环境
|
|
2848
|
+
*/
|
|
2849
|
+
Env?: string;
|
|
2850
|
+
/**
|
|
2851
|
+
* 小程序包类型(tag 值):用于过滤字段 type(请求参数名为 PackageType);取值由上报数据决定,可通过 Type=condition(show tag values)获取可选值集合。
|
|
2852
|
+
*/
|
|
2853
|
+
PackageType?: string;
|
|
2854
|
+
}
|
|
2855
|
+
/**
|
|
2856
|
+
* DescribeDataWebVitalsPageV2返回参数结构体
|
|
2857
|
+
*/
|
|
2858
|
+
export interface DescribeDataWebVitalsPageV2Response {
|
|
2859
|
+
/**
|
|
2860
|
+
* 返回值
|
|
2861
|
+
*/
|
|
2862
|
+
Result?: string;
|
|
2863
|
+
/**
|
|
2864
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2865
|
+
*/
|
|
2866
|
+
RequestId?: string;
|
|
2867
|
+
}
|
|
2868
|
+
/**
|
|
2869
|
+
* ResumeInstance返回参数结构体
|
|
2870
|
+
*/
|
|
2871
|
+
export interface ResumeInstanceResponse {
|
|
2872
|
+
/**
|
|
2873
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2874
|
+
*/
|
|
2875
|
+
RequestId?: string;
|
|
2876
|
+
}
|
|
2877
|
+
/**
|
|
2878
|
+
* DescribeDataStaticProject返回参数结构体
|
|
2879
|
+
*/
|
|
2880
|
+
export interface DescribeDataStaticProjectResponse {
|
|
2881
|
+
/**
|
|
2882
|
+
* 返回值
|
|
2883
|
+
*/
|
|
2884
|
+
Result?: string;
|
|
2885
|
+
/**
|
|
2886
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2887
|
+
*/
|
|
2888
|
+
RequestId?: string;
|
|
2889
|
+
}
|
|
2890
|
+
/**
|
|
2891
|
+
* CreateStarProject请求参数结构体
|
|
2892
|
+
*/
|
|
2893
|
+
export interface CreateStarProjectRequest {
|
|
2894
|
+
/**
|
|
2895
|
+
* 实例ID:taw-123
|
|
2896
|
+
*/
|
|
2897
|
+
InstanceID: string;
|
|
2898
|
+
/**
|
|
2899
|
+
* 项目ID
|
|
2900
|
+
*/
|
|
2901
|
+
ID: number;
|
|
2902
|
+
}
|
|
2903
|
+
/**
|
|
2904
|
+
* DescribeAppSingleCaseList请求参数结构体
|
|
2905
|
+
*/
|
|
2906
|
+
export interface DescribeAppSingleCaseListRequest {
|
|
2907
|
+
/**
|
|
2908
|
+
* app 项目 ID
|
|
2909
|
+
*/
|
|
2910
|
+
ProjectID: number;
|
|
2911
|
+
/**
|
|
2912
|
+
* 查询的表名
|
|
2913
|
+
*/
|
|
2914
|
+
From: string;
|
|
2915
|
+
/**
|
|
2916
|
+
* 查询指标 field
|
|
2917
|
+
*/
|
|
2918
|
+
Fields: string;
|
|
2919
|
+
/**
|
|
2920
|
+
* 查询的过滤条件
|
|
2921
|
+
*/
|
|
2922
|
+
Filter: string;
|
|
2923
|
+
/**
|
|
2924
|
+
* 查询简单过滤条件
|
|
2925
|
+
*/
|
|
2926
|
+
FilterSimple?: string;
|
|
2927
|
+
/**
|
|
2928
|
+
* group by 条件
|
|
2929
|
+
*/
|
|
2930
|
+
GroupBy?: Array<string>;
|
|
2931
|
+
/**
|
|
2932
|
+
* order by 条件
|
|
2933
|
+
*/
|
|
2934
|
+
OrderBy?: Array<string>;
|
|
2935
|
+
/**
|
|
2936
|
+
* limit 参数
|
|
2937
|
+
*/
|
|
2938
|
+
Limit?: number;
|
|
2939
|
+
/**
|
|
2940
|
+
* offset 参数
|
|
2941
|
+
*/
|
|
2942
|
+
Offset?: number;
|
|
2943
|
+
}
|
|
2944
|
+
/**
|
|
2945
|
+
* DescribeDataSetUrlStatisticsV2请求参数结构体
|
|
2946
|
+
*/
|
|
2947
|
+
export interface DescribeDataSetUrlStatisticsV2Request {
|
|
2948
|
+
/**
|
|
2949
|
+
* 开始时间
|
|
2950
|
+
*/
|
|
2951
|
+
StartTime: number;
|
|
2952
|
+
/**
|
|
2953
|
+
* allcount:性能视图,data:小程序,component:小程序相关,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2954
|
+
*/
|
|
2955
|
+
Type: string;
|
|
2956
|
+
/**
|
|
2957
|
+
* 结束时间
|
|
2958
|
+
*/
|
|
2959
|
+
EndTime: number;
|
|
2960
|
+
/**
|
|
2961
|
+
* 项目ID
|
|
2962
|
+
*/
|
|
2963
|
+
ID: number;
|
|
2964
|
+
/**
|
|
2965
|
+
* 自定义2
|
|
2966
|
+
*/
|
|
2967
|
+
ExtSecond?: string;
|
|
2968
|
+
/**
|
|
2969
|
+
* 浏览器引擎
|
|
2970
|
+
*/
|
|
2971
|
+
Engine?: string;
|
|
2972
|
+
/**
|
|
2973
|
+
* 运营商
|
|
2974
|
+
*/
|
|
2975
|
+
Isp?: string;
|
|
2976
|
+
/**
|
|
2977
|
+
* 来源页面
|
|
2978
|
+
*/
|
|
2979
|
+
From?: string;
|
|
2980
|
+
/**
|
|
2981
|
+
* 日志等级
|
|
2982
|
+
*/
|
|
2983
|
+
Level?: string;
|
|
2984
|
+
/**
|
|
2985
|
+
* 品牌
|
|
2986
|
+
*/
|
|
2987
|
+
Brand?: string;
|
|
2988
|
+
/**
|
|
2989
|
+
* 地区
|
|
2990
|
+
*/
|
|
2991
|
+
Area?: string;
|
|
2992
|
+
/**
|
|
2993
|
+
* 版本
|
|
2994
|
+
*/
|
|
2995
|
+
VersionNum?: string;
|
|
2996
|
+
/**
|
|
2997
|
+
* 平台
|
|
2998
|
+
*/
|
|
2999
|
+
Platform?: string;
|
|
3000
|
+
/**
|
|
3001
|
+
* 自定义3
|
|
3002
|
+
*/
|
|
3003
|
+
ExtThird?: string;
|
|
3004
|
+
/**
|
|
3005
|
+
* 自定义1
|
|
3006
|
+
*/
|
|
3007
|
+
ExtFirst?: string;
|
|
3008
|
+
/**
|
|
3009
|
+
* 网络类型
|
|
3010
|
+
*/
|
|
3011
|
+
NetType?: string;
|
|
3012
|
+
/**
|
|
3013
|
+
* 机型
|
|
3014
|
+
*/
|
|
3015
|
+
Device?: string;
|
|
3016
|
+
/**
|
|
3017
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3018
|
+
*/
|
|
3019
|
+
IsAbroad?: string;
|
|
3020
|
+
/**
|
|
3021
|
+
* 操作系统
|
|
3022
|
+
*/
|
|
3023
|
+
Os?: string;
|
|
3024
|
+
/**
|
|
3025
|
+
* 浏览器
|
|
3026
|
+
*/
|
|
3027
|
+
Browser?: string;
|
|
3028
|
+
/**
|
|
3029
|
+
* 耗时计算
|
|
3030
|
+
*/
|
|
3031
|
+
CostType?: string;
|
|
3032
|
+
/**
|
|
3033
|
+
* 环境
|
|
3034
|
+
*/
|
|
3035
|
+
Env?: string;
|
|
3036
|
+
/**
|
|
3037
|
+
* 获取package
|
|
3038
|
+
*/
|
|
3039
|
+
PackageType?: string;
|
|
3040
|
+
/**
|
|
3041
|
+
* 自定义4
|
|
3042
|
+
*/
|
|
3043
|
+
ExtFourth?: string;
|
|
3044
|
+
/**
|
|
3045
|
+
* 自定义5
|
|
3046
|
+
*/
|
|
3047
|
+
ExtFifth?: string;
|
|
3048
|
+
/**
|
|
3049
|
+
* 自定义6
|
|
3050
|
+
*/
|
|
3051
|
+
ExtSixth?: string;
|
|
3052
|
+
/**
|
|
3053
|
+
* 自定义7
|
|
3054
|
+
*/
|
|
3055
|
+
ExtSeventh?: string;
|
|
3056
|
+
/**
|
|
3057
|
+
* 自定义8
|
|
3058
|
+
*/
|
|
3059
|
+
ExtEighth?: string;
|
|
3060
|
+
/**
|
|
3061
|
+
* 自定义9
|
|
3062
|
+
*/
|
|
3063
|
+
ExtNinth?: string;
|
|
3064
|
+
/**
|
|
3065
|
+
* 自定义10
|
|
3066
|
+
*/
|
|
3067
|
+
ExtTenth?: string;
|
|
3068
|
+
/**
|
|
3069
|
+
* 时间段
|
|
3070
|
+
*/
|
|
3071
|
+
Granularity?: string;
|
|
3072
|
+
}
|
|
3073
|
+
/**
|
|
3074
|
+
* DescribeReleaseFileSign请求参数结构体
|
|
3075
|
+
*/
|
|
3076
|
+
export interface DescribeReleaseFileSignRequest {
|
|
3077
|
+
/**
|
|
3078
|
+
* 超时时间,不填默认是 5 分钟
|
|
3079
|
+
*/
|
|
3080
|
+
Timeout?: number;
|
|
3081
|
+
/**
|
|
3082
|
+
* bucket类型,不填默认1:web,2:app
|
|
3083
|
+
*/
|
|
3084
|
+
FileType?: number;
|
|
3085
|
+
/**
|
|
3086
|
+
* 获取临时签名的bucket是境内还是境外(1表示境外,其它表示境内)
|
|
3087
|
+
*/
|
|
3088
|
+
Site?: number;
|
|
3089
|
+
/**
|
|
3090
|
+
* ProjectID
|
|
3091
|
+
*/
|
|
3092
|
+
ID?: number;
|
|
3093
|
+
}
|
|
3094
|
+
/**
|
|
3095
|
+
* DeleteWhitelist请求参数结构体
|
|
3096
|
+
*/
|
|
3097
|
+
export interface DeleteWhitelistRequest {
|
|
3098
|
+
/**
|
|
3099
|
+
* 实例ID
|
|
3100
|
+
*/
|
|
3101
|
+
InstanceID: string;
|
|
3102
|
+
/**
|
|
3103
|
+
* 名单ID
|
|
3104
|
+
*/
|
|
3105
|
+
ID: string;
|
|
3106
|
+
}
|
|
3107
|
+
/**
|
|
3108
|
+
* DescribeDataLogUrlInfo返回参数结构体
|
|
3109
|
+
*/
|
|
3110
|
+
export interface DescribeDataLogUrlInfoResponse {
|
|
3111
|
+
/**
|
|
3112
|
+
* 返回字符串
|
|
3113
|
+
*/
|
|
3114
|
+
Result?: string;
|
|
3115
|
+
/**
|
|
3116
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3117
|
+
*/
|
|
3118
|
+
RequestId?: string;
|
|
3119
|
+
}
|
|
3120
|
+
/**
|
|
3121
|
+
* rum 日志对象
|
|
3122
|
+
*/
|
|
3123
|
+
export interface RumPvInfo {
|
|
3124
|
+
/**
|
|
3125
|
+
* 项目ID
|
|
3126
|
+
*/
|
|
3127
|
+
ProjectId?: number;
|
|
3128
|
+
/**
|
|
3129
|
+
* pv访问量
|
|
3130
|
+
*/
|
|
3131
|
+
Pv?: string;
|
|
3132
|
+
/**
|
|
3133
|
+
* 时间
|
|
3134
|
+
*/
|
|
3135
|
+
CreateTime?: string;
|
|
3136
|
+
}
|
|
3137
|
+
/**
|
|
3138
|
+
* DeleteReleaseFile返回参数结构体
|
|
3139
|
+
*/
|
|
3140
|
+
export interface DeleteReleaseFileResponse {
|
|
3141
|
+
/**
|
|
3142
|
+
* 接口请求返回字符串
|
|
3143
|
+
*/
|
|
3144
|
+
Msg: string;
|
|
3145
|
+
/**
|
|
3146
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3147
|
+
*/
|
|
3148
|
+
RequestId?: string;
|
|
3149
|
+
}
|
|
3150
|
+
/**
|
|
3151
|
+
* DescribeDataCustomUrlV2请求参数结构体
|
|
3152
|
+
*/
|
|
3153
|
+
export interface DescribeDataCustomUrlV2Request {
|
|
3154
|
+
/**
|
|
3155
|
+
* 开始时间
|
|
3156
|
+
*/
|
|
3157
|
+
StartTime: number;
|
|
3158
|
+
/**
|
|
3159
|
+
* 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视图等等
|
|
3160
|
+
*/
|
|
3161
|
+
Type: string;
|
|
3162
|
+
/**
|
|
3163
|
+
* 结束时间
|
|
3164
|
+
*/
|
|
3165
|
+
EndTime: number;
|
|
3166
|
+
/**
|
|
3167
|
+
* 项目ID
|
|
3168
|
+
*/
|
|
3169
|
+
ID: number;
|
|
3170
|
+
/**
|
|
3171
|
+
* 自定义2
|
|
3172
|
+
*/
|
|
3173
|
+
ExtSecond?: string;
|
|
3174
|
+
/**
|
|
3175
|
+
* 浏览器引擎
|
|
3176
|
+
*/
|
|
3177
|
+
Engine?: string;
|
|
3178
|
+
/**
|
|
3179
|
+
* 运营商
|
|
3180
|
+
*/
|
|
3181
|
+
Isp?: string;
|
|
3182
|
+
/**
|
|
3183
|
+
* 来源页面
|
|
3184
|
+
*/
|
|
3185
|
+
From?: string;
|
|
3186
|
+
/**
|
|
3187
|
+
* 日志等级
|
|
3188
|
+
*/
|
|
3189
|
+
Level?: string;
|
|
3190
|
+
/**
|
|
3191
|
+
* 品牌
|
|
3192
|
+
*/
|
|
3193
|
+
Brand?: string;
|
|
3194
|
+
/**
|
|
3195
|
+
* 地区
|
|
3196
|
+
*/
|
|
3197
|
+
Area?: string;
|
|
3198
|
+
/**
|
|
3199
|
+
* 版本
|
|
3200
|
+
*/
|
|
3201
|
+
VersionNum?: string;
|
|
3202
|
+
/**
|
|
3203
|
+
* 平台
|
|
3204
|
+
*/
|
|
3205
|
+
Platform?: string;
|
|
3206
|
+
/**
|
|
3207
|
+
* 自定义3
|
|
3208
|
+
*/
|
|
3209
|
+
ExtThird?: string;
|
|
3210
|
+
/**
|
|
3211
|
+
* 自定义1
|
|
3212
|
+
*/
|
|
3213
|
+
ExtFirst?: string;
|
|
3214
|
+
/**
|
|
3215
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
3216
|
+
*/
|
|
3217
|
+
NetType?: string;
|
|
3218
|
+
/**
|
|
3219
|
+
* 机型
|
|
3220
|
+
*/
|
|
3221
|
+
Device?: string;
|
|
3222
|
+
/**
|
|
3223
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3224
|
+
*/
|
|
3225
|
+
IsAbroad?: string;
|
|
3226
|
+
/**
|
|
3227
|
+
* 操作系统
|
|
3228
|
+
*/
|
|
3229
|
+
Os?: string;
|
|
3230
|
+
/**
|
|
3231
|
+
* 浏览器
|
|
3232
|
+
*/
|
|
3233
|
+
Browser?: string;
|
|
3234
|
+
/**
|
|
3235
|
+
* 耗时计算方式
|
|
3236
|
+
*/
|
|
3237
|
+
CostType?: string;
|
|
3238
|
+
/**
|
|
3239
|
+
* 自定义测速的key的值
|
|
3240
|
+
*/
|
|
3241
|
+
Url?: string;
|
|
3242
|
+
/**
|
|
3243
|
+
* 环境
|
|
3244
|
+
*/
|
|
3245
|
+
Env?: string;
|
|
3246
|
+
/**
|
|
3247
|
+
* 自定义4
|
|
3248
|
+
*/
|
|
3249
|
+
ExtFourth?: string;
|
|
3250
|
+
/**
|
|
3251
|
+
* 自定义5
|
|
3252
|
+
*/
|
|
3253
|
+
ExtFifth?: string;
|
|
3254
|
+
/**
|
|
3255
|
+
* 自定义6
|
|
3256
|
+
*/
|
|
3257
|
+
ExtSixth?: string;
|
|
3258
|
+
/**
|
|
3259
|
+
* 自定义7
|
|
3260
|
+
*/
|
|
3261
|
+
ExtSeventh?: string;
|
|
3262
|
+
/**
|
|
3263
|
+
* 自定义8
|
|
3264
|
+
*/
|
|
3265
|
+
ExtEighth?: string;
|
|
3266
|
+
/**
|
|
3267
|
+
* 自定义9
|
|
3268
|
+
*/
|
|
3269
|
+
ExtNinth?: string;
|
|
3270
|
+
/**
|
|
3271
|
+
* 自定义10
|
|
3272
|
+
*/
|
|
3273
|
+
ExtTenth?: string;
|
|
3274
|
+
/**
|
|
3275
|
+
* 时间段
|
|
3276
|
+
*/
|
|
3277
|
+
Granularity?: string;
|
|
3278
|
+
}
|
|
3279
|
+
/**
|
|
3280
|
+
* DescribeDataLogUrlStatistics请求参数结构体
|
|
3281
|
+
*/
|
|
3282
|
+
export interface DescribeDataLogUrlStatisticsRequest {
|
|
3283
|
+
/**
|
|
3284
|
+
* 开始时间
|
|
3285
|
+
*/
|
|
3286
|
+
StartTime: number;
|
|
3287
|
+
/**
|
|
3288
|
+
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
3289
|
+
*/
|
|
3290
|
+
Type: string;
|
|
3291
|
+
/**
|
|
3292
|
+
* 结束时间
|
|
3293
|
+
*/
|
|
3294
|
+
EndTime: number;
|
|
3295
|
+
/**
|
|
3296
|
+
* 项目ID
|
|
3297
|
+
*/
|
|
3298
|
+
ID: number;
|
|
3299
|
+
/**
|
|
3300
|
+
* 自定义2
|
|
3301
|
+
*/
|
|
3302
|
+
ExtSecond?: string;
|
|
3303
|
+
/**
|
|
3304
|
+
* 浏览器引擎
|
|
3305
|
+
*/
|
|
3306
|
+
Engine?: string;
|
|
3307
|
+
/**
|
|
3308
|
+
* 运营商
|
|
3309
|
+
*/
|
|
3310
|
+
Isp?: string;
|
|
3311
|
+
/**
|
|
3312
|
+
* 来源页面
|
|
3313
|
+
*/
|
|
3314
|
+
From?: string;
|
|
3315
|
+
/**
|
|
3316
|
+
* 日志等级
|
|
3317
|
+
*/
|
|
3318
|
+
Level?: string;
|
|
3319
|
+
/**
|
|
3320
|
+
* 品牌
|
|
3321
|
+
*/
|
|
3322
|
+
Brand?: string;
|
|
3323
|
+
/**
|
|
3324
|
+
* 地区
|
|
3325
|
+
*/
|
|
3326
|
+
Area?: string;
|
|
3327
|
+
/**
|
|
3328
|
+
* 版本
|
|
3329
|
+
*/
|
|
3330
|
+
VersionNum?: string;
|
|
3331
|
+
/**
|
|
3332
|
+
* 平台
|
|
3333
|
+
*/
|
|
3334
|
+
Platform?: string;
|
|
3335
|
+
/**
|
|
3336
|
+
* 自定义3
|
|
3337
|
+
*/
|
|
3338
|
+
ExtThird?: string;
|
|
3339
|
+
/**
|
|
3340
|
+
* 自定义1
|
|
3341
|
+
*/
|
|
3342
|
+
ExtFirst?: string;
|
|
3343
|
+
/**
|
|
3344
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3345
|
+
*/
|
|
3346
|
+
NetType?: string;
|
|
3347
|
+
/**
|
|
3348
|
+
* 机型
|
|
3349
|
+
*/
|
|
3350
|
+
Device?: string;
|
|
3351
|
+
/**
|
|
3352
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3353
|
+
*/
|
|
3354
|
+
IsAbroad?: string;
|
|
3355
|
+
/**
|
|
3356
|
+
* 操作系统
|
|
3357
|
+
*/
|
|
3358
|
+
Os?: string;
|
|
3359
|
+
/**
|
|
3360
|
+
* 浏览器
|
|
3361
|
+
*/
|
|
3362
|
+
Browser?: string;
|
|
3363
|
+
/**
|
|
3364
|
+
* 环境区分
|
|
3365
|
+
*/
|
|
3366
|
+
Env?: string;
|
|
3367
|
+
/**
|
|
3368
|
+
* js异常信息
|
|
3369
|
+
*/
|
|
3370
|
+
ErrorMsg?: string;
|
|
3371
|
+
}
|
|
3372
|
+
/**
|
|
3373
|
+
* DescribeDataBridgeUrlV2返回参数结构体
|
|
3374
|
+
*/
|
|
3375
|
+
export interface DescribeDataBridgeUrlV2Response {
|
|
3376
|
+
/**
|
|
3377
|
+
* 返回值
|
|
3378
|
+
*/
|
|
3379
|
+
Result?: string;
|
|
3380
|
+
/**
|
|
3381
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3382
|
+
*/
|
|
3383
|
+
RequestId?: string;
|
|
3384
|
+
}
|
|
3385
|
+
/**
|
|
3386
|
+
* DescribeScores返回参数结构体
|
|
3387
|
+
*/
|
|
3388
|
+
export interface DescribeScoresResponse {
|
|
3389
|
+
/**
|
|
3390
|
+
* 数组
|
|
3391
|
+
*/
|
|
3392
|
+
ScoreSet?: Array<ScoreInfo>;
|
|
3393
|
+
/**
|
|
3394
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3395
|
+
*/
|
|
3396
|
+
RequestId?: string;
|
|
3397
|
+
}
|
|
3398
|
+
/**
|
|
3399
|
+
* DescribeTawAreas请求参数结构体
|
|
3400
|
+
*/
|
|
3401
|
+
export interface DescribeTawAreasRequest {
|
|
3402
|
+
/**
|
|
3403
|
+
* 片区Id
|
|
3404
|
+
*/
|
|
3405
|
+
AreaIds?: Array<number | bigint>;
|
|
3406
|
+
/**
|
|
3407
|
+
* 片区Key
|
|
3408
|
+
*/
|
|
3409
|
+
AreaKeys?: Array<string>;
|
|
3410
|
+
/**
|
|
3411
|
+
* 分页Limit,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
3412
|
+
*/
|
|
3413
|
+
Limit?: number;
|
|
3414
|
+
/**
|
|
3415
|
+
* 片区状态(1=有效,2=无效)
|
|
3416
|
+
*/
|
|
3417
|
+
AreaStatuses?: Array<number | bigint>;
|
|
3418
|
+
/**
|
|
3419
|
+
* 分页Offset,默认根据AreaKeys和AreaStatuses参数查询所有。
|
|
3420
|
+
*/
|
|
3421
|
+
Offset?: number;
|
|
3422
|
+
}
|
|
3423
|
+
/**
|
|
3424
|
+
* DescribeDataCustomUrlV2返回参数结构体
|
|
3425
|
+
*/
|
|
3426
|
+
export interface DescribeDataCustomUrlV2Response {
|
|
3427
|
+
/**
|
|
3428
|
+
* 返回值
|
|
3429
|
+
*/
|
|
3430
|
+
Result?: string;
|
|
3431
|
+
/**
|
|
3432
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3433
|
+
*/
|
|
3434
|
+
RequestId?: string;
|
|
3435
|
+
}
|
|
3436
|
+
/**
|
|
3437
|
+
* 描述键值对过滤器,用于条件过滤查询。例如过滤ID、名称、状态等
|
|
3438
|
+
|
|
3439
|
+
· 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
3440
|
+
· 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
|
|
3441
|
+
*/
|
|
3442
|
+
export interface Filter {
|
|
3443
|
+
/**
|
|
3444
|
+
* 一个或者多个过滤值。
|
|
3445
|
+
*/
|
|
3446
|
+
Values?: Array<string>;
|
|
3447
|
+
/**
|
|
3448
|
+
* 过滤键的名称。
|
|
3449
|
+
*/
|
|
3450
|
+
Name?: string;
|
|
3451
|
+
}
|
|
3452
|
+
/**
|
|
3453
|
+
* DeleteStarProject返回参数结构体
|
|
3454
|
+
*/
|
|
3455
|
+
export interface DeleteStarProjectResponse {
|
|
3456
|
+
/**
|
|
3457
|
+
* 返回消息,请求成功才会返回,出现异常默认为null
|
|
3458
|
+
*/
|
|
3459
|
+
Msg?: string;
|
|
3460
|
+
/**
|
|
3461
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3462
|
+
*/
|
|
3463
|
+
RequestId?: string;
|
|
3464
|
+
}
|
|
3465
|
+
/**
|
|
3466
|
+
* DescribeDataPerformancePage返回参数结构体
|
|
3467
|
+
*/
|
|
3468
|
+
export interface DescribeDataPerformancePageResponse {
|
|
3469
|
+
/**
|
|
3470
|
+
* 返回值
|
|
3471
|
+
*/
|
|
3472
|
+
Result?: string;
|
|
3473
|
+
/**
|
|
3474
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3475
|
+
*/
|
|
3476
|
+
RequestId?: string;
|
|
3477
|
+
}
|
|
3478
|
+
/**
|
|
3479
|
+
* DeleteInstance请求参数结构体
|
|
3480
|
+
*/
|
|
3481
|
+
export interface DeleteInstanceRequest {
|
|
3482
|
+
/**
|
|
3483
|
+
* 需要删除的实例id
|
|
3484
|
+
*/
|
|
3485
|
+
InstanceId: string;
|
|
3486
|
+
}
|
|
3487
|
+
/**
|
|
3488
|
+
* DescribeDataStaticResource返回参数结构体
|
|
3489
|
+
*/
|
|
3490
|
+
export interface DescribeDataStaticResourceResponse {
|
|
3491
|
+
/**
|
|
3492
|
+
* 返回值
|
|
3493
|
+
*/
|
|
3494
|
+
Result?: string;
|
|
3495
|
+
/**
|
|
3496
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3497
|
+
*/
|
|
3498
|
+
RequestId?: string;
|
|
3499
|
+
}
|
|
3500
|
+
/**
|
|
3501
|
+
* DescribeDataEventUrl返回参数结构体
|
|
3502
|
+
*/
|
|
3503
|
+
export interface DescribeDataEventUrlResponse {
|
|
3504
|
+
/**
|
|
3505
|
+
* 返回值
|
|
3506
|
+
*/
|
|
3507
|
+
Result?: string;
|
|
3508
|
+
/**
|
|
3509
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3510
|
+
*/
|
|
3511
|
+
RequestId?: string;
|
|
3512
|
+
}
|
|
3513
|
+
/**
|
|
3514
|
+
* DescribeReleaseFileSign返回参数结构体
|
|
3515
|
+
*/
|
|
3516
|
+
export interface DescribeReleaseFileSignResponse {
|
|
3517
|
+
/**
|
|
3518
|
+
* 临时密钥key
|
|
3519
|
+
*/
|
|
3520
|
+
SecretKey?: string;
|
|
3521
|
+
/**
|
|
3522
|
+
* 临时密钥 id
|
|
3523
|
+
*/
|
|
3524
|
+
SecretID?: string;
|
|
3525
|
+
/**
|
|
3526
|
+
* 临时密钥临时 token
|
|
3527
|
+
*/
|
|
3528
|
+
SessionToken?: string;
|
|
3529
|
+
/**
|
|
3530
|
+
* 开始时间戳
|
|
3531
|
+
*/
|
|
3532
|
+
StartTime?: number;
|
|
3533
|
+
/**
|
|
3534
|
+
* 过期时间戳
|
|
3535
|
+
*/
|
|
3536
|
+
ExpiredTime?: number;
|
|
3537
|
+
/**
|
|
3538
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3539
|
+
*/
|
|
3540
|
+
RequestId?: string;
|
|
3541
|
+
}
|
|
3542
|
+
/**
|
|
3543
|
+
* DescribeDataWebVitalsPage请求参数结构体
|
|
3544
|
+
*/
|
|
3545
|
+
export interface DescribeDataWebVitalsPageRequest {
|
|
3546
|
+
/**
|
|
3547
|
+
* 开始时间
|
|
3548
|
+
*/
|
|
3549
|
+
StartTime: number;
|
|
3550
|
+
/**
|
|
3551
|
+
* 结束时间
|
|
3552
|
+
*/
|
|
3553
|
+
EndTime: number;
|
|
3554
|
+
/**
|
|
3555
|
+
* 项目ID
|
|
3556
|
+
*/
|
|
3557
|
+
ID: number;
|
|
3558
|
+
/**
|
|
3559
|
+
* 自定义2
|
|
3560
|
+
*/
|
|
3561
|
+
ExtSecond?: string;
|
|
3562
|
+
/**
|
|
3563
|
+
* 浏览器引擎
|
|
3564
|
+
*/
|
|
3565
|
+
Engine?: string;
|
|
3566
|
+
/**
|
|
3567
|
+
* 运营商
|
|
3568
|
+
*/
|
|
3569
|
+
Isp?: string;
|
|
3570
|
+
/**
|
|
3571
|
+
* 查询维度:from=按页面来源(from)聚合输出;其他值/空值=输出整体汇总。
|
|
3572
|
+
*/
|
|
3573
|
+
From?: string;
|
|
3574
|
+
/**
|
|
3575
|
+
* 日志等级
|
|
3576
|
+
*/
|
|
3577
|
+
Level?: string;
|
|
3578
|
+
/**
|
|
3579
|
+
* 类型暂无
|
|
3580
|
+
*/
|
|
3581
|
+
Type?: string;
|
|
3582
|
+
/**
|
|
3583
|
+
* 品牌
|
|
3584
|
+
*/
|
|
3585
|
+
Brand?: string;
|
|
3586
|
+
/**
|
|
3587
|
+
* 地区
|
|
3588
|
+
*/
|
|
3589
|
+
Area?: string;
|
|
3590
|
+
/**
|
|
3591
|
+
* 版本
|
|
3592
|
+
*/
|
|
3593
|
+
VersionNum?: string;
|
|
3594
|
+
/**
|
|
3595
|
+
* 平台
|
|
3596
|
+
*/
|
|
3597
|
+
Platform?: string;
|
|
3598
|
+
/**
|
|
3599
|
+
* 自定义3
|
|
3600
|
+
*/
|
|
3601
|
+
ExtThird?: string;
|
|
3602
|
+
/**
|
|
3603
|
+
* 自定义1
|
|
3604
|
+
*/
|
|
3605
|
+
ExtFirst?: string;
|
|
3606
|
+
/**
|
|
3607
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3608
|
+
*/
|
|
3609
|
+
NetType?: string;
|
|
3610
|
+
/**
|
|
3611
|
+
* 机型
|
|
3612
|
+
*/
|
|
3613
|
+
Device?: string;
|
|
3614
|
+
/**
|
|
3615
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3616
|
+
*/
|
|
3617
|
+
IsAbroad?: string;
|
|
3618
|
+
/**
|
|
3619
|
+
* 操作系统
|
|
3620
|
+
*/
|
|
3621
|
+
Os?: string;
|
|
3622
|
+
/**
|
|
3623
|
+
* 浏览器
|
|
3624
|
+
*/
|
|
3625
|
+
Browser?: string;
|
|
3626
|
+
/**
|
|
3627
|
+
* Web Vitals 口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
3628
|
+
*/
|
|
3629
|
+
CostType?: string;
|
|
3630
|
+
/**
|
|
3631
|
+
* 环境
|
|
3632
|
+
*/
|
|
3633
|
+
Env?: string;
|
|
3634
|
+
}
|
|
3635
|
+
/**
|
|
3636
|
+
* DescribeDataFetchUrlInfo请求参数结构体
|
|
3637
|
+
*/
|
|
3638
|
+
export interface DescribeDataFetchUrlInfoRequest {
|
|
3639
|
+
/**
|
|
3640
|
+
* 开始时间
|
|
3641
|
+
*/
|
|
3642
|
+
StartTime: number;
|
|
3643
|
+
/**
|
|
3644
|
+
* 类型
|
|
3645
|
+
*/
|
|
3646
|
+
Type: string;
|
|
3647
|
+
/**
|
|
3648
|
+
* 结束时间
|
|
3649
|
+
*/
|
|
3650
|
+
EndTime: number;
|
|
3651
|
+
/**
|
|
3652
|
+
* 项目ID
|
|
3653
|
+
*/
|
|
3654
|
+
ID: number;
|
|
3655
|
+
/**
|
|
3656
|
+
* 自定义2
|
|
3657
|
+
*/
|
|
3658
|
+
ExtSecond?: string;
|
|
3659
|
+
/**
|
|
3660
|
+
* 浏览器引擎
|
|
3661
|
+
*/
|
|
3662
|
+
Engine?: string;
|
|
3663
|
+
/**
|
|
3664
|
+
* 运营商
|
|
3665
|
+
*/
|
|
3666
|
+
Isp?: string;
|
|
3667
|
+
/**
|
|
3668
|
+
* 来源页面
|
|
3669
|
+
*/
|
|
3670
|
+
From?: string;
|
|
3671
|
+
/**
|
|
3672
|
+
* 日志等级
|
|
3673
|
+
*/
|
|
3674
|
+
Level?: string;
|
|
3675
|
+
/**
|
|
3676
|
+
* 品牌
|
|
3677
|
+
*/
|
|
3678
|
+
Brand?: string;
|
|
3679
|
+
/**
|
|
3680
|
+
* 地区
|
|
3681
|
+
*/
|
|
3682
|
+
Area?: string;
|
|
3683
|
+
/**
|
|
3684
|
+
* 版本
|
|
3685
|
+
*/
|
|
3686
|
+
VersionNum?: string;
|
|
3687
|
+
/**
|
|
3688
|
+
* 平台
|
|
3689
|
+
*/
|
|
3690
|
+
Platform?: string;
|
|
3691
|
+
/**
|
|
3692
|
+
* 自定义3
|
|
3693
|
+
*/
|
|
3694
|
+
ExtThird?: string;
|
|
3695
|
+
/**
|
|
3696
|
+
* 自定义1
|
|
3697
|
+
*/
|
|
3698
|
+
ExtFirst?: string;
|
|
3699
|
+
/**
|
|
3700
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3701
|
+
*/
|
|
3702
|
+
NetType?: string;
|
|
3703
|
+
/**
|
|
3704
|
+
* 机型
|
|
3705
|
+
*/
|
|
3706
|
+
Device?: string;
|
|
3707
|
+
/**
|
|
3708
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3709
|
+
*/
|
|
3710
|
+
IsAbroad?: string;
|
|
3711
|
+
/**
|
|
3712
|
+
* 操作系统
|
|
3713
|
+
*/
|
|
3714
|
+
Os?: string;
|
|
3715
|
+
/**
|
|
3716
|
+
* 浏览器
|
|
3717
|
+
*/
|
|
3718
|
+
Browser?: string;
|
|
3719
|
+
/**
|
|
3720
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
3721
|
+
*/
|
|
3722
|
+
CostType?: string;
|
|
3723
|
+
/**
|
|
3724
|
+
* 来源
|
|
3725
|
+
*/
|
|
3726
|
+
Url?: string;
|
|
3727
|
+
/**
|
|
3728
|
+
* 环境
|
|
3729
|
+
*/
|
|
3730
|
+
Env?: string;
|
|
2375
3731
|
}
|
|
2376
3732
|
/**
|
|
2377
|
-
*
|
|
3733
|
+
* DescribeDataFetchUrlInfo返回参数结构体
|
|
2378
3734
|
*/
|
|
2379
|
-
export interface
|
|
3735
|
+
export interface DescribeDataFetchUrlInfoResponse {
|
|
2380
3736
|
/**
|
|
2381
3737
|
* 返回值
|
|
2382
3738
|
*/
|
|
@@ -2387,18 +3743,22 @@ export interface DescribeDataPerformancePageResponse {
|
|
|
2387
3743
|
RequestId?: string;
|
|
2388
3744
|
}
|
|
2389
3745
|
/**
|
|
2390
|
-
*
|
|
3746
|
+
* DescribeReleaseFiles返回参数结构体
|
|
2391
3747
|
*/
|
|
2392
|
-
export interface
|
|
3748
|
+
export interface DescribeReleaseFilesResponse {
|
|
2393
3749
|
/**
|
|
2394
|
-
*
|
|
3750
|
+
* 文件信息列表
|
|
2395
3751
|
*/
|
|
2396
|
-
|
|
3752
|
+
Files?: Array<ReleaseFile>;
|
|
3753
|
+
/**
|
|
3754
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3755
|
+
*/
|
|
3756
|
+
RequestId?: string;
|
|
2397
3757
|
}
|
|
2398
3758
|
/**
|
|
2399
|
-
*
|
|
3759
|
+
* DescribeDataStaticUrl返回参数结构体
|
|
2400
3760
|
*/
|
|
2401
|
-
export interface
|
|
3761
|
+
export interface DescribeDataStaticUrlResponse {
|
|
2402
3762
|
/**
|
|
2403
3763
|
* 返回值
|
|
2404
3764
|
*/
|
|
@@ -2409,9 +3769,111 @@ export interface DescribeDataStaticResourceResponse {
|
|
|
2409
3769
|
RequestId?: string;
|
|
2410
3770
|
}
|
|
2411
3771
|
/**
|
|
2412
|
-
*
|
|
3772
|
+
* CreateWhitelist返回参数结构体
|
|
2413
3773
|
*/
|
|
2414
|
-
export interface
|
|
3774
|
+
export interface CreateWhitelistResponse {
|
|
3775
|
+
/**
|
|
3776
|
+
* 消息
|
|
3777
|
+
*/
|
|
3778
|
+
Msg?: string;
|
|
3779
|
+
/**
|
|
3780
|
+
* 白名单ID
|
|
3781
|
+
*/
|
|
3782
|
+
ID?: number;
|
|
3783
|
+
/**
|
|
3784
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3785
|
+
*/
|
|
3786
|
+
RequestId?: string;
|
|
3787
|
+
}
|
|
3788
|
+
/**
|
|
3789
|
+
* project Score分数实体
|
|
3790
|
+
*/
|
|
3791
|
+
export interface ScoreInfo {
|
|
3792
|
+
/**
|
|
3793
|
+
* duration
|
|
3794
|
+
*/
|
|
3795
|
+
StaticDuration?: string;
|
|
3796
|
+
/**
|
|
3797
|
+
* pv
|
|
3798
|
+
*/
|
|
3799
|
+
PagePv?: string;
|
|
3800
|
+
/**
|
|
3801
|
+
* 失败
|
|
3802
|
+
*/
|
|
3803
|
+
ApiFail?: string;
|
|
3804
|
+
/**
|
|
3805
|
+
* 请求
|
|
3806
|
+
*/
|
|
3807
|
+
ApiNum?: string;
|
|
3808
|
+
/**
|
|
3809
|
+
* fail
|
|
3810
|
+
*/
|
|
3811
|
+
StaticFail?: string;
|
|
3812
|
+
/**
|
|
3813
|
+
* 项目id
|
|
3814
|
+
*/
|
|
3815
|
+
ProjectID?: number;
|
|
3816
|
+
/**
|
|
3817
|
+
* uv
|
|
3818
|
+
*/
|
|
3819
|
+
PageUv?: string;
|
|
3820
|
+
/**
|
|
3821
|
+
* 请求次数
|
|
3822
|
+
*/
|
|
3823
|
+
ApiDuration?: string;
|
|
3824
|
+
/**
|
|
3825
|
+
* 项目总分
|
|
3826
|
+
*/
|
|
3827
|
+
Score?: string;
|
|
3828
|
+
/**
|
|
3829
|
+
* error
|
|
3830
|
+
*/
|
|
3831
|
+
PageError?: string;
|
|
3832
|
+
/**
|
|
3833
|
+
* num
|
|
3834
|
+
*/
|
|
3835
|
+
StaticNum?: string;
|
|
3836
|
+
/**
|
|
3837
|
+
* num
|
|
3838
|
+
*/
|
|
3839
|
+
RecordNum?: number;
|
|
3840
|
+
/**
|
|
3841
|
+
* Duration
|
|
3842
|
+
*/
|
|
3843
|
+
PageDuration?: string;
|
|
3844
|
+
/**
|
|
3845
|
+
* 时间
|
|
3846
|
+
*/
|
|
3847
|
+
CreateTime?: string;
|
|
3848
|
+
/**
|
|
3849
|
+
* 页面性能评分
|
|
3850
|
+
*/
|
|
3851
|
+
PagePerformanceScore?: string;
|
|
3852
|
+
/**
|
|
3853
|
+
* js错误评分
|
|
3854
|
+
*/
|
|
3855
|
+
JsErrorScore?: string;
|
|
3856
|
+
/**
|
|
3857
|
+
* API性能评分
|
|
3858
|
+
*/
|
|
3859
|
+
ApiPerformanceScore?: string;
|
|
3860
|
+
/**
|
|
3861
|
+
* API可用性评分
|
|
3862
|
+
*/
|
|
3863
|
+
ApiAvaliableScore?: string;
|
|
3864
|
+
/**
|
|
3865
|
+
* 静态资源性能评分
|
|
3866
|
+
*/
|
|
3867
|
+
StaticPerformanceScore?: string;
|
|
3868
|
+
/**
|
|
3869
|
+
* 静态资源可用性评分
|
|
3870
|
+
*/
|
|
3871
|
+
StaticAvaliableScore?: string;
|
|
3872
|
+
}
|
|
3873
|
+
/**
|
|
3874
|
+
* DescribeDataWebVitalsPage返回参数结构体
|
|
3875
|
+
*/
|
|
3876
|
+
export interface DescribeDataWebVitalsPageResponse {
|
|
2415
3877
|
/**
|
|
2416
3878
|
* 返回值
|
|
2417
3879
|
*/
|
|
@@ -2422,13 +3884,17 @@ export interface DescribeDataEventUrlResponse {
|
|
|
2422
3884
|
RequestId?: string;
|
|
2423
3885
|
}
|
|
2424
3886
|
/**
|
|
2425
|
-
*
|
|
3887
|
+
* DescribeDataStaticProjectV2请求参数结构体
|
|
2426
3888
|
*/
|
|
2427
|
-
export interface
|
|
3889
|
+
export interface DescribeDataStaticProjectV2Request {
|
|
2428
3890
|
/**
|
|
2429
3891
|
* 开始时间
|
|
2430
3892
|
*/
|
|
2431
3893
|
StartTime: number;
|
|
3894
|
+
/**
|
|
3895
|
+
* allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
3896
|
+
*/
|
|
3897
|
+
Type: string;
|
|
2432
3898
|
/**
|
|
2433
3899
|
* 结束时间
|
|
2434
3900
|
*/
|
|
@@ -2454,13 +3920,9 @@ export interface DescribeDataWebVitalsPageRequest {
|
|
|
2454
3920
|
*/
|
|
2455
3921
|
From?: string;
|
|
2456
3922
|
/**
|
|
2457
|
-
*
|
|
3923
|
+
* 日志等级(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
3924
|
*/
|
|
2459
3925
|
Level?: string;
|
|
2460
|
-
/**
|
|
2461
|
-
* 类型暂无
|
|
2462
|
-
*/
|
|
2463
|
-
Type?: string;
|
|
2464
3926
|
/**
|
|
2465
3927
|
* 品牌
|
|
2466
3928
|
*/
|
|
@@ -2482,48 +3944,106 @@ export interface DescribeDataWebVitalsPageRequest {
|
|
|
2482
3944
|
*/
|
|
2483
3945
|
ExtThird?: string;
|
|
2484
3946
|
/**
|
|
2485
|
-
* 自定义1
|
|
3947
|
+
* 自定义1
|
|
3948
|
+
*/
|
|
3949
|
+
ExtFirst?: string;
|
|
3950
|
+
/**
|
|
3951
|
+
* 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
3952
|
+
*/
|
|
3953
|
+
NetType?: string;
|
|
3954
|
+
/**
|
|
3955
|
+
* 机型
|
|
3956
|
+
*/
|
|
3957
|
+
Device?: string;
|
|
3958
|
+
/**
|
|
3959
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3960
|
+
*/
|
|
3961
|
+
IsAbroad?: string;
|
|
3962
|
+
/**
|
|
3963
|
+
* 操作系统
|
|
3964
|
+
*/
|
|
3965
|
+
Os?: string;
|
|
3966
|
+
/**
|
|
3967
|
+
* 浏览器
|
|
3968
|
+
*/
|
|
3969
|
+
Browser?: string;
|
|
3970
|
+
/**
|
|
3971
|
+
* 耗时计算
|
|
3972
|
+
*/
|
|
3973
|
+
CostType?: string;
|
|
3974
|
+
/**
|
|
3975
|
+
* 来源
|
|
3976
|
+
*/
|
|
3977
|
+
Url?: Array<string>;
|
|
3978
|
+
/**
|
|
3979
|
+
* 环境
|
|
3980
|
+
*/
|
|
3981
|
+
Env?: string;
|
|
3982
|
+
/**
|
|
3983
|
+
* 自定义4
|
|
3984
|
+
*/
|
|
3985
|
+
ExtFourth?: string;
|
|
3986
|
+
/**
|
|
3987
|
+
* 自定义5
|
|
3988
|
+
*/
|
|
3989
|
+
ExtFifth?: string;
|
|
3990
|
+
/**
|
|
3991
|
+
* 自定义6
|
|
3992
|
+
*/
|
|
3993
|
+
ExtSixth?: string;
|
|
3994
|
+
/**
|
|
3995
|
+
* 自定义7
|
|
3996
|
+
*/
|
|
3997
|
+
ExtSeventh?: string;
|
|
3998
|
+
/**
|
|
3999
|
+
* 自定义8
|
|
2486
4000
|
*/
|
|
2487
|
-
|
|
4001
|
+
ExtEighth?: string;
|
|
2488
4002
|
/**
|
|
2489
|
-
*
|
|
4003
|
+
* 自定义9
|
|
2490
4004
|
*/
|
|
2491
|
-
|
|
4005
|
+
ExtNinth?: string;
|
|
2492
4006
|
/**
|
|
2493
|
-
*
|
|
4007
|
+
* 自定义10
|
|
2494
4008
|
*/
|
|
2495
|
-
|
|
4009
|
+
ExtTenth?: string;
|
|
2496
4010
|
/**
|
|
2497
|
-
*
|
|
4011
|
+
* 时间段
|
|
2498
4012
|
*/
|
|
2499
|
-
|
|
4013
|
+
Granularity?: string;
|
|
4014
|
+
}
|
|
4015
|
+
/**
|
|
4016
|
+
* DescribeProjects请求参数结构体
|
|
4017
|
+
*/
|
|
4018
|
+
export interface DescribeProjectsRequest {
|
|
2500
4019
|
/**
|
|
2501
|
-
*
|
|
4020
|
+
* 分页每页数目,整型
|
|
2502
4021
|
*/
|
|
2503
|
-
|
|
4022
|
+
Limit: number;
|
|
2504
4023
|
/**
|
|
2505
|
-
*
|
|
4024
|
+
* 分页页码,整型
|
|
2506
4025
|
*/
|
|
2507
|
-
|
|
4026
|
+
Offset: number;
|
|
2508
4027
|
/**
|
|
2509
|
-
*
|
|
4028
|
+
* 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
2510
4029
|
*/
|
|
2511
|
-
|
|
4030
|
+
Filters?: Array<Filter>;
|
|
2512
4031
|
/**
|
|
2513
|
-
*
|
|
4032
|
+
* 该参数已废弃,demo模式请在Filters内注明
|
|
4033
|
+
* @deprecated
|
|
2514
4034
|
*/
|
|
2515
|
-
|
|
4035
|
+
IsDemo?: number;
|
|
2516
4036
|
}
|
|
2517
4037
|
/**
|
|
2518
|
-
*
|
|
4038
|
+
* DescribeDataEventUrl请求参数结构体
|
|
2519
4039
|
*/
|
|
2520
|
-
export interface
|
|
4040
|
+
export interface DescribeDataEventUrlRequest {
|
|
2521
4041
|
/**
|
|
2522
4042
|
* 开始时间
|
|
2523
4043
|
*/
|
|
2524
4044
|
StartTime: number;
|
|
2525
4045
|
/**
|
|
2526
|
-
*
|
|
4046
|
+
* 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
4047
|
*/
|
|
2528
4048
|
Type: string;
|
|
2529
4049
|
/**
|
|
@@ -2579,7 +4099,8 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2579
4099
|
*/
|
|
2580
4100
|
ExtFirst?: string;
|
|
2581
4101
|
/**
|
|
2582
|
-
* 网络类型
|
|
4102
|
+
* netType | 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。也可通过 Type=condition(show tag values)查询当前数据集中的实际可选值。
|
|
4103
|
+
|
|
2583
4104
|
*/
|
|
2584
4105
|
NetType?: string;
|
|
2585
4106
|
/**
|
|
@@ -2599,48 +4120,31 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2599
4120
|
*/
|
|
2600
4121
|
Browser?: string;
|
|
2601
4122
|
/**
|
|
2602
|
-
*
|
|
2603
|
-
*/
|
|
2604
|
-
CostType?: string;
|
|
2605
|
-
/**
|
|
2606
|
-
* 来源
|
|
4123
|
+
* 筛选条件
|
|
2607
4124
|
*/
|
|
2608
|
-
|
|
4125
|
+
Name?: string;
|
|
2609
4126
|
/**
|
|
2610
4127
|
* 环境
|
|
2611
4128
|
*/
|
|
2612
4129
|
Env?: string;
|
|
2613
4130
|
}
|
|
2614
4131
|
/**
|
|
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返回参数结构体
|
|
4132
|
+
* DescribeAppDimensionMetrics返回参数结构体
|
|
2629
4133
|
*/
|
|
2630
|
-
export interface
|
|
4134
|
+
export interface DescribeAppDimensionMetricsResponse {
|
|
2631
4135
|
/**
|
|
2632
|
-
*
|
|
4136
|
+
* 查询数据返回
|
|
2633
4137
|
*/
|
|
2634
|
-
|
|
4138
|
+
Data?: string;
|
|
2635
4139
|
/**
|
|
2636
4140
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2637
4141
|
*/
|
|
2638
4142
|
RequestId?: string;
|
|
2639
4143
|
}
|
|
2640
4144
|
/**
|
|
2641
|
-
*
|
|
4145
|
+
* DescribeDataSetUrlStatisticsV2返回参数结构体
|
|
2642
4146
|
*/
|
|
2643
|
-
export interface
|
|
4147
|
+
export interface DescribeDataSetUrlStatisticsV2Response {
|
|
2644
4148
|
/**
|
|
2645
4149
|
* 返回值
|
|
2646
4150
|
*/
|
|
@@ -2651,152 +4155,115 @@ export interface DescribeDataStaticUrlResponse {
|
|
|
2651
4155
|
RequestId?: string;
|
|
2652
4156
|
}
|
|
2653
4157
|
/**
|
|
2654
|
-
*
|
|
4158
|
+
* ResumeProject请求参数结构体
|
|
2655
4159
|
*/
|
|
2656
|
-
export interface
|
|
2657
|
-
/**
|
|
2658
|
-
* 消息
|
|
2659
|
-
*/
|
|
2660
|
-
Msg?: string;
|
|
2661
|
-
/**
|
|
2662
|
-
* 白名单ID
|
|
2663
|
-
*/
|
|
2664
|
-
ID?: number;
|
|
4160
|
+
export interface ResumeProjectRequest {
|
|
2665
4161
|
/**
|
|
2666
|
-
*
|
|
4162
|
+
* 项目 id
|
|
2667
4163
|
*/
|
|
2668
|
-
|
|
4164
|
+
ProjectId: number;
|
|
2669
4165
|
}
|
|
2670
4166
|
/**
|
|
2671
|
-
*
|
|
4167
|
+
* DescribeAppSingleCaseDetailList请求参数结构体
|
|
2672
4168
|
*/
|
|
2673
|
-
export interface
|
|
2674
|
-
/**
|
|
2675
|
-
* duration
|
|
2676
|
-
*/
|
|
2677
|
-
StaticDuration?: string;
|
|
2678
|
-
/**
|
|
2679
|
-
* pv
|
|
2680
|
-
*/
|
|
2681
|
-
PagePv?: string;
|
|
2682
|
-
/**
|
|
2683
|
-
* 失败
|
|
2684
|
-
*/
|
|
2685
|
-
ApiFail?: string;
|
|
4169
|
+
export interface DescribeAppSingleCaseDetailListRequest {
|
|
2686
4170
|
/**
|
|
2687
|
-
*
|
|
4171
|
+
* app 项目ID
|
|
2688
4172
|
*/
|
|
2689
|
-
|
|
4173
|
+
ProjectID: number;
|
|
2690
4174
|
/**
|
|
2691
|
-
*
|
|
4175
|
+
* 查询的表名
|
|
2692
4176
|
*/
|
|
2693
|
-
|
|
4177
|
+
From: string;
|
|
2694
4178
|
/**
|
|
2695
|
-
*
|
|
4179
|
+
* 查询指标 field
|
|
2696
4180
|
*/
|
|
2697
|
-
|
|
4181
|
+
Fields: string;
|
|
2698
4182
|
/**
|
|
2699
|
-
*
|
|
4183
|
+
* 查询的过滤条件
|
|
2700
4184
|
*/
|
|
2701
|
-
|
|
4185
|
+
Filter: string;
|
|
2702
4186
|
/**
|
|
2703
|
-
*
|
|
4187
|
+
* 查询简单过滤条件
|
|
2704
4188
|
*/
|
|
2705
|
-
|
|
4189
|
+
FilterSimple?: string;
|
|
2706
4190
|
/**
|
|
2707
|
-
*
|
|
4191
|
+
* group by 条件
|
|
2708
4192
|
*/
|
|
2709
|
-
|
|
4193
|
+
GroupBy?: Array<string>;
|
|
2710
4194
|
/**
|
|
2711
|
-
*
|
|
4195
|
+
* order by 条件
|
|
2712
4196
|
*/
|
|
2713
|
-
|
|
4197
|
+
OrderBy?: Array<string>;
|
|
2714
4198
|
/**
|
|
2715
|
-
*
|
|
4199
|
+
* limit 参数
|
|
2716
4200
|
*/
|
|
2717
|
-
|
|
4201
|
+
Limit?: number;
|
|
2718
4202
|
/**
|
|
2719
|
-
*
|
|
4203
|
+
* offset 参数
|
|
2720
4204
|
*/
|
|
2721
|
-
|
|
4205
|
+
Offset?: number;
|
|
4206
|
+
}
|
|
4207
|
+
/**
|
|
4208
|
+
* DescribeRumGroupLog请求参数结构体
|
|
4209
|
+
*/
|
|
4210
|
+
export interface DescribeRumGroupLogRequest {
|
|
2722
4211
|
/**
|
|
2723
|
-
*
|
|
4212
|
+
* 排序方式 desc asc(必填)
|
|
2724
4213
|
*/
|
|
2725
|
-
|
|
4214
|
+
OrderBy: string;
|
|
2726
4215
|
/**
|
|
2727
|
-
*
|
|
4216
|
+
* 开始时间(必填)
|
|
2728
4217
|
*/
|
|
2729
|
-
|
|
4218
|
+
StartTime: string;
|
|
2730
4219
|
/**
|
|
2731
|
-
*
|
|
4220
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
2732
4221
|
*/
|
|
2733
|
-
|
|
4222
|
+
Limit: number;
|
|
2734
4223
|
/**
|
|
2735
|
-
*
|
|
4224
|
+
* 页数,第几页
|
|
2736
4225
|
*/
|
|
2737
|
-
|
|
4226
|
+
Page: number;
|
|
2738
4227
|
/**
|
|
2739
|
-
*
|
|
4228
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
2740
4229
|
*/
|
|
2741
|
-
|
|
4230
|
+
Query: string;
|
|
2742
4231
|
/**
|
|
2743
|
-
*
|
|
4232
|
+
* 结束时间(必填)
|
|
2744
4233
|
*/
|
|
2745
|
-
|
|
4234
|
+
EndTime: string;
|
|
2746
4235
|
/**
|
|
2747
|
-
*
|
|
4236
|
+
* 项目ID(必填)
|
|
2748
4237
|
*/
|
|
2749
|
-
|
|
4238
|
+
ID: number;
|
|
2750
4239
|
/**
|
|
2751
|
-
*
|
|
4240
|
+
* 聚合字段
|
|
2752
4241
|
*/
|
|
2753
|
-
|
|
4242
|
+
GroupField: string;
|
|
2754
4243
|
}
|
|
2755
4244
|
/**
|
|
2756
|
-
*
|
|
4245
|
+
* DescribeWhitelists返回参数结构体
|
|
2757
4246
|
*/
|
|
2758
|
-
export interface
|
|
4247
|
+
export interface DescribeWhitelistsResponse {
|
|
2759
4248
|
/**
|
|
2760
|
-
*
|
|
4249
|
+
* 白名单列表
|
|
2761
4250
|
*/
|
|
2762
|
-
|
|
4251
|
+
WhitelistSet: Array<Whitelist>;
|
|
2763
4252
|
/**
|
|
2764
4253
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2765
4254
|
*/
|
|
2766
4255
|
RequestId?: string;
|
|
2767
4256
|
}
|
|
2768
4257
|
/**
|
|
2769
|
-
*
|
|
2770
|
-
*/
|
|
2771
|
-
export interface DescribeProjectsRequest {
|
|
2772
|
-
/**
|
|
2773
|
-
* 分页每页数目,整型
|
|
2774
|
-
*/
|
|
2775
|
-
Limit: number;
|
|
2776
|
-
/**
|
|
2777
|
-
* 分页页码,整型
|
|
2778
|
-
*/
|
|
2779
|
-
Offset: number;
|
|
2780
|
-
/**
|
|
2781
|
-
* 过滤参数;demo模式传{"Name": "IsDemo", "Values":["1"]}
|
|
2782
|
-
*/
|
|
2783
|
-
Filters?: Array<Filter>;
|
|
2784
|
-
/**
|
|
2785
|
-
* 该参数已废弃,demo模式请在Filters内注明
|
|
2786
|
-
* @deprecated
|
|
2787
|
-
*/
|
|
2788
|
-
IsDemo?: number;
|
|
2789
|
-
}
|
|
2790
|
-
/**
|
|
2791
|
-
* DescribeDataEventUrl请求参数结构体
|
|
4258
|
+
* DescribeDataFetchUrlV2请求参数结构体
|
|
2792
4259
|
*/
|
|
2793
|
-
export interface
|
|
4260
|
+
export interface DescribeDataFetchUrlV2Request {
|
|
2794
4261
|
/**
|
|
2795
4262
|
* 开始时间
|
|
2796
4263
|
*/
|
|
2797
4264
|
StartTime: number;
|
|
2798
4265
|
/**
|
|
2799
|
-
* allcount:性能视图,day:14天数据,
|
|
4266
|
+
* 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
4267
|
*/
|
|
2801
4268
|
Type: string;
|
|
2802
4269
|
/**
|
|
@@ -2836,162 +4303,97 @@ export interface DescribeDataEventUrlRequest {
|
|
|
2836
4303
|
*/
|
|
2837
4304
|
Area?: string;
|
|
2838
4305
|
/**
|
|
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
|
-
* 环境
|
|
4306
|
+
* 版本
|
|
2880
4307
|
*/
|
|
2881
|
-
|
|
2882
|
-
}
|
|
2883
|
-
/**
|
|
2884
|
-
* DescribeAppDimensionMetrics返回参数结构体
|
|
2885
|
-
*/
|
|
2886
|
-
export interface DescribeAppDimensionMetricsResponse {
|
|
4308
|
+
VersionNum?: string;
|
|
2887
4309
|
/**
|
|
2888
|
-
*
|
|
4310
|
+
* 平台
|
|
2889
4311
|
*/
|
|
2890
|
-
|
|
4312
|
+
Platform?: string;
|
|
2891
4313
|
/**
|
|
2892
|
-
*
|
|
4314
|
+
* 自定义3
|
|
2893
4315
|
*/
|
|
2894
|
-
|
|
2895
|
-
}
|
|
2896
|
-
/**
|
|
2897
|
-
* ResumeProject请求参数结构体
|
|
2898
|
-
*/
|
|
2899
|
-
export interface ResumeProjectRequest {
|
|
4316
|
+
ExtThird?: string;
|
|
2900
4317
|
/**
|
|
2901
|
-
*
|
|
4318
|
+
* 自定义1
|
|
2902
4319
|
*/
|
|
2903
|
-
|
|
2904
|
-
}
|
|
2905
|
-
/**
|
|
2906
|
-
* DescribeAppSingleCaseDetailList请求参数结构体
|
|
2907
|
-
*/
|
|
2908
|
-
export interface DescribeAppSingleCaseDetailListRequest {
|
|
4320
|
+
ExtFirst?: string;
|
|
2909
4321
|
/**
|
|
2910
|
-
*
|
|
4322
|
+
* 网络类型
|
|
2911
4323
|
*/
|
|
2912
|
-
|
|
4324
|
+
NetType?: string;
|
|
2913
4325
|
/**
|
|
2914
|
-
*
|
|
4326
|
+
* 机型
|
|
2915
4327
|
*/
|
|
2916
|
-
|
|
4328
|
+
Device?: string;
|
|
2917
4329
|
/**
|
|
2918
|
-
*
|
|
4330
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
2919
4331
|
*/
|
|
2920
|
-
|
|
4332
|
+
IsAbroad?: string;
|
|
2921
4333
|
/**
|
|
2922
|
-
*
|
|
4334
|
+
* 操作系统
|
|
2923
4335
|
*/
|
|
2924
|
-
|
|
4336
|
+
Os?: string;
|
|
2925
4337
|
/**
|
|
2926
|
-
*
|
|
4338
|
+
* 浏览器
|
|
2927
4339
|
*/
|
|
2928
|
-
|
|
4340
|
+
Browser?: string;
|
|
2929
4341
|
/**
|
|
2930
|
-
*
|
|
4342
|
+
* 耗时计算方式
|
|
2931
4343
|
*/
|
|
2932
|
-
|
|
4344
|
+
CostType?: string;
|
|
2933
4345
|
/**
|
|
2934
|
-
*
|
|
4346
|
+
* 来源
|
|
2935
4347
|
*/
|
|
2936
|
-
|
|
4348
|
+
Url?: string;
|
|
2937
4349
|
/**
|
|
2938
|
-
*
|
|
4350
|
+
* 环境
|
|
2939
4351
|
*/
|
|
2940
|
-
|
|
4352
|
+
Env?: string;
|
|
2941
4353
|
/**
|
|
2942
|
-
*
|
|
4354
|
+
* httpcode响应码
|
|
2943
4355
|
*/
|
|
2944
|
-
|
|
2945
|
-
}
|
|
2946
|
-
/**
|
|
2947
|
-
* DescribeRumGroupLog请求参数结构体
|
|
2948
|
-
*/
|
|
2949
|
-
export interface DescribeRumGroupLogRequest {
|
|
4356
|
+
Status?: string;
|
|
2950
4357
|
/**
|
|
2951
|
-
*
|
|
4358
|
+
* retcode
|
|
2952
4359
|
*/
|
|
2953
|
-
|
|
4360
|
+
Ret?: string;
|
|
2954
4361
|
/**
|
|
2955
|
-
*
|
|
4362
|
+
* 网络状态
|
|
2956
4363
|
*/
|
|
2957
|
-
|
|
4364
|
+
NetStatus?: string;
|
|
2958
4365
|
/**
|
|
2959
|
-
*
|
|
4366
|
+
* 自定义4
|
|
2960
4367
|
*/
|
|
2961
|
-
|
|
4368
|
+
ExtFourth?: string;
|
|
2962
4369
|
/**
|
|
2963
|
-
*
|
|
4370
|
+
* 自定义5
|
|
2964
4371
|
*/
|
|
2965
|
-
|
|
4372
|
+
ExtFifth?: string;
|
|
2966
4373
|
/**
|
|
2967
|
-
*
|
|
4374
|
+
* 自定义6
|
|
2968
4375
|
*/
|
|
2969
|
-
|
|
4376
|
+
ExtSixth?: string;
|
|
2970
4377
|
/**
|
|
2971
|
-
*
|
|
4378
|
+
* 自定义7
|
|
2972
4379
|
*/
|
|
2973
|
-
|
|
4380
|
+
ExtSeventh?: string;
|
|
2974
4381
|
/**
|
|
2975
|
-
*
|
|
4382
|
+
* 自定义8
|
|
2976
4383
|
*/
|
|
2977
|
-
|
|
4384
|
+
ExtEighth?: string;
|
|
2978
4385
|
/**
|
|
2979
|
-
*
|
|
4386
|
+
* 自定义9
|
|
2980
4387
|
*/
|
|
2981
|
-
|
|
2982
|
-
}
|
|
2983
|
-
/**
|
|
2984
|
-
* DescribeWhitelists返回参数结构体
|
|
2985
|
-
*/
|
|
2986
|
-
export interface DescribeWhitelistsResponse {
|
|
4388
|
+
ExtNinth?: string;
|
|
2987
4389
|
/**
|
|
2988
|
-
*
|
|
4390
|
+
* 自定义10
|
|
2989
4391
|
*/
|
|
2990
|
-
|
|
4392
|
+
ExtTenth?: string;
|
|
2991
4393
|
/**
|
|
2992
|
-
*
|
|
4394
|
+
* 时间段
|
|
2993
4395
|
*/
|
|
2994
|
-
|
|
4396
|
+
Granularity?: string;
|
|
2995
4397
|
}
|
|
2996
4398
|
/**
|
|
2997
4399
|
* DescribeProjects返回参数结构体
|
|
@@ -3081,113 +4483,246 @@ export interface DescribeRumLogExportsRequest {
|
|
|
3081
4483
|
/**
|
|
3082
4484
|
* 项目ID(必填)
|
|
3083
4485
|
*/
|
|
3084
|
-
ID: number;
|
|
3085
|
-
}
|
|
3086
|
-
/**
|
|
3087
|
-
* ModifyProject请求参数结构体
|
|
3088
|
-
*/
|
|
3089
|
-
export interface ModifyProjectRequest {
|
|
4486
|
+
ID: number;
|
|
4487
|
+
}
|
|
4488
|
+
/**
|
|
4489
|
+
* ModifyProject请求参数结构体
|
|
4490
|
+
*/
|
|
4491
|
+
export interface ModifyProjectRequest {
|
|
4492
|
+
/**
|
|
4493
|
+
* 项目 id
|
|
4494
|
+
*/
|
|
4495
|
+
ID: number;
|
|
4496
|
+
/**
|
|
4497
|
+
* 应用名称(可选,不为空且最长为 200字符)
|
|
4498
|
+
*/
|
|
4499
|
+
Name?: string;
|
|
4500
|
+
/**
|
|
4501
|
+
* 项目网页地址(可选,最长为 256)
|
|
4502
|
+
*/
|
|
4503
|
+
URL?: string;
|
|
4504
|
+
/**
|
|
4505
|
+
* 项目仓库地址(可选,最长为 256)
|
|
4506
|
+
*/
|
|
4507
|
+
Repo?: string;
|
|
4508
|
+
/**
|
|
4509
|
+
* 项目需要转移到的实例 id(可选)
|
|
4510
|
+
*/
|
|
4511
|
+
InstanceID?: string;
|
|
4512
|
+
/**
|
|
4513
|
+
* 项目采样率(可选)
|
|
4514
|
+
*/
|
|
4515
|
+
Rate?: string;
|
|
4516
|
+
/**
|
|
4517
|
+
* 是否开启聚类(可选)
|
|
4518
|
+
*/
|
|
4519
|
+
EnableURLGroup?: number;
|
|
4520
|
+
/**
|
|
4521
|
+
* 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
|
4522
|
+
*/
|
|
4523
|
+
Type?: string;
|
|
4524
|
+
/**
|
|
4525
|
+
* 应用描述(可选,最长为 1000字符)
|
|
4526
|
+
*/
|
|
4527
|
+
Desc?: string;
|
|
4528
|
+
/**
|
|
4529
|
+
* 启动kafka配置
|
|
4530
|
+
*/
|
|
4531
|
+
EnableKafka?: number;
|
|
4532
|
+
/**
|
|
4533
|
+
* kafka_host
|
|
4534
|
+
*/
|
|
4535
|
+
KafkaHost?: string;
|
|
4536
|
+
/**
|
|
4537
|
+
* topic
|
|
4538
|
+
*/
|
|
4539
|
+
KafkaTopic?: string;
|
|
4540
|
+
/**
|
|
4541
|
+
* kafka_version
|
|
4542
|
+
*/
|
|
4543
|
+
KafkaVersion?: string;
|
|
4544
|
+
/**
|
|
4545
|
+
* kafka_username
|
|
4546
|
+
*/
|
|
4547
|
+
SaslUserName?: string;
|
|
4548
|
+
/**
|
|
4549
|
+
* kafka_pwd
|
|
4550
|
+
*/
|
|
4551
|
+
SaslPassword?: string;
|
|
4552
|
+
/**
|
|
4553
|
+
* SaslMechanism
|
|
4554
|
+
*/
|
|
4555
|
+
SaslMechanism?: string;
|
|
4556
|
+
/**
|
|
4557
|
+
* sink_id,日知汇算子id
|
|
4558
|
+
*/
|
|
4559
|
+
SinkId?: number;
|
|
4560
|
+
}
|
|
4561
|
+
/**
|
|
4562
|
+
* DescribeRumLogList请求参数结构体
|
|
4563
|
+
*/
|
|
4564
|
+
export interface DescribeRumLogListRequest {
|
|
4565
|
+
/**
|
|
4566
|
+
* 排序方式 desc asc(必填)
|
|
4567
|
+
*/
|
|
4568
|
+
OrderBy: string;
|
|
4569
|
+
/**
|
|
4570
|
+
* 开始时间(必填)格式为时间戳 毫秒
|
|
4571
|
+
*/
|
|
4572
|
+
StartTime: string;
|
|
4573
|
+
/**
|
|
4574
|
+
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
4575
|
+
*/
|
|
4576
|
+
Limit: number;
|
|
4577
|
+
/**
|
|
4578
|
+
* 页数,第几页
|
|
4579
|
+
*/
|
|
4580
|
+
Page: number;
|
|
4581
|
+
/**
|
|
4582
|
+
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)
|
|
4583
|
+
*/
|
|
4584
|
+
Query: string;
|
|
4585
|
+
/**
|
|
4586
|
+
* 结束时间(必填)格式为时间戳 毫秒
|
|
4587
|
+
*/
|
|
4588
|
+
EndTime: string;
|
|
4589
|
+
/**
|
|
4590
|
+
* 项目ID(必填)
|
|
4591
|
+
*/
|
|
4592
|
+
ID: number;
|
|
4593
|
+
}
|
|
4594
|
+
/**
|
|
4595
|
+
* DescribeDataPerformancePageV2请求参数结构体
|
|
4596
|
+
*/
|
|
4597
|
+
export interface DescribeDataPerformancePageV2Request {
|
|
4598
|
+
/**
|
|
4599
|
+
* 项目ID
|
|
4600
|
+
*/
|
|
4601
|
+
ID: number;
|
|
4602
|
+
/**
|
|
4603
|
+
* 开始时间
|
|
4604
|
+
*/
|
|
4605
|
+
StartTime: number;
|
|
4606
|
+
/**
|
|
4607
|
+
* 结束时间
|
|
4608
|
+
*/
|
|
4609
|
+
EndTime: number;
|
|
4610
|
+
/**
|
|
4611
|
+
* 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视图/地区视图/浏览器视图等
|
|
4612
|
+
*/
|
|
4613
|
+
Type: string;
|
|
4614
|
+
/**
|
|
4615
|
+
* 日志等级
|
|
4616
|
+
*/
|
|
4617
|
+
Level?: string;
|
|
4618
|
+
/**
|
|
4619
|
+
* 运营商
|
|
4620
|
+
*/
|
|
4621
|
+
Isp?: string;
|
|
4622
|
+
/**
|
|
4623
|
+
* 地区
|
|
4624
|
+
*/
|
|
4625
|
+
Area?: string;
|
|
4626
|
+
/**
|
|
4627
|
+
* 网络类型
|
|
4628
|
+
*/
|
|
4629
|
+
NetType?: string;
|
|
3090
4630
|
/**
|
|
3091
|
-
*
|
|
4631
|
+
* 平台
|
|
3092
4632
|
*/
|
|
3093
|
-
|
|
4633
|
+
Platform?: string;
|
|
3094
4634
|
/**
|
|
3095
|
-
*
|
|
4635
|
+
* 机型
|
|
3096
4636
|
*/
|
|
3097
|
-
|
|
4637
|
+
Device?: string;
|
|
3098
4638
|
/**
|
|
3099
|
-
*
|
|
4639
|
+
* 版本
|
|
3100
4640
|
*/
|
|
3101
|
-
|
|
4641
|
+
VersionNum?: string;
|
|
3102
4642
|
/**
|
|
3103
|
-
*
|
|
4643
|
+
* 自定义1
|
|
3104
4644
|
*/
|
|
3105
|
-
|
|
4645
|
+
ExtFirst?: string;
|
|
3106
4646
|
/**
|
|
3107
|
-
*
|
|
4647
|
+
* 自定义2
|
|
3108
4648
|
*/
|
|
3109
|
-
|
|
4649
|
+
ExtSecond?: string;
|
|
3110
4650
|
/**
|
|
3111
|
-
*
|
|
4651
|
+
* 自定义3
|
|
3112
4652
|
*/
|
|
3113
|
-
|
|
4653
|
+
ExtThird?: string;
|
|
3114
4654
|
/**
|
|
3115
|
-
*
|
|
4655
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
3116
4656
|
*/
|
|
3117
|
-
|
|
4657
|
+
IsAbroad?: string;
|
|
3118
4658
|
/**
|
|
3119
|
-
*
|
|
4659
|
+
* 浏览器
|
|
3120
4660
|
*/
|
|
3121
|
-
|
|
4661
|
+
Browser?: string;
|
|
3122
4662
|
/**
|
|
3123
|
-
*
|
|
4663
|
+
* 操作系统
|
|
3124
4664
|
*/
|
|
3125
|
-
|
|
4665
|
+
Os?: string;
|
|
3126
4666
|
/**
|
|
3127
|
-
*
|
|
4667
|
+
* 浏览器引擎
|
|
3128
4668
|
*/
|
|
3129
|
-
|
|
4669
|
+
Engine?: string;
|
|
3130
4670
|
/**
|
|
3131
|
-
*
|
|
4671
|
+
* 品牌
|
|
3132
4672
|
*/
|
|
3133
|
-
|
|
4673
|
+
Brand?: string;
|
|
3134
4674
|
/**
|
|
3135
|
-
*
|
|
4675
|
+
* 来源页面
|
|
3136
4676
|
*/
|
|
3137
|
-
|
|
4677
|
+
From?: string;
|
|
3138
4678
|
/**
|
|
3139
|
-
*
|
|
4679
|
+
* 耗时计算方式
|
|
3140
4680
|
*/
|
|
3141
|
-
|
|
4681
|
+
CostType?: string;
|
|
3142
4682
|
/**
|
|
3143
|
-
*
|
|
4683
|
+
* 环境变量
|
|
3144
4684
|
*/
|
|
3145
|
-
|
|
4685
|
+
Env?: string;
|
|
3146
4686
|
/**
|
|
3147
|
-
*
|
|
4687
|
+
* 网络状态
|
|
3148
4688
|
*/
|
|
3149
|
-
|
|
4689
|
+
NetStatus?: string;
|
|
3150
4690
|
/**
|
|
3151
|
-
*
|
|
4691
|
+
* 是否返回webvitals数据
|
|
3152
4692
|
*/
|
|
3153
|
-
|
|
4693
|
+
WebVitals?: boolean;
|
|
3154
4694
|
/**
|
|
3155
|
-
*
|
|
4695
|
+
* 自定义4
|
|
3156
4696
|
*/
|
|
3157
|
-
|
|
3158
|
-
}
|
|
3159
|
-
/**
|
|
3160
|
-
* DescribeRumLogList请求参数结构体
|
|
3161
|
-
*/
|
|
3162
|
-
export interface DescribeRumLogListRequest {
|
|
4697
|
+
ExtFourth?: string;
|
|
3163
4698
|
/**
|
|
3164
|
-
*
|
|
4699
|
+
* 自定义5
|
|
3165
4700
|
*/
|
|
3166
|
-
|
|
4701
|
+
ExtFifth?: string;
|
|
3167
4702
|
/**
|
|
3168
|
-
*
|
|
4703
|
+
* 自定义6
|
|
3169
4704
|
*/
|
|
3170
|
-
|
|
4705
|
+
ExtSixth?: string;
|
|
3171
4706
|
/**
|
|
3172
|
-
*
|
|
4707
|
+
* 自定义7
|
|
3173
4708
|
*/
|
|
3174
|
-
|
|
4709
|
+
ExtSeventh?: string;
|
|
3175
4710
|
/**
|
|
3176
|
-
*
|
|
4711
|
+
* 自定义8
|
|
3177
4712
|
*/
|
|
3178
|
-
|
|
4713
|
+
ExtEighth?: string;
|
|
3179
4714
|
/**
|
|
3180
|
-
*
|
|
4715
|
+
* 自定义9
|
|
3181
4716
|
*/
|
|
3182
|
-
|
|
4717
|
+
ExtNinth?: string;
|
|
3183
4718
|
/**
|
|
3184
|
-
*
|
|
4719
|
+
* 自定义10
|
|
3185
4720
|
*/
|
|
3186
|
-
|
|
4721
|
+
ExtTenth?: string;
|
|
3187
4722
|
/**
|
|
3188
|
-
*
|
|
4723
|
+
* 时间段
|
|
3189
4724
|
*/
|
|
3190
|
-
|
|
4725
|
+
Granularity?: string;
|
|
3191
4726
|
}
|
|
3192
4727
|
/**
|
|
3193
4728
|
* DescribeDataStaticResource请求参数结构体
|
|
@@ -3254,7 +4789,7 @@ export interface DescribeDataStaticResourceRequest {
|
|
|
3254
4789
|
*/
|
|
3255
4790
|
ExtFirst?: string;
|
|
3256
4791
|
/**
|
|
3257
|
-
* 网络类型
|
|
4792
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3258
4793
|
*/
|
|
3259
4794
|
NetType?: string;
|
|
3260
4795
|
/**
|
|
@@ -3274,7 +4809,7 @@ export interface DescribeDataStaticResourceRequest {
|
|
|
3274
4809
|
*/
|
|
3275
4810
|
Browser?: string;
|
|
3276
4811
|
/**
|
|
3277
|
-
*
|
|
4812
|
+
* 耗时口径:"50"/"75"/"90"/"95"/"99"/"99.5" 分别表示 TP50/TP75/TP90/TP95/TP99/TP99.5(percentile2);"avg" 表示均值(avg)。
|
|
3278
4813
|
*/
|
|
3279
4814
|
CostType?: string;
|
|
3280
4815
|
/**
|
|
@@ -3333,7 +4868,7 @@ export interface DescribeDataPvUrlInfoRequest {
|
|
|
3333
4868
|
*/
|
|
3334
4869
|
StartTime: number;
|
|
3335
4870
|
/**
|
|
3336
|
-
*
|
|
4871
|
+
* 查询类型(string):当前后端实现固定按 from 聚合统计,未使用该字段(保留字段,传值不会影响结果)。
|
|
3337
4872
|
*/
|
|
3338
4873
|
Type: string;
|
|
3339
4874
|
/**
|
|
@@ -3389,7 +4924,7 @@ export interface DescribeDataPvUrlInfoRequest {
|
|
|
3389
4924
|
*/
|
|
3390
4925
|
ExtFirst?: string;
|
|
3391
4926
|
/**
|
|
3392
|
-
* 网络类型
|
|
4927
|
+
* 网络类型(tag 值):用于过滤/聚合字段 netType;枚举值:1(WiFi)、2(2G)、3(3G)、4(4G)、5(5G)、6(6G)、100(未知网络)。
|
|
3393
4928
|
*/
|
|
3394
4929
|
NetType?: string;
|
|
3395
4930
|
/**
|
|
@@ -3439,6 +4974,19 @@ export interface DescribeDataFetchProjectResponse {
|
|
|
3439
4974
|
*/
|
|
3440
4975
|
RequestId?: string;
|
|
3441
4976
|
}
|
|
4977
|
+
/**
|
|
4978
|
+
* DescribeScoresV2返回参数结构体
|
|
4979
|
+
*/
|
|
4980
|
+
export interface DescribeScoresV2Response {
|
|
4981
|
+
/**
|
|
4982
|
+
* 项目得分数组
|
|
4983
|
+
*/
|
|
4984
|
+
ScoreSet?: Array<ScoreInfoV2>;
|
|
4985
|
+
/**
|
|
4986
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4987
|
+
*/
|
|
4988
|
+
RequestId?: string;
|
|
4989
|
+
}
|
|
3442
4990
|
/**
|
|
3443
4991
|
* 白名单
|
|
3444
4992
|
*/
|
|
@@ -3476,6 +5024,131 @@ export interface Whitelist {
|
|
|
3476
5024
|
*/
|
|
3477
5025
|
CreateTime?: string;
|
|
3478
5026
|
}
|
|
5027
|
+
/**
|
|
5028
|
+
* DescribeDataLogUrlStatisticsV2请求参数结构体
|
|
5029
|
+
*/
|
|
5030
|
+
export interface DescribeDataLogUrlStatisticsV2Request {
|
|
5031
|
+
/**
|
|
5032
|
+
* 开始时间
|
|
5033
|
+
*/
|
|
5034
|
+
StartTime: number;
|
|
5035
|
+
/**
|
|
5036
|
+
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
5037
|
+
*/
|
|
5038
|
+
Type: string;
|
|
5039
|
+
/**
|
|
5040
|
+
* 结束时间
|
|
5041
|
+
*/
|
|
5042
|
+
EndTime: number;
|
|
5043
|
+
/**
|
|
5044
|
+
* 项目ID
|
|
5045
|
+
*/
|
|
5046
|
+
ID: number;
|
|
5047
|
+
/**
|
|
5048
|
+
* 自定义2
|
|
5049
|
+
*/
|
|
5050
|
+
ExtSecond?: string;
|
|
5051
|
+
/**
|
|
5052
|
+
* 浏览器引擎
|
|
5053
|
+
*/
|
|
5054
|
+
Engine?: string;
|
|
5055
|
+
/**
|
|
5056
|
+
* 运营商
|
|
5057
|
+
*/
|
|
5058
|
+
Isp?: string;
|
|
5059
|
+
/**
|
|
5060
|
+
* 来源页面
|
|
5061
|
+
*/
|
|
5062
|
+
From?: string;
|
|
5063
|
+
/**
|
|
5064
|
+
* 日志等级
|
|
5065
|
+
*/
|
|
5066
|
+
Level?: string;
|
|
5067
|
+
/**
|
|
5068
|
+
* 品牌
|
|
5069
|
+
*/
|
|
5070
|
+
Brand?: string;
|
|
5071
|
+
/**
|
|
5072
|
+
* 地区
|
|
5073
|
+
*/
|
|
5074
|
+
Area?: string;
|
|
5075
|
+
/**
|
|
5076
|
+
* 版本
|
|
5077
|
+
*/
|
|
5078
|
+
VersionNum?: string;
|
|
5079
|
+
/**
|
|
5080
|
+
* 平台
|
|
5081
|
+
*/
|
|
5082
|
+
Platform?: string;
|
|
5083
|
+
/**
|
|
5084
|
+
* 自定义3
|
|
5085
|
+
*/
|
|
5086
|
+
ExtThird?: string;
|
|
5087
|
+
/**
|
|
5088
|
+
* 自定义1
|
|
5089
|
+
*/
|
|
5090
|
+
ExtFirst?: string;
|
|
5091
|
+
/**
|
|
5092
|
+
* 网络类型
|
|
5093
|
+
*/
|
|
5094
|
+
NetType?: string;
|
|
5095
|
+
/**
|
|
5096
|
+
* 机型
|
|
5097
|
+
*/
|
|
5098
|
+
Device?: string;
|
|
5099
|
+
/**
|
|
5100
|
+
* 显示是否海外,1表示海外,0表示非海外;默认值为空,查询所有。
|
|
5101
|
+
*/
|
|
5102
|
+
IsAbroad?: string;
|
|
5103
|
+
/**
|
|
5104
|
+
* 操作系统
|
|
5105
|
+
*/
|
|
5106
|
+
Os?: string;
|
|
5107
|
+
/**
|
|
5108
|
+
* 浏览器
|
|
5109
|
+
*/
|
|
5110
|
+
Browser?: string;
|
|
5111
|
+
/**
|
|
5112
|
+
* 环境区分
|
|
5113
|
+
*/
|
|
5114
|
+
Env?: string;
|
|
5115
|
+
/**
|
|
5116
|
+
* js异常信息
|
|
5117
|
+
*/
|
|
5118
|
+
ErrorMsg?: string;
|
|
5119
|
+
/**
|
|
5120
|
+
* 自定义4
|
|
5121
|
+
*/
|
|
5122
|
+
ExtFourth?: string;
|
|
5123
|
+
/**
|
|
5124
|
+
* 自定义5
|
|
5125
|
+
*/
|
|
5126
|
+
ExtFifth?: string;
|
|
5127
|
+
/**
|
|
5128
|
+
* 自定义6
|
|
5129
|
+
*/
|
|
5130
|
+
ExtSixth?: string;
|
|
5131
|
+
/**
|
|
5132
|
+
* 自定义7
|
|
5133
|
+
*/
|
|
5134
|
+
ExtSeventh?: string;
|
|
5135
|
+
/**
|
|
5136
|
+
* 自定义8
|
|
5137
|
+
*/
|
|
5138
|
+
ExtEighth?: string;
|
|
5139
|
+
/**
|
|
5140
|
+
* 自定义9
|
|
5141
|
+
*/
|
|
5142
|
+
ExtNinth?: string;
|
|
5143
|
+
/**
|
|
5144
|
+
* 自定义10
|
|
5145
|
+
*/
|
|
5146
|
+
ExtTenth?: string;
|
|
5147
|
+
/**
|
|
5148
|
+
* 时间段
|
|
5149
|
+
*/
|
|
5150
|
+
Granularity?: string;
|
|
5151
|
+
}
|
|
3479
5152
|
/**
|
|
3480
5153
|
* Rum 项目信息
|
|
3481
5154
|
*/
|
|
@@ -3553,6 +5226,19 @@ export interface RumProject {
|
|
|
3553
5226
|
*/
|
|
3554
5227
|
Kafka?: Kafka;
|
|
3555
5228
|
}
|
|
5229
|
+
/**
|
|
5230
|
+
* DescribeDataStaticResourceV2返回参数结构体
|
|
5231
|
+
*/
|
|
5232
|
+
export interface DescribeDataStaticResourceV2Response {
|
|
5233
|
+
/**
|
|
5234
|
+
* 返回值
|
|
5235
|
+
*/
|
|
5236
|
+
Result?: string;
|
|
5237
|
+
/**
|
|
5238
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5239
|
+
*/
|
|
5240
|
+
RequestId?: string;
|
|
5241
|
+
}
|
|
3556
5242
|
/**
|
|
3557
5243
|
* DescribeDataSetUrlStatistics返回参数结构体
|
|
3558
5244
|
*/
|