...
- You can access the page with the list of available Swagger definitions at at http://appserverhostname:20427/eagle/v2/api-doc. This This link returns a JSON document with the list of all available APIs grouped by resources.
- You can retrieve the full extract SWAGGER definition at http://appserverhostname:20427/eagle/v2/extract/api-doc.
- You can retrieve the SWAGGER for a Warehouse group that only you can use at at: http://xn--http-4b7a//appserverhostname:20427/eagle/v2/warehouseextract/api-doc.
Web Server REST Endpoints
After 2017R2, you can execute the above requests directly on the Eagle Web Server. Upon providing Eagle supported authentication credentials, you can access the web server using a web browser or a command-line tool, such as curl, to access access. https://webserver/eagle/v2/api-doc.
Swagger UI REST Endpoint
Swagger UI can be used to navigate the exposed REST endpoints and execute sample requests.
...