Integration Server 11.1 | Integration Server Administrator's Guide | Server Configuration Parameters | watt.edge
 
watt.edge
watt.edge.allowSync
Specifies whether the Integration Server or Microservices Runtime acting as an Edge Runtime synchronizes with the cloud tenant on Integration. Synchronization occurs when the runtime starts and when a refresh request is received from Integration. During synchronization, the Edge Runtime requests the latest agent manifest from Integration and attempts to provision everything in the manifest. An agent manifest identifies packages, assets, and configurations needed for proper functioning of the Edge Runtime.
Set to true to allow synchronization to occur at start up and when Integration requests that the Edge Runtime refresh. Set to false to prevent synchronization at start up and to refuse any refresh requests from Integration. Edge Runtime will respond to refresh requests with an HTTP Status of 403 Forbidden and the error message “Cloud synchronization is disabled for this server.” The default value is true.
The value of the SAG_IS_CLOUD_ALLOW_SYNC environment variable takes precedence over the value of watt.edge.allowSync.