summaryrefslogtreecommitdiffstats
path: root/docs/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/design.rst')
-rw-r--r--docs/design.rst15
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/design.rst b/docs/design.rst
index 9326fd3d..27bfdf95 100644
--- a/docs/design.rst
+++ b/docs/design.rst
@@ -1,6 +1,6 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2021 Nordix Foundation
+.. Copyright (C) 2021-2023 Nordix Foundation
.. DO NOT CHANGE THIS LABEL FOR RELEASE NOTES - EVEN THOUGH IT GIVES A WARNING
.. _design:
@@ -38,6 +38,19 @@ and CPS-NCMP using the drop down table in the top right:
http://<hostname>:<port>/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config#/
+Health Check APIs
+=================
+
+The healthcheck URL can be accessed using following URI:
+
+.. code-block:: bash
+
+ http://<hostname>:<port>/manage/health
+
+The Health check endpoint is essential for monitoring the status of DMI-Plugins.
+CPS is using a Spring Boot pattern here which can easily be configured for any spring boot application.
+Springboot provides a built-in Health Check feature through the Spring Boot Actuator module.
+
Consumed APIs
=============