{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts gateway API", "version": "1.0" }, "items": [ { "info": { "name": "gateway", "type": "folder" }, "items": [ { "info": { "name": "Get ingestion keys for workspace", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint returns the ingestion keys for a workspace" }, { "info": { "name": "Create ingestion key for workspace", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint creates an ingestion key for the workspace" }, { "info": { "name": "Update ingestion key for workspace", "type": "http" }, "http": { "method": "PATCH", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint updates an ingestion key for the workspace" }, { "info": { "name": "Delete ingestion key for workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint deletes an ingestion key for the workspace" }, { "info": { "name": "Create limit for the ingestion key", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/:keyId/limits", "params": [ { "name": "keyId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint creates an ingestion key limit" }, { "info": { "name": "Update limit for the ingestion key", "type": "http" }, "http": { "method": "PATCH", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/limits/:limitId", "params": [ { "name": "limitId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint updates an ingestion key limit" }, { "info": { "name": "Delete limit for the ingestion key", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/limits/:limitId", "params": [ { "name": "limitId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint deletes an ingestion key limit" }, { "info": { "name": "Search ingestion keys for workspace", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/gateway/ingestion_keys/search", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint returns the ingestion keys for a workspace" } ] } ], "bundled": true }