Get File System

Get File System

Current supported input values are:

  • root
  • postgres
  • nfs
Request
URI
GET
https://{api_host}/api/1.0.0/storage/{filesystem-name}
COPY
Path Parameters
string
filesystem-name
Required

Name of file system whose details you want returned.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns FileSystem of type(s) application/json
{
    "availableMB": 0,
    "filesystem": "string",
    "mountedOn": "string",
    "percentUsed": 0,
    "status": "string",
    "usedMB": 0,
    "volumeSizeMB": 0
}
integer As int32 As int32
availableMB
Optional

availableMB

string
filesystem
Optional

filesystem

string
mountedOn
Optional

mountedOn

integer As int32 As int32
percentUsed
Optional

percentUsed

string
status
Optional

Value of either available or unavailable. If unavailable, then other properties will have values of None.

integer As int32 As int32
usedMB
Optional

usedMB

integer As int32 As int32
volumeSizeMB
Optional

volumeSizeMB


404

filesystem-name value specified is not valid.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/1.0.0/storage/{filesystem-name}
                
Availability
Added in 34
File System Operations
GET
Get File System