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?
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?
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.
Correct Answer D
D. /servicesNS/-/search/saved/searches/mySearch This is the way
Correct Answer A