The following endpoint returns information on the CA Gateway server health.
https://{host}:{9444}/{management.endpoints.web.base-path}/healthWhere:
- {host}is the is the hostname or IP address of the CA Gateway host server.
- {management.endpoints.web.base-path}is the value of the- management.endpoints.web.base-pathparameter in the- application.ymlconfiguration file.
To enable this health endpoint, you must configure the management.endpoints.web.exposure.include parameter in the  application.yml file. 
For example:
{"status":"UP","groups":["custom"]}See below for a description of each value.
status
The ping status of the CA Gateway server.
groups
The list of user groups configured in the CA Gateway server.