System
+ Request (application/json)
Section:
Group System. Base URL:https://api.instance_name.meiro.io/.
System Info [/system_info]
Retrieve System Info [GET]
-
Request (application/json)
-
Headers
X-Access-Token: 1234567890abcdef
-
-
Response 200 (application/json)
{
"system_info": {
"cpu_cores_count": 2,
"system_one_minute_load": 0.2,
"disk_space": {
"size": 512000000,
"used": 128000000
},
"mi_workers_count": 3,
"build_date": "2023-01-01",
"version": "X.Y.Z"
}
}