@RestController
@RequestMapping("/v1/core/ops")
public class CoreOpsController
extends Object
Kernel modules operate and maintain HTTP interfaces.
- 作者:
- liaochuntao
-
-
方法概要
Gets the current health of the ID generator.
com.alibaba.nacos.common.model.RestResult<String>
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
方法详细资料
-
raftOps
@PostMapping("/raft")
public com.alibaba.nacos.common.model.RestResult<String> raftOps
(@RequestBody
Map<String,String> commands)
-
idInfo
Gets the current health of the ID generator.
- 返回:
RestResult
-
setLogLevel
@PutMapping("/log")
public String setLogLevel
(@RequestParam
String logName,
@RequestParam
String logLevel)