curl --unix-socket /run/miru/miru.sock \
--request GET \
--url http://localhost/v1/health{
"status": "ok"
}Retrieve the health of the agent.
curl --unix-socket /run/miru/miru.sock \
--request GET \
--url http://localhost/v1/health{
"status": "ok"
}Successfully retrieved the health of the agent.
The status of the agent.
"ok"