Skip to content

Instantly share code, notes, and snippets.

@csabapalfi
Created June 25, 2018 22:40
Show Gist options
  • Save csabapalfi/bf2048fcd88bc4fbefb69629c908a37d to your computer and use it in GitHub Desktop.
Save csabapalfi/bf2048fcd88bc4fbefb69629c908a37d to your computer and use it in GitHub Desktop.
curl -X GET 'https://api.newrelic.com/v2/applications/<app-id>/metrics/data.json' \
-H 'X-Api-Key: <api-key>' -i \
-G -d 'names[]=EndUser/errors&values[]=error_percentage&from=2018-06-24T21:38:00+00:00&to=2018-06-25T22:08:00+00:00&summarize=false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment