The OpenEdge installation configuration file (installationsInfo.json) specifies the paths to the OpenEdge installations. These paths enable the agent to locate and identify OpenEdge components, such as OpenEdge databases and PAS for OpenEdge instances.

The default location for this file on the Windows platform is C:\Progress\OECC\Agent\conf, and that for the Linux platform is /usr/oecc/agent/conf.

The sample installationsInfo.json file is as follows:
{
	"_comment": "Provide OpenEdge complete installation path details. Add any number of OpenEdge installation entries if required. 
In Windows, please escape backslashes for path. Example: C:\\Progress\\OpenEdge",
	"installations": [{
		"path": "C:\\Progress\\OpenEdge"
	}]
}