Table of Contents |
---|
Application Server REST Endpoints
MC2 exposes a set of REST Endpoints. The REST endpoints are exposed directly on the Application Server on base port + 207
. PleaseĀ checkĀ Calculating MC2 Endpoints Port Numbers on how to calculate the REST endpoint port number. The
...
http://appserverhostname:20427/eagle/v2/warehouse/api-doc
Web Server REST Endpoints
Tip |
---|
In 2017R2 and later we exposed the REST API thru the regular Eagle Web Server using the Eagle supported authentication. |
...
When accessing the REST endpoints thru Eagle Web Server proper Eagle supported authentication credentials should be provided.
Swagger UI REST Endpoint
Swagger UI can be used to navigate the exposed REST endpoints and execute sample requests.
The Swagger UI REST Endpoint is exposed on 2017R2 and later environemtn at:
https://webserver/mc2/swagger-ui.html
Executing Extract Service REST Requests
...