Use Configuration API
- Last UpdatedFeb 28, 2025
- 1 minute read
- Engineering
- Integration Service 4.0
- Integrators
The following table lists the URLs for using the Configuration API.
|
URL |
Example Request Body |
Description |
|---|---|---|
|
/Config |
- |
Retrieves the list of data sources |
|
/Config/Products |
- |
Retrieves the list of products |
|
/Config/Products/{product name}/ |
- |
Retrieves the specific product |
|
/Config/Products/{product name}/Datasources/ |
- |
Retrieves all data sources matching product |
|
/Config/Products/{product name}/Datasources/ |
{ "productname": "AVEVA Engineering 15.6", "description": "Engineering", "type": "Engineering", "deviceId": "[your device ID]", "payload": "{ 'UID': 1002, 'Active': '', 'Project': 'ProjAPS', 'Product': 'AVEVA Engineering 15.6', 'SourceTypeIdentfier': 'AVEVA Engineering', 'Type': 'AVEVA Engineering', 'Remote': 'Remote', 'Server': 'C:/Program Files (x86)/AVEVA/Engineering15.6/', 'Environment': '', 'DataFormat': '', 'Database': 'ALL', 'WindowAuthentication': 'NO', 'User': 'SYSTEM', 'Password': '[your password]', 'ConnString': '', 'Table': '', 'TableType': '', 'HeaderRow': '', 'Authentication': 'User', 'Port': '', 'Service': '', 'ModuleNumber': '99', 'Identifier': 'Engineering', 'ProjectID': '', 'UseProjectUnits': 'True', 'Unit': 'Met', 'FileName': '', 'GCTInstallerPath': '', 'GatewayProjectXML': '', 'EnvironmentID': '', 'SVGOutputFolder': '', 'KeepConnectionAlive': 'Yes', 'ProcessId': '6160', 'UserType': 'Free'}", "name": "ENG_156_APS_1002" } |
Creates a data source for product |
|
/Config/Products/{product name}/Datasources/{datasourcename} |
- |
Deletes the specified data source |