Totally created NIFI-7776:
-----------------------------
Summary: Provenance REST API
Key: NIFI-7776
URL: https://issues.apache.org/jira/browse/NIFI-7776
Project: Apache NiFi
Issue Type: Improvement
Components: Core Framework
Reporter: Totally
The Provenance part of the REST API has several problems:
# When filtering results with startDate and endDate, order of returned events
is unclear. Sometimes the oldest results are returned and sometimes other
results. Order of returned results should be clarified in the documentation,
and potentially add sortOrder and\or sortColumn (as in /flow/history requests).
# Only 1000 results can be returned per request. Combined with the first
problem, monitoring provenance to send to an external system is almost
impossible.
# The query system for provenance is generally annoying. Sending a POST
request and then a DELETE request is counter intuitive and extra work.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)