Zum Hauptinhalt springen
GET
/
v1
/
monitors
/
{monitor_id}
/
agent-logs
Monitor-Agenten-Logs streamen
curl --request GET \
  --url https://api.olostep.com/v1/monitors/{monitor_id}/agent-logs \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.olostep.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Bearer-Authentifizierungsheader in der Form Bearer , wobei dein Authentifizierungstoken ist.

Pfadparameter

monitor_id
string
erforderlich
Pattern: ^monitor_

Abfrageparameter

stream
enum<string>
erforderlich
Verfügbare Optionen:
1,
true
since
integer

Startzeitstempel in Millisekunden (Standard: vor 30 Minuten).

Antwort

SSE-Stream mit ready, log, heartbeat und error Ereignissen.

The response is of type string.