REST startup configuration
Enable the connection between REST and FairCom Edge
Abstract
Configure the connection between REST and FairCom Edge
Verify that the REST service is enabled in the FairCom Edge server
Navigate to the
services.json
file in theconfig
folder.Set
"enabled"
totrue
.Save any changes.
Example 1. Windows
"integrationServices": [ { "serviceName": "rest", "serviceLibrary": "restservice.dll", "enabled": true },
Example 2. Unix/Linux
"integrationServices": [ { "serviceName": "rest", "serviceLibrary": "librestservice.so", "enabled": true },