Splunk IT Service Intelligence Certified Admin — Question 23
During a second test of a playbook, a user receives an error that states: "an empty parameters list was passed to phantom.act()." What does this indicate?
Answer options
- A. The container has artifacts not parameters.
- B. The playbook is using an incorrect container.
- C. The playbook debugger's scope is set to all.
- D. The playbook debugger's scope is set to new.
Correct answer: A
Explanation
The correct answer is A because the error indicates that the action was called without any parameters, implying that the container being referenced has artifacts instead of the expected parameters. Options B, C, and D do not directly relate to the error message regarding the empty parameters list.