George Keishing | ae7c820 | 2017-02-09 10:33:45 -0600 | [diff] [blame] | 1 | inventory_dict = { |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 2 | "core": [ |
George Keishing | 36fedf2 | 2017-03-21 06:30:27 -0500 | [diff] [blame] | 3 | "PrettyName", |
| 4 | "Present", |
| 5 | "Functional" |
| 6 | ], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 7 | "fan": [ |
George Keishing | dc68eff | 2017-06-12 22:43:18 -0500 | [diff] [blame] | 8 | "PrettyName", |
| 9 | "Present", |
George Keishing | ca8c61b | 2017-12-11 11:48:00 -0600 | [diff] [blame] | 10 | "MeetsMinimumShipLevel", |
George Keishing | dc68eff | 2017-06-12 22:43:18 -0500 | [diff] [blame] | 11 | "Functional" |
| 12 | ], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 13 | "fru": [ |
George Keishing | 9ef1fd4 | 2017-03-10 14:52:38 -0600 | [diff] [blame] | 14 | "PrettyName", |
| 15 | "Present", |
| 16 | "PartNumber", |
| 17 | "SerialNumber", |
| 18 | "Manufacturer", |
| 19 | "BuildDate", |
| 20 | "Model", |
| 21 | "Version", |
| 22 | "FieldReplaceable", |
George Keishing | 36fedf2 | 2017-03-21 06:30:27 -0500 | [diff] [blame] | 23 | "Cached", |
| 24 | "Functional" |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 25 | ], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 26 | "gpu": [ |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 27 | "PrettyName", |
| 28 | "Present", |
George Keishing | 0219da6 | 2018-03-26 03:24:40 -0500 | [diff] [blame] | 29 | "FieldReplaceable", |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 30 | "Functional" |
George Keishing | ae7c820 | 2017-02-09 10:33:45 -0600 | [diff] [blame] | 31 | ] |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 32 | } |