Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

MC2 exposes a set of REST Endpoints. The REST endpoints are exposed directly on the Application Server on basePort base port + 207. The basePort 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:

...

languagexml
titlesystem.xml

...

Please check Calculating MC2 Endpoints Port Numbers on how to calculate the REST endpoint port number. The

The basePort will be 20000 + 220 = 20220 and the REST API port will be 20427.

...