[ 
https://issues.apache.org/jira/browse/QPID-7773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107142#comment-16107142
 ] 

Keith Wall commented on QPID-7773:
----------------------------------

We need to decide on a consistent approach for both wildcarding and filtering.  
 In what circumstances should a list be returned and which an object?

How about:

* if wildcards are used, a list must always be returned.  If the wildcard 
matches none an empty list should result.
* if URL the uniquely identifies a single object e.g. 
{{/queue/vhn/vh/myqueue}}, an object should be returned.   If the object does 
not exist, return 404.
* if a URL uniquely identifies a single object is qualified by a filter e..g. 
{{/queue/vhn/vh/myqueue?type=standard}}, if the filter matches, the object 
should be returned otherwise a 404 should result.
* if a URL uniquely does not identify a single object e.g  {{/queue}} or 
{{/virtualhost/myvhn}}, a list must result.
* if a URL uniquely does not identify a single object and is qualified by a 
filter e.g  {{/queue?type=standard}}, a list must result.

> REST API queries that identify a single object by its full path should return 
> a object rather than a list.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7773
>                 URL: https://issues.apache.org/jira/browse/QPID-7773
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: qpid-java-broker-7.0.0
>
>
> Currently if I GET for, say a queue, by the object's full path 
> {{/queue/vhn/vh/myqueue}}, I get a JSON list contain the queue object, rather 
> than an object directly.  This makes the REST API's abstraction inconsistent: 
> I PUT a queue as an object, but GET gives me a list.
> The REST API should be returning a list only in those situations where a 
> multiple object response could arise e.g. {{/queue/vhn/vh}}, wildcards or 
> filtering.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to