Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleRelated JIRA Issues
  • Jira Legacy
    serverSystem Jira
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyCPS-16
  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyCPS-158

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

Health

...

Info: /manage/info

The endpoint provides information about the application build (content of /META-INF/build-info.properties files)

Code Block
languagebash
themeEmacs
$ curl http://localhost:8080/manage/info -i -X GET

Health

Loggers

Resources