SoftNAS API Guide
Menu
Index

3.42. overview

 
Description
 
This method is used to obtain NAS overview status information.
POST overview
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "",
        "records": [
            {
                "storage_data": 99.992133285506,
                "storage_name": "9.9G Free\n(100.0%)"
            },
            {
                "storage_data": 0.0078673333949007,
                "storage_name": "820.0K Used\n(0.0%)"
            },
            {
                "memory_data": 0.23388061317604,
                "memory_name": "707.4K\nCache Used\n(0.2%)"
            },
            {
                "memory_data": 99.533330223782,
                "memory_name": "294.7M\nCache Free\n(99.5%)"
            }
        ],
        "success": true,
        "total": 4
    },
    "session_id": 11255,
    "success": true
}
 
 
 
 
Made with help of Dr.Explain