JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
cn.sliew.carp.module.application.vela.api.v1
Interface VelaQlApi
public interface
VelaQlApi
Method Summary
All Methods
Instance Methods
Abstract Methods
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)