Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Cloud Integrations #67

Open
dobbs opened this issue May 21, 2020 · 1 comment
Open

Add Support for Cloud Integrations #67

dobbs opened this issue May 21, 2020 · 1 comment
Labels
enhancement New feature or request kubernetes priority:medium Triaged as a medium size:XL Extra Large

Comments

@dobbs
Copy link
Contributor

dobbs commented May 21, 2020

Feature Description

We would like to programmatically add accounts to the AWS integration, for example.

This pair of NerdGraph mutations might do the trick.

mutation {
  cloudLinkAccount(accountId: NEWRELIC_ACCOUNT_ID, accounts: {aws: {arn: "", name: ""}}) {
    linkedAccounts {
      id
      name
    }
  }
}

mutation {
  cloudConfigureIntegration(accountId: NEWRELIC_ACCOUNT_ID, integrations: {aws: {awsMsk: {awsRegions: "us-east-1", linkedAccountId: 123}}}) {
    integrations {
      id
      name
    }
  }
}
@jthurman42 jthurman42 added enhancement New feature or request priority:medium Triaged as a medium size:XL Extra Large labels Jul 17, 2020
@jthurman42
Copy link
Contributor

Cloud integrations has a very large surface area, so marking this XL

@jpvajda jpvajda added this to Feature Backlog in NR1 Developer Toolkit Community May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kubernetes priority:medium Triaged as a medium size:XL Extra Large
Projects
No open projects
Development

No branches or pull requests

3 participants