Splunk Core Certified Power User — Question 11
Which workflow action method can be used when the action type is set to link?
Answer options
- A. GET
- B. PUT
- C. Search
- D. UPDATE
Correct answer: A
Explanation
The correct answer is A, GET, as it is designed to retrieve data by following links. The other options, PUT, Search, and UPDATE, serve different purposes such as updating resources or querying data rather than linking.