ping
Verify server availability and fetch basic server information (version, time) for the Splunk MCP SOC server. Ensures connectivity before deeper investigation 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 | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |