Node detailed list endpoint is not RESTful
Bug #1662921 reported by
Rob Cresswell
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
Low
|
Sam Betts |
Bug Description
/nodes/detail isn't a correctly structured REST endpoint. This endpoint is indicating that you want to act upon a 'node' with an id of 'detail'. Listing nodes with more detail should just be passed as a parameter i.e. GET /nodes?detail=true. Interestingly, I assume this means a node couldn't be called 'detail', although I haven't tested this out.
This can actually be extended to a lot of the API, but I wanted to control the scope of the bug. For example, most of the /nodes/
description: | updated |
Changed in ironic: | |
assignee: | nobody → Sam Betts (sambetts) |
Changed in ironic: | |
importance: | Undecided → Low |
tags: | added: api |
Changed in ironic: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/431497
Review: https:/