type ServerInfo struct {
Name string `json:"name"`
Rack string `json:"rack"`
HeightUnit int `json:"heightUnit"`
Power string `json:"power"`
IndicatorLED string `json:"indicatorLED"`
State string `json:"state"`
}
ServerInfo represents information about a server in the data center.