Redfish metadata implementation
Ratan Gupta
ratagupt at linux.vnet.ibm.com
Mon Jan 20 21:07:03 AEDT 2020
Hi James,
I was looking at the current master metadata redfish url implementation
and seems that is not correct.
Currently redfish/v1 and redfish/v1/$metadata is giving the same service
root data(service root).
curl -k -H "X-Auth-Token: $bmc_token" -X GET https://${bmc}/redfish/v1
curl -k -H "X-Auth-Token: $bmc_token" -X GET https://${bmc}/redfish/v1/$metadata
I am hoping the redfish/v1/$metadata should return the following data
https://github.com/openbmc/bmcweb/blob/master/static/redfish/v1/%24metadata/index.xml
Ratan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20200120/b88c0e3b/attachment.htm>
More information about the openbmc
mailing list