Chris Trombley
Chris Trombley
Is there a workaround for this?
Hey there @vosechu! Thanks for the issue! Workloads are account-scoped (you can't look them up in NerdGraph without an account ID), so at a minimum we'll need account ID and...
Whoa I didn't even realize what you had written up!  TIL! We will definitely take this on!
Hi @trunet ! We are in the middle of a large transition that involves moving most of our resources from legacy REST-based APIs to the NerdGraph GraphQL API. Synthetics is...
Hey @pickgr! You'll want to use `data.newrelic_entity.service1.application_id` instead of `data.newrelic_entity.service1.id` when populating the `entities` field in `newrelic_alert_condition`. It is a bit of an unfortunate naming convention that was put in...
Hey @pickgr, I think I see what's happening here. You have an app named "Firestorm Service - Prod - IBM - USEast" in two of your accounts, but the `newrelic_entity`...
@pickgr I made a mistake here, it looks like we don't have `account_id` plumbed in as a search parameter like I thought we did. It's just a computed attribute. However,...
Hi @nvyshnev, is there any reason [alert muting rules](https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/alert_muting_rule) will not work for you?
@skyzyx, it looks as if API key authentication is already enabled for this API. You should be able to use your User API key to make a request that looks...
We are usually hesitant to build around individual APIs, since stitching them into Nerdgraph is the common path for building integrations. Please let us know if the advice above helps...