Skip to content

Commit

Permalink
Moved nerdgraph category docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclypse committed Aug 23, 2021
1 parent 23392b8 commit 2cba0f1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ redirects:
- /docs/alerts-applied-intelligence/alerts-nerdgraph/nerdgraph-api-alerts-policies
- /docs/alerts-applied-intelligence/alerts-nerdgraph/nerdgraph-examples/nerdgraph-api-alerts-policies
- /docs/nerdgraph-examples/nerdgraph-api-alerts-policies
- /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-alerts-policies
---

You can manage your alerts policies using our GraphQL NerdGraph API. Here are some queries and mutations you can develop in our [NerdGraph API explorer](https://api.newrelic.com/graphiql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ redirects:
- /docs/alerts/alerts-nerdgraph/nerdgraph-examples/nerdgraph-api-examples
- /docs/alerts/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-examples
- /docs/alerts-applied-intelligence/alerts-nerdgraph/nerdgraph-examples/nerdgraph-api-examples
- /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-examples
---

You can manage your policies, conditions, and muting rules programmatically using our [GraphQL NerdGraph API](https://docs.newrelic.com/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph). This is a powerful alternative to managing them in New Relic One or through the [REST API](https://docs.newrelic.com/docs/alerts/rest-api-alerts/new-relic-alerts-rest-api/rest-api-calls-new-relic-alerts).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metaDescription: Customize how New Relic detects loss of signal and what values
redirects:
- /docs/alerts/alerts-nerdgraph/nerdgraph-examples/nerdgraph-api-loss-signal-gap-filling
- /docs/nerdgraph-api-loss-signal-gap-filling
- /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-loss-signal-gap-filling
---

Loss of signal occurs when New Relic stops receiving data for a while; technically, we detect loss of signal after a significant amount of time has elapsed since data was last received in a time series. Loss of signal can be used to trigger or resolve a violation, which you can use to set up alerts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ tags:
- New Relic Alerts
- Alerts and NerdGraph
metaDescription: 'Read about how you can list, create, update, and delete alert notification channels using the NerdGraph API.'
redirects:
- /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-notification-channels
---

You can manage your alert notification channels using our GraphQL NerdGraph API. Here are some queries and mutations you can develop in our [NerdGraph API explorer](https://api.newrelic.com/graphiql).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ redirects:
- /docs/alerts/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-nrql-condition-alerts
- /docs/alerts-applied-intelligence/alerts-nerdgraph/nerdgraph-api-nrql-condition-alerts
- /docs/alerts-applied-intelligence/alerts-nerdgraph/nerdgraph-examples/nerdgraph-api-nrql-condition-alerts
- /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-nrql-condition-alerts
---

You can manage alerts conditions using our GraphQL NerdGraph API. Here are some conditions queries and mutations you can develop in our [NerdGraph API explorer](https://api.newrelic.com/graphiql).
Expand Down
12 changes: 6 additions & 6 deletions src/nav/alerts-and-applied-intelligence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,18 @@ pages:
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts
pages:
- title: Automate alerts with NerdGraph
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph
pages:
- title: 'Intro to NerdGraph API and Alerts'
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-examples
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-examples
- title: 'NerdGraph: Alerts policies'
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-alerts-policies
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-alerts-policies
- title: 'NerdGraph: Notification channels'
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-notification-channels
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-notification-channels
- title: 'NerdGraph: NRQL conditions'
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-nrql-condition-alerts
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-nrql-condition-alerts
- title: 'NerdGraph: Loss of signal'
path: /docs/alerts-applied-intelligence/new-relic-alerts/alerts-nerdgraph/nerdgraph-api-loss-signal-gap-filling
path: /docs/alerts-applied-intelligence/new-relic-alerts/advanced-alerts/alerts-nerdgraph/nerdgraph-api-loss-signal-gap-filling
- title: Get infrastructure alerts
path: /docs/infrastructure/new-relic-infrastructure/infrastructure-alert-conditions
pages:
Expand Down

0 comments on commit 2cba0f1

Please sign in to comment.