cURL
curl --request GET \ --url https://api.olostep.com/v1/monitors \ --header 'Authorization: Bearer <token>'
{ "monitors": [ { "team_id": "<string>", "monitor_id": "<string>", "status": "<string>", "agent_id": "<string>", "fda_id": "<string>", "schedule_id": "<string>", "schedule_name": "<string>", "query": "<string>", "url": "<string>", "frequency": "hourly", "cron_expression": "<string>", "notification_channel": "email", "notification_target": "<string>", "metadata": {}, "error_message": "<string>", "created_at": 123, "updated_at": 123 } ], "count": 123 }
チームのすべてのモニターを取得します。デフォルトではアクティブなモニターを返し、リクエストに応じて削除されたモニターを含めることができます。
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 で、はあなたの認証トークンです。
削除されたモニターを含めるにはtrueに設定します。
true
false
モニターのリストを含む成功したレスポンス。
Show child attributes
このページは役に立ちましたか?