{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Entity API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Entity", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Alerts Entity Conditions Entity", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_entity_conditions/:entity_id.json", "params": [ { "name": "entity_id", "value": "100", "type": "path", "description": "Entity ID" }, { "name": "entity_type", "value": "standard", "type": "query", "description": "Entity Type" } ] }, "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 list the Alerts conditions an entity is part of.
\n\nEntity type options (Synthetics is not yet supported):
\n\nBrowserApplication\n\nApplication\n\nMobileApplication\n\nServer\n\nKeyTransactio"
},
{
"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\nThis API endpoint allows you to add an entity to a specified Alerts condition.
\n\nNote: Admin User’s API Key is required.\n
\n Entity "
},
{
"info": {
"name": "New Relic Delete Alerts Entity Conditions Entity",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://insights-collector.newrelic.com/alerts_entity_conditions/:entity_id.json",
"params": [
{
"name": "entity_id",
"value": "100",
"type": "path",
"description": "Entity to remove"
},
{
"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\nThis API endpoint allows you to disassociate an entity with a specified Alerts condition.
\n\nNote: Admin User’s API Key is required.
\n\n"
}
]
}
],
"bundled": true
}