Interface RamLogRecordFeignClient


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

    • getAllContextVariables

      @RequestMapping(method=GET, value="/api/logrecords/{id}/contextVariables/all", produces="application/json") org.springframework.http.ResponseEntity<List<ContextVariableDto>> getAllContextVariables(@PathVariable("id") UUID id)