Comment 18 for bug 1778591

Revision history for this message
Jay Pipes (jaypipes) wrote :

We don't have a `GET /allocations/{thing that isn't a UUID}`.

That said, it should probably have always been:

`GET /consumers/{consumer_uuid}/allocations`

to match the reciprocal:

`GET /resource_providers/{rp_uuid}/allocations`

that we already have.