Skip to content

Describe Node from Template Job

panorama_describe_node_from_template_job R Documentation

Returns information about a job to create a camera stream node

Description

Returns information about a job to create a camera stream node.

Usage

panorama_describe_node_from_template_job(JobId)

Arguments

JobId

[required] The job's ID.

Value

A list with the following syntax:

list(
  CreatedTime = as.POSIXct(
    "2015-01-01"
  ),
  JobId = "string",
  JobTags = list(
    list(
      ResourceType = "PACKAGE",
      Tags = list(
        "string"
      )
    )
  ),
  LastUpdatedTime = as.POSIXct(
    "2015-01-01"
  ),
  NodeDescription = "string",
  NodeName = "string",
  OutputPackageName = "string",
  OutputPackageVersion = "string",
  Status = "PENDING"|"SUCCEEDED"|"FAILED",
  StatusMessage = "string",
  TemplateParameters = list(
    "string"
  ),
  TemplateType = "RTSP_CAMERA_STREAM"
)

Request syntax

svc$describe_node_from_template_job(
  JobId = "string"
)