Skip to content

Commit

Permalink
Update integrations-api-value-validations.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ismahernandez committed May 8, 2024
1 parent 4364e3f commit cd8d6e4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ subject: Cloud integrations
releaseDate: '2024-05-10'
---

### Updates to Cloud Integrations API Validations
### Fixes to Cloud Integrations API Validations

We're updating how NerdGraph handles certain requests for the `cloud` namespace:

* The validations for boolean fields have been updated. From now on, `null` values will be rejected for these fields.
* The inventory polling interval and metrics polling interval integer fields have been updated as well. Going forward, these fields will no longer accept null values.
* The `tagKey` parameter under GCP and AWS integrations will no longer accept empty strings as value.

These updates are a bugfix that will prevent these values which in some cases are broken or functionally confusing.

Please ensure that you're providing valid values for these fields in your requests.

To get more information on how to use cloud integration APIs, please see the [Configure cloud integrations NerdGraph tutorial](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-cloud-integrations-api-tutorial/).

0 comments on commit cd8d6e4

Please sign in to comment.