Click or drag to resize
GET /

Returns the root object.

Request

Query Parameters

type
Type: STRING
other
Type: STRING
Response

This section contains the following subsections:

HTTP status code 200

Body

Type:application/json
Example
json
{
    "storage1": {
        "type": "disk",
        "device": "/dev/sda1"
    },
    "fstype": "btrfs",
    "readonly": true
}