Versions Compared

Key

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

...

Expand
titleRelated JIRA Issues
  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyCPS-16

  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyCPS-158

  • Jira Legacy
    serverSystem Jira
    serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
    keyCPS-2445

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
languagebash
$ curl http://localhost:8080/actuator/info -i -X GET

...