1
1
openapi: 3.0.1
2
2
info:
3
- version: 4.143.2
3
+ version: 4.144.1
4
4
5
5
title: Linode API
6
6
description: |
@@ -6120,8 +6120,10 @@ paths:
6120
6120
- oauth:
6121
6121
- domains:read_write
6122
6122
summary: Domain Record Create
6123
- description: >
6123
+ description: |
6124
6124
Adds a new Domain Record to the zonefile this Domain represents.
6125
+
6126
+ Each domain can have up to 12,000 active records.
6125
6127
operationId: createDomainRecord
6126
6128
x-linode-cli-action: records-create
6127
6129
requestBody:
@@ -19292,7 +19294,7 @@ components:
19292
19294
schema:
19293
19295
type: integer
19294
19296
minimum: 25
19295
- maximum: 100
19297
+ maximum: 500
19296
19298
default: 100
19297
19299
links:
19298
19300
bootLinode:
@@ -20970,7 +20972,7 @@ components:
20970
20972
20971
20973
`A` and `AAAA`: The hostname or FQDN of the Record.
20972
20974
20973
- `NS`: The subdomain, if any, to use with the Domain of the Record.
20975
+ `NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported.
20974
20976
20975
20977
`MX`: The mail subdomain. For example, `sub` for the address `
[email protected] ` under the `example.com`
20976
20978
Domain. Must be an empty string (`""`) for a Null MX Record.
@@ -25887,12 +25889,18 @@ components:
25887
25889
description: The unique ID of this Region.
25888
25890
example: us-east
25889
25891
x-linode-cli-display: 1
25892
+ label:
25893
+ type: string
25894
+ description: Detailed location information for this Region, including city, state or region, and country.
25895
+ example: Newark, NJ, USA
25896
+ readOnly: true
25897
+ x-linode-cli-display: 2
25890
25898
country:
25891
25899
type: string
25892
25900
description: The country where this Region resides.
25893
25901
example: us
25894
25902
readOnly: true
25895
- x-linode-cli-display: 2
25903
+ x-linode-cli-display: 3
25896
25904
capabilities:
25897
25905
type: array
25898
25906
items:
@@ -25905,7 +25913,7 @@ components:
25905
25913
- Block Storage
25906
25914
- Object Storage
25907
25915
readOnly: true
25908
- x-linode-cli-display: 3
25916
+ x-linode-cli-display: 4
25909
25917
status:
25910
25918
type: string
25911
25919
description: >
@@ -25915,11 +25923,11 @@ components:
25915
25923
- ok
25916
25924
- outage
25917
25925
readOnly: true
25918
- x-linode-cli-display: 4
25926
+ x-linode-cli-display: 5
25919
25927
resolvers:
25920
25928
type: object
25921
25929
readOnly: true
25922
- x-linode-cli-display: 5
25930
+ x-linode-cli-display: 6
25923
25931
properties:
25924
25932
ipv4:
25925
25933
type: string
0 commit comments