ping
Check server availability and retrieve basic information like version and server time using a simple endpoint. Monitor connectivity and verify server responsiveness without complex API calls.
Instructions
Simple ping endpoint to check server availability and get basic server information.
This endpoint provides a lightweight way to:
- Verify the server is running and responsive
- Get basic server information including version and server time
- Check connectivity without making complex API calls
Returns:
Dict[str, Any]: Dictionary containing status and basic server information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "pingArguments",
"type": "object"
}