| An AST query like
curl -X POST http://localhost:8080/pdb/query/v4 -H 'Content-Type:application/json' -d '{"query": ["from", "reports", ["extract", [["function", "count", "certname"]], ["null?", "type", false], ["groupy_by", "certname"]]] }' | jq
|
should error because the operator groupy_by is misspelled. Instead, it ignores the entire ["extract" ... filter and returns the results of the query ["from", "reports"]. |