Description
The current endpoints are robust but not very flexible with regards to filtering options. I suggest to add an endpoint which provides filtering options.
E.g.:
In ATS we have multiple endpoints:
/containers/
/containerlogs/{containerid}
/
{filename}We could add @QueryParams parameters to the REST endpoints like this:
/containers/
/logs?fileName=stderr&containerState=FAILED&nodeId=nm45