HLRTS dependency – GBG IDscan Documentation

HLRTS dependency

By default, the HLRTS will be set to true, this needs to be changed to False.  In order to disable the HLRTS dependency, you need to set this to False in the appsettings.json file. Please see below:

},
"HLRTS": {
	"IsEnabled": "false",
	"BaseUrl": "http://localhost/hlrts/"
},

Configure IDWS Health Checks: 

IDWS Health check provides a way to monitor the state of IDES and caching providers (Redis or MSSQL). And you can configure it as the following  

"HealthChecksUI": { 

    "HealthChecks": [ 

      { 

        "Name": "IDWS Health Checks", 

        "Uri": "[path to your IDWS service]/healthchecks"   

      } 

    ] 

  } 

And you can access the health check UI on by calling “http://[IDWS service]/hc” 
Was this page helpful?