System
Get system information
This operation retrieves information about the running registry system, such as the version of the software and when it was built.
get/system/info
Response
On success, returns the system information.
Example response
{
"name": "Apicurio Registry (SQL)",
"description": "The Apicurio Registry application.",
"version": "2.0.0.Final",
"builtOn": "2021-03-19T12:55:00Z"
}