I have been doing various integrations between our customer support/billing system and our Orion NPM. The customer support system is a web application (written on ColdFusion) and we have devised a way of tagging Interfaces in Orion with customer account numbers from the support system. Through this linkage, we are able to get Orion information into our support system (via the database) in the way of up/down status and the like.
So far, I have been able to show relevant traffic graphs, that come from Orion, in our support system. Once an interface is tagged with a customer's account number, I can then construct the url that will display the graph (ex: orionhost/.../Chart.aspx by simply modifying the InterfaceID. However, as expected, the graph will only display if the user also has a Solarwinds Orion session open in the browser as well.
So, the question is this: Is there a way to retrieve interface graphs on the fly without requiring a browser session? Possibly through a web service?