{ "opencollection": "1.0.0", "info": { "name": "New Relic Event Alerts Instances API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "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\n

Application instances can be filtered by hostname, or the list of application instance IDs.

\n\n

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

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

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

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

You can also retrieve a summarized data point across the entire time range selected by using the summarize\nparameter.

\n\n

See our doc" } ] } ], "bundled": true }