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.
cURL
curl --request GET \ --url https://api.olostep.com/v1/monitors/{monitor_id}/agent-logs \ --header 'Authorization: Bearer <token>'
"<string>"
跟踪监控代理的 CloudWatch 日志,过滤到此 monitor_id。需要 ?stream=1 或 Accept: text/event-stream。
Bearer认证头格式为Bearer ,其中是你的认证令牌。
^monitor_
1
true
开始时间戳,以毫秒为单位(默认:30 分钟前)。
SSE流包含ready、log、heartbeat和error事件。
ready
log
heartbeat
error
The response is of type string.
string
此页面对您有帮助吗?