Microsoft not lists Solarwinds as a "Partner" in a way to allow direct connection to Defender 365 alerts.
So, I forced to use APIs for collecting organizational alerts and statistics? Or maybe there's more convenient method?
The Graph API is accessible and it looks like you would most likely use the Security calls for Defender.
Thanks!!
It does returns some response now, but same results for filtering:
How do I get a formatted box to be embeded within Node's summery page?
The API Poller that's part of the SolarWinds Orion platform can't handle complex string results. It's initial design is to simply pull in numbers (integers or real numbers) and do comparisons. This looks like an HTML page that's being returned - which is very cool (because I didn't know about this specific functionality of the Graph API yet) - but there's no way to "ingest" this data into the Orion products because it isn't numeric.
Is there a way to do the filtering down with an (internal) IP Address or something? Then maybe you'll only get some raw numbers for things. Pretty sure you can send ${IP} as a parameter using the GET/POST functionality,
${IP}
<disclaimer value="I'm not a web developer">
There may also be a way (using a custom HTML widget) that can pull in the data and display it directly on a summary page. Not sure if that's exactly what you'd want here, but I figured I'd throw it out for other (read "smarter") people.
</disclaimer>