Versions Compared

Key

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

...

Expand
titleRelated JIRA Issues
  • Jira
    serverONAP JIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    keyCPS-16
  • Jira
    serverONAP JIRA
    serverId425b2b0a-557c-3c0c-b515-579789cceedb
    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