📊 JSON API Monitor
The JSON API monitor extends the HTTP monitor with features specific to monitoring JSON APIs — checking response structure, values, and more.
🎯 功能说明
- Makes HTTP requests to a JSON API endpoint
- Verifies the response is valid JSON
- Checks for specific keys or values in the response
- Supports all HTTP methods and authentication
⚙️ 配置
Same as the HTTP monitor, tailored for APIs:
| 设置 | 描述 |
|---|---|
| URL | Your API endpoint |
| Method | GET, POST, etc. |
| Headers | Usually includes Accept: application/json |
| Keyword | Check for a JSON key/value like "status":"ok" |
| Authentication | Bearer token, Basic Auth |