-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Some design in #1451 but it's just a table with columns for whatever is on the switch response.
https://docs.oxide.computer/api/switch_list
console/app/api/__generated__/Api.ts
Lines 3349 to 3359 in 510c645
| export type Switch = { | |
| baseboard: Baseboard | |
| /** unique, immutable, system-controlled identifier for each resource */ | |
| id: string | |
| /** The rack to which this Switch is currently attached */ | |
| rackId: string | |
| /** timestamp when this resource was created */ | |
| timeCreated: Date | |
| /** timestamp when this resource was last modified */ | |
| timeModified: Date | |
| } |
console/app/api/__generated__/Api.ts
Lines 231 to 234 in 510c645
| /** | |
| * Properties that uniquely identify an Oxide hardware component | |
| */ | |
| export type Baseboard = { part: string; revision: number; serial: string } |
Metadata
Metadata
Assignees
Labels
No labels