filter-validation

This error is displayed when you define an invalid filter expression in a query.

Status

400

Title

Invalid filter

What Went Wrong?

You might have specified an incorrect filter attribute, or an invalid filter attribute value, or an incorrect attribute operator. Correct the filter expression.

How to Resolve the Error?

Correct the filter expression. Ensure that you provide a correct filter attribute, a valid filter attribute value and a valid attribute operator.

Examples

{
    "type": "https://docs.appdynamics.com/errors/filter-validation",
    "title": "Invalid filter",
    "detail": "Operator 'foo' is not supported"
    "traceId": 34f067aa0ba902b7
}