There are missing required labels in the InfluxDB OSS API docs.
status is required to add a new check
orgID is required to add a new notification endpoint
every is required to add a new notification rule
orgID and bucketID are required to create a new scraper target
orgID si required to create a source
orgID or/and org 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 either orgID or org. I believe the Create a Task orgID and org should be described as they are for deleting data.
orgID is required to create a Telegraf configuration
orgID is required to create a new stack
orgID is required to apply or dry-run a template
orgID within orgIDs is required to export a new template
There is also one excessive "required" in create a dashboard where the name IS NOT a required parameter to create a new dashboard.
There are missing
requiredlabels in the InfluxDB OSS API docs.statusis required to add a new checkorgIDis required to add a new notification endpointeveryis required to add a new notification ruleorgIDandbucketIDare required to create a new scraper targetorgIDsi required to create a sourceorgIDor/andorgis 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 eitherorgIDororg. I believe the Create a TaskorgIDandorgshould be described as they are for deleting data.orgIDis required to create a Telegraf configurationorgIDis required to create a new stackorgIDis required to apply or dry-run a templateorgIDwithinorgIDsis required to export a new templateThere is also one excessive "required" in create a dashboard where the
nameIS NOT a required parameter to create a new dashboard.