{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Condition API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Condition", "type": "folder" }, "items": [ { "info": { "name": "New Relic Put Alerts Conditions", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/alerts_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 these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to update APM Application and Key Transaction, Browser and Mobile application metric conditions for your alert policies.
\n\nConditions for web transaction percentiles, or conditions targeting labels (dynamic targeting), are not a"
},
{
"info": {
"name": "New Relic Delete Alerts Conditions",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://insights-collector.newrelic.com/alerts_conditions/:condition_id.json",
"params": [
{
"name": "condition_id",
"value": "100",
"type": "path",
"description": "Alerts condition ID"
}
]
},
"docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n This API endpoint allows you to delete APM Application and Key Transaction, Browser and Mobile application metric conditions for your alert policies. Conditions for web transaction percentiles, or conditions targeting labels (dynamic targeting), are"
},
{
"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. Note: Admin User’s API Key is required. This API endpoint allows you to delete external service conditions associated with your alert policy. Note: Admin User’s API Key is required."
},
{
"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\n This API endpoint allows you to update the alerts location failure conditions for your Alerts policy. This API endpoint allows you to Delete the alerts location failure conditions for your Alerts policy. This API endpoint allows you to update Synthetics conditions for your alert policies. Note: Admin User’s API Key is required. S"
},
{
"info": {
"name": "New Relic Delete Alerts Synthetics Conditions",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://insights-collector.newrelic.com/alerts_synthetics_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\n This API endpoint allows you to delete Synthetics conditions associated with your alert policy. Note: Admin User’s API Key is required.
\n\n
\n\n
\n\n
\n\n
\n\n