libredfish 0.2.0

A redfish library. Useful for querying server hardware from a BMC.
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
  "@odata.etag": "\"2bb2165fd9ff24e33cf\"",
  "@odata.id": "/redfish/v1/Systems/1/BootOptions/Boot0003",
  "@odata.type": "#BootOption.v1_0_3.BootOption",
  "BootOptionReference": "Boot0003",
  "Description": "This resource shall be used to represent a single boot option contained within a system.",
  "DisplayName": "Network",
  "Id": "Boot0003",
  "Name": "Network",
  "UefiDevicePath": "VenHw_B2AD3248_4F72_4950_A966_CFE5062DB83A_05000000"
}