{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Failure API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Failure", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Alerts Location Failure Conditions Policies", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_location_failure_conditions/policies/:policy_id.json", "params": [ { "name": "policy_id", "value": "100", "type": "path", "description": "Alerts policy ID" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to list the alerts location failure conditions for your Alerts policy.
\n" }, { "info": { "name": "New Relic Post Alerts Location Failure Conditions Policies", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_location_failure_conditions/policies/:policy_id.json", "params": [ { "name": "policy_id", "value": "100", "type": "path", "description": "Alerts policy failure condition" }, { "name": "location_failure_condition", "value": "100", "type": "path", "description": "Alerts policy ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\nThis API endpoint allows you to create the alerts location failure conditions for your Alerts policy.
\n" }, { "info": { "name": "New Relic Put Alerts Location Failure Conditions", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/alerts_location_failure_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\nThis API endpoint allows you to update the alerts location failure conditions for your Alerts policy.
\n" }, { "info": { "name": "New Relic Delete Alerts Location Failure Conditions", "type": "http" }, "http": { "method": "DELETE", "url": "https://insights-collector.newrelic.com/alerts_location_failure_conditions/:condition_id.json", "params": [ { "name": "condition_id", "value": "100", "type": "path", "description": "Alerts condition ID" } ] }, "docs": "🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\nThis API endpoint allows you to Delete the alerts location failure conditions for your Alerts policy.
\n" } ] } ], "bundled": true }