Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 462 Bytes

File metadata and controls

18 lines (12 loc) · 462 Bytes

Example

Get all of offline devices on your msp.

Quick Start

Assume you've already cloned https://github.com/firewalla/msp-api-examples.git and cd msp-api-examples

cd get-offline-devices
npm install
domain="<YOUR-MSP-DOMAIN>" token="<YOUR-MSP-TOKEN>" node ./index.js

Dependencies