Start a Conversation

Solved!

Go to Solution

1194

September 2nd, 2021 11:00

R630 Redfish: 405 Method Not Allowed error

Hello, I trying to send a patch request the change the "PxeDev2EnDis" via Redfish API but i get the following error, see below. The request is send to:  .../redfish/v1/Systems/System.Embedded.1/Bios

I tried changing the bios mode to UEFI via bios setup but it makes no difference. I am able to change the state of the "IndicatorLED" w/out problems but not bios settings. 

Any  suggestions? Thanks!

arios100_0-1630605531695.png

 

4 Operator

 • 

3K Posts

September 3rd, 2021 03:00

To change this attribute you need to use below options

 

Operation : PATCH
URI : /redfish/v1/Systems/System.Embedded.1/Bios/Settings
Body: {"Attributes":{"PxeDev2EnDis": "Enabled"}}

 

After this you need to create a job to apply the setting.

Moderator

 • 

5.2K Posts

September 2nd, 2021 21:00

Hi, thanks for choosing Dell. Here’s a general guide:

 

Redfish API with Dell integrated Remote Access Controller.

https://dell.to/3gYMHyb

 

 

From what I think this is what you ran:   /redfish/v1/Systems/System.Embedded.1/Bios 

https://dell.to/3gYrSmA

 

HTTP STATUS COD 405  = ERROR MESSAGE CODE sys402

 

Description

The Bios schema contains properties related to the BIOS Attribute Registry. The Attribute Registry describes the system-specific BIOS attributes and Actions for changing to BIOS settings. Changes to the BIOS typically require a system reset before they take effect.

 

So what I’m suggesting would be how about running ComputerSystemCollection command  “ /redfish/v1/Systems ” in order to see if this returns an error too?

No Events found!

Top