HewlettPackard / python-ilorest-library

Python library for interacting with devices which support a Redfish Service
Apache License 2.0
187 stars 92 forks source link

UEFI Bootorder confusion #78

Closed McBugEater closed 4 years ago

McBugEater commented 4 years ago

server type: G10 ilo ver: 1.45 iloreset-lib ver: 2.5.2

When applying a PATCH to change boot order a http status code of 405 i returned. A curl to the same url shows the allowable actions as both PUT and PATCH. Reading over the API Ref is talks about a read only and writable resource. I do not readily see where these might be located as I have seen on other resources. What am I missing?

McBugEater commented 4 years ago

Completely my fault. I was not at where I thought I was in the schema. This is working!