Performing Health Check Remotely¶
Offline Environments Online Environments
If you can access the license server from a remote location, run the following curl command:
curl https://<license-server-address>:7071/api/1.0/health
The response should look something like:
{
"GLS" :
{
"version" : "2018.02",
"buildDate" : "2018-02-27T17:03:40Z",
"buildVersion" : "225119",
"branch" : "mainline",
"patch" : "0",
"fneBuildVersion" : "220112",
"database" :
{
"connectionCheck" : "success"
}
}
}
A connectionCheck
value of success
indicates that the License Server is running. Any other connectionCheck
response means that the License Server is not running, or is not reachable.