Versions Compared

Key

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

...

Code Block
languagebash
$ curl http://localhost:8080/actuator/info -i -X GET
Code Block
languagejson
{
  "git": {
    "commit": {
      "message": {
        "short": "Removing ONAP O-Parent as parent from CPS"
      },
      "user": {
        "name": "sourabh_sourabh",
        "email": "sourabh.sourabh@est.tech"
      },
      "id": {
        "full": "9eeb8e9641163e1c7fc9bba85fedaa965a5d7e2f"
      }
    },
    "branch": "9eeb8e9641163e1c7fc9bba85fedaa965a5d7e2f",
    "build": {
      "time": "2024-11-06T16:03:37.037Z",
      "version": "3.5.5-SNAPSHOT"
    }
  }
}

Health: /actuator/health

The set of endpoints providing the current status of various components and the application in general.

The status returned is one of below:

...