System Info
Endpoint: https://server:port/api/systeminfo
Supported actions: GET
Examples
GET https://server:port/api/systeminfo
Permissions
GET: Accessing system overview
GET Response:
{
"licenses": {
"ipTotal": 32,
"ipUsed": 16
},
"memory": {
"total": 34236936192,
"used": 16607424512
},
"processor": {
"load": 10,
"model": "AMD Ryzen 5 5600X 6-Core Processor"
},
"storage": [
{
"available": 23950102528,
"drive": "D:\\capture",
"reserved": 0,
"total": 260822429696
},
{
"available": 94927134720,
"drive": "F:\\capture",
"reserved": 53687091200,
"total": 237962784768
}
]
}
Comments
0 comments
Please sign in to leave a comment.