Panorama.Client.
describe_node_from_template_job
(**kwargs)¶Returns information about a job to create a camera stream node.
See also: AWS API Documentation
Request Syntax
response = client.describe_node_from_template_job(
JobId='string'
)
[REQUIRED]
The job's ID.
{
'CreatedTime': datetime(2015, 1, 1),
'JobId': 'string',
'JobTags': [
{
'ResourceType': 'PACKAGE',
'Tags': {
'string': 'string'
}
},
],
'LastUpdatedTime': datetime(2015, 1, 1),
'NodeDescription': 'string',
'NodeName': 'string',
'OutputPackageName': 'string',
'OutputPackageVersion': 'string',
'Status': 'PENDING'|'SUCCEEDED'|'FAILED',
'StatusMessage': 'string',
'TemplateParameters': {
'string': 'string'
},
'TemplateType': 'RTSP_CAMERA_STREAM'
}
Response Structure
When the job was created.
The job's ID.
The job's tags.
Tags for a job.
The job's type.
The job's tags.
When the job was updated.
The node's description.
The node's name.
The job's output package name.
The job's output package version.
The job's status.
The job's status message.
The job's template parameters.
The job's template type.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.InternalServerException