cURL
curl --request GET \ --url https://api.olostep.com/v1/monitors/{monitor_id}/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "run_id": "<string>", "created": 123, "changed": true, "summary": "<string>", "snapshot_url": "<string>" } ], "has_more": true, "next_cursor": "<string>" }
列出监控的分页快照事件,包括更改元数据和短期预签名快照下载URL。
Documentation IndexFetch the complete documentation index at: https://docs.olostep.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.olostep.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer 认证头的格式为 Bearer ,其中 是你的认证令牌。
唯一的监视器标识符。必须以monitor_开头。
^monitor_
页面大小。默认 25,最大 100。
1 <= x <= 100
来自上一个响应的不透明游标 (next_cursor)。
next_cursor
成功响应包含事件页面。
Show child attributes
此页面对您有帮助吗?