Skip to content

Commit

Permalink
Merge pull request #8408 from rbayersdorfer-newrelic/patch-2
Browse files Browse the repository at this point in the history
Update nerdgraph-historical-data-export.mdx
  • Loading branch information
barbnewrelic committed Jul 11, 2022
2 parents 043db99 + 9b6b4ea commit 2f33f4b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -260,7 +260,7 @@ curl --location --request POST 'https://api.newrelic.com/graphql' \

## Export results format [#export-results-format]

Results from the queries are in the results field from either of the two `get details` endpoints. They are in the form of one or more download links. The result files themselves are valid for a week from when the export was run and contain approximately 100MB or less of GZIP compressed JSON. Each link is pre-signed to be valid for 2 minutes. If the link expires, you can get a fresh one by requerying the export details object in NerdGraph for the results.
Results from the queries are in the results field from either of the two `get details` endpoints. They are in the form of one or more download links. The result files themselves are valid for a week from when the export was run and contain approximately 100MB or less of GZIP compressed JSON. Each link is pre-signed to be valid for 6 hours. If the link expires, you can get a fresh one by requerying the export details object in NerdGraph for the results.

An example unzipped results file is below:

Expand Down

0 comments on commit 2f33f4b

Please sign in to comment.