@opusdns/api 0.140.0 → 0.142.0
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/package.json +1 -1
- package/src/helpers/constants.ts +159 -1
- package/src/helpers/keys.ts +1431 -148
- package/src/helpers/requests.d.ts +380 -0
- package/src/helpers/responses.d.ts +553 -1
- package/src/helpers/schemas-arrays.d.ts +113 -1
- package/src/helpers/schemas.d.ts +320 -0
- package/src/openapi.yaml +697 -4
- package/src/schema.d.ts +608 -12
package/src/schema.d.ts
CHANGED
|
@@ -490,6 +490,159 @@ export interface paths {
|
|
|
490
490
|
patch: operations["patch_redirects_v1_domain_forwards_patch"];
|
|
491
491
|
trace?: never;
|
|
492
492
|
};
|
|
493
|
+
"/v1/domain-forwards/metrics": {
|
|
494
|
+
parameters: {
|
|
495
|
+
query?: never;
|
|
496
|
+
header?: never;
|
|
497
|
+
path?: never;
|
|
498
|
+
cookie?: never;
|
|
499
|
+
};
|
|
500
|
+
/** Metrics */
|
|
501
|
+
get: operations["metrics_v1_domain_forwards_metrics_get"];
|
|
502
|
+
put?: never;
|
|
503
|
+
post?: never;
|
|
504
|
+
delete?: never;
|
|
505
|
+
options?: never;
|
|
506
|
+
head?: never;
|
|
507
|
+
patch?: never;
|
|
508
|
+
trace?: never;
|
|
509
|
+
};
|
|
510
|
+
"/v1/domain-forwards/metrics/browser": {
|
|
511
|
+
parameters: {
|
|
512
|
+
query?: never;
|
|
513
|
+
header?: never;
|
|
514
|
+
path?: never;
|
|
515
|
+
cookie?: never;
|
|
516
|
+
};
|
|
517
|
+
/** Browser Stats */
|
|
518
|
+
get: operations["browser_stats_v1_domain_forwards_metrics_browser_get"];
|
|
519
|
+
put?: never;
|
|
520
|
+
post?: never;
|
|
521
|
+
delete?: never;
|
|
522
|
+
options?: never;
|
|
523
|
+
head?: never;
|
|
524
|
+
patch?: never;
|
|
525
|
+
trace?: never;
|
|
526
|
+
};
|
|
527
|
+
"/v1/domain-forwards/metrics/geo": {
|
|
528
|
+
parameters: {
|
|
529
|
+
query?: never;
|
|
530
|
+
header?: never;
|
|
531
|
+
path?: never;
|
|
532
|
+
cookie?: never;
|
|
533
|
+
};
|
|
534
|
+
/** Geo Stats */
|
|
535
|
+
get: operations["geo_stats_v1_domain_forwards_metrics_geo_get"];
|
|
536
|
+
put?: never;
|
|
537
|
+
post?: never;
|
|
538
|
+
delete?: never;
|
|
539
|
+
options?: never;
|
|
540
|
+
head?: never;
|
|
541
|
+
patch?: never;
|
|
542
|
+
trace?: never;
|
|
543
|
+
};
|
|
544
|
+
"/v1/domain-forwards/metrics/platform": {
|
|
545
|
+
parameters: {
|
|
546
|
+
query?: never;
|
|
547
|
+
header?: never;
|
|
548
|
+
path?: never;
|
|
549
|
+
cookie?: never;
|
|
550
|
+
};
|
|
551
|
+
/** Platform Stats */
|
|
552
|
+
get: operations["platform_stats_v1_domain_forwards_metrics_platform_get"];
|
|
553
|
+
put?: never;
|
|
554
|
+
post?: never;
|
|
555
|
+
delete?: never;
|
|
556
|
+
options?: never;
|
|
557
|
+
head?: never;
|
|
558
|
+
patch?: never;
|
|
559
|
+
trace?: never;
|
|
560
|
+
};
|
|
561
|
+
"/v1/domain-forwards/metrics/referrer": {
|
|
562
|
+
parameters: {
|
|
563
|
+
query?: never;
|
|
564
|
+
header?: never;
|
|
565
|
+
path?: never;
|
|
566
|
+
cookie?: never;
|
|
567
|
+
};
|
|
568
|
+
/** Referrer Stats */
|
|
569
|
+
get: operations["referrer_stats_v1_domain_forwards_metrics_referrer_get"];
|
|
570
|
+
put?: never;
|
|
571
|
+
post?: never;
|
|
572
|
+
delete?: never;
|
|
573
|
+
options?: never;
|
|
574
|
+
head?: never;
|
|
575
|
+
patch?: never;
|
|
576
|
+
trace?: never;
|
|
577
|
+
};
|
|
578
|
+
"/v1/domain-forwards/metrics/status-code": {
|
|
579
|
+
parameters: {
|
|
580
|
+
query?: never;
|
|
581
|
+
header?: never;
|
|
582
|
+
path?: never;
|
|
583
|
+
cookie?: never;
|
|
584
|
+
};
|
|
585
|
+
/** Status Code Stats */
|
|
586
|
+
get: operations["status_code_stats_v1_domain_forwards_metrics_status_code_get"];
|
|
587
|
+
put?: never;
|
|
588
|
+
post?: never;
|
|
589
|
+
delete?: never;
|
|
590
|
+
options?: never;
|
|
591
|
+
head?: never;
|
|
592
|
+
patch?: never;
|
|
593
|
+
trace?: never;
|
|
594
|
+
};
|
|
595
|
+
"/v1/domain-forwards/metrics/time-series": {
|
|
596
|
+
parameters: {
|
|
597
|
+
query?: never;
|
|
598
|
+
header?: never;
|
|
599
|
+
path?: never;
|
|
600
|
+
cookie?: never;
|
|
601
|
+
};
|
|
602
|
+
/** Time Series */
|
|
603
|
+
get: operations["time_series_v1_domain_forwards_metrics_time_series_get"];
|
|
604
|
+
put?: never;
|
|
605
|
+
post?: never;
|
|
606
|
+
delete?: never;
|
|
607
|
+
options?: never;
|
|
608
|
+
head?: never;
|
|
609
|
+
patch?: never;
|
|
610
|
+
trace?: never;
|
|
611
|
+
};
|
|
612
|
+
"/v1/domain-forwards/metrics/user-agent": {
|
|
613
|
+
parameters: {
|
|
614
|
+
query?: never;
|
|
615
|
+
header?: never;
|
|
616
|
+
path?: never;
|
|
617
|
+
cookie?: never;
|
|
618
|
+
};
|
|
619
|
+
/** User Agent Stats */
|
|
620
|
+
get: operations["user_agent_stats_v1_domain_forwards_metrics_user_agent_get"];
|
|
621
|
+
put?: never;
|
|
622
|
+
post?: never;
|
|
623
|
+
delete?: never;
|
|
624
|
+
options?: never;
|
|
625
|
+
head?: never;
|
|
626
|
+
patch?: never;
|
|
627
|
+
trace?: never;
|
|
628
|
+
};
|
|
629
|
+
"/v1/domain-forwards/metrics/visits-by-key": {
|
|
630
|
+
parameters: {
|
|
631
|
+
query?: never;
|
|
632
|
+
header?: never;
|
|
633
|
+
path?: never;
|
|
634
|
+
cookie?: never;
|
|
635
|
+
};
|
|
636
|
+
/** Visits By Key */
|
|
637
|
+
get: operations["visits_by_key_v1_domain_forwards_metrics_visits_by_key_get"];
|
|
638
|
+
put?: never;
|
|
639
|
+
post?: never;
|
|
640
|
+
delete?: never;
|
|
641
|
+
options?: never;
|
|
642
|
+
head?: never;
|
|
643
|
+
patch?: never;
|
|
644
|
+
trace?: never;
|
|
645
|
+
};
|
|
493
646
|
"/v1/domain-forwards/{hostname}": {
|
|
494
647
|
parameters: {
|
|
495
648
|
query?: never;
|
|
@@ -1721,6 +1874,15 @@ export interface components {
|
|
|
1721
1874
|
* @enum {string}
|
|
1722
1875
|
*/
|
|
1723
1876
|
BillingTransactionStatus: "pending" | "succeeded" | "failed" | "canceled";
|
|
1877
|
+
/** BrowserStatsBucket */
|
|
1878
|
+
BrowserStatsBucket: {
|
|
1879
|
+
/** Key */
|
|
1880
|
+
key: string;
|
|
1881
|
+
/** Total */
|
|
1882
|
+
total: number;
|
|
1883
|
+
/** Unique */
|
|
1884
|
+
unique: number;
|
|
1885
|
+
};
|
|
1724
1886
|
/**
|
|
1725
1887
|
* ContactAttributeDefinition
|
|
1726
1888
|
* @description Definition of a possible attribute for a TLD.
|
|
@@ -2659,6 +2821,11 @@ export interface components {
|
|
|
2659
2821
|
*/
|
|
2660
2822
|
updated_on: Date;
|
|
2661
2823
|
};
|
|
2824
|
+
/** DomainForwardBrowserStatsResponse */
|
|
2825
|
+
DomainForwardBrowserStatsResponse: {
|
|
2826
|
+
/** Results */
|
|
2827
|
+
results: components["schemas"]["BrowserStatsBucket"][];
|
|
2828
|
+
};
|
|
2662
2829
|
/** DomainForwardCreateRequest */
|
|
2663
2830
|
DomainForwardCreateRequest: {
|
|
2664
2831
|
/**
|
|
@@ -2671,6 +2838,27 @@ export interface components {
|
|
|
2671
2838
|
http?: components["schemas"]["DomainForwardProtocolSetRequest"] | null;
|
|
2672
2839
|
https?: components["schemas"]["DomainForwardProtocolSetRequest"] | null;
|
|
2673
2840
|
};
|
|
2841
|
+
/** DomainForwardGeoStatsResponse */
|
|
2842
|
+
DomainForwardGeoStatsResponse: {
|
|
2843
|
+
/** Results */
|
|
2844
|
+
results: components["schemas"]["GeoStatsBucket"][];
|
|
2845
|
+
};
|
|
2846
|
+
/** DomainForwardMetricsResponse */
|
|
2847
|
+
DomainForwardMetricsResponse: {
|
|
2848
|
+
/** Configured Forwards */
|
|
2849
|
+
configured_forwards: number;
|
|
2850
|
+
/** Invoked Forwards */
|
|
2851
|
+
invoked_forwards: number;
|
|
2852
|
+
/** Total Visits */
|
|
2853
|
+
total_visits: number;
|
|
2854
|
+
/** Unique Visits */
|
|
2855
|
+
unique_visits: number;
|
|
2856
|
+
};
|
|
2857
|
+
/** DomainForwardMetricsTimeSeriesResponse */
|
|
2858
|
+
DomainForwardMetricsTimeSeriesResponse: {
|
|
2859
|
+
/** Results */
|
|
2860
|
+
results: components["schemas"]["TimeSeriesBucket"][];
|
|
2861
|
+
};
|
|
2674
2862
|
/** DomainForwardPatchOp */
|
|
2675
2863
|
DomainForwardPatchOp: {
|
|
2676
2864
|
op: components["schemas"]["PatchOp"];
|
|
@@ -2682,6 +2870,11 @@ export interface components {
|
|
|
2682
2870
|
/** Ops */
|
|
2683
2871
|
ops: components["schemas"]["DomainForwardPatchOp"][];
|
|
2684
2872
|
};
|
|
2873
|
+
/** DomainForwardPlatformStatsResponse */
|
|
2874
|
+
DomainForwardPlatformStatsResponse: {
|
|
2875
|
+
/** Results */
|
|
2876
|
+
results: components["schemas"]["PlatformStatsBucket"][];
|
|
2877
|
+
};
|
|
2685
2878
|
/** DomainForwardProtocolSetRequest */
|
|
2686
2879
|
DomainForwardProtocolSetRequest: {
|
|
2687
2880
|
/** Redirects */
|
|
@@ -2702,6 +2895,11 @@ export interface components {
|
|
|
2702
2895
|
*/
|
|
2703
2896
|
updated_on: Date;
|
|
2704
2897
|
};
|
|
2898
|
+
/** DomainForwardReferrerStatsResponse */
|
|
2899
|
+
DomainForwardReferrerStatsResponse: {
|
|
2900
|
+
/** Results */
|
|
2901
|
+
results: components["schemas"]["ReferrerStatsBucket"][];
|
|
2902
|
+
};
|
|
2705
2903
|
/** DomainForwardSetCreateRequest */
|
|
2706
2904
|
DomainForwardSetCreateRequest: {
|
|
2707
2905
|
protocol: components["schemas"]["HttpProtocol"];
|
|
@@ -2736,6 +2934,21 @@ export interface components {
|
|
|
2736
2934
|
* @enum {string}
|
|
2737
2935
|
*/
|
|
2738
2936
|
DomainForwardSortField: "hostname" | "enabled" | "created_on" | "updated_on";
|
|
2937
|
+
/** DomainForwardStatusCodeStatsResponse */
|
|
2938
|
+
DomainForwardStatusCodeStatsResponse: {
|
|
2939
|
+
/** Results */
|
|
2940
|
+
results: components["schemas"]["StatusCodeStatsBucket"][];
|
|
2941
|
+
};
|
|
2942
|
+
/** DomainForwardUserAgentStatsResponse */
|
|
2943
|
+
DomainForwardUserAgentStatsResponse: {
|
|
2944
|
+
/** Results */
|
|
2945
|
+
results: components["schemas"]["UserAgentStatsBucket"][];
|
|
2946
|
+
};
|
|
2947
|
+
/** DomainForwardVisitsByKeyResponse */
|
|
2948
|
+
DomainForwardVisitsByKeyResponse: {
|
|
2949
|
+
/** Results */
|
|
2950
|
+
results: components["schemas"]["VisitsByKeyBucket"][];
|
|
2951
|
+
};
|
|
2739
2952
|
/** DomainForwardZone */
|
|
2740
2953
|
DomainForwardZone: {
|
|
2741
2954
|
/** Domain Forwards */
|
|
@@ -3288,28 +3501,19 @@ export interface components {
|
|
|
3288
3501
|
* @example email_forward_alias_01h45ytscbebyvny4gc8cr8ma2
|
|
3289
3502
|
*/
|
|
3290
3503
|
email_forward_alias_id: TypeId<"email_forward_alias">;
|
|
3291
|
-
/**
|
|
3292
|
-
* Forward To
|
|
3293
|
-
* Format: email
|
|
3294
|
-
*/
|
|
3504
|
+
/** Forward To */
|
|
3295
3505
|
forward_to: string;
|
|
3296
3506
|
};
|
|
3297
3507
|
/** EmailForwardAliasCreate */
|
|
3298
3508
|
EmailForwardAliasCreate: {
|
|
3299
3509
|
/** Alias */
|
|
3300
3510
|
alias: string;
|
|
3301
|
-
/**
|
|
3302
|
-
* Forward To
|
|
3303
|
-
* Format: email
|
|
3304
|
-
*/
|
|
3511
|
+
/** Forward To */
|
|
3305
3512
|
forward_to: string;
|
|
3306
3513
|
};
|
|
3307
3514
|
/** EmailForwardAliasUpdate */
|
|
3308
3515
|
EmailForwardAliasUpdate: {
|
|
3309
|
-
/**
|
|
3310
|
-
* Forward To
|
|
3311
|
-
* Format: email
|
|
3312
|
-
*/
|
|
3516
|
+
/** Forward To */
|
|
3313
3517
|
forward_to: string;
|
|
3314
3518
|
};
|
|
3315
3519
|
/** EmailForwardCreate */
|
|
@@ -3624,6 +3828,13 @@ export interface components {
|
|
|
3624
3828
|
*/
|
|
3625
3829
|
start_date: Date;
|
|
3626
3830
|
};
|
|
3831
|
+
/** GeoStatsBucket */
|
|
3832
|
+
GeoStatsBucket: {
|
|
3833
|
+
/** Key */
|
|
3834
|
+
key: string;
|
|
3835
|
+
/** Total */
|
|
3836
|
+
total: number;
|
|
3837
|
+
};
|
|
3627
3838
|
/** GetPricesResponse */
|
|
3628
3839
|
GetPricesResponse: {
|
|
3629
3840
|
/**
|
|
@@ -3986,6 +4197,11 @@ export interface components {
|
|
|
3986
4197
|
* @enum {string}
|
|
3987
4198
|
*/
|
|
3988
4199
|
LocalPresenceRequirementType: "physical_address" | "business_entity";
|
|
4200
|
+
/**
|
|
4201
|
+
* MetricsGrouping
|
|
4202
|
+
* @enum {string}
|
|
4203
|
+
*/
|
|
4204
|
+
MetricsGrouping: "url" | "fqdn" | "domain" | "forward";
|
|
3989
4205
|
/** Nameserver */
|
|
3990
4206
|
Nameserver: {
|
|
3991
4207
|
/**
|
|
@@ -4675,6 +4891,15 @@ export interface components {
|
|
|
4675
4891
|
/** Permissions */
|
|
4676
4892
|
permissions?: components["schemas"]["Permission"][];
|
|
4677
4893
|
};
|
|
4894
|
+
/** PlatformStatsBucket */
|
|
4895
|
+
PlatformStatsBucket: {
|
|
4896
|
+
/** Key */
|
|
4897
|
+
key: string;
|
|
4898
|
+
/** Total */
|
|
4899
|
+
total: number;
|
|
4900
|
+
/** Unique */
|
|
4901
|
+
unique: number;
|
|
4902
|
+
};
|
|
4678
4903
|
/**
|
|
4679
4904
|
* PostTransferRequirements
|
|
4680
4905
|
* @enum {string}
|
|
@@ -4746,6 +4971,11 @@ export interface components {
|
|
|
4746
4971
|
/** Problem type */
|
|
4747
4972
|
type: string;
|
|
4748
4973
|
};
|
|
4974
|
+
/**
|
|
4975
|
+
* Protocol
|
|
4976
|
+
* @enum {string}
|
|
4977
|
+
*/
|
|
4978
|
+
Protocol: "http" | "https";
|
|
4749
4979
|
/** PublicAuthRequestForm */
|
|
4750
4980
|
PublicAuthRequestForm: {
|
|
4751
4981
|
/**
|
|
@@ -4779,6 +5009,15 @@ export interface components {
|
|
|
4779
5009
|
* @enum {integer}
|
|
4780
5010
|
*/
|
|
4781
5011
|
RedirectCode: 301 | 302 | 307 | 308;
|
|
5012
|
+
/** ReferrerStatsBucket */
|
|
5013
|
+
ReferrerStatsBucket: {
|
|
5014
|
+
/** Key */
|
|
5015
|
+
key: string;
|
|
5016
|
+
/** Total */
|
|
5017
|
+
total: number;
|
|
5018
|
+
/** Unique */
|
|
5019
|
+
unique: number;
|
|
5020
|
+
};
|
|
4782
5021
|
/**
|
|
4783
5022
|
* RegistrantChangeType
|
|
4784
5023
|
* @enum {string}
|
|
@@ -4971,6 +5210,13 @@ export interface components {
|
|
|
4971
5210
|
/** Remove */
|
|
4972
5211
|
remove?: components["schemas"]["Relation"][] | null;
|
|
4973
5212
|
};
|
|
5213
|
+
/** StatusCodeStatsBucket */
|
|
5214
|
+
StatusCodeStatsBucket: {
|
|
5215
|
+
/** Key */
|
|
5216
|
+
key: string;
|
|
5217
|
+
/** Total */
|
|
5218
|
+
total: number;
|
|
5219
|
+
};
|
|
4974
5220
|
/**
|
|
4975
5221
|
* SyncOperationType
|
|
4976
5222
|
* @enum {string}
|
|
@@ -4981,6 +5227,21 @@ export interface components {
|
|
|
4981
5227
|
* @enum {string}
|
|
4982
5228
|
*/
|
|
4983
5229
|
TLDType: "gTLD" | "ccTLD";
|
|
5230
|
+
/**
|
|
5231
|
+
* TimeRange
|
|
5232
|
+
* @enum {string}
|
|
5233
|
+
*/
|
|
5234
|
+
TimeRange: "1h" | "1d" | "7d" | "30d";
|
|
5235
|
+
/** TimeSeriesBucket */
|
|
5236
|
+
TimeSeriesBucket: {
|
|
5237
|
+
/**
|
|
5238
|
+
* Timestamp
|
|
5239
|
+
* Format: date-time
|
|
5240
|
+
*/
|
|
5241
|
+
timestamp: Date;
|
|
5242
|
+
/** Total */
|
|
5243
|
+
total: number;
|
|
5244
|
+
};
|
|
4984
5245
|
/** TldBase */
|
|
4985
5246
|
TldBase: {
|
|
4986
5247
|
/**
|
|
@@ -5241,6 +5502,15 @@ export interface components {
|
|
|
5241
5502
|
*/
|
|
5242
5503
|
username: string;
|
|
5243
5504
|
};
|
|
5505
|
+
/** UserAgentStatsBucket */
|
|
5506
|
+
UserAgentStatsBucket: {
|
|
5507
|
+
/** Key */
|
|
5508
|
+
key: string;
|
|
5509
|
+
/** Total */
|
|
5510
|
+
total: number;
|
|
5511
|
+
/** Unique */
|
|
5512
|
+
unique: number;
|
|
5513
|
+
};
|
|
5244
5514
|
/** UserAttributeBase */
|
|
5245
5515
|
UserAttributeBase: {
|
|
5246
5516
|
/**
|
|
@@ -5619,6 +5889,15 @@ export interface components {
|
|
|
5619
5889
|
* @enum {string}
|
|
5620
5890
|
*/
|
|
5621
5891
|
VerificationType: "api" | "email";
|
|
5892
|
+
/** VisitsByKeyBucket */
|
|
5893
|
+
VisitsByKeyBucket: {
|
|
5894
|
+
/** Key */
|
|
5895
|
+
key: string;
|
|
5896
|
+
/** Total */
|
|
5897
|
+
total: number;
|
|
5898
|
+
/** Unique */
|
|
5899
|
+
unique: number;
|
|
5900
|
+
};
|
|
5622
5901
|
/** WhoisBase */
|
|
5623
5902
|
WhoisBase: {
|
|
5624
5903
|
/**
|
|
@@ -7720,6 +7999,323 @@ export interface operations {
|
|
|
7720
7999
|
};
|
|
7721
8000
|
};
|
|
7722
8001
|
};
|
|
8002
|
+
metrics_v1_domain_forwards_metrics_get: {
|
|
8003
|
+
parameters: {
|
|
8004
|
+
query?: {
|
|
8005
|
+
hostname?: string | null;
|
|
8006
|
+
/** @description Filter by protocol: http or https */
|
|
8007
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8008
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8009
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8010
|
+
};
|
|
8011
|
+
header?: never;
|
|
8012
|
+
path?: never;
|
|
8013
|
+
cookie?: never;
|
|
8014
|
+
};
|
|
8015
|
+
requestBody?: never;
|
|
8016
|
+
responses: {
|
|
8017
|
+
/** @description Successful Response */
|
|
8018
|
+
200: {
|
|
8019
|
+
headers: {
|
|
8020
|
+
[name: string]: unknown;
|
|
8021
|
+
};
|
|
8022
|
+
content: {
|
|
8023
|
+
"application/json": components["schemas"]["DomainForwardMetricsResponse"];
|
|
8024
|
+
};
|
|
8025
|
+
};
|
|
8026
|
+
/** @description Validation Error */
|
|
8027
|
+
422: {
|
|
8028
|
+
headers: {
|
|
8029
|
+
[name: string]: unknown;
|
|
8030
|
+
};
|
|
8031
|
+
content: {
|
|
8032
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8033
|
+
};
|
|
8034
|
+
};
|
|
8035
|
+
};
|
|
8036
|
+
};
|
|
8037
|
+
browser_stats_v1_domain_forwards_metrics_browser_get: {
|
|
8038
|
+
parameters: {
|
|
8039
|
+
query?: {
|
|
8040
|
+
hostname?: string | null;
|
|
8041
|
+
/** @description Filter by protocol: http or https */
|
|
8042
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8043
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8044
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8045
|
+
};
|
|
8046
|
+
header?: never;
|
|
8047
|
+
path?: never;
|
|
8048
|
+
cookie?: never;
|
|
8049
|
+
};
|
|
8050
|
+
requestBody?: never;
|
|
8051
|
+
responses: {
|
|
8052
|
+
/** @description Successful Response */
|
|
8053
|
+
200: {
|
|
8054
|
+
headers: {
|
|
8055
|
+
[name: string]: unknown;
|
|
8056
|
+
};
|
|
8057
|
+
content: {
|
|
8058
|
+
"application/json": components["schemas"]["DomainForwardBrowserStatsResponse"];
|
|
8059
|
+
};
|
|
8060
|
+
};
|
|
8061
|
+
/** @description Validation Error */
|
|
8062
|
+
422: {
|
|
8063
|
+
headers: {
|
|
8064
|
+
[name: string]: unknown;
|
|
8065
|
+
};
|
|
8066
|
+
content: {
|
|
8067
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8068
|
+
};
|
|
8069
|
+
};
|
|
8070
|
+
};
|
|
8071
|
+
};
|
|
8072
|
+
geo_stats_v1_domain_forwards_metrics_geo_get: {
|
|
8073
|
+
parameters: {
|
|
8074
|
+
query?: {
|
|
8075
|
+
hostname?: string | null;
|
|
8076
|
+
/** @description Filter by protocol: http or https */
|
|
8077
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8078
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8079
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8080
|
+
};
|
|
8081
|
+
header?: never;
|
|
8082
|
+
path?: never;
|
|
8083
|
+
cookie?: never;
|
|
8084
|
+
};
|
|
8085
|
+
requestBody?: never;
|
|
8086
|
+
responses: {
|
|
8087
|
+
/** @description Successful Response */
|
|
8088
|
+
200: {
|
|
8089
|
+
headers: {
|
|
8090
|
+
[name: string]: unknown;
|
|
8091
|
+
};
|
|
8092
|
+
content: {
|
|
8093
|
+
"application/json": components["schemas"]["DomainForwardGeoStatsResponse"];
|
|
8094
|
+
};
|
|
8095
|
+
};
|
|
8096
|
+
/** @description Validation Error */
|
|
8097
|
+
422: {
|
|
8098
|
+
headers: {
|
|
8099
|
+
[name: string]: unknown;
|
|
8100
|
+
};
|
|
8101
|
+
content: {
|
|
8102
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8103
|
+
};
|
|
8104
|
+
};
|
|
8105
|
+
};
|
|
8106
|
+
};
|
|
8107
|
+
platform_stats_v1_domain_forwards_metrics_platform_get: {
|
|
8108
|
+
parameters: {
|
|
8109
|
+
query?: {
|
|
8110
|
+
hostname?: string | null;
|
|
8111
|
+
/** @description Filter by protocol: http or https */
|
|
8112
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8113
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8114
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8115
|
+
};
|
|
8116
|
+
header?: never;
|
|
8117
|
+
path?: never;
|
|
8118
|
+
cookie?: never;
|
|
8119
|
+
};
|
|
8120
|
+
requestBody?: never;
|
|
8121
|
+
responses: {
|
|
8122
|
+
/** @description Successful Response */
|
|
8123
|
+
200: {
|
|
8124
|
+
headers: {
|
|
8125
|
+
[name: string]: unknown;
|
|
8126
|
+
};
|
|
8127
|
+
content: {
|
|
8128
|
+
"application/json": components["schemas"]["DomainForwardPlatformStatsResponse"];
|
|
8129
|
+
};
|
|
8130
|
+
};
|
|
8131
|
+
/** @description Validation Error */
|
|
8132
|
+
422: {
|
|
8133
|
+
headers: {
|
|
8134
|
+
[name: string]: unknown;
|
|
8135
|
+
};
|
|
8136
|
+
content: {
|
|
8137
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8138
|
+
};
|
|
8139
|
+
};
|
|
8140
|
+
};
|
|
8141
|
+
};
|
|
8142
|
+
referrer_stats_v1_domain_forwards_metrics_referrer_get: {
|
|
8143
|
+
parameters: {
|
|
8144
|
+
query?: {
|
|
8145
|
+
hostname?: string | null;
|
|
8146
|
+
/** @description Filter by protocol: http or https */
|
|
8147
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8148
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8149
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8150
|
+
};
|
|
8151
|
+
header?: never;
|
|
8152
|
+
path?: never;
|
|
8153
|
+
cookie?: never;
|
|
8154
|
+
};
|
|
8155
|
+
requestBody?: never;
|
|
8156
|
+
responses: {
|
|
8157
|
+
/** @description Successful Response */
|
|
8158
|
+
200: {
|
|
8159
|
+
headers: {
|
|
8160
|
+
[name: string]: unknown;
|
|
8161
|
+
};
|
|
8162
|
+
content: {
|
|
8163
|
+
"application/json": components["schemas"]["DomainForwardReferrerStatsResponse"];
|
|
8164
|
+
};
|
|
8165
|
+
};
|
|
8166
|
+
/** @description Validation Error */
|
|
8167
|
+
422: {
|
|
8168
|
+
headers: {
|
|
8169
|
+
[name: string]: unknown;
|
|
8170
|
+
};
|
|
8171
|
+
content: {
|
|
8172
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8173
|
+
};
|
|
8174
|
+
};
|
|
8175
|
+
};
|
|
8176
|
+
};
|
|
8177
|
+
status_code_stats_v1_domain_forwards_metrics_status_code_get: {
|
|
8178
|
+
parameters: {
|
|
8179
|
+
query?: {
|
|
8180
|
+
hostname?: string | null;
|
|
8181
|
+
/** @description Filter by protocol: http or https */
|
|
8182
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8183
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8184
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8185
|
+
};
|
|
8186
|
+
header?: never;
|
|
8187
|
+
path?: never;
|
|
8188
|
+
cookie?: never;
|
|
8189
|
+
};
|
|
8190
|
+
requestBody?: never;
|
|
8191
|
+
responses: {
|
|
8192
|
+
/** @description Successful Response */
|
|
8193
|
+
200: {
|
|
8194
|
+
headers: {
|
|
8195
|
+
[name: string]: unknown;
|
|
8196
|
+
};
|
|
8197
|
+
content: {
|
|
8198
|
+
"application/json": components["schemas"]["DomainForwardStatusCodeStatsResponse"];
|
|
8199
|
+
};
|
|
8200
|
+
};
|
|
8201
|
+
/** @description Validation Error */
|
|
8202
|
+
422: {
|
|
8203
|
+
headers: {
|
|
8204
|
+
[name: string]: unknown;
|
|
8205
|
+
};
|
|
8206
|
+
content: {
|
|
8207
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8208
|
+
};
|
|
8209
|
+
};
|
|
8210
|
+
};
|
|
8211
|
+
};
|
|
8212
|
+
time_series_v1_domain_forwards_metrics_time_series_get: {
|
|
8213
|
+
parameters: {
|
|
8214
|
+
query?: {
|
|
8215
|
+
hostname?: string | null;
|
|
8216
|
+
/** @description Filter by protocol: http or https */
|
|
8217
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8218
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8219
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8220
|
+
};
|
|
8221
|
+
header?: never;
|
|
8222
|
+
path?: never;
|
|
8223
|
+
cookie?: never;
|
|
8224
|
+
};
|
|
8225
|
+
requestBody?: never;
|
|
8226
|
+
responses: {
|
|
8227
|
+
/** @description Successful Response */
|
|
8228
|
+
200: {
|
|
8229
|
+
headers: {
|
|
8230
|
+
[name: string]: unknown;
|
|
8231
|
+
};
|
|
8232
|
+
content: {
|
|
8233
|
+
"application/json": components["schemas"]["DomainForwardMetricsTimeSeriesResponse"];
|
|
8234
|
+
};
|
|
8235
|
+
};
|
|
8236
|
+
/** @description Validation Error */
|
|
8237
|
+
422: {
|
|
8238
|
+
headers: {
|
|
8239
|
+
[name: string]: unknown;
|
|
8240
|
+
};
|
|
8241
|
+
content: {
|
|
8242
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8243
|
+
};
|
|
8244
|
+
};
|
|
8245
|
+
};
|
|
8246
|
+
};
|
|
8247
|
+
user_agent_stats_v1_domain_forwards_metrics_user_agent_get: {
|
|
8248
|
+
parameters: {
|
|
8249
|
+
query?: {
|
|
8250
|
+
hostname?: string | null;
|
|
8251
|
+
/** @description Filter by protocol: http or https */
|
|
8252
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8253
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8254
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8255
|
+
};
|
|
8256
|
+
header?: never;
|
|
8257
|
+
path?: never;
|
|
8258
|
+
cookie?: never;
|
|
8259
|
+
};
|
|
8260
|
+
requestBody?: never;
|
|
8261
|
+
responses: {
|
|
8262
|
+
/** @description Successful Response */
|
|
8263
|
+
200: {
|
|
8264
|
+
headers: {
|
|
8265
|
+
[name: string]: unknown;
|
|
8266
|
+
};
|
|
8267
|
+
content: {
|
|
8268
|
+
"application/json": components["schemas"]["DomainForwardUserAgentStatsResponse"];
|
|
8269
|
+
};
|
|
8270
|
+
};
|
|
8271
|
+
/** @description Validation Error */
|
|
8272
|
+
422: {
|
|
8273
|
+
headers: {
|
|
8274
|
+
[name: string]: unknown;
|
|
8275
|
+
};
|
|
8276
|
+
content: {
|
|
8277
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8278
|
+
};
|
|
8279
|
+
};
|
|
8280
|
+
};
|
|
8281
|
+
};
|
|
8282
|
+
visits_by_key_v1_domain_forwards_metrics_visits_by_key_get: {
|
|
8283
|
+
parameters: {
|
|
8284
|
+
query?: {
|
|
8285
|
+
/** @description Grouping key: url, fqdn, domain, or forward */
|
|
8286
|
+
grouping?: components["schemas"]["MetricsGrouping"];
|
|
8287
|
+
hostname?: string | null;
|
|
8288
|
+
/** @description Filter by protocol: http or https */
|
|
8289
|
+
protocol?: components["schemas"]["Protocol"] | null;
|
|
8290
|
+
/** @description Time range: 1h, 1d, 7d, or 30d */
|
|
8291
|
+
time_range?: components["schemas"]["TimeRange"];
|
|
8292
|
+
};
|
|
8293
|
+
header?: never;
|
|
8294
|
+
path?: never;
|
|
8295
|
+
cookie?: never;
|
|
8296
|
+
};
|
|
8297
|
+
requestBody?: never;
|
|
8298
|
+
responses: {
|
|
8299
|
+
/** @description Successful Response */
|
|
8300
|
+
200: {
|
|
8301
|
+
headers: {
|
|
8302
|
+
[name: string]: unknown;
|
|
8303
|
+
};
|
|
8304
|
+
content: {
|
|
8305
|
+
"application/json": components["schemas"]["DomainForwardVisitsByKeyResponse"];
|
|
8306
|
+
};
|
|
8307
|
+
};
|
|
8308
|
+
/** @description Validation Error */
|
|
8309
|
+
422: {
|
|
8310
|
+
headers: {
|
|
8311
|
+
[name: string]: unknown;
|
|
8312
|
+
};
|
|
8313
|
+
content: {
|
|
8314
|
+
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
8315
|
+
};
|
|
8316
|
+
};
|
|
8317
|
+
};
|
|
8318
|
+
};
|
|
7723
8319
|
get_domain_forward_v1_domain_forwards__hostname__get: {
|
|
7724
8320
|
parameters: {
|
|
7725
8321
|
query?: never;
|