Verify Application HTTP Health
verify_healthVerify a remote server's HTTP endpoint health via SSH curl, succeeding only when HTTP 200 is returned.
Instructions
Executes curl on remote server via SSH to verify HTTP endpoint status. Returns success only if HTTP 200 is received.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | HTTP path endpoint to query (default: '/health') | /health |
| port | No | Target port number on localhost (default: 3000) |