curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"admin_mode": "enable",
"log_count": 0,
"repo_vol_path": "string",
"sync_mode": true,
"volume_count": 0,
"volume_list": [
{
"desc": "string",
"display": "string",
"mount_point": "string",
"size_free": "string",
"size_total": "string",
"value": "string",
"vol_desc": "string"
}
],
"worker_count": 0
}
}