Managing Distributed Media Engine (DME) Devices
This series of API calls allows you to create, delete and fetch all DME devices registered to your Rev account. You can also retrieve the health status of a specific DME.
DME Endpoints
| Method | Description | |
| POST | /api/v2/devices/dmes | Add a DME |
| GET | /api/v2/devices/dmes | List All DMEs |
| GET | /api/v2/devices/dmes/{deviceId}/health-status | Get DME Health |
| DELETE | /api/v2/devices/dmes/{deviceId} | Delete a DME |