@opusdns/api 1.58.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/keys.ts +54 -0
- package/src/helpers/responses.d.ts +32 -23
- package/src/helpers/schemas.d.ts +6 -6
- package/src/openapi.yaml +301 -172
- package/src/schema.d.ts +204 -54
package/src/openapi.yaml
CHANGED
|
@@ -9736,6 +9736,90 @@ components:
|
|
|
9736
9736
|
- name
|
|
9737
9737
|
title: OrganizationWithBillingData
|
|
9738
9738
|
type: object
|
|
9739
|
+
PageResponse_EmailForwardLog_:
|
|
9740
|
+
properties:
|
|
9741
|
+
pagination:
|
|
9742
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9743
|
+
results:
|
|
9744
|
+
items:
|
|
9745
|
+
$ref: '#/components/schemas/EmailForwardLog'
|
|
9746
|
+
title: Results
|
|
9747
|
+
type: array
|
|
9748
|
+
required:
|
|
9749
|
+
- results
|
|
9750
|
+
- pagination
|
|
9751
|
+
title: PageResponse[EmailForwardLog]
|
|
9752
|
+
type: object
|
|
9753
|
+
PageResponse_JobBatchMetadataResponse_:
|
|
9754
|
+
properties:
|
|
9755
|
+
pagination:
|
|
9756
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9757
|
+
results:
|
|
9758
|
+
items:
|
|
9759
|
+
$ref: '#/components/schemas/JobBatchMetadataResponse'
|
|
9760
|
+
title: Results
|
|
9761
|
+
type: array
|
|
9762
|
+
required:
|
|
9763
|
+
- results
|
|
9764
|
+
- pagination
|
|
9765
|
+
title: PageResponse[JobBatchMetadataResponse]
|
|
9766
|
+
type: object
|
|
9767
|
+
PageResponse_JobResponse_:
|
|
9768
|
+
properties:
|
|
9769
|
+
pagination:
|
|
9770
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9771
|
+
results:
|
|
9772
|
+
items:
|
|
9773
|
+
$ref: '#/components/schemas/JobResponse'
|
|
9774
|
+
title: Results
|
|
9775
|
+
type: array
|
|
9776
|
+
required:
|
|
9777
|
+
- results
|
|
9778
|
+
- pagination
|
|
9779
|
+
title: PageResponse[JobResponse]
|
|
9780
|
+
type: object
|
|
9781
|
+
PageResponse_ObjectLog_:
|
|
9782
|
+
properties:
|
|
9783
|
+
pagination:
|
|
9784
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9785
|
+
results:
|
|
9786
|
+
items:
|
|
9787
|
+
$ref: '#/components/schemas/ObjectLog'
|
|
9788
|
+
title: Results
|
|
9789
|
+
type: array
|
|
9790
|
+
required:
|
|
9791
|
+
- results
|
|
9792
|
+
- pagination
|
|
9793
|
+
title: PageResponse[ObjectLog]
|
|
9794
|
+
type: object
|
|
9795
|
+
PageResponse_ParkingResponse_:
|
|
9796
|
+
properties:
|
|
9797
|
+
pagination:
|
|
9798
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9799
|
+
results:
|
|
9800
|
+
items:
|
|
9801
|
+
$ref: '#/components/schemas/ParkingResponse'
|
|
9802
|
+
title: Results
|
|
9803
|
+
type: array
|
|
9804
|
+
required:
|
|
9805
|
+
- results
|
|
9806
|
+
- pagination
|
|
9807
|
+
title: PageResponse[ParkingResponse]
|
|
9808
|
+
type: object
|
|
9809
|
+
PageResponse_RequestHistory_:
|
|
9810
|
+
properties:
|
|
9811
|
+
pagination:
|
|
9812
|
+
$ref: '#/components/schemas/PaginationMetadata'
|
|
9813
|
+
results:
|
|
9814
|
+
items:
|
|
9815
|
+
$ref: '#/components/schemas/RequestHistory'
|
|
9816
|
+
title: Results
|
|
9817
|
+
type: array
|
|
9818
|
+
required:
|
|
9819
|
+
- results
|
|
9820
|
+
- pagination
|
|
9821
|
+
title: PageResponse[RequestHistory]
|
|
9822
|
+
type: object
|
|
9739
9823
|
PaginationMetadata:
|
|
9740
9824
|
properties:
|
|
9741
9825
|
current_page:
|
|
@@ -9898,20 +9982,6 @@ components:
|
|
|
9898
9982
|
- pagination
|
|
9899
9983
|
title: Pagination[DomainResponse]
|
|
9900
9984
|
type: object
|
|
9901
|
-
Pagination_EmailForwardLog_:
|
|
9902
|
-
properties:
|
|
9903
|
-
pagination:
|
|
9904
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9905
|
-
results:
|
|
9906
|
-
items:
|
|
9907
|
-
$ref: '#/components/schemas/EmailForwardLog'
|
|
9908
|
-
title: Results
|
|
9909
|
-
type: array
|
|
9910
|
-
required:
|
|
9911
|
-
- results
|
|
9912
|
-
- pagination
|
|
9913
|
-
title: Pagination[EmailForwardLog]
|
|
9914
|
-
type: object
|
|
9915
9985
|
Pagination_EmailForwardResponse_:
|
|
9916
9986
|
properties:
|
|
9917
9987
|
pagination:
|
|
@@ -9968,48 +10038,6 @@ components:
|
|
|
9968
10038
|
- pagination
|
|
9969
10039
|
title: Pagination[InvoiceResponse]
|
|
9970
10040
|
type: object
|
|
9971
|
-
Pagination_JobBatchMetadataResponse_:
|
|
9972
|
-
properties:
|
|
9973
|
-
pagination:
|
|
9974
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9975
|
-
results:
|
|
9976
|
-
items:
|
|
9977
|
-
$ref: '#/components/schemas/JobBatchMetadataResponse'
|
|
9978
|
-
title: Results
|
|
9979
|
-
type: array
|
|
9980
|
-
required:
|
|
9981
|
-
- results
|
|
9982
|
-
- pagination
|
|
9983
|
-
title: Pagination[JobBatchMetadataResponse]
|
|
9984
|
-
type: object
|
|
9985
|
-
Pagination_JobResponse_:
|
|
9986
|
-
properties:
|
|
9987
|
-
pagination:
|
|
9988
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
9989
|
-
results:
|
|
9990
|
-
items:
|
|
9991
|
-
$ref: '#/components/schemas/JobResponse'
|
|
9992
|
-
title: Results
|
|
9993
|
-
type: array
|
|
9994
|
-
required:
|
|
9995
|
-
- results
|
|
9996
|
-
- pagination
|
|
9997
|
-
title: Pagination[JobResponse]
|
|
9998
|
-
type: object
|
|
9999
|
-
Pagination_ObjectLog_:
|
|
10000
|
-
properties:
|
|
10001
|
-
pagination:
|
|
10002
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10003
|
-
results:
|
|
10004
|
-
items:
|
|
10005
|
-
$ref: '#/components/schemas/ObjectLog'
|
|
10006
|
-
title: Results
|
|
10007
|
-
type: array
|
|
10008
|
-
required:
|
|
10009
|
-
- results
|
|
10010
|
-
- pagination
|
|
10011
|
-
title: Pagination[ObjectLog]
|
|
10012
|
-
type: object
|
|
10013
10041
|
Pagination_Organization_:
|
|
10014
10042
|
properties:
|
|
10015
10043
|
pagination:
|
|
@@ -10024,34 +10052,6 @@ components:
|
|
|
10024
10052
|
- pagination
|
|
10025
10053
|
title: Pagination[Organization]
|
|
10026
10054
|
type: object
|
|
10027
|
-
Pagination_ParkingResponse_:
|
|
10028
|
-
properties:
|
|
10029
|
-
pagination:
|
|
10030
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10031
|
-
results:
|
|
10032
|
-
items:
|
|
10033
|
-
$ref: '#/components/schemas/ParkingResponse'
|
|
10034
|
-
title: Results
|
|
10035
|
-
type: array
|
|
10036
|
-
required:
|
|
10037
|
-
- results
|
|
10038
|
-
- pagination
|
|
10039
|
-
title: Pagination[ParkingResponse]
|
|
10040
|
-
type: object
|
|
10041
|
-
Pagination_RequestHistory_:
|
|
10042
|
-
properties:
|
|
10043
|
-
pagination:
|
|
10044
|
-
$ref: '#/components/schemas/PaginationMetadata'
|
|
10045
|
-
results:
|
|
10046
|
-
items:
|
|
10047
|
-
$ref: '#/components/schemas/RequestHistory'
|
|
10048
|
-
title: Results
|
|
10049
|
-
type: array
|
|
10050
|
-
required:
|
|
10051
|
-
- results
|
|
10052
|
-
- pagination
|
|
10053
|
-
title: Pagination[RequestHistory]
|
|
10054
|
-
type: object
|
|
10055
10055
|
Pagination_TagResponse_:
|
|
10056
10056
|
properties:
|
|
10057
10057
|
pagination:
|
|
@@ -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
|
|
@@ -15153,13 +15153,17 @@ paths:
|
|
|
15153
15153
|
type: string
|
|
15154
15154
|
x-typeid-prefix: email_forward
|
|
15155
15155
|
- in: query
|
|
15156
|
-
name:
|
|
15156
|
+
name: sort_by
|
|
15157
15157
|
required: false
|
|
15158
15158
|
schema:
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
|
|
15162
|
-
|
|
15159
|
+
$ref: '#/components/schemas/EmailForwardLogSortField'
|
|
15160
|
+
default: created_on
|
|
15161
|
+
- in: query
|
|
15162
|
+
name: sort_order
|
|
15163
|
+
required: false
|
|
15164
|
+
schema:
|
|
15165
|
+
$ref: '#/components/schemas/SortOrder'
|
|
15166
|
+
default: desc
|
|
15163
15167
|
- in: query
|
|
15164
15168
|
name: page_size
|
|
15165
15169
|
required: false
|
|
@@ -15170,17 +15174,13 @@ paths:
|
|
|
15170
15174
|
title: Page Size
|
|
15171
15175
|
type: integer
|
|
15172
15176
|
- in: query
|
|
15173
|
-
name:
|
|
15174
|
-
required: false
|
|
15175
|
-
schema:
|
|
15176
|
-
$ref: '#/components/schemas/EmailForwardLogSortField'
|
|
15177
|
-
default: created_on
|
|
15178
|
-
- in: query
|
|
15179
|
-
name: sort_order
|
|
15177
|
+
name: page
|
|
15180
15178
|
required: false
|
|
15181
15179
|
schema:
|
|
15182
|
-
|
|
15183
|
-
|
|
15180
|
+
default: 1
|
|
15181
|
+
minimum: 1
|
|
15182
|
+
title: Page
|
|
15183
|
+
type: integer
|
|
15184
15184
|
- in: query
|
|
15185
15185
|
name: final_status
|
|
15186
15186
|
required: false
|
|
@@ -15212,7 +15212,7 @@ paths:
|
|
|
15212
15212
|
content:
|
|
15213
15213
|
application/json:
|
|
15214
15214
|
schema:
|
|
15215
|
-
$ref: '#/components/schemas/
|
|
15215
|
+
$ref: '#/components/schemas/PageResponse_EmailForwardLog_'
|
|
15216
15216
|
description: Successful Response
|
|
15217
15217
|
'422':
|
|
15218
15218
|
content:
|
|
@@ -15246,13 +15246,17 @@ paths:
|
|
|
15246
15246
|
type: string
|
|
15247
15247
|
x-typeid-prefix: email_forward
|
|
15248
15248
|
- in: query
|
|
15249
|
-
name:
|
|
15249
|
+
name: sort_by
|
|
15250
15250
|
required: false
|
|
15251
15251
|
schema:
|
|
15252
|
-
|
|
15253
|
-
|
|
15254
|
-
|
|
15255
|
-
|
|
15252
|
+
$ref: '#/components/schemas/EmailForwardLogSortField'
|
|
15253
|
+
default: created_on
|
|
15254
|
+
- in: query
|
|
15255
|
+
name: sort_order
|
|
15256
|
+
required: false
|
|
15257
|
+
schema:
|
|
15258
|
+
$ref: '#/components/schemas/SortOrder'
|
|
15259
|
+
default: desc
|
|
15256
15260
|
- in: query
|
|
15257
15261
|
name: page_size
|
|
15258
15262
|
required: false
|
|
@@ -15263,17 +15267,13 @@ paths:
|
|
|
15263
15267
|
title: Page Size
|
|
15264
15268
|
type: integer
|
|
15265
15269
|
- in: query
|
|
15266
|
-
name:
|
|
15267
|
-
required: false
|
|
15268
|
-
schema:
|
|
15269
|
-
$ref: '#/components/schemas/EmailForwardLogSortField'
|
|
15270
|
-
default: created_on
|
|
15271
|
-
- in: query
|
|
15272
|
-
name: sort_order
|
|
15270
|
+
name: page
|
|
15273
15271
|
required: false
|
|
15274
15272
|
schema:
|
|
15275
|
-
|
|
15276
|
-
|
|
15273
|
+
default: 1
|
|
15274
|
+
minimum: 1
|
|
15275
|
+
title: Page
|
|
15276
|
+
type: integer
|
|
15277
15277
|
- in: query
|
|
15278
15278
|
name: final_status
|
|
15279
15279
|
required: false
|
|
@@ -15305,7 +15305,7 @@ paths:
|
|
|
15305
15305
|
content:
|
|
15306
15306
|
application/json:
|
|
15307
15307
|
schema:
|
|
15308
|
-
$ref: '#/components/schemas/
|
|
15308
|
+
$ref: '#/components/schemas/PageResponse_EmailForwardLog_'
|
|
15309
15309
|
description: Successful Response
|
|
15310
15310
|
'422':
|
|
15311
15311
|
content:
|
|
@@ -15327,13 +15327,17 @@ paths:
|
|
|
15327
15327
|
operationId: get_object_logs_v1_archive_object_logs_get
|
|
15328
15328
|
parameters:
|
|
15329
15329
|
- in: query
|
|
15330
|
-
name:
|
|
15330
|
+
name: sort_by
|
|
15331
15331
|
required: false
|
|
15332
15332
|
schema:
|
|
15333
|
-
|
|
15334
|
-
|
|
15335
|
-
|
|
15336
|
-
|
|
15333
|
+
$ref: '#/components/schemas/ObjectLogSortField'
|
|
15334
|
+
default: created_on
|
|
15335
|
+
- in: query
|
|
15336
|
+
name: sort_order
|
|
15337
|
+
required: false
|
|
15338
|
+
schema:
|
|
15339
|
+
$ref: '#/components/schemas/SortOrder'
|
|
15340
|
+
default: desc
|
|
15337
15341
|
- in: query
|
|
15338
15342
|
name: page_size
|
|
15339
15343
|
required: false
|
|
@@ -15344,17 +15348,13 @@ paths:
|
|
|
15344
15348
|
title: Page Size
|
|
15345
15349
|
type: integer
|
|
15346
15350
|
- in: query
|
|
15347
|
-
name:
|
|
15348
|
-
required: false
|
|
15349
|
-
schema:
|
|
15350
|
-
$ref: '#/components/schemas/ObjectLogSortField'
|
|
15351
|
-
default: created_on
|
|
15352
|
-
- in: query
|
|
15353
|
-
name: sort_order
|
|
15351
|
+
name: page
|
|
15354
15352
|
required: false
|
|
15355
15353
|
schema:
|
|
15356
|
-
|
|
15357
|
-
|
|
15354
|
+
default: 1
|
|
15355
|
+
minimum: 1
|
|
15356
|
+
title: Page
|
|
15357
|
+
type: integer
|
|
15358
15358
|
- in: query
|
|
15359
15359
|
name: object_log_id
|
|
15360
15360
|
required: false
|
|
@@ -15434,7 +15434,7 @@ paths:
|
|
|
15434
15434
|
content:
|
|
15435
15435
|
application/json:
|
|
15436
15436
|
schema:
|
|
15437
|
-
$ref: '#/components/schemas/
|
|
15437
|
+
$ref: '#/components/schemas/PageResponse_ObjectLog_'
|
|
15438
15438
|
description: Successful Response
|
|
15439
15439
|
'422':
|
|
15440
15440
|
content:
|
|
@@ -15463,13 +15463,17 @@ paths:
|
|
|
15463
15463
|
title: Object Id
|
|
15464
15464
|
type: string
|
|
15465
15465
|
- in: query
|
|
15466
|
-
name:
|
|
15466
|
+
name: sort_by
|
|
15467
15467
|
required: false
|
|
15468
15468
|
schema:
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
|
|
15469
|
+
$ref: '#/components/schemas/ObjectLogSortField'
|
|
15470
|
+
default: created_on
|
|
15471
|
+
- in: query
|
|
15472
|
+
name: sort_order
|
|
15473
|
+
required: false
|
|
15474
|
+
schema:
|
|
15475
|
+
$ref: '#/components/schemas/SortOrder'
|
|
15476
|
+
default: desc
|
|
15473
15477
|
- in: query
|
|
15474
15478
|
name: page_size
|
|
15475
15479
|
required: false
|
|
@@ -15480,17 +15484,13 @@ paths:
|
|
|
15480
15484
|
title: Page Size
|
|
15481
15485
|
type: integer
|
|
15482
15486
|
- in: query
|
|
15483
|
-
name:
|
|
15484
|
-
required: false
|
|
15485
|
-
schema:
|
|
15486
|
-
$ref: '#/components/schemas/ObjectLogSortField'
|
|
15487
|
-
default: created_on
|
|
15488
|
-
- in: query
|
|
15489
|
-
name: sort_order
|
|
15487
|
+
name: page
|
|
15490
15488
|
required: false
|
|
15491
15489
|
schema:
|
|
15492
|
-
|
|
15493
|
-
|
|
15490
|
+
default: 1
|
|
15491
|
+
minimum: 1
|
|
15492
|
+
title: Page
|
|
15493
|
+
type: integer
|
|
15494
15494
|
- in: query
|
|
15495
15495
|
name: object_log_id
|
|
15496
15496
|
required: false
|
|
@@ -15562,7 +15562,7 @@ paths:
|
|
|
15562
15562
|
content:
|
|
15563
15563
|
application/json:
|
|
15564
15564
|
schema:
|
|
15565
|
-
$ref: '#/components/schemas/
|
|
15565
|
+
$ref: '#/components/schemas/PageResponse_ObjectLog_'
|
|
15566
15566
|
description: Successful Response
|
|
15567
15567
|
'422':
|
|
15568
15568
|
content:
|
|
@@ -15584,13 +15584,17 @@ paths:
|
|
|
15584
15584
|
operationId: get_request_history_v1_archive_request_history_get
|
|
15585
15585
|
parameters:
|
|
15586
15586
|
- in: query
|
|
15587
|
-
name:
|
|
15587
|
+
name: sort_by
|
|
15588
15588
|
required: false
|
|
15589
15589
|
schema:
|
|
15590
|
-
|
|
15591
|
-
|
|
15592
|
-
|
|
15593
|
-
|
|
15590
|
+
$ref: '#/components/schemas/RequestHistorySortField'
|
|
15591
|
+
default: created_on
|
|
15592
|
+
- in: query
|
|
15593
|
+
name: sort_order
|
|
15594
|
+
required: false
|
|
15595
|
+
schema:
|
|
15596
|
+
$ref: '#/components/schemas/SortOrder'
|
|
15597
|
+
default: desc
|
|
15594
15598
|
- in: query
|
|
15595
15599
|
name: page_size
|
|
15596
15600
|
required: false
|
|
@@ -15601,17 +15605,13 @@ paths:
|
|
|
15601
15605
|
title: Page Size
|
|
15602
15606
|
type: integer
|
|
15603
15607
|
- in: query
|
|
15604
|
-
name:
|
|
15605
|
-
required: false
|
|
15606
|
-
schema:
|
|
15607
|
-
$ref: '#/components/schemas/RequestHistorySortField'
|
|
15608
|
-
default: created_on
|
|
15609
|
-
- in: query
|
|
15610
|
-
name: sort_order
|
|
15608
|
+
name: page
|
|
15611
15609
|
required: false
|
|
15612
15610
|
schema:
|
|
15613
|
-
|
|
15614
|
-
|
|
15611
|
+
default: 1
|
|
15612
|
+
minimum: 1
|
|
15613
|
+
title: Page
|
|
15614
|
+
type: integer
|
|
15615
15615
|
- in: query
|
|
15616
15616
|
name: method
|
|
15617
15617
|
required: false
|
|
@@ -15724,7 +15724,7 @@ paths:
|
|
|
15724
15724
|
content:
|
|
15725
15725
|
application/json:
|
|
15726
15726
|
schema:
|
|
15727
|
-
$ref: '#/components/schemas/
|
|
15727
|
+
$ref: '#/components/schemas/PageResponse_RequestHistory_'
|
|
15728
15728
|
description: Successful Response
|
|
15729
15729
|
'422':
|
|
15730
15730
|
content:
|
|
@@ -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: []
|
|
@@ -24686,20 +24803,24 @@ paths:
|
|
|
24686
24803
|
$ref: '#/components/schemas/SortOrder'
|
|
24687
24804
|
default: desc
|
|
24688
24805
|
description: Sort order
|
|
24689
|
-
-
|
|
24806
|
+
- description: Page number (1-indexed)
|
|
24807
|
+
in: query
|
|
24690
24808
|
name: page
|
|
24691
24809
|
required: false
|
|
24692
24810
|
schema:
|
|
24693
24811
|
default: 1
|
|
24812
|
+
description: Page number (1-indexed)
|
|
24694
24813
|
minimum: 1
|
|
24695
24814
|
title: Page
|
|
24696
24815
|
type: integer
|
|
24697
|
-
-
|
|
24816
|
+
- description: Number of batches per page
|
|
24817
|
+
in: query
|
|
24698
24818
|
name: page_size
|
|
24699
24819
|
required: false
|
|
24700
24820
|
schema:
|
|
24701
|
-
default:
|
|
24702
|
-
|
|
24821
|
+
default: 50
|
|
24822
|
+
description: Number of batches per page
|
|
24823
|
+
maximum: 100
|
|
24703
24824
|
minimum: 1
|
|
24704
24825
|
title: Page Size
|
|
24705
24826
|
type: integer
|
|
@@ -24708,7 +24829,7 @@ paths:
|
|
|
24708
24829
|
content:
|
|
24709
24830
|
application/json:
|
|
24710
24831
|
schema:
|
|
24711
|
-
$ref: '#/components/schemas/
|
|
24832
|
+
$ref: '#/components/schemas/PageResponse_JobBatchMetadataResponse_'
|
|
24712
24833
|
description: Successful Response
|
|
24713
24834
|
'422':
|
|
24714
24835
|
content:
|
|
@@ -25438,19 +25559,23 @@ paths:
|
|
|
25438
25559
|
- type: 'null'
|
|
25439
25560
|
description: Sort order
|
|
25440
25561
|
title: Sort Order
|
|
25441
|
-
-
|
|
25562
|
+
- description: Page number (1-indexed)
|
|
25563
|
+
in: query
|
|
25442
25564
|
name: page
|
|
25443
25565
|
required: false
|
|
25444
25566
|
schema:
|
|
25445
25567
|
default: 1
|
|
25568
|
+
description: Page number (1-indexed)
|
|
25446
25569
|
minimum: 1
|
|
25447
25570
|
title: Page
|
|
25448
25571
|
type: integer
|
|
25449
|
-
-
|
|
25572
|
+
- description: Number of jobs per page
|
|
25573
|
+
in: query
|
|
25450
25574
|
name: page_size
|
|
25451
25575
|
required: false
|
|
25452
25576
|
schema:
|
|
25453
|
-
default:
|
|
25577
|
+
default: 100
|
|
25578
|
+
description: Number of jobs per page
|
|
25454
25579
|
maximum: 1000
|
|
25455
25580
|
minimum: 1
|
|
25456
25581
|
title: Page Size
|
|
@@ -25632,7 +25757,7 @@ paths:
|
|
|
25632
25757
|
resource_key: example.net
|
|
25633
25758
|
status: queued
|
|
25634
25759
|
schema:
|
|
25635
|
-
$ref: '#/components/schemas/
|
|
25760
|
+
$ref: '#/components/schemas/PageResponse_JobResponse_'
|
|
25636
25761
|
description: Batch jobs retrieved successfully
|
|
25637
25762
|
'404':
|
|
25638
25763
|
content:
|
|
@@ -27604,19 +27729,23 @@ paths:
|
|
|
27604
27729
|
description: Retrieves a paginated list of parking entries for the organization
|
|
27605
27730
|
operationId: list_parking_v1_parking_get
|
|
27606
27731
|
parameters:
|
|
27607
|
-
-
|
|
27732
|
+
- description: Page number
|
|
27733
|
+
in: query
|
|
27608
27734
|
name: page
|
|
27609
27735
|
required: false
|
|
27610
27736
|
schema:
|
|
27611
27737
|
default: 1
|
|
27738
|
+
description: Page number
|
|
27612
27739
|
minimum: 1
|
|
27613
27740
|
title: Page
|
|
27614
27741
|
type: integer
|
|
27615
|
-
-
|
|
27742
|
+
- description: Page size
|
|
27743
|
+
in: query
|
|
27616
27744
|
name: page_size
|
|
27617
27745
|
required: false
|
|
27618
27746
|
schema:
|
|
27619
27747
|
default: 10
|
|
27748
|
+
description: Page size
|
|
27620
27749
|
maximum: 1000
|
|
27621
27750
|
minimum: 1
|
|
27622
27751
|
title: Page Size
|
|
@@ -27662,7 +27791,7 @@ paths:
|
|
|
27662
27791
|
content:
|
|
27663
27792
|
application/json:
|
|
27664
27793
|
schema:
|
|
27665
|
-
$ref: '#/components/schemas/
|
|
27794
|
+
$ref: '#/components/schemas/PageResponse_ParkingResponse_'
|
|
27666
27795
|
description: Successful Response
|
|
27667
27796
|
'401':
|
|
27668
27797
|
content:
|