Sign in

Execute GraphQL operation

documented

Submit GraphQL queries or mutations to NerdGraph to fetch data or modify configurations.

POST /graphqlNerdGraphno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://api.newrelic.com/graphql\" \\\n  -X POST \\\n  -H \"Content-Type: application/json\" \\\n  -H \"API-Key: {{NEWRELIC_API_KEY}}\" \\\n  -d '{ \"query\": \"{{$graphql_query}}\", \"variables\": {{$graphql_variables}} }'