Skip to content

Commit

Permalink
Add new metal-api JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Oct 22, 2024
1 parent f57775b commit 7abf175
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/metal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4171,6 +4171,13 @@
"description": "a description for this entity",
"type": "string"
},
"dns_servers": {
"description": "the dns servers for this partition",
"items": {
"$ref": "#/definitions/metal.DNSServer"
},
"type": "array"
},
"id": {
"description": "the unique ID of this entity",
"type": "string"
Expand All @@ -4190,6 +4197,13 @@
"description": "a readable name for this entity",
"type": "string"
},
"ntp_servers": {
"description": "the ntp servers for this partition",
"items": {
"$ref": "#/definitions/metal.NTPServer"
},
"type": "array"
},
"privatenetworkprefixlength": {
"description": "the length of private networks for the machine's child networks in this partition, default 22",
"format": "int32",
Expand Down

0 comments on commit 7abf175

Please sign in to comment.