@RestController
@RequestMapping("/v1/cmdb/ops")
public class OperationController
extends Object
Operation controller.
- 从以下版本开始:
- 0.7.0
- 作者:
- nkorange
-
-
方法概要
queryLabel(javax.servlet.http.HttpServletRequest request)
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
OperationController
public OperationController()
-
方法详细资料
-
queryLabel
@RequestMapping(value="/label",
method=GET)
public String queryLabel
(javax.servlet.http.HttpServletRequest request)
throws
Exception
query label.
- 参数:
request - http request
- 返回:
- query result
- 抛出:
Exception - exception