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 | ], |
Steven Sombar | 0d0d111 | 2018-10-09 16:09:59 -0500 | [diff] [blame] | 13 | "fan_wc": [ |
| 14 | "PrettyName", |
| 15 | "Present", |
| 16 | "MeetsMinimumShipLevel" |
| 17 | ], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 18 | "fru": [ |
George Keishing | 9ef1fd4 | 2017-03-10 14:52:38 -0600 | [diff] [blame] | 19 | "PrettyName", |
| 20 | "Present", |
| 21 | "PartNumber", |
| 22 | "SerialNumber", |
| 23 | "Manufacturer", |
| 24 | "BuildDate", |
| 25 | "Model", |
| 26 | "Version", |
| 27 | "FieldReplaceable", |
George Keishing | 36fedf2 | 2017-03-21 06:30:27 -0500 | [diff] [blame] | 28 | "Cached", |
| 29 | "Functional" |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 30 | ], |
Sweta Potthuri | 1da4c24 | 2018-01-09 04:42:51 -0600 | [diff] [blame] | 31 | "gpu": [ |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 32 | "PrettyName", |
| 33 | "Present", |
George Keishing | 0219da6 | 2018-03-26 03:24:40 -0500 | [diff] [blame] | 34 | "FieldReplaceable", |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 35 | "Functional" |
George Keishing | ae7c820 | 2017-02-09 10:33:45 -0600 | [diff] [blame] | 36 | ] |
George Keishing | 1930520 | 2017-11-17 12:07:28 -0600 | [diff] [blame] | 37 | } |