Nutanix Certified Professional – Multicloud Automation (NCP-MCA) — Question 48
An administrator has built a Playbook to run a Powershell script in a VM when a specific alert is generated. Several days later, the alert is generated, but the script does not execute and there are no Plays recorded for the Playbook.
What is causing this issue?
Answer options
- A. The Playbook was never enabled.
- B. The version of Playbooks is not correct for the version of Prism Central.
- C. The script executed, but closed with an error code.
- D. The path to the script was not correct.
Correct answer: C
Explanation
The correct answer is C because it indicates that the script attempted to run but encountered an error, preventing successful execution. Options A and B can be ruled out as they don't directly explain the lack of execution if the alert was generated, and option D would imply that the script didn't run at all if the path was incorrect, which contradicts that an error was produced.