curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&interval&node&_sid=<api-key>'{
"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"
}
]
}
}