Exam SPLK-2001 All QuestionsBrowse all questions from this exam
Question 33

Which of the following endpoints is used to authenticate with the Splunk REST API?

    Correct Answer: A

    The correct endpoint to authenticate with the Splunk REST API is /services/auth/login. This endpoint is used to log in to Splunk and obtain a session token that is required for making authorized requests to other Splunk REST API endpoints.

Discussion
qtygbapjpesdayazkoOption: A

curl -k https://localhost:8089/services/auth/login --data-urlencode username=admin --data-urlencode password=pass

guilhermecervoOption: A

Letter A is correct.