What is the difference between services and servicesNS in splunk rest api. Can someone explain it in detail?
Thanks in advance.
servicesNS
limits its scope to the specified namespace (username and app). It can apply to all namespaces by specifying -
as the user and app names.
I agree with Rich, please see https://docs.splunk.com/Documentation/Splunk/8.0.2/RESTUM/RESTusing for more details. There is a "NAMESPACE" section.