| inventory_dict = { | |
| "core": [ | |
| "PrettyName", | |
| "Present", | |
| "Functional" | |
| ], | |
| "fan": [ | |
| "PrettyName", | |
| "Present", | |
| "MeetsMinimumShipLevel", | |
| "Functional" | |
| ], | |
| "fan_wc": [ | |
| "PrettyName", | |
| "Present", | |
| "MeetsMinimumShipLevel" | |
| ], | |
| "fru": [ | |
| "PrettyName", | |
| "Present", | |
| "PartNumber", | |
| "SerialNumber", | |
| "Manufacturer", | |
| "BuildDate", | |
| "Model", | |
| "Version", | |
| "FieldReplaceable", | |
| "Cached", | |
| "Functional" | |
| ], | |
| "gpu": [ | |
| "PrettyName", | |
| "Present", | |
| "FieldReplaceable", | |
| "Functional" | |
| ] | |
| } |