Searched hist:"71 b82f26" (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | processor.hpp | 71b82f26 Mon May 10 04:41:39 CDT 2021 Sharad Yadav <sharady@nvidia.com> Processor: Add UUID property This commit adds the support for implementing the "UUID" property as defined in the Redfish Processor schema. UUID will enable further platform/board specific monitoring and control. Redfish validator passed. Tested: $ curl -k -H "X-Auth-Token: $token" -H "Content-Type: application/json" -X GET https://${bmc}/redfish/v1/Systems/system/Processors/GPU1 { "@odata.id": "/redfish/v1/Systems/system/Processors/GPU1", "@odata.type": "#Processor.v1_11_0.Processor", "Id": "GPU1", "Name": "Processor", "UUID": "5429d122-cd8a-4ff3-9102-be794ecfb8a7" } Signed-off-by: Sharad Yadav <sharady@nvidia.com> Change-Id: I23633728d965e26d7231dc3f2badc45de1fb268a
|