Create a Workflow Job Template Node
post
                    /api/v2/workflow_job_template_nodes/
Make a POST request to this resource with the following workflow job template node fields to create a new workflow job template node:
- 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: Run
- check: 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")
Request
Supported Media Types
                - application/json
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: 
            string