We have a requirment to montor a webserver which is authenticated with X_API_Key header used as authentication. At the moment I can't see how to do this with SAM and wondered if anyone had a similar experience?
Cheers
Alasdair
You could create a Windows Powershell Monitor in SAM to pass that info into the request.
Here is an example of using the Invoke-RestMethod.
You also need to install Powershell v3 or greater on your Solarwinds Orion server to use the Invoke-RestMethod cmdlet. You can download that here.