System
Get healthcheck
Run and get the result of all checks
get/system/healthcheck
Response
Healthcheck information
Example response
{
"data": [
{
"name": "RAM available",
"msg": "Only 2GB of RAM left"
}
]
}Run and get the result of all checks
Healthcheck information
{
"data": [
{
"name": "RAM available",
"msg": "Only 2GB of RAM left"
}
]
}