Package io.apicurio.multitenant.api
Interface SystemResource
-
@Path("/api/v1/system") public interface SystemResource
A JAX-RS interface. An implementation of this interface must be provided.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemInfo
getSystemInfo()
This operation retrieves information about the running registry system, such as the version of the software and when it was built.
-
-
-
Method Detail
-
getSystemInfo
@Path("/info") @GET @Produces("application/json") SystemInfo getSystemInfo()
This operation retrieves information about the running registry system, such as the version of the software and when it was built.
-
-