health_check
Check MCP server health and Aruba Central backend authentication. Returns status, service, version, base URL, and authentication state to confirm setup.
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 | |||