POST
/
api
/
logstash-pipelines
/
validate
{
  "validationErrors": [
    {
      "entity": "<string>",
      "field": "<string>",
      "msg": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
pipeline
object
mode
string

Response

200 - */*
OK
validationErrors
object[]