openbmc / bmcweb

A do everything Redfish, KVM, GUI, and DBus webserver for OpenBMC
Apache License 2.0
148 stars 130 forks source link

Task Monitor URL doesn't match the DMTF redfish specification format. #272

Open windsparks33 opened 3 months ago

windsparks33 commented 3 months ago

Is this the right place to submit this?

Bug Description

Today a TaskMonitor is created as /redfish/v1/TaskService/\<id>/TaskMonitor. The Redfish specification says the format is "/redfish/v1/TaskService/TaskMonitor/\<id>".
Please see section 12.2 Asynchronous operations in https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.20.0.pdf

Version

The latest bmcweb

Additional Information

No response

edtanous commented 3 months ago

Yep, this looks like a bug; In the past Redfish was not specific about URLs in use. Now that it enforces URLs in the specification, this should arguably be changed. If you know the change that needs to be made, please submit it to gerrit.

Also, please include steps to reproduce.