SPLK-1002 Exam QuestionsBrowse all questions from this exam

SPLK-1002 Exam - Question 28


Which workflow action method can be used when the action type is set to link?

Show Answer
Correct Answer: A

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.

Discussion

12 comments
Sign in to comment
sid2051Option: A
Sep 12, 2020

there are only three workflow get post and search .This leaves only get as answer

oksey
Aug 31, 2020

It's GET and PUT . A&B

kbisht
Sep 2, 2020

There is no workflow named as PUT. The correct ans is GET

ravindrazOption: A
Jun 10, 2021

A is correct answer, see p220 - 221 of f2

ArDeKuOption: A
Mar 12, 2021

GET & POST is correct..But as here PUT is given so only A is correct answer

LalithadeviOption: A
Apr 4, 2021

A is correct Ans

emlchOption: A
Jun 19, 2022

GET and POST action can use Link. There's no POST within the listed possible answers. So the answer is GET.

Sandy_1988
Nov 2, 2020

A and B. Both needs the link as option while creating the workflow action.

nirmaljohnson
Nov 10, 2020

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.

ctux
Dec 20, 2020

Should be: A) GET C) Search

ctux
Dec 24, 2020

Sorry, action type is link, so only GET.

IxlJustinlxlOption: A
Jan 17, 2021

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

jb844
Oct 27, 2023

answer: GET & Post Ref: https://docs.splunk.com/Documentation/Splunk/9.1.1/Admin/Workflow_actionsconf

jb844Option: A
Oct 27, 2023

Sorry Get & Put. Lack of coffee...

amh111Option: A
Dec 28, 2023

There are two workflow action types: Link and Search. For link, there are 2 methods: GET and POST. Hence, the answer is GET.