{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Post API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Post", "type": "folder" }, "items": [ { "info": { "name": "New Relic Post Applications Deployments", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/applications/:application_id/deployments.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new deployment marker for a specified application in New Relic by sending a POST request to the /applications/{application_id}/deployments.json endpoint. This operation allows you to record deployment events, which appear as vertical lines on charts in the New Relic UI, helping teams correlate application performance changes with specific deployments. The request requires the application_id path parameter to identify the target application, and typically accepts deployment details in t" }, { "info": { "name": "New Relic Post Alerts Channels", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_channels.json", "params": [ { "name": "policy_ids", "value": "500123", "type": "query", "description": "Policy IDs to associate with channel" } ], "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 works with new Alerts on alerts.newrelic.com.

\n\n

It creates a channel associated with your New Relic account.

\n\n

Note: 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\n

Conditions 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.

\n\n

Note: Admin User’s API Key is required.

\n\n

S" }, { "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\n


\n\n

This API endpoint allows you to create the alerts location failure conditions for your Alerts policy.

\n" }, { "info": { "name": "New Relic Post Alerts Nrql Conditions Policies", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_nrql_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 these docs about managing alerts via NerdGraph.\n" }, { "info": { "name": "New Relic Post Alerts Policies", "type": "http" }, "http": { "method": "POST", "url": "https://insights-collector.newrelic.com/alerts_policies.json", "body": { "type": "json", "data": "{}" } }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n

This API endpoint works with new Alerts on alerts.newrelic.com.

\n\n

This Alerts API endpoint creates a policy associated with your New Relic account.

\n\n

Note: Admin User’s API " }, { "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


\n\n

This API endpoint allows you to create Synthetics conditions for your alert policies.

\n\n

Note: Admin User’s API Key is required.

\n\n

S" } ] } ], "bundled": true }