SoftNAS API Guide
Menu
Index

3.43. netstats

 
Description
 
This method is used to obtain network performance status information.
POST netstats
 
 
 
 
Request
 
 
Response
 
 
Example
{
    "result": {
        "msg": "",
        "records": {
            "readMB": 7.6505872938368e-05,
            "writeMB": 0.00035296546088325
        },
        "success": true,
        "total": 2
    },
    "session_id": 11255,
    "success": true
}
 
 
 
Made with help of Dr.Explain