Contents

Get Space Disk Usage

Returns information about space disk usage.

Role

Administrator

Method

GET

URL

/api/v2/space/diskUsage

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

{
    "capacity": 1073741824,
    "issue": 119511,
    "wiki": 48575,
    "file": 0,
    "subversion": 0,
    "git": 0,
    "gitLFS": 0,
    "details":[
        {
            "projectId": 1,
            "issue": 11931,
            "wiki": 0,
            "file": 0,
            "subversion": 0,
            "git": 0,
            "gitLFS": 0
        },
        // ...
    ]
}