I am attempting to query the Orion REST API without having to provide an explicit username and password. Using the CSRestClient example from GitHub (OrionSDK/Samples/CSharp at master · solarwinds/OrionSDK · GitHub ) as as springboard, I have successfully interacted with the dashboard website programmatically using Windows Authentication (by setting the Credentials field of the WebRequestHandler to CredentialCache.DefaultNetworkCredentials). However, I am unable to do the same with the REST API, it simply gives me a 401 (Unauthorized).
Is it possible to hit the REST API using Windows Authentication, and if so, how?