health_check
Verify the MCP server is running and Aruba Central authentication works. Reports version and backend status to detect connectivity or auth issues.
Instructions
Report server version and Aruba Central backend authentication.
Call this at session start (or after a tool-call timeout) to confirm the MCP is up, see which version is running, and verify the Aruba Central backend can be authenticated. Lightweight: it builds the client and obtains an OAuth2 access token (GreenLake SSO, reusing the cached token) — it does NOT fetch APs, switches, clients, or any other data endpoint.
Always returns the same keys: status (healthy / degraded / error),
service, version, base_url (the configured
ARUBA_CENTRAL_BASE_URL, empty string if unset), and auth (ok / error /
missing-env). On a degraded or error result, detail carries the reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||