ServerInfo: { 
    Alias Style: string; 
    Chassis Size: string; 
    Edit Mode: boolean; 
    HBA: { 
        Adapter: string; 
        Bus Address: string; 
        Drive Connections: number; 
        Kernel Driver: string; 
        Model: string; 
        PCI Slot: number; 
    }[]; 
    Hybrid: boolean; 
    Model: string; 
    Motherboard: { 
        Manufacturer: string; 
        Product Name: string; 
        Serial Number: string; 
    }; 
    OS NAME: string; 
    OS VERSION_ID: string; 
    Serial: string; 
    VM: boolean; 
}
Type declaration
Alias Style: string
Chassis Size: string
Edit Mode: boolean
HBA: { 
    Adapter: string; 
    Bus Address: string; 
    Drive Connections: number; 
    Kernel Driver: string; 
    Model: string; 
    PCI Slot: number; 
}[]
Hybrid: boolean
Model: string
Motherboard: { 
    Manufacturer: string; 
    Product Name: string; 
    Serial Number: string; 
}
Manufacturer: string
Product Name: string
Serial Number: string
OS NAME: string
OS VERSION_ID: string
Serial: string
VM: boolean