SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 33


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

Show Answer
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

2 comments
Sign in to comment
guilhermecervoOption: A
Nov 16, 2022

Letter A is correct.

qtygbapjpesdayazkoOption: A
Sep 16, 2023

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