{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation log_stream_alerts API", "version": "1.1085.0" }, "items": [ { "info": { "name": "log_stream_alerts", "type": "folder" }, "items": [ { "info": { "name": "List Alerts By Log Stream", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/log_streams/:log_stream_id/alerts", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" }, { "name": "starting_token", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "List Alerts By Log Stream" }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/projects/:project_id/log_streams/:log_stream_id/alerts", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create alert." }, { "info": { "name": "Get Alert By Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.galileo.ai/projects/:project_id/log_streams/:log_stream_id/alerts/:alert_config_id", "params": [ { "name": "project_id", "value": "", "type": "path" }, { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "alert_config_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Get Alert By Id" }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.galileo.ai/projects/:project_id/log_streams/:log_stream_id/alerts/:alert_config_id", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "alert_config_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Update alert configuration." }, { "info": { "name": "Delete Alert", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.galileo.ai/projects/:project_id/log_streams/:log_stream_id/alerts/:alert_config_id", "params": [ { "name": "log_stream_id", "value": "", "type": "path" }, { "name": "alert_config_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Delete alert configuration." } ] } ], "bundled": true }