libredfish2 0.3.0

A continuation of libredfish, a library to interface with Redfish endpoints.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "@odata.context": "/redfish/v1/$metadata#Systems/Members/1/SmartStorage/ArrayControllers/Members/1/LogicalDrives",
    "@odata.id": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/1/LogicalDrives/",
    "@odata.type": "#HpSmartStorageLogicalDriveCollection.HpSmartStorageLogicalDriveCollection",
    "Description": "HP Smart Storage Logical Drives View",
    "MemberType": "HpSmartStorageLogicalDrive.1",
    "Members@odata.count": 0,
    "Name": "HpSmartStorageLogicalDrives",
    "Total": 0,
    "Type": "Collection.1.0.0",
    "links": {
        "self": {
            "href": "/redfish/v1/Systems/1/SmartStorage/ArrayControllers/1/LogicalDrives/"
        }
    }
}