...
Code Block |
---|
|
$ curl http://localhost:8080/actuator/info -i -X GET |
Code Block |
---|
|
{
"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:
...