Files
nuclei-templates/token-spray/api-nerdgraph.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

27 lines
607 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/
tags: token-spray,newrelic,nerdgraph
self-contained: true
requests:
- 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'