Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
上报执行结果,让 NexaLayer 给出健康评分和轮换建议。
curl -X POST "https://api.nexalayer.net/v1/sessions/$SID/report-event" \ -H "Content-Type: application/json" \ -H "X-API-Key: $NEXALAYER_API_KEY" \ -d '{ "event_type": "http_error", "status_code": 403, "target_host": "example.com", "latency_ms": 1800 }'
success
http_error
captcha
timeout
block
rate_limit
custom
curl "https://api.nexalayer.net/v1/sessions/$SID/health" \ -H "X-API-Key: $NEXALAYER_API_KEY"
health_score
risk_level
low
medium
high
success_rate
consecutive_failures
recommendation
ok
consider_rotate
rotate_now
pause