{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Get API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Get", "type": "folder" }, "items": [ { "info": { "name": "New Relic Get Applications", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications.json", "params": [ { "name": "filter[name]", "value": "example_string", "type": "query", "description": "Filter by application name" }, { "name": "filter[host]", "value": "example_string", "type": "query", "description": "Filter by application host" }, { "name": "filter[ids]", "value": "500123", "type": "query", "description": "Filter by application ids" }, { "name": "filter[language]", "value": "example_string", "type": "query", "description": "Filter by application language" }, { "name": "exclude_links", "value": "true", "type": "query", "description": "Exclude links section from the response" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "This GET endpoint retrieves a paginated list of all applications associated with your New Relic account. It returns application data in JSON format, including details such as application name, ID, health status, and response time metrics. You can use optional query parameters to filter results by application name or IDs, and control pagination through page and per_page parameters. The response includes summary information for each application, making it useful for monitoring multiple application" }, { "info": { "name": "New Relic Get Applications Deployments", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/deployments.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "This API operation retrieves a paginated list of all deployment records associated with a specific application in New Relic. By making a GET request to the endpoint with a valid application ID, users can access historical deployment information including deployment timestamps, descriptions, revisions, changelogs, and the user who created each deployment record. This is useful for tracking application releases, correlating performance changes with deployments, and maintaining a comprehensive depl" }, { "info": { "name": "New Relic Get Applications Hosts", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/hosts.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "filter[hostname]", "value": "web01.example.com", "type": "query", "description": "Filter by server hostname" }, { "name": "filter[ids]", "value": "500123", "type": "query", "description": "Filter by application host ids" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "This API operation retrieves a paginated list of hosts associated with a specific application in New Relic. By making a GET request to the endpoint with a valid application ID, users can obtain information about all hosts running the specified application, including host details and performance metrics. The response is returned in JSON format and includes host identifiers, names, health status, and other relevant metadata that helps monitor application infrastructure across different servers or " }, { "info": { "name": "New Relic Get Applications Hosts Host Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/hosts/:host_id/metrics.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "host_id", "value": "100", "type": "path", "description": "Application Host ID" }, { "name": "name", "value": "example-resource-01", "type": "query", "description": "Filter metrics by name" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index (will be deprecated)" }, { "name": "cursor", "value": "example_string", "type": "query", "description": "Cursor for next page (replacing page param)" } ] }, "docs": "This API operation retrieves a list of metric names associated with a specific host within a given application in New Relic's Application Performance Monitoring (APM) system. By providing both an application ID and a host in the endpoint path, users can query the available metrics that New Relic is collecting for that particular host instance. The response returns metric name data in JSON format, which typically includes identifiers and metadata for various performance measurements such as CPU u" }, { "info": { "name": "New Relic Get Applications Hosts Host Metrics Data", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/hosts/:host_id/metrics/data.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "host_id", "value": "100", "type": "path", "description": "Application Host ID" }, { "name": "names", "value": "example_string", "type": "query", "description": "Retrieve specific metrics by name" }, { "name": "values", "value": "example_string", "type": "query", "description": "Retrieve specific metric values" }, { "name": "from", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics after this time" }, { "name": "to", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics before this time" }, { "name": "period", "value": "100", "type": "query", "description": "Period of timeslices in seconds" }, { "name": "summarize", "value": "true", "type": "query", "description": "Summarize the data" }, { "name": "raw", "value": "true", "type": "query", "description": "Return unformatted raw values" } ] }, "docs": "This API operation retrieves metric data for a specific host associated with a particular application in New Relic. By making a GET request to the endpoint with the application and host as path parameters, users can access detailed performance metrics and monitoring data for that specific host instance. The operation returns data in JSON format, which typically includes time-series metric values such as response times, throughput, error rates, and other performance indicators collected by New Re" }, { "info": { "name": "New Relic Get Applications Hosts", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/hosts/:id.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "id", "value": "100", "type": "path", "description": "Application host ID" } ] }, "docs": "This API operation retrieves detailed information about a specific host associated with a particular application in New Relic's APM monitoring system. By providing both an application and a host in the endpoint path, it returns comprehensive data about that host's performance metrics, system specifications, and current status within the context of the specified application. The GET request returns a JSON response containing host-level details such as hostname, health status, response times, thro" }, { "info": { "name": "New Relic Get Applications Instances", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/instances.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "filter[hostname]", "value": "web01.example.com", "type": "query", "description": "Filter by server hostname" }, { "name": "filter[ids]", "value": "500123", "type": "query", "description": "Filter by application instance ids" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "
This API endpoint returns a \npaginated list of instances associated with the given application. The time range for summary data is the last 3-4 minutes.
\n\nApplication instances can be filtered by hostname, or the list of application instance IDs.
\n\nSee our documentation for a discussion and examples of\nusing This API endpoint returns a single application instance, identified by ID. The time range for summary data is the last 3-4 minutes.
\n\nSee our documentation for a discussion of\n summary data output.
\n\n" }, { "info": { "name": "New Relic Get Applications Instances Instance Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/instances/:instance_id/metrics.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "instance_id", "value": "100", "type": "path", "description": "Application Instance ID" }, { "name": "name", "value": "example-resource-01", "type": "query", "description": "Filter metrics by name" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index (will be deprecated)" }, { "name": "cursor", "value": "example_string", "type": "query", "description": "Cursor for next page (replacing page param)" } ] }, "docs": "Return a list of known metrics and their value names for the given resource.
\n\nSee our documentation for a discussion\non output pagination\nand for examples of requesting and using metric values.
\n" }, { "info": { "name": "New Relic Get Applications Instances Instance Metrics Data", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/instances/:instance_id/metrics/data.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "instance_id", "value": "100", "type": "path", "description": "Application Instance ID" }, { "name": "names", "value": "example_string", "type": "query", "description": "Retrieve specific metrics by name" }, { "name": "values", "value": "example_string", "type": "query", "description": "Retrieve specific metric values" }, { "name": "from", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics after this time" }, { "name": "to", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics before this time" }, { "name": "period", "value": "100", "type": "query", "description": "Period of timeslices in seconds" }, { "name": "summarize", "value": "true", "type": "query", "description": "Summarize the data" }, { "name": "raw", "value": "true", "type": "query", "description": "Return unformatted raw values" } ] }, "docs": "This API endpoint returns a list of values for each of the requested metrics. The list of available metrics\ncan be returned using the Metric Name API endpoint.
\n\nMetric data can be filtered by a number of parameters, including multiple names and values, and by time range.\nMetric names and values will be matched intelligently in the background.
\n\nYou can also retrieve a summarized data point across the entire time range selected by using the summarize\nparameter.
\n\nSee our doc" }, { "info": { "name": "New Relic Get Applications Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/metrics.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "name", "value": "example-resource-01", "type": "query", "description": "Filter metrics by name" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index (will be deprecated)" }, { "name": "cursor", "value": "example_string", "type": "query", "description": "Cursor for next page (replacing page param)" } ] }, "docs": "
Return a list of known metrics and their value names for the given resource.
\n\nSee our documentation for a discussion\non output pagination\nand for examples of requesting and using metric values.
\n" }, { "info": { "name": "New Relic Get Applications Metrics Data", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:application_id/metrics/data.json", "params": [ { "name": "application_id", "value": "100", "type": "path", "description": "Application ID" }, { "name": "names", "value": "example_string", "type": "query", "description": "Retrieve specific metrics by name" }, { "name": "values", "value": "example_string", "type": "query", "description": "Retrieve specific metric values" }, { "name": "from", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics after this time" }, { "name": "to", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics before this time" }, { "name": "period", "value": "100", "type": "query", "description": "Period of timeslices in seconds" }, { "name": "summarize", "value": "true", "type": "query", "description": "Summarize the data" }, { "name": "raw", "value": "true", "type": "query", "description": "Return unformatted raw values" } ] }, "docs": "This API endpoint returns a list of values for each of the requested metrics. The list of available metrics\ncan be returned using the Metric Name API endpoint.
\n\nMetric data can be filtered by a number of parameters, including multiple names and values, and by time range.\nMetric names and values will be matched intelligently in the background.
\n\nYou can also retrieve a summarized data point across the entire time range selected by using the summarize\nparameter.
\n\nSee our doc" }, { "info": { "name": "New Relic Get Applications", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/applications/:id.json", "params": [ { "name": "id", "value": "100", "type": "path", "description": "Application ID" } ] }, "docs": "
This API endpoint returns a single Application, identified by ID. The time range for summary data is the last 3-4 minutes.
\n\nSee our documentation for a discussion of the\n summary data output.
\n\n" }, { "info": { "name": "New Relic Get Key Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/key_transactions.json", "params": [ { "name": "filter[name]", "value": "example_string", "type": "query", "description": "Filter by name" }, { "name": "filter[ids]", "value": "500123", "type": "query", "description": "Filter by policy IDs" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "This API endpoint returns a paginated\nlist of the key transactions associated with your New Relic account. The time range for summary data is the last 10 minutes.
\n\nKey transactions can be filtered by their name or list of IDs.
\n\nSee our documentation for a discussion of\nThis endpoint returns a single key transaction, identified by ID. The time range for summary data is the last 10 minutes.
\n\nSee our documentation for a discussion of\nsummary data output.
\n\n" }, { "info": { "name": "New Relic Get Mobile Applications", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/mobile_applications.json" }, "docs": "This API endpoint returns a list of the Mobile Applications associated with your New Relic account.
\n\nMobileApplications can be filtered by their name, or by the application IDs.
\n" }, { "info": { "name": "New Relic Get Mobile Applications", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/mobile_applications/:id.json", "params": [ { "name": "id", "value": "100", "type": "path", "description": "Mobile Application ID" } ] }, "docs": "This API endpoint returns a single Mobile Application, identified by ID. The time range for summary data is the last 30 minutes.
\n" }, { "info": { "name": "New Relic Get Mobile Applications Mobile Application Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/mobile_applications/:mobile_application_id/metrics.json", "params": [ { "name": "mobile_application_id", "value": "100", "type": "path", "description": "Mobile application ID" }, { "name": "name", "value": "example-resource-01", "type": "query", "description": "Filter metrics by name" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index (will be deprecated)" }, { "name": "cursor", "value": "example_string", "type": "query", "description": "Cursor for next page (replacing page param)" } ] }, "docs": "Return a list of known metrics and their value names for the given resource.
\n\nSee our documentation for a discussion\non output pagination\nand for examples of requesting and using metric values.
\n" }, { "info": { "name": "New Relic Get Mobile Applications Mobile Application Metrics Data", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/mobile_applications/:mobile_application_id/metrics/data.json", "params": [ { "name": "mobile_application_id", "value": "100", "type": "path", "description": "Mobile application ID" }, { "name": "names", "value": "example_string", "type": "query", "description": "Retrieve specific metrics by name" }, { "name": "values", "value": "example_string", "type": "query", "description": "Retrieve specific metric values" }, { "name": "from", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics after this time" }, { "name": "to", "value": "2026-04-18T14:30:00Z", "type": "query", "description": "Retrieve metrics before this time" }, { "name": "period", "value": "100", "type": "query", "description": "Period of timeslices in seconds" }, { "name": "summarize", "value": "true", "type": "query", "description": "Summarize the data" }, { "name": "raw", "value": "true", "type": "query", "description": "Return unformatted raw values" } ] }, "docs": "This API endpoint returns a list of values for each of the requested metrics. The list of available metrics\ncan be returned using the Metric Name API endpoint.
\n\nMetric data can be filtered by a number of parameters, including multiple names and values, and by time range.\nMetric names and values will be matched intelligently in the background.
\n\nYou can also retrieve a summarized data point across the entire time range selected by using the summarize\nparameter.
\n\nSee our doc" }, { "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 Get Alerts Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_conditions.json", "params": [ { "name": "policy_id", "value": "100", "type": "query", "description": "Alerts policy ID" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to list APM Application and Key Transaction, Browser and Mobile application metric conditions for your alert policies.
\n\nNote: Conditions for web transaction percentiles, or conditions targeting labels (dynamic targeting),"
},
{
"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. Entity type options (Synthetics is not yet supported): This API endpoint allows you to list the alert events for your account. Alerts events can be filter by product, target type, group ID, instance ID, and event type. The options for prod"
},
{
"info": {
"name": "New Relic Get Alerts External Service Conditions",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://insights-collector.newrelic.com/alerts_external_service_conditions.json",
"params": [
{
"name": "policy_id",
"value": "100",
"type": "query",
"description": "Alerts policy ID"
},
{
"name": "page",
"value": "100",
"type": "query",
"description": "Pagination index"
}
]
},
"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 external service conditions for your alert policy. See our documentation for a discussion on\nthese docs about managing alerts via NerdGraph.\n\n This API endpoint returns a list of the Incidents associated with your New Relic account. See our documentation for a discussion on 🔥 This endpoint will be deprecated after 2024/01 🔥
\n\n
New users should use these docs about managing alerts via NerdGraph.\n\nBrowserApplication\n\nApplication\n\nMobileApplication\n\nServer\n\nKeyTransactio"
},
{
"info": {
"name": "New Relic Get Alerts Events",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://insights-collector.newrelic.com/alerts_events.json",
"params": [
{
"name": "filter[product]",
"value": "example_string",
"type": "query",
"description": "Filter by New Relic product"
},
{
"name": "filter[entity_type]",
"value": "standard",
"type": "query",
"description": "Filter by entity type"
},
{
"name": "filter[entity_group_id]",
"value": "100",
"type": "query",
"description": "Filter by entity group ID"
},
{
"name": "filter[entity_id]",
"value": "100",
"type": "query",
"description": "Filter by entity ID"
},
{
"name": "filter[event_type]",
"value": "standard",
"type": "query",
"description": "Filter by event type"
},
{
"name": "filter[incident_id]",
"value": "100",
"type": "query",
"description": "Filter by incident 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
\n\n
\n\n
\n\n
This API endpoint allows you to list the alerts location failure conditions for your Alerts policy.
\n" }, { "info": { "name": "New Relic Get Alerts Nrql Conditions", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_nrql_conditions.json", "params": [ { "name": "policy_id", "value": "100", "type": "query", "description": "Alerts policy ID" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n" }, { "info": { "name": "New Relic Get Alerts Policies", "type": "http" }, "http": { "method": "GET", "url": "https://insights-collector.newrelic.com/alerts_policies.json", "params": [ { "name": "filter[name]", "value": "example_string", "type": "query", "description": "Name (must be exact match)" }, { "name": "page", "value": "100", "type": "query", "description": "Pagination index" } ] }, "docs": "🔥🔥 New users should use these docs about managing alerts via NerdGraph.\n\nThis API endpoint works with new Alerts on alerts.newrelic.com.
\n\nThis API endpoint returns a list of the alert policies associated with your New Relic account.
\n\nSee our documentation for a discussion on these docs about managing alerts via NerdGraph.\n\n
This API endpoint allows you to list the Synthetics conditions for your alert policy.
\n\nSee our documentation for a discussion on 🔥 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 violations associated with your New Relic account.
\n\n