Which workflow action method can be used when the action type is set to link?
Which workflow action method can be used when the action type is set to link?
When the action type is set to link in a workflow, the method that can be used is GET. This is because link type actions typically involve retrieving data without making changes to the server, which aligns with the GET method's purpose. PUT and UPDATE are related to making changes, and Search is not a method but an action type in itself. Therefore, the correct answer is GET.
there are only three workflow get post and search .This leaves only get as answer
A is correct answer, see p220 - 221 of f2
It's GET and PUT . A&B
There is no workflow named as PUT. The correct ans is GET
GET & POST is correct..But as here PUT is given so only A is correct answer
GET and POST action can use Link. There's no POST within the listed possible answers. So the answer is GET.
A is correct Ans
There are two workflow action types: Link and Search. For link, there are 2 methods: GET and POST. Hence, the answer is GET.
Sorry Get & Put. Lack of coffee...
answer: GET & Post Ref: https://docs.splunk.com/Documentation/Splunk/9.1.1/Admin/Workflow_actionsconf
If you follow these steps: Navigate to Settings > Fields > Workflow Actions. Click New to open up a new workflow action form. You will see "action type" which can be Link or Search (because we want to know options when set to link, we can say C is not the correct answer) Next, if you click "link method" you will see 2 options: GET and POST (because PUT and UPDATE are not options in the list we can say B and D are not correct) This leaves the only possible answer as A: GET
Should be: A) GET C) Search
Sorry, action type is link, so only GET.
A and B. Both needs the link as option while creating the workflow action.
GET is the answer. The workflow actions are GET POST and SEARCH . No actions by the name PUT. GET and POST come under the action type LINK and SEARCH under the action type Search.