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
+8-8Lines changed: 8 additions & 8 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": "2026032400.0.0"
10
+
"version": "2026032500.0.0"
11
11
},
12
12
"paths": {
13
13
"/device/auth": {
@@ -28346,23 +28346,23 @@
28346
28346
}
28347
28347
},
28348
28348
"SubnetPoolUtilization": {
28349
-
"description": "Utilization information for a subnet pool",
28349
+
"description": "Utilization of addresses in a subnet pool.\n\nNote that both the count of remaining addresses and the total capacity are integers, reported as floating point numbers. This accommodates allocations larger than a 64-bit integer, which is common with IPv6 address spaces. With very large subnet pools (> 2**53 addresses), integer precision will be lost, in exchange for representing the entire range. In such a case the pool still has many available addresses.",
28350
28350
"type": "object",
28351
28351
"properties": {
28352
-
"allocated": {
28353
-
"description": "Number of addresses allocated from this pool",
28352
+
"capacity": {
28353
+
"description": "The total number of addresses in the pool.",
28354
28354
"type": "number",
28355
28355
"format": "double"
28356
28356
},
28357
-
"capacity": {
28358
-
"description": "Total capacity of this pool in addresses",
28357
+
"remaining": {
28358
+
"description": "The number of remaining addresses in the pool.",
0 commit comments