This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How do I embed a Orion report into another website using Javascript?

You guys are my last hope.   I have been extremely disappointed in Solarwinds and their complete lack of understanding when we reached out to them.

All I want to know is how I can put a Orion report into another webpage? 
Something similar to this example https://community.rstudio.com/t/embedding-html-widgets-in-shinyapp/20429/2
Or this https://stackoverflow.com/questions/41655558/embed-external-content-without-iframe.

Below is all the research I have found so far: 

However, its very difficult to figure out how to combine everything together with all the recent updates and changes. 

Can anyone help? 

  • I want to try and make sure I've got the request correct:

    • You have an internal website with MFA (I'm going to call it "Intranet")
    • On that location, you have a page where you want to embed some Orion data ("Intranet Page")
    • You have an Orion Web Page (you say 'report', but the URL you provided is a view/dashboard).  I'm calling this "Orion Page."
    • The Orion Web Server ("Orion") is setup with a similar (or identical) MFA for logins.
    • On the Intranet Page, are you are trying to embed the Orion Page.

    If that's correct, then I've got a few other questions.

    1. What mechanisms have you tried to embed it?  HTML iFrame?  jQuery Content loader?  Something else?
    2. What are you getting when you try the simplest (iFrame) way?
    3. You'll probably need to enable Cross-Site-Scripting (or whatever it's now called) on the Orion Server's IIS configuration and possibly tweak a few others.  Do you have access to the Orion server to make these changes?

    Note: I'm not a web developer, but I occasionally play one on TV.