Anyone know of an official/unofficial way to deep link into SCOM APM search results with specific parameters (e.g. All Events in Last 24 Hours for Source X").
We're trying to make SCOM a little friendlier by deep linking into it from another portal we have where people are viewing their web apps, so I can generate the URL myself:
http://scom.contoso.com/AppDiagnostics/Pages/Search/AllEvents.aspx?xxx
It appears that the browsing heavily depends on the "_s" parameter which I assume is a session ID or some sort of ID, because any changes to the querystring don't seem to work without that value and it seems to change.
Specifically all I need to set is the "Source" parameter.
I feel like this should be simple but it most definitely isn't.
Kamran A