Versions Compared

Key

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

...

All other endpoints have an offset, which is added to the base port and results in a specific endpoint port number. MC2 initiates a TpeSend listener to process requests from the EagleMLWebService30 endpoint on the MC2 base port (20220 based on the example above).

REST API CalculationsĀ 

A REST API to the Eagle MC2 Extract Service is calculated as base port plus an offset of 207. The result is 20427 when using the example above. A REST API for health checks and information about the running instance of MC2 is calculated as port plus an offset of 202. The result is 20422 when using the example above. The information can be accessed at: http://mc2host:20422/actuator

...