API

Configure backend REST API server access.

Step #1 - Open /home/sandbox/sandbox/transform.cfg in a text editor

Step #2 - Modify the server configuration by adding or modifying the following properties:

transform.cfg
Copy

Step #3 - Save the file and restart the sandbox service

Property Details

Property NameDefault valueDescription
apiKey0.secret<generated>API key, used in HTTP Header: 'secret'. Multiple secrets can be created by following the schema: apiKey<N>.
apiKey0.authlevel100Authorization level, for restricted endpoint address. An initial secret is automatically generated during the install process with authlevel 1000 (max), which provides sufficient access for other internal components (broker, webservice).
listenServerPort22001HTTP port
socketReadTimeout10000 msHTTP read timeout
listenServerEnableHTTPStrueEnable HTTPS protocol
proxyHostHost of proxy server
proxyPortPort of proxy server
proxyUserOptional proxy basic auth user
proxyPasswordOptional proxy basic auth password
nonProxyHostslocalhostA list of hosts which should be reached directly
proxyTypeHTTPProxy type, can be: 'HTTP', 'DIRECT', 'SOCKS'
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
APIProperty Details