You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NS1 datafeeds can be configured with pre-defined data. This datafeed can then be applied to records along with filters.
for example:
Configure datafeed with following data.
curl -H "X-NSONE-Key: ****" -d '{"":{"ip_prefixes":["10.0.0.0/8"], "up": "true"}}' https://ns1.example.com/v1/feed/<source_id>
The option to add this data parameter is missing from the ns1_datafeed resource .,
Reason:
We have many non-power users managing their own zones and records. Having a pre-configured data feed, makes it easier for them to add the required feed to their DNS record.
Would be nice to configure this data into a datafeed via the terraform module.
The text was updated successfully, but these errors were encountered:
Basically, to do what this point states on the NS1 UI..
The native NSONE data source, our own API. Requires normal NSONE API authentication via the X-NSONE-Key header when sending requests to the Feed URL. The body of your data feed request must be a JSON object containing either simple key/value pairs as in any normal record/region/answer metadata table, e.g. {"up": "1"}, in which case the updated values will be applied to all data feeds associated with this data source; or, an object where keys match the label for data feeds from this source, and values are metadata update tables. Data feeds from this source may update any metadata field.
NS1 datafeeds can be configured with pre-defined data. This datafeed can then be applied to records along with filters.
for example:
Configure datafeed with following data.
curl -H "X-NSONE-Key: ****" -d '{"":{"ip_prefixes":["10.0.0.0/8"], "up": "true"}}' https://ns1.example.com/v1/feed/<source_id>
The option to add this data parameter is missing from the ns1_datafeed resource .,
Reason:
We have many non-power users managing their own zones and records. Having a pre-configured data feed, makes it easier for them to add the required feed to their DNS record.
Would be nice to configure this data into a datafeed via the terraform module.
The text was updated successfully, but these errors were encountered: