Interface LinkService


@Path("/api/v1/management/targets") public interface LinkService
  • Method Details

    • toolsList

      @Path("/tools/list") @GET @Consumes("text/plain") WanakuResponse<Map<String,Service>> toolsList()
    • toolsConfigure

      @Path("/tools/configure/{service}") @PUT @Consumes("text/plain") jakarta.ws.rs.core.Response toolsConfigure(String service, @QueryParam("option") String option, @QueryParam("value") String value)
    • resourcesList

      @Path("/resources/list") @GET @Consumes("text/plain") WanakuResponse<Map<String,Service>> resourcesList()
    • resourcesConfigure

      @Path("/resources/configure/{service}") @PUT @Consumes("text/plain") jakarta.ws.rs.core.Response resourcesConfigure(String service, @QueryParam("option") String option, @QueryParam("value") String value)