Interface ItfVelocityBalancerFeignClient


@FeignClient(name="${feign.atp.itf.name}", url="${feign.atp.itf.url}", path="${feign.atp.itf.route}", configuration=org.qubership.atp.auth.springbootstarter.config.FeignConfiguration.class) public interface ItfVelocityBalancerFeignClient
  • Method Details

    • get

      @RequestMapping(method=PUT, value="/velocity", produces="application/json", consumes="application/json") org.springframework.http.ResponseEntity<ResponseObjectDto> get(@RequestParam("projectUuid") UUID projectUuid, @RequestParam("projectId") String projectId, @RequestBody(required=false) UIVelocityRequestBodyDto uiVelocityRequestBodyDto)