hil icon indicating copy to clipboard operation
hil copied to clipboard

Return a representation of the resoure in the response to a PUT call

Open gsilvis opened this issue 9 years ago • 2 comments

Currently, the user has to make a PUT and then a GET, to determine any aspect of the resource that the server fills in. If we make the PUT call return that information, then the second step can be skipped.

gsilvis avatar Jun 26 '16 02:06 gsilvis

I am not sure whether this issue still exists or not. Close this for me. Please reopen it if necessary.

xuhang57 avatar Feb 07 '18 22:02 xuhang57

Don't wanna mark this closed; the issue suggests that we return something useful with PUT calls. It's still open for discussion.

For example, you run network_create which will assign your network a vlan id. But you don't know the id, so you have to follow up with a show_network call to determine what the vlan id was.

naved001 avatar Feb 07 '18 22:02 naved001