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/04/05 10:37:38 UTC

[hop] branch master updated: [DOC] add extra options for pipelineStatus and WorkflowStatus

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 01259a0494 [DOC] add extra options for pipelineStatus and WorkflowStatus
     new a83b847edd Merge pull request #1445 from hansva/master
01259a0494 is described below

commit 01259a0494bb413225a59c98ebe3e7ca1211be0b
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Apr 5 09:45:44 2022 +0200

    [DOC] add extra options for pipelineStatus and WorkflowStatus
---
 docs/hop-user-manual/modules/ROOT/pages/hop-server/rest-api.adoc | 4 ++++
 1 file changed, 4 insertions(+)

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 a4328183a4..8a50090f6f 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
@@ -131,6 +131,8 @@ GET `hop/pipelineStatus`
 parameters::
 * name: name of the pipeline to get the status for
 * id: id of the pipeline to get the status for
+* xml (optional): return the information as xml (default HTML) use &xml=Y
+* json (optional): return the information as json (default HTML) use &json=Y
 
 example request::
 GET `+http://localhost:8081/hop/pipelineStatus/?name=<NAME>>&id=<ID>+`
@@ -191,6 +193,8 @@ GET `hop/workflowStatus`
 parameters::
 * name: name of the workflow to get the status for
 * id: id of the workflow to get the status for
+* xml (optional): return the information as xml (default HTML) use &xml=Y
+* json (optional): return the information as json (default HTML) use &json=Y
 
 example request::
 GET `+http://localhost:8081/hop/workflowStatus/?name=<NAME>&id=<ID>+`