> + * @see <a 
> href="http://cloudstack.apache.org/docs/api/apidocs-4.3/TOC_Root_Admin.html"; 
> />
> + */
> +@RequestFilters(AuthenticationFilter.class)
> +@QueryParams(keys = "response", values = "json")
> +public interface TagApi {
> +
> +   /**
> +    * Lists tags
> +    * 
> +    * @param options
> +    *           if present, how to constrain the list.
> +    * @return tags matching query, or empty set, if no tags are found
> +    */
> +   @Named("listTags")
> +   @GET
> +   @QueryParams(keys = { "command", "listAll" }, values = { "listTags", 
> "true" })

/me feels like shuffling this a few times and see if it still works :P

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/578/files#r19128739

Reply via email to