{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Policies API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Policies", "type": "folder" }, "items": [ { "info": { "name": "New Relic Post Alerts Conditions Policies", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_conditions/policies/:policy_id.json", "params": [ { "name": "policy_id", "value": "100", "type": "path", "description": "Alerts policy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to create 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 Post Alerts External Service Conditions Policies",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://insights-collector.newrelic.com/alerts_external_service_conditions/policies/:policy_id.json",
"params": [
{
"name": "policy_id",
"value": "100",
"type": "path",
"description": "Alerts policy ID"
}
],
"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 create external service conditions for your alert policies. Note: Admin User’s API Key is required. S"
},
{
"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. This API endpoint allows you to create the alerts location failure conditions for your Alerts policy. This API endpoint works with new Alerts on alerts.newrelic.com. This API endpoint returns a list of the alert policies associated with your New Relic account. See our documentation for a discussion on these docs about managing alerts via NerdGraph.\n\n This API endpoint works with new Alerts on alerts.newrelic.com. This Alerts API endpoint creates a policy associated with your New Relic account. Note: Admin User’s API "
},
{
"info": {
"name": "New Relic Put Alerts Policies",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://insights-collector.newrelic.com/alerts_policies/:policy_id.json",
"params": [
{
"name": "policy_id",
"value": "100",
"type": "path",
"description": "Policy ID"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n This API endpoint updates Alerts policies associated with your New Relic account. Note: Admin User’s API Key is required. See our documentation for a discussion on u"
},
{
"info": {
"name": "New Relic Delete Alerts Policies",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://insights-collector.newrelic.com/alerts_policies/:policy_id.json",
"params": [
{
"name": "policy_id",
"value": "100",
"type": "path",
"description": "Policy ID"
}
]
},
"docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n This API endpoint deletes Alerts policies associated with your New Relic account. Note: Admin User’s API Key is required. See our documentation for a discussion on u"
},
{
"info": {
"name": "New Relic Put Alerts Policy Channels",
"type": "http"
},
"http": {
"method": "PUT",
"url": "https://insights-collector.newrelic.com/alerts_policy_channels.json",
"params": [
{
"name": "policy_id",
"value": "100",
"type": "query",
"description": "Policy ID"
},
{
"name": "channel_ids",
"value": "500123",
"type": "query",
"description": "Channel IDs"
}
]
},
"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 updates policy/channel associations. Note: Admin User’s API Key is required. 🔥 This endpoint will be deprecated after 2024/01 🔥
\n\n
\n\n
\n\n
This API endpoint deletes Alerts policy/channel associations.
\n\nNote: Admin User’s API Key is required.<" }, { "info": { "name": "New Relic Post Alerts Synthetics Conditions Policies", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_synthetics_conditions/policies/:policy_id.json", "params": [ { "name": "policy_id", "value": "100", "type": "path", "description": "Alerts policy ID" } ], "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 create Synthetics conditions for your alert policies.
\n\nNote: Admin User’s API Key is required.
\n\nS" } ] } ], "bundled": true }