nerdexam
Splunk

SPLK-1002 · Question #116

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

The correct answer is A. GET. When a Splunk workflow action type is set to 'link', only the GET HTTP method is available, as link actions navigate a browser to a URL with optional query string parameters.

Creating and Using Workflow Actions

Question

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

Options

  • AGET
  • BPUT
  • CSearch
  • DUPDATE

How the community answered

(41 responses)
  • A
    95% (39)
  • B
    2% (1)
  • C
    2% (1)

Why each option

When a Splunk workflow action type is set to 'link', only the GET HTTP method is available, as link actions navigate a browser to a URL with optional query string parameters.

AGETCorrect

Link-type workflow actions open a URL in a browser and use the GET method to pass field values as query string parameters appended to the URI. GET is the appropriate HTTP method for hyperlink navigation and does not support a request body, which is consistent with how link actions work.

BPUT

PUT is an HTTP method used for updating resources and is not available as an option for link-type workflow actions in Splunk.

CSearch

Search is a separate workflow action type for launching Splunk searches, not an HTTP method available under the link action type.

DUPDATE

UPDATE is not a standard HTTP method recognized by Splunk workflow action configuration.

Concept tested: Splunk link workflow action HTTP method

Source: https://docs.splunk.com/Documentation/Splunk/latest/Knowledge/Workflowactionsoverview

Topics

#Workflow actions#Link action type#HTTP methods#GET method

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice