v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
pipeline

Generate and run new a pipeline from CPP preset input

Queue a bulk export of Common Point of Purchase (CPP) merchant records identifying potential points-of-compromise.

put/pipeline/merchantsCpp

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
}