{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts External API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "External", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Alerts External Service Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_external_service_conditions.json", "params": [ { "name": "policy_id", "value": "100", "type": "query", "description": "Alerts policy ID" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to list the external service conditions for your alert policy.
\n\nSee our documentation for a discussion on\nthese docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to create external service conditions for your alert policies.
\n\nNote: Admin User’s API Key is required.
\n\nS" }, { "info": { "name": "New Relic Put Alerts External Service Conditions", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/alerts_external_service_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to update external service conditions for your alert policies.
\n\nNote: Admin User’s API Key is required.
" }, { "info": { "name": "New Relic Delete Alerts External Service Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_external_service_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥🔥 New users should use NRQL Alert Conditions, refer to these docs about managing alerts via NerdGraph.\n\nThis API endpoint allows you to delete external service conditions associated with your alert policy.
\n\nNote: Admin User’s API Key is required." } ] } ], "bundled": true }