Software AG Products 10.5 | Using CentraSite | Runtime Governance | Endpoint Management | Configuring the API Gateway Synchronization Settings
 
Configuring the API Gateway Synchronization Settings
You can specify the interval to refresh the following details of APIs that are displayed in generic profiles of CentraSite Business UI:
*List of Endpoints defined for an API in API Gateway.
*Status (Active/ Inactive) of an API in API Gateway.
*List of access tokens and applications defined for an API in API Gateway.
*To configure the API Gateway synchronization settings
1. Open the customization file, centrasite.xml, in a rich text editor.
You can find the centrasite.xml file on <CentraSiteInstall_Directory>\cast\cswebapps\BusinessUI\custom\conf.
2. Locate the APIGatewaySyncSettings section in the file.
<APIGatewaySyncSettings>
<!-- Undelivered Endpoints and API Status (Activated/Deactivated) will be polled periodically
from API Gateway -->
<!-- Interval duration is minutes -->
<!-- Default polling interval is 60 minutes -->
<FetchingInterval>60</FetchingInterval>
</APIGatewaySyncSettings>
3. Specify the interval, in minutes, to synchronize in the FetchingInterval property. The default value of this property is 60 minutes.
4. Save and close the file.
5. Restart Software AG Runtime for the change to take effect.