...
The Swagger UI REST Endpoint is exposed on 2017R2 and later environments at :
...
https://webserver/mc2/swagger-ui.html
Executing Extract Service REST Requests
...
{
"maxrows": "1"
}
In 2017R2, you can accessthis is the format:
...
http://webserver/eagle/v2/entities?maxrows=1
To retrieve the result in EagleML, you can specify the output format can be specified as:
...
http://appserverhostname:20427/eagle/v2/entities?maxrows=1&outputformat=eagleml
To retrieve the extract compressed, you can specify the output format can have by appending +gzip appended:
...
http://appserverhostname:20427/eagle/v2/entities?maxrows=1&outputformat=eagleml+gzip
or
...
http://appserverhostname:20427/eagle/v2/entities?maxrows=1&outputformat=json+gzip
Please refer to REST API Extracts for For a list of supported endpoints for EagleML extracts and their parameters/swagger files, see REST API Extracts.
The Eagle Extract Service REST requests will return different results depending on the Force Empty Extract File parameter setting as described inĀ Force empty extract file generationin Force Empty Extract File Generation.
Eagle Data Services REST Requests
...