nerdexam
Nutanix

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

A company wants to ensure that all developers are able to request new development environments on demand by using ServiceNow. The administrator notices that even though developers create new environments, they rarely remove these environments when moving on to new assignments. Today, the administrator has gone into Prism Central to check when the VM was created, in order to reach out to the developer and ask if it can be deleted. The administrator has accidentally deleted the wrong VM in the past. Which two methods can the administrator use to automate this task to avoid deleting the incorrect VMs? (Choose two.)

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.

Full NCP-MCA Practice