---
title: "Gets information about the system."
method: GET
path: "/systeminfo"
tags: ["systeminfo"]
---

# Gets information about the system.

`GET /systeminfo`

## Response `200`

OK

- SystemInfoBean
  - `systemInfo` SystemInfo
    - `configFolder` string
    - `userdataFolder` string
    - `logFolder` string
    - `javaVersion` string
    - `javaVendor` string
    - `javaVendorVersion` string
    - `osName` string
    - `osVersion` string
    - `osArchitecture` string
    - `availableProcessors` integer
    - `freeMemory` integer
    - `totalMemory` integer
    - `uptime` integer
    - `startLevel` integer

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/revisions/0f2ce17cab3e/schema)
