Interface LabelsApi


  • @Produces("application/json")
    @Path("/rest")
    public interface LabelsApi
    • Method Detail

      • list

        @Named("labels:list")
        @Consumes("application/json")
        @Path("/api/{jclouds.api-version}/labels")
        @GET
        LabelsPage list​(@Nullable @QueryParam("prefix")
                        String prefix)
      • getLabelByName

        @Named("labels:get-by-name")
        @Consumes("application/json")
        @Path("/api/{jclouds.api-version}/labels/{labelName}")
        @GET
        Label getLabelByName​(@PathParam("labelName")
                             String labelName)