Skip to content

Commit

Permalink
update internal API spec
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Feb 6, 2024
1 parent 40e1393 commit 61f7f05
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openapi/nexus-internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2095,6 +2095,14 @@
"type": "string",
"format": "uuid"
},
"internal_dns_version": {
"description": "internal DNS version when this blueprint was created",
"allOf": [
{
"$ref": "#/components/schemas/Generation"
}
]
},
"omicron_zones": {
"description": "mapping: sled id -> zones deployed on each sled A sled is considered part of the control plane cluster iff it has an entry in this map.",
"type": "object",
Expand Down Expand Up @@ -2127,6 +2135,7 @@
"comment",
"creator",
"id",
"internal_dns_version",
"omicron_zones",
"time_created",
"zones_in_service"
Expand All @@ -2149,6 +2158,14 @@
"type": "string",
"format": "uuid"
},
"internal_dns_version": {
"description": "internal DNS version when this blueprint was created",
"allOf": [
{
"$ref": "#/components/schemas/Generation"
}
]
},
"parent_blueprint_id": {
"nullable": true,
"description": "which blueprint this blueprint is based on",
Expand All @@ -2165,6 +2182,7 @@
"comment",
"creator",
"id",
"internal_dns_version",
"time_created"
]
},
Expand Down

0 comments on commit 61f7f05

Please sign in to comment.