curl --location 'http://localhost:5000/webapi/entry.cgi?api=undefined&version=undefined&method=undefined&interval=undefined&node=undefined&_sid=%3Capi-key%3E'{
"success": true,
"data": {
"slices": [
{
"byte_read_per_sec": 0,
"byte_write_per_sec": 0,
"cpu_time": 0,
"cpu_utilization": 0,
"memory": 0,
"name": "string",
"name_i18n": "string",
"icon": {
"app_id": "string",
"name": "string",
"cls": "string"
},
"process": [
{
"byte_read_per_sec": 0,
"byte_write_per_sec": 0,
"cpu_time": 0,
"cpu_utilization": 0,
"memory": 0,
"name": "string",
"pid": 0
}
],
"unit_name": "string"
}
]
}
}