Splunk Observability Cloud Certified Associate — Question 2
Which REST call will show a list of alerts with their specific commands, app, and title?
Answer options
- A. | rest /servicesNS/admin/-/alerts/alert_actions | table title, eai:acl.app, label, payload_format, command
- B. | rest /servicesNS/user/-/alerts/alert_actions | table title, eai:acl.app, label, payload_format, command
- C. | rest /servicesNs/admin/-/actions/alert_actions | table title, eai:acl.app, label, payload_format, command
- D. | rest /servicesNS/user/-/actions/alert_actions | table title, eai:acl.app, label, payload_format, command
Correct answer: B
Explanation
Option B is the correct answer because it specifies the correct namespace for user alerts, which is necessary to retrieve the appropriate data. Options A, C, and D either refer to the wrong namespace or use an incorrect endpoint, which would not yield the desired list of alerts.