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…
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)- A17% (4)
- B70% (16)
- C4% (1)
- D9% (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
Community Discussion
No community discussion yet for this question.