Versions Compared

Key

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

...

EAGLEINSTALLER            2021.07.27.1
EAGLEML                        2021.07.27.1
EAGLEML-W-O               2021.07.27.1
EXTRACTSERVICERULES 2021.07.27.1
IMPORTSERVICERULES  2021.07.27.1
MC2                               2021.7.1.0
kafkaservice                   2021.7.1.0
pypy                               2021.7.1.0
pyruleservice                 2021.7.102.0

...

SDP-32819 Enable asynchronous execution and delivery of REST requests (EQL endpoint) Phase 1

Enabled asynchronous execution and delivery of ReST requests via the EQL endpoint

Enabled asynchronous execution and delivery of ReST requests via the EQL endpoint.
Adding parameter "x-eagle-return-ticket" : "true" will enable the immediate return of an ack
and the extract will be executed and delivered asynchronously.
If a distribution profile is specified, the output is delivered to the location specified in the profile.
If no distribution profile is specified, the output is delivered to the standard folder estar/tpe/data/msgcenter/cmw/extracts/
POST example:
{
"FeedType" : "genericentity" ,
"x-eagle-return-ticket" : "true",
"distributionProfileName" : "test_dist_prof",
"filters": {
"maxrows" : "10"
}
}
GET example:
.../eagle/v2/eql?FeedType=genericentity&maxrows=2&x-eagle-return-ticket=true

...

SDP-51307 Add REST API Documentation of Metadata Service using Swagger UI

...