mirror of https://github.com/apache/jclouds.git
fixed json select for getImage
This commit is contained in:
parent
cfcd92cbea
commit
6cee8b9581
|
@ -75,7 +75,7 @@ public interface ImageAsyncClient {
|
||||||
* @see ImageClient#getImage
|
* @see ImageClient#getImage
|
||||||
*/
|
*/
|
||||||
@GET
|
@GET
|
||||||
@SelectJson("flavor")
|
@SelectJson("image")
|
||||||
@Consumes(MediaType.APPLICATION_JSON)
|
@Consumes(MediaType.APPLICATION_JSON)
|
||||||
@Path("/images/{id}")
|
@Path("/images/{id}")
|
||||||
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
|
@ExceptionParser(ReturnNullOnNotFoundOr404.class)
|
||||||
|
|
Loading…
Reference in New Issue