> + */
> + @Named("images:list")
> + @GET
> + @Path("/images/json")
> + @Fallback(Fallbacks.EmptySetOnNotFoundOr404.class)
> + Set<Image> listImages(ListImageOptions options);
> +
> + /**
> + * Inspect an image
> + *
> + * @param imageId The id of the image to inspect.
> + * @return low-level information on the image name
> + */
> + @Named("image:inspect")
> + @GET
> + @Path("/images/{name}/json")
it's a strange api, it accepts `name` or `id` ... so I will stick with name
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r12952760