Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1135#discussion_r206605219
--- Diff: metron-interface/metron-rest/README.md ---
@@ -556,6 +558,14 @@ Request and Response objects are JSON formatted. The
JSON schemas are available
* jobId - Job ID of submitted job
* Returns:
* 200 - Kills passed job.
+
+### `GET /api/v1/pcap/{jobId}/configuration`
--- End diff --
Small nit: In the existing endpoints, we have tended to use "config"
instead of "configuration". Would it make sense to use "config" here for
consistency?
---