Exam SPLK-2001 All QuestionsBrowse all questions from this 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?

    Correct Answer: A

    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
splnk24Option: D

Correct Answer D

qtygbapjpesdayazko

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

splnk24Option: A

Correct Answer A