To configure the Hyland Healthcare API Aggregator:
- Open appsettings.Production.json of the Hyland Healthcare API Aggregator in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HylandHealthcareAggregator.
- Open appsettings.Production.json.
-
Configure the following settings under Aggregator:
Setting
Description
PassthroughHeadersWhitelist
The name of a header to whitelist for all adapters defined.
If a header whitelist is configured for a specific adapter, then this global setting is ignored for that adapter.
HealthcheckTimeout
The interval (in seconds) at which the Hyland Healthcare API Aggregator attempts to perform a health check for all adapters defined. The default value is 10.
WaitForResponseTimeout
The interval (in seconds) at which the Hyland Healthcare API Aggregator waits for a response from all adapters queried. The default value is 20.
Adapters
An array of adapter objects. Configure an object for each adapter the Hyland Healthcare API Aggregator needs to communicate with.
To configure adapter settings, see the following topics:
- Save the appsettings.Production.json file.
- Recycle the Hyland Healthcare API Aggregator application pool.