@opusdns/api 1.184.0 → 1.186.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 +2 -0
- package/src/openapi.yaml +152 -153
- package/src/schema.d.ts +263 -251
package/src/openapi.yaml
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
components:
|
|
2
2
|
parameters:
|
|
3
3
|
DatetimeFormatHeader:
|
|
4
|
-
description:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
becomes the default and this header is accepted as a no-op. Any other value
|
|
8
|
-
or omission uses the current default serialization.
|
|
4
|
+
description: Accepted for backwards compatibility; has no effect. Response datetimes
|
|
5
|
+
are always normalized to UTC and serialized as RFC 3339 with a `Z` suffix,
|
|
6
|
+
whether or not this header is sent.
|
|
9
7
|
example: rfc3339
|
|
10
8
|
in: header
|
|
11
9
|
name: X-Datetime-Format
|
|
@@ -3933,6 +3931,7 @@ components:
|
|
|
3933
3931
|
- promotion
|
|
3934
3932
|
- promotion_eligibility
|
|
3935
3933
|
- domain_contact_attributes
|
|
3934
|
+
- registry_reseller_id
|
|
3936
3935
|
title: DomainAttributeKey
|
|
3937
3936
|
type: string
|
|
3938
3937
|
DomainAvailability:
|
|
@@ -4106,12 +4105,12 @@ components:
|
|
|
4106
4105
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4107
4106
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4108
4107
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4109
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4110
|
-
returned under `attributes`; inline contact attributes
|
|
4111
|
-
\ matching
|
|
4112
|
-
\ applicant declaration and ignored if supplied on create
|
|
4113
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4114
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4108
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4109
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4110
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4111
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4112
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4113
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4115
4114
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4116
4115
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4117
4116
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4240,12 +4239,12 @@ components:
|
|
|
4240
4239
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4241
4240
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4242
4241
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4243
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4244
|
-
returned under `attributes`; inline contact attributes
|
|
4245
|
-
\ matching
|
|
4246
|
-
\ applicant declaration and ignored if supplied on create
|
|
4247
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4248
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4242
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4243
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4244
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4245
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4246
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4247
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4249
4248
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4250
4249
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4251
4250
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4359,12 +4358,12 @@ components:
|
|
|
4359
4358
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4360
4359
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4361
4360
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4362
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4363
|
-
returned under `attributes`; inline contact attributes
|
|
4364
|
-
\ matching
|
|
4365
|
-
\ applicant declaration and ignored if supplied on create
|
|
4366
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4367
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4361
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4362
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4363
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4364
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4365
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4366
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4368
4367
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4369
4368
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4370
4369
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -4468,12 +4467,12 @@ components:
|
|
|
4468
4467
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
4469
4468
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
4470
4469
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
4471
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
4472
|
-
returned under `attributes`; inline contact attributes
|
|
4473
|
-
\ matching
|
|
4474
|
-
\ applicant declaration and ignored if supplied on create
|
|
4475
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4476
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
4470
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
4471
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
4472
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
4473
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
4474
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
4475
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
4477
4476
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
4478
4477
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
4479
4478
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6585,12 +6584,12 @@ components:
|
|
|
6585
6584
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6586
6585
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6587
6586
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6588
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6589
|
-
returned under `attributes`; inline contact attributes
|
|
6590
|
-
\ matching
|
|
6591
|
-
\ applicant declaration and ignored if supplied on create
|
|
6592
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6593
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6587
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6588
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6589
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6590
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6591
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6592
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6594
6593
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6595
6594
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6596
6595
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6704,12 +6703,12 @@ components:
|
|
|
6704
6703
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6705
6704
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6706
6705
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6707
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6708
|
-
returned under `attributes`; inline contact attributes
|
|
6709
|
-
\ matching
|
|
6710
|
-
\ applicant declaration and ignored if supplied on create
|
|
6711
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6712
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6706
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6707
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6708
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6709
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6710
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6711
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6713
6712
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6714
6713
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6715
6714
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6807,12 +6806,12 @@ components:
|
|
|
6807
6806
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6808
6807
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6809
6808
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6810
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6811
|
-
returned under `attributes`; inline contact attributes
|
|
6812
|
-
\ matching
|
|
6813
|
-
\ applicant declaration and ignored if supplied on create
|
|
6814
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6815
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6809
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6810
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6811
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6812
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6813
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6814
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6816
6815
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6817
6816
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6818
6817
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -6910,12 +6909,12 @@ components:
|
|
|
6910
6909
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
6911
6910
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
6912
6911
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
6913
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
6914
|
-
returned under `attributes`; inline contact attributes
|
|
6915
|
-
\ matching
|
|
6916
|
-
\ applicant declaration and ignored if supplied on create
|
|
6917
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6918
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
6912
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
6913
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
6914
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
6915
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
6916
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
6917
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
6919
6918
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
6920
6919
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
6921
6920
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7058,12 +7057,12 @@ components:
|
|
|
7058
7057
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7059
7058
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7060
7059
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7061
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7062
|
-
returned under `attributes`; inline contact attributes
|
|
7063
|
-
\ matching
|
|
7064
|
-
\ applicant declaration and ignored if supplied on create
|
|
7065
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7066
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7060
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7061
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7062
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7063
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7064
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7065
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7067
7066
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7068
7067
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7069
7068
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7182,12 +7181,12 @@ components:
|
|
|
7182
7181
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7183
7182
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7184
7183
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7185
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7186
|
-
returned under `attributes`; inline contact attributes
|
|
7187
|
-
\ matching
|
|
7188
|
-
\ applicant declaration and ignored if supplied on create
|
|
7189
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7190
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7184
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7185
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7186
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7187
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7188
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7189
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7191
7190
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7192
7191
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7193
7192
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7302,12 +7301,12 @@ components:
|
|
|
7302
7301
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7303
7302
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7304
7303
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7305
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7306
|
-
returned under `attributes`; inline contact attributes
|
|
7307
|
-
\ matching
|
|
7308
|
-
\ applicant declaration and ignored if supplied on create
|
|
7309
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7310
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7304
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7305
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7306
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7307
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7308
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7309
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7311
7310
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7312
7311
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7313
7312
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -7409,12 +7408,12 @@ components:
|
|
|
7409
7408
|
\ =\n `REQUEST`. `.de` only.\n\nBoolean keys also accept `1` and `yes`.\n\
|
|
7410
7409
|
\nWritten by the platform and rejected if supplied: `verification_required`,\
|
|
7411
7410
|
\ `promotion`, `promotion_eligibility`,\n`nor_id_declaration`, `nor_id_declaration_token`,\
|
|
7412
|
-
\ `punktum_dk_tracking_no`, `domain_contact_attributes
|
|
7413
|
-
returned under `attributes`; inline contact attributes
|
|
7414
|
-
\ matching
|
|
7415
|
-
\ applicant declaration and ignored if supplied on create
|
|
7416
|
-
`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7417
|
-
\ update, every registry stores the supplied attributes, and the update\
|
|
7411
|
+
\ `punktum_dk_tracking_no`, `domain_contact_attributes`,\n`registry_reseller_id`.\
|
|
7412
|
+
\ They are never returned under `attributes`; inline contact attributes\
|
|
7413
|
+
\ surface on the matching\n`contacts` entry instead.\n\nDerived from the\
|
|
7414
|
+
\ signed `.no` applicant declaration and ignored if supplied on create:\
|
|
7415
|
+
\ `nor_id_applicant_version`,\n`nor_id_applicant_accept_name`, `nor_id_applicant_accept_date`.\n\
|
|
7416
|
+
\nOn update, every registry stores the supplied attributes, and the update\
|
|
7418
7417
|
\ is not sent to the registry unless they\nstore; a registry that rejects\
|
|
7419
7418
|
\ the change stores nothing. An empty value removes the stored attribute,\
|
|
7420
7419
|
\ except for\n`auto_renew_period`, whose only accepted values are `monthly`\
|
|
@@ -17058,7 +17057,7 @@ info:
|
|
|
17058
17057
|
\n\n"
|
|
17059
17058
|
summary: OpusDNS - your gateway to a seamless domain management experience.
|
|
17060
17059
|
title: OpusDNS API
|
|
17061
|
-
version: 2026-09-17-
|
|
17060
|
+
version: 2026-09-17-172444
|
|
17062
17061
|
x-logo:
|
|
17063
17062
|
altText: OpusDNS API Reference
|
|
17064
17063
|
url: https://d24lr4zqs1tgqh.cloudfront.net/c9505a20-5ae1-406c-b060-d392569caebf.jpg
|
|
@@ -22452,12 +22451,12 @@ paths:
|
|
|
22452
22451
|
total_items: 3
|
|
22453
22452
|
total_pages: 1
|
|
22454
22453
|
results:
|
|
22455
|
-
- created_on: '2025-02-20T10:30:
|
|
22454
|
+
- created_on: '2025-02-20T10:30:45Z'
|
|
22456
22455
|
domain_forward_id: domain_forward_01jx0000000000000000000001
|
|
22457
22456
|
enabled: true
|
|
22458
22457
|
hostname: example.com.
|
|
22459
22458
|
http:
|
|
22460
|
-
created_on: '2025-02-20T10:30:
|
|
22459
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22461
22460
|
redirects:
|
|
22462
22461
|
- protected: false
|
|
22463
22462
|
redirect_code: 301
|
|
@@ -22467,9 +22466,9 @@ paths:
|
|
|
22467
22466
|
target_hostname: example.com
|
|
22468
22467
|
target_path: /
|
|
22469
22468
|
target_protocol: https
|
|
22470
|
-
updated_on: '2025-02-20T10:30:
|
|
22469
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22471
22470
|
https:
|
|
22472
|
-
created_on: '2025-02-20T10:30:
|
|
22471
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22473
22472
|
redirects:
|
|
22474
22473
|
- protected: false
|
|
22475
22474
|
redirect_code: 302
|
|
@@ -22479,14 +22478,14 @@ paths:
|
|
|
22479
22478
|
target_hostname: www.example.com
|
|
22480
22479
|
target_path: /
|
|
22481
22480
|
target_protocol: https
|
|
22482
|
-
updated_on: '2025-02-20T10:30:
|
|
22483
|
-
updated_on: '2025-02-20T10:30:
|
|
22484
|
-
- created_on: '2025-02-20T10:30:
|
|
22481
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22482
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22483
|
+
- created_on: '2025-02-20T10:30:45Z'
|
|
22485
22484
|
domain_forward_id: domain_forward_01jx0000000000000000000002
|
|
22486
22485
|
enabled: false
|
|
22487
22486
|
hostname: api.example.com.
|
|
22488
22487
|
https:
|
|
22489
|
-
created_on: '2025-02-20T10:30:
|
|
22488
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22490
22489
|
redirects:
|
|
22491
22490
|
- protected: false
|
|
22492
22491
|
redirect_code: 308
|
|
@@ -22496,14 +22495,14 @@ paths:
|
|
|
22496
22495
|
target_hostname: api-v2.example.com
|
|
22497
22496
|
target_path: /v1
|
|
22498
22497
|
target_protocol: https
|
|
22499
|
-
updated_on: '2025-02-20T10:30:
|
|
22500
|
-
updated_on: '2025-02-20T10:30:
|
|
22501
|
-
- created_on: '2025-02-20T10:30:
|
|
22498
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22499
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22500
|
+
- created_on: '2025-02-20T10:30:45Z'
|
|
22502
22501
|
domain_forward_id: domain_forward_01jx0000000000000000000003
|
|
22503
22502
|
enabled: true
|
|
22504
22503
|
hostname: old.example.com.
|
|
22505
22504
|
http:
|
|
22506
|
-
created_on: '2025-02-20T10:30:
|
|
22505
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22507
22506
|
redirects:
|
|
22508
22507
|
- protected: false
|
|
22509
22508
|
redirect_code: 301
|
|
@@ -22521,9 +22520,9 @@ paths:
|
|
|
22521
22520
|
target_hostname: example.com
|
|
22522
22521
|
target_path: /
|
|
22523
22522
|
target_protocol: https
|
|
22524
|
-
updated_on: '2025-02-20T10:30:
|
|
22523
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22525
22524
|
https:
|
|
22526
|
-
created_on: '2025-02-20T10:30:
|
|
22525
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22527
22526
|
redirects:
|
|
22528
22527
|
- protected: false
|
|
22529
22528
|
redirect_code: 301
|
|
@@ -22533,8 +22532,8 @@ paths:
|
|
|
22533
22532
|
target_hostname: example.com
|
|
22534
22533
|
target_path: /
|
|
22535
22534
|
target_protocol: https
|
|
22536
|
-
updated_on: '2025-02-20T10:30:
|
|
22537
|
-
updated_on: '2025-02-20T10:30:
|
|
22535
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22536
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22538
22537
|
schema:
|
|
22539
22538
|
$ref: '#/components/schemas/Pagination_DomainForward_'
|
|
22540
22539
|
description: List of domain forwards retrieved successfully
|
|
@@ -22704,12 +22703,12 @@ paths:
|
|
|
22704
22703
|
(enabled=false) until DNS records are provisioned.
|
|
22705
22704
|
summary: Response for HTTP and HTTPS forwards
|
|
22706
22705
|
value:
|
|
22707
|
-
created_on: '2025-02-20T10:30:
|
|
22706
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22708
22707
|
domain_forward_id: domain_forward_01jx0000000000000000000001
|
|
22709
22708
|
enabled: false
|
|
22710
22709
|
hostname: example.com.
|
|
22711
22710
|
http:
|
|
22712
|
-
created_on: '2025-02-20T10:30:
|
|
22711
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22713
22712
|
redirects:
|
|
22714
22713
|
- protected: false
|
|
22715
22714
|
redirect_code: 301
|
|
@@ -22719,9 +22718,9 @@ paths:
|
|
|
22719
22718
|
target_hostname: example.com
|
|
22720
22719
|
target_path: /
|
|
22721
22720
|
target_protocol: https
|
|
22722
|
-
updated_on: '2025-02-20T10:30:
|
|
22721
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22723
22722
|
https:
|
|
22724
|
-
created_on: '2025-02-20T10:30:
|
|
22723
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22725
22724
|
redirects:
|
|
22726
22725
|
- protected: false
|
|
22727
22726
|
redirect_code: 302
|
|
@@ -22731,19 +22730,19 @@ paths:
|
|
|
22731
22730
|
target_hostname: auth.example.com
|
|
22732
22731
|
target_path: /
|
|
22733
22732
|
target_protocol: https
|
|
22734
|
-
updated_on: '2025-02-20T10:30:
|
|
22735
|
-
updated_on: '2025-02-20T10:30:
|
|
22733
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22734
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22736
22735
|
https_only_response:
|
|
22737
22736
|
description: Response when creating a HTTPS-only domain forward
|
|
22738
22737
|
with minimal protocol configuration.
|
|
22739
22738
|
summary: Response for HTTPS-only forward
|
|
22740
22739
|
value:
|
|
22741
|
-
created_on: '2025-02-20T10:30:
|
|
22740
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22742
22741
|
domain_forward_id: domain_forward_01jx0000000000000000000002
|
|
22743
22742
|
enabled: false
|
|
22744
22743
|
hostname: example.com.
|
|
22745
22744
|
http:
|
|
22746
|
-
created_on: '2025-02-20T10:30:
|
|
22745
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
22747
22746
|
redirects:
|
|
22748
22747
|
- protected: false
|
|
22749
22748
|
redirect_code: 301
|
|
@@ -22753,8 +22752,8 @@ paths:
|
|
|
22753
22752
|
target_hostname: example.com
|
|
22754
22753
|
target_path: /
|
|
22755
22754
|
target_protocol: https
|
|
22756
|
-
updated_on: '2025-02-20T10:30:
|
|
22757
|
-
updated_on: '2025-02-20T10:30:
|
|
22755
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22756
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
22758
22757
|
schema:
|
|
22759
22758
|
$ref: '#/components/schemas/DomainForward'
|
|
22760
22759
|
description: Domain forward created successfully
|
|
@@ -23777,19 +23776,19 @@ paths:
|
|
|
23777
23776
|
summary: Daily time series example
|
|
23778
23777
|
value:
|
|
23779
23778
|
results:
|
|
23780
|
-
- timestamp: '2025-02-20T12:00:
|
|
23779
|
+
- timestamp: '2025-02-20T12:00:00Z'
|
|
23781
23780
|
total: 2500
|
|
23782
|
-
- timestamp: '2025-02-19T12:00:
|
|
23781
|
+
- timestamp: '2025-02-19T12:00:00Z'
|
|
23783
23782
|
total: 2350
|
|
23784
|
-
- timestamp: '2025-02-18T12:00:
|
|
23783
|
+
- timestamp: '2025-02-18T12:00:00Z'
|
|
23785
23784
|
total: 2200
|
|
23786
|
-
- timestamp: '2025-02-17T12:00:
|
|
23785
|
+
- timestamp: '2025-02-17T12:00:00Z'
|
|
23787
23786
|
total: 2050
|
|
23788
|
-
- timestamp: '2025-02-16T12:00:
|
|
23787
|
+
- timestamp: '2025-02-16T12:00:00Z'
|
|
23789
23788
|
total: 1900
|
|
23790
|
-
- timestamp: '2025-02-15T12:00:
|
|
23789
|
+
- timestamp: '2025-02-15T12:00:00Z'
|
|
23791
23790
|
total: 1750
|
|
23792
|
-
- timestamp: '2025-02-14T12:00:
|
|
23791
|
+
- timestamp: '2025-02-14T12:00:00Z'
|
|
23793
23792
|
total: 1600
|
|
23794
23793
|
hourly_time_series:
|
|
23795
23794
|
description: Shows visit counts bucketed by hour over a 24-hour
|
|
@@ -23797,53 +23796,53 @@ paths:
|
|
|
23797
23796
|
summary: Hourly time series example
|
|
23798
23797
|
value:
|
|
23799
23798
|
results:
|
|
23800
|
-
- timestamp: '2025-02-20T12:00:
|
|
23799
|
+
- timestamp: '2025-02-20T12:00:00Z'
|
|
23801
23800
|
total: 150
|
|
23802
|
-
- timestamp: '2025-02-20T11:00:
|
|
23801
|
+
- timestamp: '2025-02-20T11:00:00Z'
|
|
23803
23802
|
total: 140
|
|
23804
|
-
- timestamp: '2025-02-20T10:00:
|
|
23803
|
+
- timestamp: '2025-02-20T10:00:00Z'
|
|
23805
23804
|
total: 130
|
|
23806
|
-
- timestamp: '2025-02-20T09:00:
|
|
23805
|
+
- timestamp: '2025-02-20T09:00:00Z'
|
|
23807
23806
|
total: 120
|
|
23808
|
-
- timestamp: '2025-02-20T08:00:
|
|
23807
|
+
- timestamp: '2025-02-20T08:00:00Z'
|
|
23809
23808
|
total: 110
|
|
23810
|
-
- timestamp: '2025-02-20T07:00:
|
|
23809
|
+
- timestamp: '2025-02-20T07:00:00Z'
|
|
23811
23810
|
total: 100
|
|
23812
|
-
- timestamp: '2025-02-20T06:00:
|
|
23811
|
+
- timestamp: '2025-02-20T06:00:00Z'
|
|
23813
23812
|
total: 90
|
|
23814
|
-
- timestamp: '2025-02-20T05:00:
|
|
23813
|
+
- timestamp: '2025-02-20T05:00:00Z'
|
|
23815
23814
|
total: 80
|
|
23816
|
-
- timestamp: '2025-02-20T04:00:
|
|
23815
|
+
- timestamp: '2025-02-20T04:00:00Z'
|
|
23817
23816
|
total: 70
|
|
23818
|
-
- timestamp: '2025-02-20T03:00:
|
|
23817
|
+
- timestamp: '2025-02-20T03:00:00Z'
|
|
23819
23818
|
total: 60
|
|
23820
|
-
- timestamp: '2025-02-20T02:00:
|
|
23819
|
+
- timestamp: '2025-02-20T02:00:00Z'
|
|
23821
23820
|
total: 50
|
|
23822
|
-
- timestamp: '2025-02-20T01:00:
|
|
23821
|
+
- timestamp: '2025-02-20T01:00:00Z'
|
|
23823
23822
|
total: 40
|
|
23824
|
-
- timestamp: '2025-02-20T00:00:
|
|
23823
|
+
- timestamp: '2025-02-20T00:00:00Z'
|
|
23825
23824
|
total: 30
|
|
23826
|
-
- timestamp: '2025-02-19T23:00:
|
|
23825
|
+
- timestamp: '2025-02-19T23:00:00Z'
|
|
23827
23826
|
total: 20
|
|
23828
|
-
- timestamp: '2025-02-19T22:00:
|
|
23827
|
+
- timestamp: '2025-02-19T22:00:00Z'
|
|
23829
23828
|
total: 10
|
|
23830
|
-
- timestamp: '2025-02-19T21:00:
|
|
23829
|
+
- timestamp: '2025-02-19T21:00:00Z'
|
|
23831
23830
|
total: 0
|
|
23832
|
-
- timestamp: '2025-02-19T20:00:
|
|
23831
|
+
- timestamp: '2025-02-19T20:00:00Z'
|
|
23833
23832
|
total: -10
|
|
23834
|
-
- timestamp: '2025-02-19T19:00:
|
|
23833
|
+
- timestamp: '2025-02-19T19:00:00Z'
|
|
23835
23834
|
total: -20
|
|
23836
|
-
- timestamp: '2025-02-19T18:00:
|
|
23835
|
+
- timestamp: '2025-02-19T18:00:00Z'
|
|
23837
23836
|
total: -30
|
|
23838
|
-
- timestamp: '2025-02-19T17:00:
|
|
23837
|
+
- timestamp: '2025-02-19T17:00:00Z'
|
|
23839
23838
|
total: -40
|
|
23840
|
-
- timestamp: '2025-02-19T16:00:
|
|
23839
|
+
- timestamp: '2025-02-19T16:00:00Z'
|
|
23841
23840
|
total: -50
|
|
23842
|
-
- timestamp: '2025-02-19T15:00:
|
|
23841
|
+
- timestamp: '2025-02-19T15:00:00Z'
|
|
23843
23842
|
total: -60
|
|
23844
|
-
- timestamp: '2025-02-19T14:00:
|
|
23843
|
+
- timestamp: '2025-02-19T14:00:00Z'
|
|
23845
23844
|
total: -70
|
|
23846
|
-
- timestamp: '2025-02-19T13:00:
|
|
23845
|
+
- timestamp: '2025-02-19T13:00:00Z'
|
|
23847
23846
|
total: -80
|
|
23848
23847
|
schema:
|
|
23849
23848
|
$ref: '#/components/schemas/DomainForwardMetricsTimeSeriesResponse'
|
|
@@ -24315,12 +24314,12 @@ paths:
|
|
|
24315
24314
|
and redirects
|
|
24316
24315
|
summary: Single domain forward
|
|
24317
24316
|
value:
|
|
24318
|
-
created_on: '2025-02-20T10:30:
|
|
24317
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24319
24318
|
domain_forward_id: domain_forward_01jx0000000000000000000001
|
|
24320
24319
|
enabled: true
|
|
24321
24320
|
hostname: example.com.
|
|
24322
24321
|
http:
|
|
24323
|
-
created_on: '2025-02-20T10:30:
|
|
24322
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24324
24323
|
redirects:
|
|
24325
24324
|
- protected: false
|
|
24326
24325
|
redirect_code: 301
|
|
@@ -24330,9 +24329,9 @@ paths:
|
|
|
24330
24329
|
target_hostname: example.com
|
|
24331
24330
|
target_path: /
|
|
24332
24331
|
target_protocol: https
|
|
24333
|
-
updated_on: '2025-02-20T10:30:
|
|
24332
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24334
24333
|
https:
|
|
24335
|
-
created_on: '2025-02-20T10:30:
|
|
24334
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24336
24335
|
redirects:
|
|
24337
24336
|
- protected: false
|
|
24338
24337
|
redirect_code: 302
|
|
@@ -24342,8 +24341,8 @@ paths:
|
|
|
24342
24341
|
target_hostname: www.example.com
|
|
24343
24342
|
target_path: /
|
|
24344
24343
|
target_protocol: https
|
|
24345
|
-
updated_on: '2025-02-20T10:30:
|
|
24346
|
-
updated_on: '2025-02-20T10:30:
|
|
24344
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24345
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24347
24346
|
schema:
|
|
24348
24347
|
$ref: '#/components/schemas/DomainForward'
|
|
24349
24348
|
description: Domain forward retrieved successfully
|
|
@@ -24426,7 +24425,7 @@ paths:
|
|
|
24426
24425
|
description: New domain forward protocol set with HTTP redirects
|
|
24427
24426
|
summary: Protocol set created
|
|
24428
24427
|
value:
|
|
24429
|
-
created_on: '2025-02-20T10:30:
|
|
24428
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24430
24429
|
hostname: example.com.
|
|
24431
24430
|
protocol: http
|
|
24432
24431
|
redirects:
|
|
@@ -24438,7 +24437,7 @@ paths:
|
|
|
24438
24437
|
target_hostname: example.com
|
|
24439
24438
|
target_path: /
|
|
24440
24439
|
target_protocol: https
|
|
24441
|
-
updated_on: '2025-02-20T10:30:
|
|
24440
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24442
24441
|
schema:
|
|
24443
24442
|
$ref: '#/components/schemas/DomainForwardSetResponse'
|
|
24444
24443
|
description: Domain forward protocol set created successfully
|
|
@@ -24718,7 +24717,7 @@ paths:
|
|
|
24718
24717
|
description: Domain forward set containing HTTP protocol redirects
|
|
24719
24718
|
summary: HTTP protocol set
|
|
24720
24719
|
value:
|
|
24721
|
-
created_on: '2025-02-20T10:30:
|
|
24720
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24722
24721
|
hostname: example.com.
|
|
24723
24722
|
protocol: http
|
|
24724
24723
|
redirects:
|
|
@@ -24730,12 +24729,12 @@ paths:
|
|
|
24730
24729
|
target_hostname: example.com
|
|
24731
24730
|
target_path: /
|
|
24732
24731
|
target_protocol: https
|
|
24733
|
-
updated_on: '2025-02-20T10:30:
|
|
24732
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24734
24733
|
https_protocol_set:
|
|
24735
24734
|
description: Domain forward set containing HTTPS protocol redirects
|
|
24736
24735
|
summary: HTTPS protocol set
|
|
24737
24736
|
value:
|
|
24738
|
-
created_on: '2025-02-20T10:30:
|
|
24737
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24739
24738
|
hostname: example.com.
|
|
24740
24739
|
protocol: https
|
|
24741
24740
|
redirects:
|
|
@@ -24747,7 +24746,7 @@ paths:
|
|
|
24747
24746
|
target_hostname: www.example.com
|
|
24748
24747
|
target_path: /
|
|
24749
24748
|
target_protocol: https
|
|
24750
|
-
updated_on: '2025-02-20T10:30:
|
|
24749
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24751
24750
|
schema:
|
|
24752
24751
|
$ref: '#/components/schemas/DomainForwardSetResponse'
|
|
24753
24752
|
description: Domain forward set retrieved successfully
|
|
@@ -24837,7 +24836,7 @@ paths:
|
|
|
24837
24836
|
configuration
|
|
24838
24837
|
summary: Protocol set updated
|
|
24839
24838
|
value:
|
|
24840
|
-
created_on: '2025-02-20T10:30:
|
|
24839
|
+
created_on: '2025-02-20T10:30:45Z'
|
|
24841
24840
|
hostname: example.com.
|
|
24842
24841
|
protocol: https
|
|
24843
24842
|
redirects:
|
|
@@ -24849,7 +24848,7 @@ paths:
|
|
|
24849
24848
|
target_hostname: www.example.com
|
|
24850
24849
|
target_path: /
|
|
24851
24850
|
target_protocol: https
|
|
24852
|
-
updated_on: '2025-02-20T10:30:
|
|
24851
|
+
updated_on: '2025-02-20T10:30:45Z'
|
|
24853
24852
|
schema:
|
|
24854
24853
|
$ref: '#/components/schemas/DomainForwardSetResponse'
|
|
24855
24854
|
description: Domain forward protocol set updated successfully
|
|
@@ -27872,11 +27871,11 @@ paths:
|
|
|
27872
27871
|
email_forward_alias_id: email_forward_alias_01jx0000000000000000000003
|
|
27873
27872
|
forward_to:
|
|
27874
27873
|
- inbox@example.net
|
|
27875
|
-
created_on: '2025-11-14T09:01:
|
|
27874
|
+
created_on: '2025-11-14T09:01:38Z'
|
|
27876
27875
|
email_forward_id: email_forward_01jx0000000000000000000002
|
|
27877
27876
|
enabled: true
|
|
27878
27877
|
hostname: example.com.
|
|
27879
|
-
updated_on: '2025-11-14T09:01:
|
|
27878
|
+
updated_on: '2025-11-14T09:01:38Z'
|
|
27880
27879
|
standard_email_forwarding_response:
|
|
27881
27880
|
description: Response when creating email forwarding with named
|
|
27882
27881
|
aliases.
|
|
@@ -27892,11 +27891,11 @@ paths:
|
|
|
27892
27891
|
forward_to:
|
|
27893
27892
|
- support@example.net
|
|
27894
27893
|
- oncall@example.net
|
|
27895
|
-
created_on: '2025-11-14T09:01:
|
|
27894
|
+
created_on: '2025-11-14T09:01:38Z'
|
|
27896
27895
|
email_forward_id: email_forward_01jx0000000000000000000001
|
|
27897
27896
|
enabled: false
|
|
27898
27897
|
hostname: mail.example.com.
|
|
27899
|
-
updated_on: '2025-11-14T09:01:
|
|
27898
|
+
updated_on: '2025-11-14T09:01:38Z'
|
|
27900
27899
|
schema:
|
|
27901
27900
|
$ref: '#/components/schemas/EmailForwardResponse'
|
|
27902
27901
|
description: Email forwarding created successfully
|