diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-05 11:24:54 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-05 11:24:54 +0100 |
commit | db979302035c3d0b25025b4dd81342a32b5f9496 (patch) | |
tree | 314ffd2446649e492280fe5b78927dbb2817a455 /certService/README.md | |
parent | 40d0466c361c02d96295cab1a6118a204b064539 (diff) |
Create healthcheck WS
Issue-ID: AAF-995
Signed-off-by: Pawel Kasperkiewicz <pawel.kasperkiewicz@nokia.com>
Change-Id: Ie356ccaa583bcbdcafffb4b15a5db43a1d01ed95
Diffstat (limited to 'certService/README.md')
-rw-r--r-- | certService/README.md | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/certService/README.md b/certService/README.md index 72660cdc..04d78431 100644 --- a/certService/README.md +++ b/certService/README.md @@ -30,4 +30,19 @@ docker run -p 8080:8080 --name cert-service cert-service ``` - + +### Health Check + Browser: + + ``` + http://<localhost>:8080/actuator/health + + ``` + + Curl: + + ``` + curl localhost:8080/actuator/health + + ``` + Should return {"status":"UP"} |