bmcweb
bmcweb copied to clipboard
Task Monitor URL doesn't match the DMTF redfish specification format.
Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use OpenBMC
- [X] This is not a bug in an OpenBMC fork or a bug in code still under code review.
- [X] This is not a request for a new feature.
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
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.