dell/iDRAC-Redfish-Scripting

Redfish Resource not found - Export Configuration

Icqtoni opened this issue · 1 comments

Hello,

I get the error message shown in the picture below when exporting the configuration.
The attribute 'Redfish.1.NumericDynamicSegmentsEnable' is set to enabled
Does anyone have any idea what could be causing this?

many thanks in advance
Icqtoni

URI:
https://x.x.x.x/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration

JSON:
{"ExportFormat":"XML","ShareParameters":{"Target":"iDrac"}}

Invoke-WebRequest: return $null

image

image

Hi @Icqtoni

The main issues is resource URI is not found (unable to find URI "redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration").

Can you run a GET on URI "redfish/v1/Managers/iDRAC.Embedded.1" and see this URI is reported.

Example:

image

Thanks
Tex