You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Table Of Content

  • CPS-16 - Getting issue details... STATUS
  • CPS-158 - Getting issue details... STATUS

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

Health

Loggers

Resources


  • No labels