fwupd/plugins/redfish
Gary Lin aeaf444835 redfish: Amend the retrieval of version
In the redfish emulator, "/redfish/v1" returns "ServiceVersion".
However, in the HPE API explorer(*), it returns "RedfishVersion".
This commit checks both member and print the one that is available.

(*) https://ilorestfulapiexplorer.ext.hpe.com/
2018-07-06 08:48:58 +01:00
..
fu-plugin-redfish.c redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
fu-redfish-client.c redfish: Amend the retrieval of version 2018-07-06 08:48:58 +01:00
fu-redfish-client.h redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
fu-redfish-common.c redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
fu-redfish-common.h redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
fu-self-test.c redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
meson.build redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00
README.md redfish: Add a plugin that uses the Redfish API 2018-06-29 20:17:45 +01:00

Redfish Support

Introduction

Redfish is an open industry standard specification and schema that helps enable simple and secure management of modern scalable platform hardware.

By specifying a RESTful interface and utilizing JSON and OData, Redfish helps customers integrate solutions within their existing tool chains.