{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Channels API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Channels", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Alerts Channels", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_channels.json", "params": [ { "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 works with new Alerts on alerts.newrelic.com.
\n\nIt returns a list of the channels associated with your New Relic account.
\n\nNote: See our documentation for a discussion o" }, { "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\nIt creates a channel associated with your New Relic account.
\n\nNote: 🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n
This API endpoint deletes Alerts notification channels.
\n\nNote: User notification channels cannot be deleted.
Note: 🔥 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.
\n\nNote: Admin User’s API Key is required.
\n\n🔥 This endpoint will be deprecated after 2024/01 🔥 New users should use these docs about managing alerts via NerdGraph.\n\n
This API endpoint deletes Alerts policy/channel associations.
\n\nNote: Admin User’s API Key is required.<" } ] } ], "bundled": true }