check_http_endpoint
Monitor HTTP/HTTPS endpoint health by testing connectivity, measuring response time, and validating status codes. Ideal for ensuring API, website, and web service availability.
Instructions
Check if an HTTP/HTTPS endpoint is healthy and responsive. This tool will test connectivity, measure response time, and validate status codes. Perfect for monitoring APIs, websites, and web services.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expectedStatus | No | Expected HTTP status code | |
headers | No | Optional HTTP headers to include | |
method | No | HTTP method to use | GET |
timeout | No | Request timeout in milliseconds | |
url | Yes | The URL to check (e.g., https://google.com) |