---
title: "Get a File System info in the device"
method: GET
path: "/status/filesystem"
---

# Get a File System info in the device

`GET /status/filesystem`

Get a File system infomation (linux command "df") in the device or system.

## Response `200`

OK

- object
  - `filesystemAttr` FileSystemInfoEntry[]
    - `fileSystem` string — File system name mounted on this device
    - `type` string — File type (ex. nfs, ext4..)
    - `size` string — Boot ID in the linux
    - `used` string — size of used the disk
    - `avail` string — size of remain the disk
    - `usePercent` string — usage per total size
    - `mountedOn` string — path of the mounted on

## Other responses

- `401` — Invalid authentication credentials
- `500` — Internal service error
- `503` — Maintenance mode

---

[API](https://skmtc.net/loxilb-io/apis/loxilb-rest-api.md) · [All operations](https://skmtc.net/loxilb-io/apis/loxilb-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loxilb-io/loxilb-rest-api/versions/45e9f0a95af0/schema)
