Get Storage

Get Storage

Returns file system information for the following file systems on the appliance.

  • local root file system
  • local database disk file system
  • nfs share file system
Request
URI
GET
https://{api_host}/api/1.0.0/storage
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns FileSystems of type(s) application/json
{
    "availableMB": 0,
    "filesystem": "string",
    "mountedOn": "string",
    "percentUsed": 0,
    "status": "string",
    "usedMB": 0,
    "volumeSizeMB": 0
}

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