Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

This documentation is still in development - : use at your own risk

Creating or editing a gateway

...

Use the following methods to create or edit a gateway:

  • Device create method to add gateways to registries

  • Device patch method to edit existing gateways

...

  1. Go to the Registries page.

    Click the gateway’s registry ID.

  2. Click Gateways, then click the gateway's ID.

  3. On the Gateway details page, click Bound devices.

API

Use the Devices list method and specify a gateway ID to list all devices bound to the gateway.

...

  1. Go to the Registries page.

  2. Click the gateway’s registry ID.

  3. On the Registry details page, click Gateways to see a list of the registry’s gateways.

API

Use the Device list method to list all gateways in a registry.

...

After unbinding the device from all gateways it's bound to, use the Device delete method to delete the device.

...

After unbinding all devices from the gateway, use the Device delete method to delete the gateway, specifying the gateway’s ID you want to delete.

...