mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Remove system info
This commit is contained in:
parent
20492fe03e
commit
6b3d317086
2 changed files with 2 additions and 53 deletions
|
|
@ -7,9 +7,6 @@ type PDUOutlet struct {
|
|||
}
|
||||
|
||||
type PDUInventory struct {
|
||||
Hostname string `json:"hostname"`
|
||||
Model string `json:"model,omitempty"`
|
||||
SerialNumber string `json:"serial_number,omitempty"`
|
||||
FirmwareVersion string `json:"firmware_version,omitempty"`
|
||||
Outlets []PDUOutlet `json:"outlets"`
|
||||
Hostname string `json:"hostname"`
|
||||
Outlets []PDUOutlet `json:"outlets"`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue