Versions Compared

Key

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

Provides interface The Generic Extract Rest API provides an interface that enables you to perform a generic extract.

The rest api API base path is http:  http://host:port/eagle/v2/generic/extract 

The rest api API definition :    is http://host:port/eagle/v2/generic/extract/api-doc

Details For details about how to get host and port you can find at , see REST Endpoints.

Executing Generic Extract request

...

{
"extractParameters": [
{
"name":"maxrows",
"value":"1"
},{
"name":"OutputFormat",
"value":"JSON"
}
],
"extracts": [
{
"name":"ENTITYEXTRACT"
},
{
"name":"SMFEXTRACT"
}
]
}
In response you will get ZIP archive with extract files or TSR in JSON format in case no data was extracted or some errors occurred