Overview

Check the health status of the NimbleTools API and verify connectivity from your system.

Syntax

ntcli health

Examples

Basic Health Check

ntcli health
When API is healthy:
✅ NimbleTools API is healthy
Status: OK
Response time: 45ms
Version: v1.2.3
When API has issues:
❌ NimbleTools API health check failed
Error: Connection timeout
Please check your internet connection and try again

What Gets Tested

The health check verifies:

API Connectivity

Tests connection to the NimbleTools API endpoint

Response Time

Measures API response latency

Service Status

Verifies API services are operational

Version Info

Shows current API version

Troubleshooting