@opusdns/api 1.59.0 → 1.61.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 +119 -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
|
@@ -13170,6 +13170,7 @@ components:
|
|
|
13170
13170
|
description: Fully-qualified vanity NS hostnames, ordered by intended position.
|
|
13171
13171
|
items:
|
|
13172
13172
|
type: string
|
|
13173
|
+
maxItems: 4
|
|
13173
13174
|
minItems: 1
|
|
13174
13175
|
title: Hostnames
|
|
13175
13176
|
type: array
|
|
@@ -13867,7 +13868,7 @@ info:
|
|
|
13867
13868
|
\n\n"
|
|
13868
13869
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
13869
13870
|
title: OpusDNS API
|
|
13870
|
-
version: 2026-07-
|
|
13871
|
+
version: 2026-07-16-172809
|
|
13871
13872
|
x-logo:
|
|
13872
13873
|
altText: OpusDNS API Reference
|
|
13873
13874
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -19340,6 +19341,19 @@ paths:
|
|
|
19340
19341
|
schema:
|
|
19341
19342
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19342
19343
|
description: Validation Error
|
|
19344
|
+
'503':
|
|
19345
|
+
content:
|
|
19346
|
+
application/problem+json:
|
|
19347
|
+
example:
|
|
19348
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19349
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19350
|
+
again later.
|
|
19351
|
+
status: 503
|
|
19352
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19353
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19354
|
+
schema:
|
|
19355
|
+
$ref: '#/components/schemas/Problem'
|
|
19356
|
+
description: Service Unavailable
|
|
19343
19357
|
security:
|
|
19344
19358
|
- OAuth2PasswordBearer: []
|
|
19345
19359
|
- APIKeyHeader: []
|
|
@@ -19483,6 +19497,19 @@ paths:
|
|
|
19483
19497
|
schema:
|
|
19484
19498
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19485
19499
|
description: Validation Error
|
|
19500
|
+
'503':
|
|
19501
|
+
content:
|
|
19502
|
+
application/problem+json:
|
|
19503
|
+
example:
|
|
19504
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19505
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19506
|
+
again later.
|
|
19507
|
+
status: 503
|
|
19508
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19509
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19510
|
+
schema:
|
|
19511
|
+
$ref: '#/components/schemas/Problem'
|
|
19512
|
+
description: Service Unavailable
|
|
19486
19513
|
security:
|
|
19487
19514
|
- OAuth2PasswordBearer: []
|
|
19488
19515
|
- APIKeyHeader: []
|
|
@@ -19619,6 +19646,19 @@ paths:
|
|
|
19619
19646
|
schema:
|
|
19620
19647
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19621
19648
|
description: Validation Error
|
|
19649
|
+
'503':
|
|
19650
|
+
content:
|
|
19651
|
+
application/problem+json:
|
|
19652
|
+
example:
|
|
19653
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19654
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19655
|
+
again later.
|
|
19656
|
+
status: 503
|
|
19657
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19658
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19659
|
+
schema:
|
|
19660
|
+
$ref: '#/components/schemas/Problem'
|
|
19661
|
+
description: Service Unavailable
|
|
19622
19662
|
security:
|
|
19623
19663
|
- OAuth2PasswordBearer: []
|
|
19624
19664
|
- APIKeyHeader: []
|
|
@@ -19760,6 +19800,19 @@ paths:
|
|
|
19760
19800
|
schema:
|
|
19761
19801
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19762
19802
|
description: Validation Error
|
|
19803
|
+
'503':
|
|
19804
|
+
content:
|
|
19805
|
+
application/problem+json:
|
|
19806
|
+
example:
|
|
19807
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19808
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19809
|
+
again later.
|
|
19810
|
+
status: 503
|
|
19811
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19812
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19813
|
+
schema:
|
|
19814
|
+
$ref: '#/components/schemas/Problem'
|
|
19815
|
+
description: Service Unavailable
|
|
19763
19816
|
security:
|
|
19764
19817
|
- OAuth2PasswordBearer: []
|
|
19765
19818
|
- APIKeyHeader: []
|
|
@@ -19903,6 +19956,19 @@ paths:
|
|
|
19903
19956
|
schema:
|
|
19904
19957
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
19905
19958
|
description: Validation Error
|
|
19959
|
+
'503':
|
|
19960
|
+
content:
|
|
19961
|
+
application/problem+json:
|
|
19962
|
+
example:
|
|
19963
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
19964
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
19965
|
+
again later.
|
|
19966
|
+
status: 503
|
|
19967
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
19968
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
19969
|
+
schema:
|
|
19970
|
+
$ref: '#/components/schemas/Problem'
|
|
19971
|
+
description: Service Unavailable
|
|
19906
19972
|
security:
|
|
19907
19973
|
- OAuth2PasswordBearer: []
|
|
19908
19974
|
- APIKeyHeader: []
|
|
@@ -20032,6 +20098,19 @@ paths:
|
|
|
20032
20098
|
schema:
|
|
20033
20099
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20034
20100
|
description: Validation Error
|
|
20101
|
+
'503':
|
|
20102
|
+
content:
|
|
20103
|
+
application/problem+json:
|
|
20104
|
+
example:
|
|
20105
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20106
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20107
|
+
again later.
|
|
20108
|
+
status: 503
|
|
20109
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20110
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20111
|
+
schema:
|
|
20112
|
+
$ref: '#/components/schemas/Problem'
|
|
20113
|
+
description: Service Unavailable
|
|
20035
20114
|
security:
|
|
20036
20115
|
- OAuth2PasswordBearer: []
|
|
20037
20116
|
- APIKeyHeader: []
|
|
@@ -20207,6 +20286,19 @@ paths:
|
|
|
20207
20286
|
schema:
|
|
20208
20287
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20209
20288
|
description: Validation Error
|
|
20289
|
+
'503':
|
|
20290
|
+
content:
|
|
20291
|
+
application/problem+json:
|
|
20292
|
+
example:
|
|
20293
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20294
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20295
|
+
again later.
|
|
20296
|
+
status: 503
|
|
20297
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20298
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20299
|
+
schema:
|
|
20300
|
+
$ref: '#/components/schemas/Problem'
|
|
20301
|
+
description: Service Unavailable
|
|
20210
20302
|
security:
|
|
20211
20303
|
- OAuth2PasswordBearer: []
|
|
20212
20304
|
- APIKeyHeader: []
|
|
@@ -20342,6 +20434,19 @@ paths:
|
|
|
20342
20434
|
schema:
|
|
20343
20435
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20344
20436
|
description: Validation Error
|
|
20437
|
+
'503':
|
|
20438
|
+
content:
|
|
20439
|
+
application/problem+json:
|
|
20440
|
+
example:
|
|
20441
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20442
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20443
|
+
again later.
|
|
20444
|
+
status: 503
|
|
20445
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20446
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20447
|
+
schema:
|
|
20448
|
+
$ref: '#/components/schemas/Problem'
|
|
20449
|
+
description: Service Unavailable
|
|
20345
20450
|
security:
|
|
20346
20451
|
- OAuth2PasswordBearer: []
|
|
20347
20452
|
- APIKeyHeader: []
|
|
@@ -20498,6 +20603,19 @@ paths:
|
|
|
20498
20603
|
schema:
|
|
20499
20604
|
$ref: '#/components/schemas/HTTPValidationError'
|
|
20500
20605
|
description: Validation Error
|
|
20606
|
+
'503':
|
|
20607
|
+
content:
|
|
20608
|
+
application/problem+json:
|
|
20609
|
+
example:
|
|
20610
|
+
code: ERROR_DOMAIN_FORWARD_METRICS_TEMPORARILY_UNAVAILABLE
|
|
20611
|
+
detail: Domain forward metrics are currently unavailable. Please try
|
|
20612
|
+
again later.
|
|
20613
|
+
status: 503
|
|
20614
|
+
title: Domain Forward Metrics Temporarily Unavailable
|
|
20615
|
+
type: domain-forward-metrics-temporarily-unavailable
|
|
20616
|
+
schema:
|
|
20617
|
+
$ref: '#/components/schemas/Problem'
|
|
20618
|
+
description: Service Unavailable
|
|
20501
20619
|
security:
|
|
20502
20620
|
- OAuth2PasswordBearer: []
|
|
20503
20621
|
- 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: {
|