Update a Workflow Job Template Node
patch
/api/v2/workflow_job_template_nodes/{id}/
Make a PUT or PATCH request to this resource to update this workflow job template node. The following fields may be modified:
extra_data: (json, default={})inventory: Inventory applied as a prompt, assuming job template prompts for inventory (id, default=``)scm_branch: (string, default="")job_type: (choice)None: --------- (default)"": ---------run: Runcheck: Check
job_tags: (string, default="")skip_tags: (string, default="")limit: (string, default="")diff_mode: (boolean, default=None)verbosity: (choice)None: --------- (default)0: 0 (Normal)1: 1 (Verbose)2: 2 (More Verbose)3: 3 (Debug)4: 4 (Connection Debug)5: 5 (WinRM Debug)
workflow_job_template: (id, required)-
unified_job_template: (id, default=``) -
all_parents_must_converge: If enabled then the node will only run if all of the parent nodes have met the criteria to reach this node (boolean, default=False) identifier: An identifier for this node that is unique within its workflow. It is copied to workflow job nodes corresponding to this node. (string, default="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx")
For a PATCH request, include only the fields that are being modified.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search(optional): string
A search term.
Root Schema : schema
Type:
Show Source
object-
all_parents_must_converge(optional):
boolean
If enabled then the node will only run if all of the parent nodes have met the criteria to reach this node
-
diff_mode(optional):
boolean
-
extra_data(optional):
string
-
identifier(optional):
string
An identifier for this node that is unique within its workflow. It is copied to workflow job nodes corresponding to this node.
-
inventory(optional):
integer
Inventory applied as a prompt, assuming job template prompts for inventory
-
job_tags(optional):
string
-
job_type(optional):
string
-
limit(optional):
string
-
scm_branch(optional):
string
-
skip_tags(optional):
string
-
unified_job_template(optional):
integer
-
verbosity(optional):
string
-
workflow_job_template(optional):
string