---
title: "Get system info (getSystemInfo)"
method: GET
path: "/api/admin/systemInfo"
tags: ["admin-controller"]
---

# Get system info (getSystemInfo)

`GET /api/admin/systemInfo`

Get main information about system. 

Available for users with 'SYS_ADMIN' authority.

## Response `200`

OK

- SystemInfo
  - `systemData` SystemInfoData[] — System data.
    - `serviceId` string — Service Id.
    - `serviceType` string — Service type.
    - `cpuUsage` integer — CPU usage, in percent.
    - `cpuCount` integer — Total CPU usage.
    - `memoryUsage` integer — Memory usage, in percent.
    - `totalMemory` integer — Total memory in bytes.
    - `discUsage` integer — Disk usage, in percent.
    - `totalDiscSpace` integer — Total disc space in bytes.
  - `monolith` boolean

---

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