• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

NerdGraph tutorial: View and manage Scorecards

New Relic lets you to use NerdGraph Scorecards GraphQL mutations to manage Scorecards and rules. These mutations let you create, update, delete, and retrieve Scorecards and their associated rules in your existing workflows and integrations.

This tutorial provides examples of how to use NerdGraph to manage Scorecards and rules. You can use these examples to automate Scorecard management tasks, such as creating Scorecards, adding rules, and updating Scorecard details. If you need to set up custom permissions for managing Scorecards, see Create custom roles for Scorecards.

Mutations

New Relic provides various NerdGraph mutations to create and manage Scorecards and related rules.

You can also organize a Scorecard's rules into maturity levels and give each rule a weight. In the API, maturity levels are called progress levels:

  • A Scorecard defines its maturity levels with the progressLevels field. Creating custom (non-default) levels is only available through the API, see Create or update maturity levels.
  • A rule is assigned to a level with the progressLevel field, which takes the id of one of the Scorecard's progress levels.
  • A rule's weight in the Scorecard's weighted-average score is set with the impactWeight field. For how weighting works, see weighted scoring.

NerdGraph queries for Scorecards

Copyright © 2026 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.