Interface ParameterV1Api


@Path("/v1/{productName}/{appId}") @RegisterRestClient(baseUri="http://onecx-parameter/", configKey="onecx_parameter") @ApplicationScoped @RegisterClientHeaders(HeadersFactory.class) public interface ParameterV1Api
onecx-parameters v1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    bucketRequest(String productName, String appId, ParametersBucket parametersBucket)
    Create history bucket request
    jakarta.ws.rs.core.Response
    getParameters(String productName, String appId)
    Get parameters by application id
  • Method Details

    • bucketRequest

      @POST @Path("/history") @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response bucketRequest(@PathParam("productName") String productName, @PathParam("appId") String appId, ParametersBucket parametersBucket)
      Create history bucket request
      Parameters:
      productName -
      appId -
      parametersBucket -
    • getParameters

      @GET @Path("/parameters") @Produces("application/json") jakarta.ws.rs.core.Response getParameters(@PathParam("productName") String productName, @PathParam("appId") String appId)
      Get parameters by application id
      Parameters:
      productName -
      appId -