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
when either status or every is missing, server panics (panic has occurred: /api/v2/notificationRules: runtime error: invalid memory address or nil pointer dereference
There are missing
required
labels in the InfluxDB OSS API docs.status
is required to add a new checkorgID
is required to add a new notification endpointevery
is required to add a new notification ruleorgID
andbucketID
are required to create a new scraper targetorgID
si required to create a sourceorgID
or/andorg
is required to create a task - it might be worth noting that it only works like this for the OSS InfluxDB version. When it comes to the cloud InfluxDB there is no need for eitherorgID
ororg
. I believe the Create a TaskorgID
andorg
should be described as they are for deleting data.orgID
is required to create a Telegraf configurationorgID
is required to create a new stackorgID
is required to apply or dry-run a templateorgID
withinorgIDs
is required to export a new templateThere is also one excessive "required" in create a dashboard where the
name
IS NOT a required parameter to create a new dashboard.The text was updated successfully, but these errors were encountered: