George Keishing | ae7c820 | 2017-02-09 10:33:45 -0600 | [diff] [blame] | 1 | inventory_dict = { |
Patrick Williams | 20f3871 | 2022-12-08 06:18:26 -0600 | [diff] [blame] | 2 | "core": ["PrettyName", "Present", "Functional"], |
| 3 | "fan": ["PrettyName", "Present", "MeetsMinimumShipLevel", "Functional"], |
| 4 | "fan_wc": ["PrettyName", "Present", "MeetsMinimumShipLevel"], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 5 | "fru": [ |
George Keishing | 9ef1fd4 | 2017-03-10 14:52:38 -0600 | [diff] [blame] | 6 | "PrettyName", |
| 7 | "Present", |
| 8 | "PartNumber", |
| 9 | "SerialNumber", |
| 10 | "Manufacturer", |
| 11 | "BuildDate", |
| 12 | "Model", |
| 13 | "Version", |
| 14 | "FieldReplaceable", |
George Keishing | 36fedf2 | 2017-03-21 06:30:27 -0500 | [diff] [blame] | 15 | "Cached", |
Patrick Williams | 20f3871 | 2022-12-08 06:18:26 -0600 | [diff] [blame] | 16 | "Functional", |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 17 | ], |
Patrick Williams | 20f3871 | 2022-12-08 06:18:26 -0600 | [diff] [blame] | 18 | "gpu": ["PrettyName", "Present", "FieldReplaceable", "Functional"], |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 19 | } |