{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Put API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Put", "type": "folder" }, "items": [ { "info": { "name": "New Relic Put Applications", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/applications/:id.json", "params": [ { "name": "id", "value": "100", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "

This API endpoint allows you to update certain parameters of your application.

\n\n

The input is expected to be in JSON or XML format in the body parameter of the PUT request. The exact\nschema is defined below. Any extra parameters passed in the body will be ignored.

\n\n

See our documentation for a discussion and simple example of\nthese 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\n

Conditions for web transaction percentiles, or conditions targeting labels (dynamic targeting), are not a" }, { "info": { "name": "New Relic Put Alerts Entity Conditions Entity", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/alerts_entity_conditions/:entity_id.json", "params": [ { "name": "entity_id", "value": "100", "type": "path", "description": "Entity to add" }, { "name": "entity_type", "value": "standard", "type": "query", "description": "Entity Type" }, { "name": "condition_id", "value": "100", "type": "query", "description": "Alerts condition ID" } ] }, "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 add an entity to a specified Alerts condition.

\n\n

Note: Admin User’s API Key is required.\n
\n Entity " }, { "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


\n\n

This API endpoint allows you to update external service conditions for your alert policies.

\n\n

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

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

\n" }, { "info": { "name": "New Relic Put Alerts Nrql Conditions", "type": "http" }, "http": { "method": "PUT", "url": "https://insights-collector.newrelic.com/alerts_nrql_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" }, { "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.

\n\n

Note: Admin User’s API Key is required.

\n\n

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


\n\n

This API endpoint updates policy/channel associations.

\n\n

Note: Admin User’s API Key is required.

\n\nthese docs about managing alerts via NerdGraph.\n\n
\n\n

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

\n\n

Note: Admin User’s API Key is required.

\n\n

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