You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3342,7 +3342,7 @@
3342
3342
"Metrics & Debugging"
3343
3343
],
3344
3344
"summary": "List Pipeline Events",
3345
-
"description": "Retrieve a list of retained pipeline monitor events ordered from most recent to least recent.\ncleaned up.",
3345
+
"description": "Retrieve a list of retained pipeline monitor events ordered from most recent to least recent.\n\nThe returned events only have limited details, the full details can be retrieved using\nthe `GET /v0/pipelines/<pipeline>/events/<event-id>` endpoint.\n\nPipeline monitor events are collected at a periodic interval (every 10s), however only\nevery 10 minutes or if the overall health changes, does it get inserted into the database\n(and thus, served by this endpoint). The most recent 720 events are retained.",
3346
3346
"operationId": "list_pipeline_events",
3347
3347
"parameters": [
3348
3348
{
@@ -3402,7 +3402,7 @@
3402
3402
"Metrics & Debugging"
3403
3403
],
3404
3404
"summary": "Get Pipeline Event",
3405
-
"description": "Get specific pipeline monitor event.",
3405
+
"description": "Get specific pipeline monitor event.\n\nThe identifiers of the events can be retrieved via `GET /v0/pipelines/<pipeline>/events`.\nThe most recent 720 events are retained.\nThis endpoint can return a 404 for an event that no longer exists due to a cleanup.",
0 commit comments