Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (23 loc) · 1.11 KB

File metadata and controls

41 lines (23 loc) · 1.11 KB

Edge Management

AWS Config

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.

Endpoints

  1. 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

  1. 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

  1. GET /api/edge

Get the id and the description of each edge

  1. GET /api/edge/{id}

Get all information from the edge (incl. keys)

  1. 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.