nerdexam
Splunk

SPLK-5002 · Question #102

Which REST call will show a list of alerts with their specific commands, app, and title?

The correct answer is B. | rest /servicesNS/user/-/alerts/alert_actions. The correct REST endpoint to list alerts along with their commands, app, and title is: | rest /servicesNS/user/-/alerts/alert_actions | table title, eai:acl.app, label, payload_format, command This query accesses alert actions in the context of the current user and retrieves…

Performance Optimization and Troubleshooting

Question

Which REST call will show a list of alerts with their specific commands, app, and title?

Options

  • A| rest /servicesNS/admin/-/alerts/alert_actions
  • B| rest /servicesNS/user/-/alerts/alert_actions
  • C| rest /servicesNs/admin/-/actions/alert_actions
  • D| rest /servicesNS/user/-/actions/alert_actions

How the community answered

(23 responses)
  • A
    17% (4)
  • B
    70% (16)
  • C
    4% (1)
  • D
    9% (2)

Explanation

The correct REST endpoint to list alerts along with their commands, app, and title is: | rest /servicesNS/user/-/alerts/alert_actions | table title, eai:acl.app, label, payload_format, command This query accesses alert actions in the context of the current user and retrieves the specified fields for reporting or inspection.

Topics

#REST API#alert actions#SPL REST#Splunk admin

Community Discussion

No community discussion yet for this question.

Full SPLK-5002 Practice