v1

latestOpenAPI 3.0.2Apache 2.02026-07-136548173.9 KB
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.

namestring
descriptionstring
versionstring
builtOnstring date-time

Example response

{
  "name": "Apicurio Registry (SQL)",
  "description": "The Apicurio Registry application.",
  "version": "2.0.0.Final",
  "builtOn": "2021-03-19T12:55:00Z"
}