Skip to content

HTTP Interface v1 Gateways

Peter Wood edited this page Dec 19, 2020 · 1 revision

GET: /api/v1/gateways

The gateways endpoint returns a list of all gateways configured in the controller, and a list of the capabilities the gateway understands. The Self Device identifier references the device that can control the gateway.

GET: /api/v1/gateways/<identifier>

Shows an individual gateway, as above.

GET: /api/v1/gateways/<identifier>/devices

Shows a list of all devices that are present on the gateway specified. (See /api/v1/devices/.)