33 lines
831 B
YAML
33 lines
831 B
YAML
id: api-nerdgraph
|
|
|
|
info:
|
|
name: New Relic NerdGraph API Test
|
|
author: zzeitlin
|
|
severity: info
|
|
reference:
|
|
- https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,newrelic,nerdgraph
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: POST
|
|
path:
|
|
- "https://api.newrelic.com/graphql"
|
|
|
|
headers:
|
|
Content-Type: application/json
|
|
API-Key: "{{token}}"
|
|
|
|
body: "{ \"query\": \"{ requestContext { userId apiKey }}\" }"
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
negative: true
|
|
words:
|
|
- 'errors'
|
|
|
|
# digest: 4a0a0047304502202fa220c6d6629221999e062c27929e5e764a83e86fddbc1fad0a82aba6d72b35022100dc2c2335df23fd9a3920662674ca3bd237c4343b772c57df3ff1ab8a96bbf5cf:922c64590222798bb761d5b6d8e72950
|