Package ai.wanaku.cli.main.services
Interface TargetsService
@Path("/api/v1/management/targets")
public interface TargetsService
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseresourcesConfigure(String service, String option, String value) jakarta.ws.rs.core.ResponsetoolsConfigure(String service, String option, String value)
-
Method Details
-
toolsList
-
toolsState
@Path("/tools/state") @GET @Consumes("text/plain") WanakuResponse<Map<String,List<State>>> toolsState() -
toolsConfigure
-
resourcesList
@Path("/resources/list") @GET @Consumes("text/plain") WanakuResponse<Map<String,Service>> resourcesList() -
resourcesConfigure
-
resourcesState
@Path("/resources/state") @GET @Consumes("text/plain") WanakuResponse<Map<String,List<State>>> resourcesState()
-