Managing DorisOPEN APIBE HTTP APICheck AliveOn this pageCheck AliveCheck AliveRequestGET /api/healthDescriptionProvided for the monitoring service to Check whether the BE is alive,Be will respond if alive.Query parametersNone Request bodyNoneResponse```{"status": "OK","msg": ""}```Examples```curl http://127.0.0.1:8040/api/health```