You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oxide.json
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"url": "https://oxide.computer",
8
8
"email": "api@oxide.computer"
9
9
},
10
-
"version": "2025122300.0.0"
10
+
"version": "2026010100.0.0"
11
11
},
12
12
"paths": {
13
13
"/device/auth": {
@@ -22128,7 +22128,7 @@
22128
22128
]
22129
22129
},
22130
22130
"pool_type": {
22131
-
"description": "Type of IP pool (unicast or multicast)",
22131
+
"description": "Type of IP pool (unicast or multicast).",
22132
22132
"allOf": [
22133
22133
{
22134
22134
"$ref": "#/components/schemas/IpPoolType"
@@ -25031,6 +25031,14 @@
25031
25031
"type": "string",
25032
25032
"format": "uuid"
25033
25033
},
25034
+
"ip_version": {
25035
+
"description": "The IP version for the pool.",
25036
+
"allOf": [
25037
+
{
25038
+
"$ref": "#/components/schemas/IpVersion"
25039
+
}
25040
+
]
25041
+
},
25034
25042
"is_default": {
25035
25043
"description": "When a pool is the default for a silo, floating IPs and instance ephemeral IPs will come from that pool when no other pool is specified.\n\nA silo can have at most one default pool per combination of pool type (unicast or multicast) and IP version (IPv4 or IPv6), allowing up to 4 default pools total.",
25036
25044
"type": "boolean"
@@ -25043,6 +25051,14 @@
25043
25051
}
25044
25052
]
25045
25053
},
25054
+
"pool_type": {
25055
+
"description": "Type of IP pool (unicast or multicast).",
25056
+
"allOf": [
25057
+
{
25058
+
"$ref": "#/components/schemas/IpPoolType"
25059
+
}
25060
+
]
25061
+
},
25046
25062
"time_created": {
25047
25063
"description": "timestamp when this resource was created",
0 commit comments