Table 1 API endpoints for managing dynamic IoT interfaces.
From: Exploring dynamic RESTful API implementation in IoT environments using Docker
Endpoint | Method | Description |
---|---|---|
/dynamic | POST | Register a new dynamic endpoint |
/dynamic | GET | List all available dynamic endpoints |
/dynamic | PUT | Edit settings or structure of an endpoint |
/dynamic | DELETE | Remove an endpoint from the system |
/dynamic/ < URL > | POST | Submit new data to an endpoint |
/dynamic/interface/ < URL > | GET | Fetch stored data from an endpoint |