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

Key transactions can be filtered by their name or list of IDs.

\n\n

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

See our documentation for a discussion of\nsummary data output.

\n\n" } ] } ], "bundled": true }