>      */
> -   String createDeployment(String serviceName, DeploymentParams 
> deploymentParams);
> +   @Named("CreateVirtualMachineDeployment")
> +   @POST
> +   @Path("/services/hostedservices/{serviceName}/deployments")
> +   @Produces(MediaType.APPLICATION_XML)
> +   @ResponseParser(ParseRequestIdHeader.class)
> +   String createDeployment(@PathParam("serviceName") String serviceName,

Does thie belong in the HostedServiceApi?

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

Reply via email to