Users Manual
(continued from previous page)
"serial": "string",
"time": 0,
"uptime": 0
}
SysInfo objects are used in the following requests:
• GET /system
Template: rc_silhouettematch template
An object of type Template has the following properties:
• id (string) - Unique identifier of the template
Template object
{
"id": "string"
}
Template objects are used in the following requests:
• GET /nodes/rc
_
silhouettematch/templates
• GET /nodes/rc
_
silhouettematch/templates/{id}
• PUT /nodes/rc
_
silhouettematch/templates/{id}
8.2.4 Swagger UI
The rc_visard’s Swagger UI allows developers to easily visualize and interact with the REST-API, e.g., for devel-
opment and testing. Accessing http://<rcvisard>/api/ or http://<rcvisard>/api/swagger (the former
will automatically be redirected to the latter) opens a visualization of the rc_visard’s general API structure includ-
ing all available resources and requests (Section 8.2.2) and offers a simple user interface for exploring all of its
features.
Note: Users must be aware that, although the rc_visard’s Swagger UI is designed to explore and test the REST-
API, it is a fully functional interface. That is, any issued requests are actually processed and particularly PUT,
POST, and DELETE requests might change the overall status and/or behavior of the device.
8.2. REST-API interface 157