create_node_from_template_job
(**kwargs)¶Creates a camera stream node.
See also: AWS API Documentation
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'
)
Tags for the job.
Tags for a job.
The job's type.
The job's tags.
[REQUIRED]
A name for the node.
[REQUIRED]
An output package name for the node.
[REQUIRED]
An output package version for the node.
[REQUIRED]
Template parameters for the node.
[REQUIRED]
The type of node.
dict
Response Syntax
{
'JobId': 'string'
}
Response Structure
(dict) --
JobId (string) --
The job's ID.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.InternalServerException