curl --request GET \
--url https://api.sumvin.com/health{
"_links": {},
"status": "healthy",
"service": "<string>",
"version": "<string>",
"environment": "<string>",
"timestamp": 123,
"services": {
"database": {
"status": "healthy",
"config": {
"host": "<string>",
"database": "<string>"
}
},
"cache": {
"status": "healthy",
"config": {
"host": "<string>",
"port": 123,
"db": 123
}
},
"blob_storage": {
"status": "healthy",
"config": {
"provider": "<string>",
"bucket": "<string>",
"region": "<string>"
}
},
"qstash": {
"status": "healthy",
"config": {
"url": "<string>"
}
},
"upstash_redis": {
"status": "healthy",
"config": {
"url": "<string>"
}
},
"ethereum_rpc": {
"status": "healthy",
"config": {
"url": "<string>",
"chain_id": 123
}
},
"kms": {
"status": "healthy",
"config": {
"project_id": "<string>",
"keyring": "<string>",
"region": "<string>"
}
},
"prelude": {
"status": "healthy",
"config": {
"configured": true
}
},
"gemini": {
"status": "healthy",
"config": {
"configured": true
}
}
},
"settings": {
"application": {
"version": "<string>",
"environment": "<string>"
},
"juno": {
"log_level": "<string>",
"gcp_project_id": "<string>",
"gcp_region": "<string>",
"cors_enabled": true
},
"debug": {}
}
}curl --request GET \
--url https://api.sumvin.com/health{
"_links": {},
"status": "healthy",
"service": "<string>",
"version": "<string>",
"environment": "<string>",
"timestamp": 123,
"services": {
"database": {
"status": "healthy",
"config": {
"host": "<string>",
"database": "<string>"
}
},
"cache": {
"status": "healthy",
"config": {
"host": "<string>",
"port": 123,
"db": 123
}
},
"blob_storage": {
"status": "healthy",
"config": {
"provider": "<string>",
"bucket": "<string>",
"region": "<string>"
}
},
"qstash": {
"status": "healthy",
"config": {
"url": "<string>"
}
},
"upstash_redis": {
"status": "healthy",
"config": {
"url": "<string>"
}
},
"ethereum_rpc": {
"status": "healthy",
"config": {
"url": "<string>",
"chain_id": 123
}
},
"kms": {
"status": "healthy",
"config": {
"project_id": "<string>",
"keyring": "<string>",
"region": "<string>"
}
},
"prelude": {
"status": "healthy",
"config": {
"configured": true
}
},
"gemini": {
"status": "healthy",
"config": {
"configured": true
}
}
},
"settings": {
"application": {
"version": "<string>",
"environment": "<string>"
},
"juno": {
"log_level": "<string>",
"gcp_project_id": "<string>",
"gcp_region": "<string>",
"cors_enabled": true
},
"debug": {}
}
}All services healthy
HAL-style hypermedia links for navigation and available actions.
Show child attributes
healthy, degraded, unhealthy Show child attributes
Show child attributes