Create Node From Template Job
panorama_create_node_from_template_job | R Documentation |
Creates a camera stream node¶
Description¶
Creates a camera stream node.
Usage¶
panorama_create_node_from_template_job(JobTags, NodeDescription,
NodeName, OutputPackageName, OutputPackageVersion, TemplateParameters,
TemplateType)
Arguments¶
JobTags |
Tags for the job. |
NodeDescription |
A description for the node. |
NodeName |
[required] A name for the node. |
OutputPackageName |
[required] An output package name for the node. |
OutputPackageVersion |
[required] An output package version for the node. |
TemplateParameters |
[required] Template parameters for the node. |
TemplateType |
[required] The type of node. |
Value¶
A list with the following syntax:
list(
JobId = "string"
)
Request syntax¶
svc$create_node_from_template_job(
JobTags = list(
list(
ResourceType = "PACKAGE",
Tags = list(
"string"
)
)
),
NodeDescription = "string",
NodeName = "string",
OutputPackageName = "string",
OutputPackageVersion = "string",
TemplateParameters = list(
"string"
),
TemplateType = "RTSP_CAMERA_STREAM"
)