dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
603 stars 279 forks source link

Redfish Query #307

Closed yograj099 closed 4 months ago

yograj099 commented 4 months ago

Hi,

What is the header value we can pass with redfish uri while querying for RDE ? Can someone please share header values ?

texroemer commented 4 months ago

Hi @yograj099

Can you share what URI you're trying to run iDRAC Redfish request against?

Thanks Tex

yograj099 commented 4 months ago

HI,

Please find the uri below: https:///redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/FC.Slot.8/

texroemer commented 4 months ago

Thanks, header for GET request should be "Content-Type: application/json", if you still see a failure can you share details of the Redfish call along with the error returned.

Thanks Tex

yograj099 commented 4 months ago

Hi,

I do not see any error with redfish uri. I have a proper output as well. Question here is , GET operation is retrieving the data through DCi ,not via RDE. I want redfish to retrieve the data through RDE.

texroemer commented 4 months ago

Hi @yograj099

RDE is currently not supported by iDRAC and is mentioned in this previous issue:

https://github.com/dell/iDRAC-Redfish-Scripting/issues/277

Thanks Tex

yograj099 commented 4 months ago

Thanks Tex. I expected that with new releases support might have added as its in plan. Thanks again for your time.