NCP-MCA · Question #70
NCP-MCA Question #70: Real Exam Question with Answer & Explanation
The correct answer is A. Create a playbook REST API action to delete the VM from a ServiceNow approval flow. B. Create a playbook webhook action to delete the VM from a ServiceNow approval flow.. A playbook REST API action allows the administrator to send an HTTP request to a specified endpoint, such as the Prism Central API, to perform an operation, such as deleting a VM. A playbook webhook action allows the administrator to send a payload to a specified URL, such as a S
Question
Options
- ACreate a playbook REST API action to delete the VM from a ServiceNow approval flow.
- BCreate a playbook webhook action to delete the VM from a ServiceNow approval flow.
- CCreate a playbook webhook trigger to delete the VM from a ServiceNow approval flow.
- DCreate a playbook REST API trigger to delete the VM from a ServiceNow approval flow.
Explanation
A playbook REST API action allows the administrator to send an HTTP request to a specified endpoint, such as the Prism Central API, to perform an operation, such as deleting a VM. A playbook webhook action allows the administrator to send a payload to a specified URL, such as a ServiceNow webhook, to trigger an event, such as an approval flow. Both of these actions can be used to automate the deletion of VMs from a ServiceNow approval flow, where the developers can request and confirm the removal of their environments. A playbook webhook trigger and a playbook REST API trigger are not valid options, as they are used to initiate a playbook based on an external event, not to perform an action within a playbook.
Community Discussion
No community discussion yet for this question.