Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

MC2 exposes a set of REST and Web Service Endpoints. The endpoint port numbers are calculated from a base port number. The base port is calculated based on the information from eagle/cfg/system.xml (or eagle/estar/tpe/cfg/system.xml on Eagle 13.1 systems).

For example if system.xml has the following data:

system.xml
<?xml version="1.0" encoding="UTF-8"?>
<system version="1.1">
  <servers baseport="20000" server_type="1" starversion="**Eagle Version 13.1**">
...
    <server ignorewsdb="1" name="extractservice" offset="220" type="extractservice"/>

The base port will be 20000 + 220 = 20220.

All other endpoints have an offset, which added to the base port will result in that specific endpoint port number.

For example, REST endpoint has an offset of 207. The REST endpoint port number will be the base port (20220) + 207 = 20427.



  • No labels