Exam SPLK-1002 All QuestionsBrowse all questions from this exam
Question 28

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

    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
sid2051Option: A

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

ravindrazOption: A

A is correct answer, see p220 - 221 of f2

oksey

It's GET and PUT . A&B

kbisht

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

ArDeKuOption: A

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

emlchOption: A

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

LalithadeviOption: A

A is correct Ans

amh111Option: A

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

jb844Option: A

Sorry Get & Put. Lack of coffee...

jb844

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

IxlJustinlxlOption: A

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

ctux

Should be: A) GET C) Search

ctux

Sorry, action type is link, so only GET.

Sandy_1988

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

nirmaljohnson

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.