...
- You can access the page with the list of available Swagger definitions at http://appserverhostname:20427/eagle/v2/api-doc. This link returns provides 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 that you can use at: http://xn--http-4b7a//appserverhostname:20427/eagle/v2/extract/api-doc.
...
After 2017R2, you can execute the above requests directly on the Eagle requests listed above directly from the Eagle Web Server. Upon After providing Eagle supported authentication credentials, you can access the web server using a web browser or a command-line tool, such as curl, to gain access. https://webserver/eagle/v2/api-doc.
Swagger UI REST Endpoint
The Swagger UI can be used to navigate the exposed REST endpoints and execute sample requests.
...