You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/02/03 13:11:39 UTC

[hop] branch master updated: [DOC] update sniffTransform docs

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a5bbc7  [DOC] update sniffTransform docs
     new 5b679b7  Merge pull request #1325 from hansva/master
0a5bbc7 is described below

commit 0a5bbc74f6d9625af8cca8a2a5bff390b3d6132d
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Thu Feb 3 14:09:18 2022 +0100

    [DOC] update sniffTransform docs
---
 .../modules/ROOT/pages/hop-server/rest-api.adoc              | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
index 2e70f2a..444e686 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc
@@ -423,13 +423,21 @@ GET `/hop/sniffTransform`
 
 parameters::
 * xml: use XML (default: Y)
-* name: name of the pipeline to sniff
+* pipeline: name of the pipeline to sniff
 * id: id of the pipeline to sniff
 * transform: name of the transform to sniff
 * type: (input/output) sniff input or output
+* lines: number of lines to wait for
+* copynr: when using multiple copies you can specify the copynr
+
+following parameters are required::
+* xml
+* id or pipeline
+* transform
+
 
 example request::
-GET `+http://localhost:8081/hop/sniffTransform/?xml=Y&name=<NAME>&id=<ID>&transform=<TRANSFORMNAME>&type=output+`
+GET `+http://localhost:8081/hop/sniffTransform/?xml=Y&pipeline=<NAME>&id=<ID>&transform=<TRANSFORMNAME>&type=output&lines=100+`
 
 result::