@Controller @RequestMapping(value="/system") public class SystemController extends RestController
| Constructor and Description |
|---|
SystemController() |
| Modifier and Type | Method and Description |
|---|---|
com.sitewhere.spi.server.ISiteWhereServerRuntime |
getServerRuntimeInformation()
Get runtime information about the server.
|
com.sitewhere.spi.system.IVersion |
getVersion()
Get version information about the server.
|
getTenant, getTenantAuthToken, handleAccessDenied, handleMissingContent, handleRuntimeException, handleSuccessfulAdd, handleSystemException@RequestMapping(value="/version",
method=GET)
@ResponseBody
@Secured(value="ROLE_REST")
public com.sitewhere.spi.system.IVersion getVersion()
throws com.sitewhere.spi.SiteWhereException
com.sitewhere.spi.SiteWhereException@RequestMapping(value="/runtime",
method=GET)
@ResponseBody
@Secured(value="ROLE_REST")
public com.sitewhere.spi.server.ISiteWhereServerRuntime getServerRuntimeInformation()
throws com.sitewhere.spi.SiteWhereException
com.sitewhere.spi.SiteWhereExceptionCopyright © 2016 SiteWhere, LLC.. All rights reserved.