get_job_execution_detail
Displays details of a job execution.
Format
emcli get_job_execution_detail -execution=<"execution_id"> [-xml [-showOutput [-tailLength=<"length">]]] [ ] indicates that the parameter is optional
Options
- 
                        execution Specifies that the ID of the job execution (execution_id) is the job execution ID. 
- 
                        xml Shows the execution details as XML. 
- 
                        showOutput Shows the output of the steps inside the job execution. You can only use this option in conjunction with the -xml option. 
- 
                        tailLength Limits the display of the output to the number of characters from the end of the output. (length) is in characters. You can only use this option in conjunction with the -showOutput option. If you do not specify this option, a system-generated hard limit is enforced. 
Examples
Example 1
This example shows the details in CSV format:
emcli get_job_execution_detail -execution=1234567890123456789012345678901
Example 2
This example shows the details in XML format with complete output:
emcli get_job_execution_detail -execution=12345678901234567890123456789012 -xml -showOutput