v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
pipeline

Generate and run new a pipeline from checker preset input

Queue a bulk export of tester merchant records used by fraudsters to validate stolen cards.

put/pipeline/merchantsTester

Request body

dryRunboolean

Example request

{
  "input": {
    "query": "{\"query\":{\"match_all\":{}}}",
    "queryRange": {
      "from": "now-1h/h",
      "to": "now/h"
    }
  },
  "output": {
    "columns": [
      "_id",
      "bin6",
      "exp"
    ],
    "filename": "file-yyyy-MM-ddTHH.csv"
  }
}

Response

OK

countinteger

Example response

{
  "count": 18177
}