curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"cpu": {
"15min_load": 0,
"1min_load": 0,
"5min_load": 0,
"device": "string",
"other_load": 0,
"system_load": 0,
"user_load": 0
},
"disk": {
"disk": [
{
"device": "string",
"read_access": 0,
"read_byte": 0,
"utilization": 0,
"write_access": 0,
"write_byte": 0,
"display_name": "string",
"type": "string"
}
],
"total": {
"device": "string",
"read_access": 0,
"read_byte": 0,
"utilization": 0,
"write_access": 0,
"write_byte": 0
}
},
"lun": [
"string"
],
"memory": {
"avail_real": 0,
"avail_swap": 0,
"buffer": 0,
"cached": 0,
"device": "string",
"memory_size": 0,
"real_usage": 0,
"si_disk": 0,
"so_disk": 0,
"swap_usage": 0,
"total_real": 0,
"total_swap": 0
},
"network": [
{
"device": "string",
"rx": 0,
"tx": 0
}
],
"nfs": [
"string"
],
"smb": {
"smb_cmd": [
"string"
],
"smb_cpu": [
"string"
],
"smb_rwpkt": [
"string"
]
},
"space": {
"total": {
"device": "string",
"read_access": 0,
"read_byte": 0,
"utilization": 0,
"write_access": 0,
"write_byte": 0
},
"volume": [
{
"device": "string",
"read_access": 0,
"read_byte": 0,
"utilization": 0,
"write_access": 0,
"write_byte": 0,
"display_name": "string"
}
]
},
"time": 0
}
}