cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/alerts/create \ --header 'Content-Type: application/json' \ --header 'Galileo-API-Key: <api-key>' \ --data ' { "conditions": [ { "field": "<string>", "aggregation": "count", "operator": "eq", "value": 123, "window": 901, "filter_value": "<string>", "filter_operator": "eq", "condition_type": "metric/numeric/1" } ], "interval": 123, "filters": [ { "operator": "eq", "value": "<string>", "name": "node_name", "case_sensitive": true } ], "schema_version": "multi_condition/object/1", "active": true, "project_id": "<string>", "created_by": "<string>" } '
{ "conditions": [ { "field": "<string>", "aggregation": "count", "operator": "eq", "value": 123, "window": 901, "filter_value": "<string>", "filter_operator": "eq", "condition_type": "metric/numeric/1" } ], "interval": 123, "id": "<string>", "created_by": "<string>", "project_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "filters": [ { "operator": "eq", "value": "<string>", "name": "node_name", "case_sensitive": true } ], "schema_version": "multi_condition/object/1", "active": true }
Create alert for llm-monitor.
Show child attributes
multi_condition/object/1
Successful Response
Was this page helpful?