Robot#

Allows managing Robots. The user can create a new Robot, retrieve information about a Robot, update information about a Robot, delete a Robot, return the status of a Robot, and set the status of a Robot.

Table with all available Robot statuses:

Methods:

  1. Creating a new Robot1

  2. Retrieving information about a Robot by its GUID2

  3. Updating information about a Robot3

  4. Deleting a Robot by its GUID4

  5. Returning the status of a Robot by its GUID5

  6. Setting the status of a Robot by its GUID6

Примечания

  1. /api/robot/create

  2. /api/robot/read/{guid}

  3. /api/robot/update

  4. /api/robot/delete/{guid}

  5. /api/robot/getStatus/{guid}

  6. /api/robot/setStatus