Interface VelaQlApi


public interface VelaQlApi
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<V1VelaQLViewResponse>
    queryView(String velaql)
     
  • Method Details

    • queryView

      @GetMapping("/api/v1/query") org.springframework.http.ResponseEntity<V1VelaQLViewResponse> queryView(@RequestParam("velaql") String velaql)