Searching...

Matching results

    API Examples

    You can use one of these sample applications in order to bootstrap the implementation of your applications:

    All these sample applications are supplied as is.

    Examples

    The PowerShell application provides a light and flexible PowerShell script to interact with the AMM API using the command-line. It uses resource owner authorization flow. It can be customized to add their own AMM host, Client ID and Client Secret.

    The WebApp demo application has two components: node.js (backend), and react.js (frontend). It uses authorization code flow authentication. Gateways and groups are displayed in a tree structure.

    The Android demo application showcases the AMM’s API features. It uses Authentication, Devices, Latest Stats, Historical Stats and Group endpoints. It uses implicit flow authentication. It can filter gateways based on heartbeat and platform. Multiple gateways can also be shown on the map.

    TOP