SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 13


Assuming permissions are set appropriately, which REST endpoint path can be used by someone with a power user role to access information about mySearch, a saved search owned by someone with a user role?

Show Answer
Correct Answer: AD

To access information about a saved search within the REST API for Splunk, the correct endpoint must include the namespace and owner fields. The '-/' in the namespace allows access to objects across all apps that the user has sufficient permissions for, while the 'data/saved/searches' path accesses the saved search resources. Therefore, the correct endpoint path is /servicesNS/-/data/saved/searches/mySearch.

Discussion

2 comments
Sign in to comment
splnk24Option: D
Apr 9, 2023

Correct Answer D

qtygbapjpesdayazko
Sep 19, 2023

D. /servicesNS/-/search/saved/searches/mySearch This is the way

splnk24Option: A
Apr 7, 2023

Correct Answer A