...
Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
|
Overview
The CPS application monitoring and management using HTTP endpoints is implemented using Spring Boot Actuator.
...
The endpoint provides information about the application build and code repository(content of git.properties file which is generated as part of the validate phase)
Code Block | ||
---|---|---|
| ||
$ curl http://localhost:8080/actuator/info -i -X GET |
...