Sign in

Execute GraphQL operation (EU)

documented

Submit GraphQL queries or mutations to NerdGraph on the EU data center.

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}} }'