@RestController
@RequestMapping("/api/v1")
public class InfoController
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InfoController
public InfoController()
-
Method Details
-
health
@GetMapping("/health")
public org.springframework.http.ResponseEntity<Map<String,Object>> health()
-
system
@GetMapping("/system")
public org.springframework.http.ResponseEntity<Map<String,Object>> system()
-
project
@GetMapping("/project")
public org.springframework.http.ResponseEntity<Map<String,Object>> project()
-
agents
@GetMapping("/agents")
public org.springframework.http.ResponseEntity<Map<String,Object>> agents()