System Info
Endpoint: https://server:port/api/systeminfo
Supported actions: GET
Examples
GET https://server:port/api/systeminfo
Permissions
GET: viewSystemOverview
GET Response:
{
"licenses": {
"ipTotal": 32,
"ipUsed": 16
},
"memory": {
"total": "15.9 GB",
"used": "3.1 GB"
},
"processor": {
"load": "2 %",
"model": "AMD Ryzen 5 5600X 6-Core Processor"
},
"storage": [
{
"available": "100 GB",
"drive": "D:\\capture",
"reserved": "0 B",
"total": "200 GB"
},
{
"available": "1000 GB",
"drive": "F:\\capture",
"reserved": "1000 GB",
"total": "1000 GB"
}
]
}
Comments
0 comments
Please sign in to leave a comment.