Table Of Content
Overview
The CPS application monitoring and management using HTTP endpoints is implemented using Spring Boot Actuator.
The available features and endpoint paths are configured using application.yml configuration file.
Below is the list of endpoints configured with examples of usage (using localhost:8080 as host example).
Endpoints
Info: /manage/info
The endpoint provides information about the application build (content of /META-INF/build-info.properties files)
$ curl http://localhost:8080/manage/info -i -X GET