SPLK-1002 · Question #24
Which of the following are required to create a POST workflow action?
The correct answer is C. Label, URI, post arguments.. A POST workflow action in Splunk sends an HTTP POST request to an external URI when triggered. The three required components are: a Label (the display name shown in the workflow action menu), a URI (the endpoint that will receive the POST request), and Post Arguments (the key-val
Question
Which of the following are required to create a POST workflow action?
Options
- ALabel, URI, search string.
- BXMI attributes, URI, name.
- CLabel, URI, post arguments.
- DURI, search string, time range picker.
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C94% (34)
Explanation
A POST workflow action in Splunk sends an HTTP POST request to an external URI when triggered. The three required components are: a Label (the display name shown in the workflow action menu), a URI (the endpoint that will receive the POST request), and Post Arguments (the key-value pairs that form the POST body). (A) is wrong because a search string is not required for POST actions. (B) is wrong because 'XMI attributes' is not a Splunk concept. (D) is wrong because a time range picker is not a required element of a POST workflow action.
Topics
Community Discussion
No community discussion yet for this question.