ManagementOPEN APIBE HTTP APICheck AliveOn this pageCheck Alive Requestβ GET /api/health Descriptionβ Provided for the monitoring service to Check whether the BE is alive, Be will respond if alive. Query parametersβ None Request bodyβ None Responseβ ```{"status": "OK","msg": ""}``` Examplesβ ```curl http://127.0.0.1:8040/api/health```