Versions Compared

Key

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

...

  • MC2 initiates a TpeSend listener to process requests from the EagleMLWebService30 endpoint on the MC2 base port (20220 based on the example above).
  • 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.
  • This request returns a JSON document which links to all the other available management/monitoring links. The information can be accessed at at http://mc2host:20422/health. This returns a simple health status check.
  • A REST endpoint that reinitializes the rule cache is calculated as base port plus an offset of 206. The result is 20426 when using the example above. The URL is http://xn--http-4b7a//mc2host:20426/services/eagle/v2/commands/reinitrulecache.http://mc2host:20426/services/eagle/v2/commands/reinitrulecache.
  • The above request reinitializes the rule cache for all of the MC2 service instances.
  • A SOAP endpoint that executes requests, exposed directly without the TpeSend/IIS, is calculated as base port plus an offset of 201 The result is 20421 when using the example above. The URL to invoke the SOAP endpoint is http://mc2host:20421/services/eagle/v2/EagleMLWebService20.