Valid NCP-MCA Dumps shared by ExamDiscuss.com for Helping Passing NCP-MCA Exam! ExamDiscuss.com now offer the newest NCP-MCA exam dumps, the ExamDiscuss.com NCP-MCA exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com NCP-MCA dumps with Test Engine here:
An administrator has a vendor-provided script that must be run at 9 am every Saturday on a Linux application VM. The administrator currently has a playbook that has a Time trigger and a VM SSH action to execute the script. However, the administrator has received a request to have the output of the script emailed to the application team when it is executed. What is the easiest way to satisfy this request?
Correct Answer: D
The easiest way to satisfy the request is to add an Email action to the end of the existing playbook and use the {{action[index] .stdout}} parameter in the Message field. This way, the administrator does not need to modify the script or create a file to store the output. The {{action[index] .stdout}} parameter will capture the standard output of the previous action, which is the VM SSH action that executes the script. The Email action will then send the output as the message body to the specified recipients. References: You can find more information about this topic in the following sources: * Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, Section 3 - Validate Blueprints, Runbooks, Playbooks, and Automation Settings, page 10 * Nutanix Multicloud Automation Administration (NMCAA), Module 4 - X-Play, Lesson 2 - Playbooks, page 4-11