:doc:`Panorama <../../panorama>` / Client / create_node_from_template_job

*****************************
create_node_from_template_job
*****************************



.. py:method:: Panorama.Client.create_node_from_template_job(**kwargs)

  

  Creates a camera stream node.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/CreateNodeFromTemplateJob>`_  


  **Request Syntax**
  ::

    response = client.create_node_from_template_job(
        JobTags=[
            {
                'ResourceType': 'PACKAGE',
                'Tags': {
                    'string': 'string'
                }
            },
        ],
        NodeDescription='string',
        NodeName='string',
        OutputPackageName='string',
        OutputPackageVersion='string',
        TemplateParameters={
            'string': 'string'
        },
        TemplateType='RTSP_CAMERA_STREAM'
    )
    
  :type JobTags: list
  :param JobTags: 

    Tags for the job.

    

  
    - *(dict) --* 

      Tags for a job.

      

    
      - **ResourceType** *(string) --* **[REQUIRED]** 

        The job's type.

        

      
      - **Tags** *(dict) --* **[REQUIRED]** 

        The job's tags.

        

      
        - *(string) --* 

        
          - *(string) --* 

          
    
  
    

  :type NodeDescription: string
  :param NodeDescription: 

    A description for the node.

    

  
  :type NodeName: string
  :param NodeName: **[REQUIRED]** 

    A name for the node.

    

  
  :type OutputPackageName: string
  :param OutputPackageName: **[REQUIRED]** 

    An output package name for the node.

    

  
  :type OutputPackageVersion: string
  :param OutputPackageVersion: **[REQUIRED]** 

    An output package version for the node.

    

  
  :type TemplateParameters: dict
  :param TemplateParameters: **[REQUIRED]** 

    Template parameters for the node.

    

  
    - *(string) --* 

    
      - *(string) --* 

      


  :type TemplateType: string
  :param TemplateType: **[REQUIRED]** 

    The type of node.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'JobId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **JobId** *(string) --* 

        The job's ID.

        
  
  **Exceptions**
  
  *   :py:class:`Panorama.Client.exceptions.ConflictException`

  
  *   :py:class:`Panorama.Client.exceptions.ValidationException`

  
  *   :py:class:`Panorama.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Panorama.Client.exceptions.InternalServerException`

  