The following settings must be defined in AWS IOT and in the corresponding constant file in this project:
- THING_TYPE_NAME
- THING_GROUP_NAME
- THING_POLICY_NAME
For more information see this link.
- POST: /api/edge
- id
- description
This POST function will create an approval item. If the item will be approved, the new edge will be created via AWS IOT
- DELETE /api/edge/{id}
This DELETE function will create an approval item. If the item will be approved, the edge will be removed via AWS IOT
- GET /api/edge
Get the id and the description of each edge
- GET /api/edge/{id}
Get all information from the edge (incl. keys)
- PUT /api/edge/{id}
This endpoint ensures the following constraints:
- Credentials can only be viewed once
- Log credential download
For more information see the corresponding Postman collection.