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

****************************
list_node_from_template_jobs
****************************



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

  

  Returns a list of camera stream node jobs.

  

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


  **Request Syntax**
  ::

    response = client.list_node_from_template_jobs(
        MaxResults=123,
        NextToken='string'
    )
    
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of node from template jobs to return in one page of results.

    

  
  :type NextToken: string
  :param NextToken: 

    Specify the pagination token from a previous request to retrieve the next page of results.

    

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

    
    ::

      {
          'NextToken': 'string',
          'NodeFromTemplateJobs': [
              {
                  'CreatedTime': datetime(2015, 1, 1),
                  'JobId': 'string',
                  'NodeName': 'string',
                  'Status': 'PENDING'|'SUCCEEDED'|'FAILED',
                  'StatusMessage': 'string',
                  'TemplateType': 'RTSP_CAMERA_STREAM'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **NextToken** *(string) --* 

        A pagination token that's included if more results are available.

        
      

      - **NodeFromTemplateJobs** *(list) --* 

        A list of jobs.

        
        

        - *(dict) --* 

          A job to create a camera stream node.

          
          

          - **CreatedTime** *(datetime) --* 

            When the job was created.

            
          

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

            The job's ID.

            
          

          - **NodeName** *(string) --* 

            The node's name.

            
          

          - **Status** *(string) --* 

            The job's status.

            
          

          - **StatusMessage** *(string) --* 

            The job's status message.

            
          

          - **TemplateType** *(string) --* 

            The job's template type.

            
      
    
  
  **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`

  