Package ai.wanaku.cli.main.services
Interface LinkService
@Path("/api/v1/management/targets")
public interface LinkService
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseresourcesConfigure(String service, String option, String value) voidresourcesLink(String service, String target) voidresourcesUnlink(String service) jakarta.ws.rs.core.ResponsetoolsConfigure(String service, String option, String value) voidvoidtoolsUnlink(String service)
-
Method Details
-
toolsLink
-
toolsUnlink
@Path("/tools/unlink") @PUT @Consumes("text/plain") void toolsUnlink(@QueryParam("service") String service) -
toolsList
-
toolsConfigure
-
resourcesLink
-
resourcesUnlink
@Path("/resources/unlink") @PUT @Consumes("text/plain") void resourcesUnlink(@QueryParam("service") String service) -
resourcesList
-
resourcesConfigure
-