Use Asset Monitoring Widgets in Your Application

Oracle IoT Asset Monitoring Cloud Serviceprovides a set of pages as widgets that you can embed in your application or Web page.

The following pages are available as widgets:

  • Map Page

  • Assets Page

  • Asset Details Page

  • Incidents Page

Add an Asset Monitoring Widget to Your Application or Web Page

You can copy the URL of an available widget, or copy the embed code for the widget to include it in your application or Web page.

  1. Log in to your Oracle IoT Asset Monitoring Cloud Service instance.
  2. Navigate to the following URL using the address bar in your browser:

    Your_AM_URL/syndicatedWidgetExamples.html

    Here, Your_AM_URL is the URL of your Oracle IoT Asset Monitoring Cloud Service instance.

    For example: https://myAMhost/am/syndicatedWidgetExamples.html
    The Asset Monitoring Syndicated Widgets Examples page appears.
  3. Click Copy URL against an available widget to copy the URL for the widget.
  4. Click Copy Embed Code against an available widget to copy the code that you can embed in your application.

    For example:

    <iframe src="https://my_am_host/commonui/indexWidget.html?app=AM&root=incidents" width=880px, height=600px></iframe>

    The code includes the iframe element to include in your HTML page or application.

You can now paste the copied URL or code into your page or application.