@opusdns/api 1.59.0 → 1.60.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/responses.d.ts +18 -9
- package/src/openapi.yaml +118 -1
- package/src/schema.d.ts +144 -0
package/package.json
CHANGED
|
@@ -452,68 +452,77 @@ export type GET_DomainForwardsByHostnameByProtocol_Response_403 = Problem;
|
|
|
452
452
|
export type GET_DomainForwardsByHostnameByProtocol_Response_404 = Problem;
|
|
453
453
|
export type GET_DomainForwardsByHostnameByProtocol_Response_422 = HTTPValidationError;
|
|
454
454
|
|
|
455
|
-
export type GET_DomainForwardsMetrics_Response = GET_DomainForwardsMetrics_Response_200 | GET_DomainForwardsMetrics_Response_401 | GET_DomainForwardsMetrics_Response_403 | GET_DomainForwardsMetrics_Response_422;
|
|
455
|
+
export type GET_DomainForwardsMetrics_Response = GET_DomainForwardsMetrics_Response_200 | GET_DomainForwardsMetrics_Response_401 | GET_DomainForwardsMetrics_Response_403 | GET_DomainForwardsMetrics_Response_422 | GET_DomainForwardsMetrics_Response_503;
|
|
456
456
|
|
|
457
457
|
export type GET_DomainForwardsMetrics_Response_200 = DomainForwardMetrics;
|
|
458
458
|
export type GET_DomainForwardsMetrics_Response_401 = Problem;
|
|
459
459
|
export type GET_DomainForwardsMetrics_Response_403 = Problem;
|
|
460
460
|
export type GET_DomainForwardsMetrics_Response_422 = HTTPValidationError;
|
|
461
|
+
export type GET_DomainForwardsMetrics_Response_503 = Problem;
|
|
461
462
|
|
|
462
|
-
export type GET_DomainForwardsMetricsBrowser_Response = GET_DomainForwardsMetricsBrowser_Response_200 | GET_DomainForwardsMetricsBrowser_Response_401 | GET_DomainForwardsMetricsBrowser_Response_403 | GET_DomainForwardsMetricsBrowser_Response_422;
|
|
463
|
+
export type GET_DomainForwardsMetricsBrowser_Response = GET_DomainForwardsMetricsBrowser_Response_200 | GET_DomainForwardsMetricsBrowser_Response_401 | GET_DomainForwardsMetricsBrowser_Response_403 | GET_DomainForwardsMetricsBrowser_Response_422 | GET_DomainForwardsMetricsBrowser_Response_503;
|
|
463
464
|
|
|
464
465
|
export type GET_DomainForwardsMetricsBrowser_Response_200 = DomainForwardBrowserStats;
|
|
465
466
|
export type GET_DomainForwardsMetricsBrowser_Response_401 = Problem;
|
|
466
467
|
export type GET_DomainForwardsMetricsBrowser_Response_403 = Problem;
|
|
467
468
|
export type GET_DomainForwardsMetricsBrowser_Response_422 = HTTPValidationError;
|
|
469
|
+
export type GET_DomainForwardsMetricsBrowser_Response_503 = Problem;
|
|
468
470
|
|
|
469
|
-
export type GET_DomainForwardsMetricsGeo_Response = GET_DomainForwardsMetricsGeo_Response_200 | GET_DomainForwardsMetricsGeo_Response_401 | GET_DomainForwardsMetricsGeo_Response_403 | GET_DomainForwardsMetricsGeo_Response_422;
|
|
471
|
+
export type GET_DomainForwardsMetricsGeo_Response = GET_DomainForwardsMetricsGeo_Response_200 | GET_DomainForwardsMetricsGeo_Response_401 | GET_DomainForwardsMetricsGeo_Response_403 | GET_DomainForwardsMetricsGeo_Response_422 | GET_DomainForwardsMetricsGeo_Response_503;
|
|
470
472
|
|
|
471
473
|
export type GET_DomainForwardsMetricsGeo_Response_200 = DomainForwardGeoStats;
|
|
472
474
|
export type GET_DomainForwardsMetricsGeo_Response_401 = Problem;
|
|
473
475
|
export type GET_DomainForwardsMetricsGeo_Response_403 = Problem;
|
|
474
476
|
export type GET_DomainForwardsMetricsGeo_Response_422 = HTTPValidationError;
|
|
477
|
+
export type GET_DomainForwardsMetricsGeo_Response_503 = Problem;
|
|
475
478
|
|
|
476
|
-
export type GET_DomainForwardsMetricsPlatform_Response = GET_DomainForwardsMetricsPlatform_Response_200 | GET_DomainForwardsMetricsPlatform_Response_401 | GET_DomainForwardsMetricsPlatform_Response_403 | GET_DomainForwardsMetricsPlatform_Response_422;
|
|
479
|
+
export type GET_DomainForwardsMetricsPlatform_Response = GET_DomainForwardsMetricsPlatform_Response_200 | GET_DomainForwardsMetricsPlatform_Response_401 | GET_DomainForwardsMetricsPlatform_Response_403 | GET_DomainForwardsMetricsPlatform_Response_422 | GET_DomainForwardsMetricsPlatform_Response_503;
|
|
477
480
|
|
|
478
481
|
export type GET_DomainForwardsMetricsPlatform_Response_200 = DomainForwardPlatformStats;
|
|
479
482
|
export type GET_DomainForwardsMetricsPlatform_Response_401 = Problem;
|
|
480
483
|
export type GET_DomainForwardsMetricsPlatform_Response_403 = Problem;
|
|
481
484
|
export type GET_DomainForwardsMetricsPlatform_Response_422 = HTTPValidationError;
|
|
485
|
+
export type GET_DomainForwardsMetricsPlatform_Response_503 = Problem;
|
|
482
486
|
|
|
483
|
-
export type GET_DomainForwardsMetricsReferrer_Response = GET_DomainForwardsMetricsReferrer_Response_200 | GET_DomainForwardsMetricsReferrer_Response_401 | GET_DomainForwardsMetricsReferrer_Response_403 | GET_DomainForwardsMetricsReferrer_Response_422;
|
|
487
|
+
export type GET_DomainForwardsMetricsReferrer_Response = GET_DomainForwardsMetricsReferrer_Response_200 | GET_DomainForwardsMetricsReferrer_Response_401 | GET_DomainForwardsMetricsReferrer_Response_403 | GET_DomainForwardsMetricsReferrer_Response_422 | GET_DomainForwardsMetricsReferrer_Response_503;
|
|
484
488
|
|
|
485
489
|
export type GET_DomainForwardsMetricsReferrer_Response_200 = DomainForwardReferrerStats;
|
|
486
490
|
export type GET_DomainForwardsMetricsReferrer_Response_401 = Problem;
|
|
487
491
|
export type GET_DomainForwardsMetricsReferrer_Response_403 = Problem;
|
|
488
492
|
export type GET_DomainForwardsMetricsReferrer_Response_422 = HTTPValidationError;
|
|
493
|
+
export type GET_DomainForwardsMetricsReferrer_Response_503 = Problem;
|
|
489
494
|
|
|
490
|
-
export type GET_DomainForwardsMetricsStatusCode_Response = GET_DomainForwardsMetricsStatusCode_Response_200 | GET_DomainForwardsMetricsStatusCode_Response_401 | GET_DomainForwardsMetricsStatusCode_Response_403 | GET_DomainForwardsMetricsStatusCode_Response_422;
|
|
495
|
+
export type GET_DomainForwardsMetricsStatusCode_Response = GET_DomainForwardsMetricsStatusCode_Response_200 | GET_DomainForwardsMetricsStatusCode_Response_401 | GET_DomainForwardsMetricsStatusCode_Response_403 | GET_DomainForwardsMetricsStatusCode_Response_422 | GET_DomainForwardsMetricsStatusCode_Response_503;
|
|
491
496
|
|
|
492
497
|
export type GET_DomainForwardsMetricsStatusCode_Response_200 = DomainForwardStatusCodeStats;
|
|
493
498
|
export type GET_DomainForwardsMetricsStatusCode_Response_401 = Problem;
|
|
494
499
|
export type GET_DomainForwardsMetricsStatusCode_Response_403 = Problem;
|
|
495
500
|
export type GET_DomainForwardsMetricsStatusCode_Response_422 = HTTPValidationError;
|
|
501
|
+
export type GET_DomainForwardsMetricsStatusCode_Response_503 = Problem;
|
|
496
502
|
|
|
497
|
-
export type GET_DomainForwardsMetricsTimeSeries_Response = GET_DomainForwardsMetricsTimeSeries_Response_200 | GET_DomainForwardsMetricsTimeSeries_Response_401 | GET_DomainForwardsMetricsTimeSeries_Response_403 | GET_DomainForwardsMetricsTimeSeries_Response_422;
|
|
503
|
+
export type GET_DomainForwardsMetricsTimeSeries_Response = GET_DomainForwardsMetricsTimeSeries_Response_200 | GET_DomainForwardsMetricsTimeSeries_Response_401 | GET_DomainForwardsMetricsTimeSeries_Response_403 | GET_DomainForwardsMetricsTimeSeries_Response_422 | GET_DomainForwardsMetricsTimeSeries_Response_503;
|
|
498
504
|
|
|
499
505
|
export type GET_DomainForwardsMetricsTimeSeries_Response_200 = DomainForwardMetricsTimeSeries;
|
|
500
506
|
export type GET_DomainForwardsMetricsTimeSeries_Response_401 = Problem;
|
|
501
507
|
export type GET_DomainForwardsMetricsTimeSeries_Response_403 = Problem;
|
|
502
508
|
export type GET_DomainForwardsMetricsTimeSeries_Response_422 = HTTPValidationError;
|
|
509
|
+
export type GET_DomainForwardsMetricsTimeSeries_Response_503 = Problem;
|
|
503
510
|
|
|
504
|
-
export type GET_DomainForwardsMetricsUserAgent_Response = GET_DomainForwardsMetricsUserAgent_Response_200 | GET_DomainForwardsMetricsUserAgent_Response_401 | GET_DomainForwardsMetricsUserAgent_Response_403 | GET_DomainForwardsMetricsUserAgent_Response_422;
|
|
511
|
+
export type GET_DomainForwardsMetricsUserAgent_Response = GET_DomainForwardsMetricsUserAgent_Response_200 | GET_DomainForwardsMetricsUserAgent_Response_401 | GET_DomainForwardsMetricsUserAgent_Response_403 | GET_DomainForwardsMetricsUserAgent_Response_422 | GET_DomainForwardsMetricsUserAgent_Response_503;
|
|
505
512
|
|
|
506
513
|
export type GET_DomainForwardsMetricsUserAgent_Response_200 = DomainForwardUserAgentStats;
|
|
507
514
|
export type GET_DomainForwardsMetricsUserAgent_Response_401 = Problem;
|
|
508
515
|
export type GET_DomainForwardsMetricsUserAgent_Response_403 = Problem;
|
|
509
516
|
export type GET_DomainForwardsMetricsUserAgent_Response_422 = HTTPValidationError;
|
|
517
|
+
export type GET_DomainForwardsMetricsUserAgent_Response_503 = Problem;
|
|
510
518
|
|
|
511
|
-
export type GET_DomainForwardsMetricsVisitsByKey_Response = GET_DomainForwardsMetricsVisitsByKey_Response_200 | GET_DomainForwardsMetricsVisitsByKey_Response_401 | GET_DomainForwardsMetricsVisitsByKey_Response_403 | GET_DomainForwardsMetricsVisitsByKey_Response_422;
|
|
519
|
+
export type GET_DomainForwardsMetricsVisitsByKey_Response = GET_DomainForwardsMetricsVisitsByKey_Response_200 | GET_DomainForwardsMetricsVisitsByKey_Response_401 | GET_DomainForwardsMetricsVisitsByKey_Response_403 | GET_DomainForwardsMetricsVisitsByKey_Response_422 | GET_DomainForwardsMetricsVisitsByKey_Response_503;
|
|
512
520
|
|
|
513
521
|
export type GET_DomainForwardsMetricsVisitsByKey_Response_200 = DomainForwardVisitsByKey;
|
|
514
522
|
export type GET_DomainForwardsMetricsVisitsByKey_Response_401 = Problem;
|
|
515
523
|
export type GET_DomainForwardsMetricsVisitsByKey_Response_403 = Problem;
|
|
516
524
|
export type GET_DomainForwardsMetricsVisitsByKey_Response_422 = HTTPValidationError;
|
|
525
|
+
export type GET_DomainForwardsMetricsVisitsByKey_Response_503 = Problem;
|
|
517
526
|
|
|
518
527
|
export type GET_DomainSearchSuggest_Response = GET_DomainSearchSuggest_Response_200 | GET_DomainSearchSuggest_Response_401 | GET_DomainSearchSuggest_Response_422 | GET_DomainSearchSuggest_Response_502;
|
|
519
528
|
|
package/src/openapi.yaml
CHANGED
|
@@ -13867,7 +13867,7 @@ info:
|
|
|
13867
13867
|
\n\n"
|
|
13868
13868
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13869
13869
|
title: OpusDNS API
|
|
13870
|
-
version: 2026-07-
|
|
13870
|
+
version: 2026-07-16-094724
|
|
13871
13871
|
x-logo:
|
|
13872
13872
|
altText: OpusDNS API Reference
|
|
13873
13873
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -19340,6 +19340,19 @@ paths:
|
|
|
19340
19340
|
schema:
|
|
19341
19341
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19342
19342
|
description: Validation Error
|
|
19343
|
+
'503':
|
|
19344
|
+
content:
|
|
19345
|
+
application/problem+json:
|
|
19346
|
+
example:
|
|
19347
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19348
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19349
|
+
again later.
|
|
19350
|
+
status: 503
|
|
19351
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19352
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19353
|
+
schema:
|
|
19354
|
+
$ref: '#/components/schemas/Problem'
|
|
19355
|
+
description: Service Unavailable
|
|
19343
19356
|
security:
|
|
19344
19357
|
- OAuth2PasswordBearer: []
|
|
19345
19358
|
- APIKeyHeader: []
|
|
@@ -19483,6 +19496,19 @@ paths:
|
|
|
19483
19496
|
schema:
|
|
19484
19497
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19485
19498
|
description: Validation Error
|
|
19499
|
+
'503':
|
|
19500
|
+
content:
|
|
19501
|
+
application/problem+json:
|
|
19502
|
+
example:
|
|
19503
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19504
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19505
|
+
again later.
|
|
19506
|
+
status: 503
|
|
19507
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19508
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19509
|
+
schema:
|
|
19510
|
+
$ref: '#/components/schemas/Problem'
|
|
19511
|
+
description: Service Unavailable
|
|
19486
19512
|
security:
|
|
19487
19513
|
- OAuth2PasswordBearer: []
|
|
19488
19514
|
- APIKeyHeader: []
|
|
@@ -19619,6 +19645,19 @@ paths:
|
|
|
19619
19645
|
schema:
|
|
19620
19646
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19621
19647
|
description: Validation Error
|
|
19648
|
+
'503':
|
|
19649
|
+
content:
|
|
19650
|
+
application/problem+json:
|
|
19651
|
+
example:
|
|
19652
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19653
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19654
|
+
again later.
|
|
19655
|
+
status: 503
|
|
19656
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19657
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19658
|
+
schema:
|
|
19659
|
+
$ref: '#/components/schemas/Problem'
|
|
19660
|
+
description: Service Unavailable
|
|
19622
19661
|
security:
|
|
19623
19662
|
- OAuth2PasswordBearer: []
|
|
19624
19663
|
- APIKeyHeader: []
|
|
@@ -19760,6 +19799,19 @@ paths:
|
|
|
19760
19799
|
schema:
|
|
19761
19800
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19762
19801
|
description: Validation Error
|
|
19802
|
+
'503':
|
|
19803
|
+
content:
|
|
19804
|
+
application/problem+json:
|
|
19805
|
+
example:
|
|
19806
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19807
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19808
|
+
again later.
|
|
19809
|
+
status: 503
|
|
19810
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19811
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19812
|
+
schema:
|
|
19813
|
+
$ref: '#/components/schemas/Problem'
|
|
19814
|
+
description: Service Unavailable
|
|
19763
19815
|
security:
|
|
19764
19816
|
- OAuth2PasswordBearer: []
|
|
19765
19817
|
- APIKeyHeader: []
|
|
@@ -19903,6 +19955,19 @@ paths:
|
|
|
19903
19955
|
schema:
|
|
19904
19956
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19905
19957
|
description: Validation Error
|
|
19958
|
+
'503':
|
|
19959
|
+
content:
|
|
19960
|
+
application/problem+json:
|
|
19961
|
+
example:
|
|
19962
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19963
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19964
|
+
again later.
|
|
19965
|
+
status: 503
|
|
19966
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19967
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19968
|
+
schema:
|
|
19969
|
+
$ref: '#/components/schemas/Problem'
|
|
19970
|
+
description: Service Unavailable
|
|
19906
19971
|
security:
|
|
19907
19972
|
- OAuth2PasswordBearer: []
|
|
19908
19973
|
- APIKeyHeader: []
|
|
@@ -20032,6 +20097,19 @@ paths:
|
|
|
20032
20097
|
schema:
|
|
20033
20098
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20034
20099
|
description: Validation Error
|
|
20100
|
+
'503':
|
|
20101
|
+
content:
|
|
20102
|
+
application/problem+json:
|
|
20103
|
+
example:
|
|
20104
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20105
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20106
|
+
again later.
|
|
20107
|
+
status: 503
|
|
20108
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20109
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20110
|
+
schema:
|
|
20111
|
+
$ref: '#/components/schemas/Problem'
|
|
20112
|
+
description: Service Unavailable
|
|
20035
20113
|
security:
|
|
20036
20114
|
- OAuth2PasswordBearer: []
|
|
20037
20115
|
- APIKeyHeader: []
|
|
@@ -20207,6 +20285,19 @@ paths:
|
|
|
20207
20285
|
schema:
|
|
20208
20286
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20209
20287
|
description: Validation Error
|
|
20288
|
+
'503':
|
|
20289
|
+
content:
|
|
20290
|
+
application/problem+json:
|
|
20291
|
+
example:
|
|
20292
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20293
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20294
|
+
again later.
|
|
20295
|
+
status: 503
|
|
20296
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20297
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20298
|
+
schema:
|
|
20299
|
+
$ref: '#/components/schemas/Problem'
|
|
20300
|
+
description: Service Unavailable
|
|
20210
20301
|
security:
|
|
20211
20302
|
- OAuth2PasswordBearer: []
|
|
20212
20303
|
- APIKeyHeader: []
|
|
@@ -20342,6 +20433,19 @@ paths:
|
|
|
20342
20433
|
schema:
|
|
20343
20434
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20344
20435
|
description: Validation Error
|
|
20436
|
+
'503':
|
|
20437
|
+
content:
|
|
20438
|
+
application/problem+json:
|
|
20439
|
+
example:
|
|
20440
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20441
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20442
|
+
again later.
|
|
20443
|
+
status: 503
|
|
20444
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20445
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20446
|
+
schema:
|
|
20447
|
+
$ref: '#/components/schemas/Problem'
|
|
20448
|
+
description: Service Unavailable
|
|
20345
20449
|
security:
|
|
20346
20450
|
- OAuth2PasswordBearer: []
|
|
20347
20451
|
- APIKeyHeader: []
|
|
@@ -20498,6 +20602,19 @@ paths:
|
|
|
20498
20602
|
schema:
|
|
20499
20603
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20500
20604
|
description: Validation Error
|
|
20605
|
+
'503':
|
|
20606
|
+
content:
|
|
20607
|
+
application/problem+json:
|
|
20608
|
+
example:
|
|
20609
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20610
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20611
|
+
again later.
|
|
20612
|
+
status: 503
|
|
20613
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20614
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20615
|
+
schema:
|
|
20616
|
+
$ref: '#/components/schemas/Problem'
|
|
20617
|
+
description: Service Unavailable
|
|
20501
20618
|
security:
|
|
20502
20619
|
- OAuth2PasswordBearer: []
|
|
20503
20620
|
- APIKeyHeader: []
|
package/src/schema.d.ts
CHANGED
|
@@ -15834,6 +15834,22 @@ export interface operations {
|
|
|
15834
15834
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
15835
15835
|
};
|
|
15836
15836
|
};
|
|
15837
|
+
/** @description Service Unavailable */
|
|
15838
|
+
503: {
|
|
15839
|
+
headers: {
|
|
15840
|
+
[name: string]: unknown;
|
|
15841
|
+
};
|
|
15842
|
+
content: {
|
|
15843
|
+
/** @example {
|
|
15844
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
15845
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
15846
|
+
* "status": 503,
|
|
15847
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
15848
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
15849
|
+
* } */
|
|
15850
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
15851
|
+
};
|
|
15852
|
+
};
|
|
15837
15853
|
};
|
|
15838
15854
|
};
|
|
15839
15855
|
browser_stats_v1_domain_forwards_metrics_browser_get: {
|
|
@@ -15916,6 +15932,22 @@ export interface operations {
|
|
|
15916
15932
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
15917
15933
|
};
|
|
15918
15934
|
};
|
|
15935
|
+
/** @description Service Unavailable */
|
|
15936
|
+
503: {
|
|
15937
|
+
headers: {
|
|
15938
|
+
[name: string]: unknown;
|
|
15939
|
+
};
|
|
15940
|
+
content: {
|
|
15941
|
+
/** @example {
|
|
15942
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
15943
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
15944
|
+
* "status": 503,
|
|
15945
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
15946
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
15947
|
+
* } */
|
|
15948
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
15949
|
+
};
|
|
15950
|
+
};
|
|
15919
15951
|
};
|
|
15920
15952
|
};
|
|
15921
15953
|
geo_stats_v1_domain_forwards_metrics_geo_get: {
|
|
@@ -15998,6 +16030,22 @@ export interface operations {
|
|
|
15998
16030
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
15999
16031
|
};
|
|
16000
16032
|
};
|
|
16033
|
+
/** @description Service Unavailable */
|
|
16034
|
+
503: {
|
|
16035
|
+
headers: {
|
|
16036
|
+
[name: string]: unknown;
|
|
16037
|
+
};
|
|
16038
|
+
content: {
|
|
16039
|
+
/** @example {
|
|
16040
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16041
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16042
|
+
* "status": 503,
|
|
16043
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16044
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16045
|
+
* } */
|
|
16046
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16047
|
+
};
|
|
16048
|
+
};
|
|
16001
16049
|
};
|
|
16002
16050
|
};
|
|
16003
16051
|
platform_stats_v1_domain_forwards_metrics_platform_get: {
|
|
@@ -16080,6 +16128,22 @@ export interface operations {
|
|
|
16080
16128
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16081
16129
|
};
|
|
16082
16130
|
};
|
|
16131
|
+
/** @description Service Unavailable */
|
|
16132
|
+
503: {
|
|
16133
|
+
headers: {
|
|
16134
|
+
[name: string]: unknown;
|
|
16135
|
+
};
|
|
16136
|
+
content: {
|
|
16137
|
+
/** @example {
|
|
16138
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16139
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16140
|
+
* "status": 503,
|
|
16141
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16142
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16143
|
+
* } */
|
|
16144
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16145
|
+
};
|
|
16146
|
+
};
|
|
16083
16147
|
};
|
|
16084
16148
|
};
|
|
16085
16149
|
referrer_stats_v1_domain_forwards_metrics_referrer_get: {
|
|
@@ -16162,6 +16226,22 @@ export interface operations {
|
|
|
16162
16226
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16163
16227
|
};
|
|
16164
16228
|
};
|
|
16229
|
+
/** @description Service Unavailable */
|
|
16230
|
+
503: {
|
|
16231
|
+
headers: {
|
|
16232
|
+
[name: string]: unknown;
|
|
16233
|
+
};
|
|
16234
|
+
content: {
|
|
16235
|
+
/** @example {
|
|
16236
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16237
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16238
|
+
* "status": 503,
|
|
16239
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16240
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16241
|
+
* } */
|
|
16242
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16243
|
+
};
|
|
16244
|
+
};
|
|
16165
16245
|
};
|
|
16166
16246
|
};
|
|
16167
16247
|
status_code_stats_v1_domain_forwards_metrics_status_code_get: {
|
|
@@ -16244,6 +16324,22 @@ export interface operations {
|
|
|
16244
16324
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16245
16325
|
};
|
|
16246
16326
|
};
|
|
16327
|
+
/** @description Service Unavailable */
|
|
16328
|
+
503: {
|
|
16329
|
+
headers: {
|
|
16330
|
+
[name: string]: unknown;
|
|
16331
|
+
};
|
|
16332
|
+
content: {
|
|
16333
|
+
/** @example {
|
|
16334
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16335
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16336
|
+
* "status": 503,
|
|
16337
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16338
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16339
|
+
* } */
|
|
16340
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16341
|
+
};
|
|
16342
|
+
};
|
|
16247
16343
|
};
|
|
16248
16344
|
};
|
|
16249
16345
|
time_series_v1_domain_forwards_metrics_time_series_get: {
|
|
@@ -16326,6 +16422,22 @@ export interface operations {
|
|
|
16326
16422
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16327
16423
|
};
|
|
16328
16424
|
};
|
|
16425
|
+
/** @description Service Unavailable */
|
|
16426
|
+
503: {
|
|
16427
|
+
headers: {
|
|
16428
|
+
[name: string]: unknown;
|
|
16429
|
+
};
|
|
16430
|
+
content: {
|
|
16431
|
+
/** @example {
|
|
16432
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16433
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16434
|
+
* "status": 503,
|
|
16435
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16436
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16437
|
+
* } */
|
|
16438
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16439
|
+
};
|
|
16440
|
+
};
|
|
16329
16441
|
};
|
|
16330
16442
|
};
|
|
16331
16443
|
user_agent_stats_v1_domain_forwards_metrics_user_agent_get: {
|
|
@@ -16408,6 +16520,22 @@ export interface operations {
|
|
|
16408
16520
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16409
16521
|
};
|
|
16410
16522
|
};
|
|
16523
|
+
/** @description Service Unavailable */
|
|
16524
|
+
503: {
|
|
16525
|
+
headers: {
|
|
16526
|
+
[name: string]: unknown;
|
|
16527
|
+
};
|
|
16528
|
+
content: {
|
|
16529
|
+
/** @example {
|
|
16530
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16531
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16532
|
+
* "status": 503,
|
|
16533
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16534
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16535
|
+
* } */
|
|
16536
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16537
|
+
};
|
|
16538
|
+
};
|
|
16411
16539
|
};
|
|
16412
16540
|
};
|
|
16413
16541
|
visits_by_key_v1_domain_forwards_metrics_visits_by_key_get: {
|
|
@@ -16492,6 +16620,22 @@ export interface operations {
|
|
|
16492
16620
|
"application/problem+json": components["schemas"]["HTTPValidationError"];
|
|
16493
16621
|
};
|
|
16494
16622
|
};
|
|
16623
|
+
/** @description Service Unavailable */
|
|
16624
|
+
503: {
|
|
16625
|
+
headers: {
|
|
16626
|
+
[name: string]: unknown;
|
|
16627
|
+
};
|
|
16628
|
+
content: {
|
|
16629
|
+
/** @example {
|
|
16630
|
+
* "code": "ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE",
|
|
16631
|
+
* "detail": "Domain forward metrics are currently unavailable. Please try again later.",
|
|
16632
|
+
* "status": 503,
|
|
16633
|
+
* "title": "Domain Forward Metrics Temporarily Unavailable",
|
|
16634
|
+
* "type": "domain-forward-metrics-temporarily-unavailable"
|
|
16635
|
+
* } */
|
|
16636
|
+
"application/problem+json": components["schemas"]["Problem"];
|
|
16637
|
+
};
|
|
16638
|
+
};
|
|
16495
16639
|
};
|
|
16496
16640
|
};
|
|
16497
16641
|
get_domain_forward_v1_domain_forwards__hostname__get: {
|