> +import org.jclouds.rest.annotations.PayloadParam;
> +import org.jclouds.rest.annotations.RequestFilters;
> +
> +/**
> + * Provides access to Resource features.
> + *
> + */
> +@RequestFilters(AuthenticateRequest.class)
> +@Consumes(MediaType.APPLICATION_JSON)
> +@Produces(MediaType.APPLICATION_JSON)
> +public interface TemplateApi {
> +
> +   @Named("validation:validate_template")
> +   @POST
> +   @Path("/validate")
> +   @Fallback(NullOnNotFoundOr404.class)

I suspect it might be a valid usage in this case, though, as it is looking for 
a particular URL to validate. A 404 is also documented as a response code for 
this sevice call. I will document it in the API.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/193/files#r32572875

Reply via email to