Open russorat opened 3 years ago
trying on influxdb cloud, it doesn't panic, but the following error is returned which might help track down the issue:
HTTP response body: {"code":"invalid","message":"Could not create task from check: missing field `values` at line 1 column 4495"}
discovered in: https://github.com/influxdata/influxdb/issues/21793
to repro, try to create a deadman check with the following request (filling in your own org, token, org id):
results in:
making the same request but adding
"timeSince": "90s"
to the request succeeds: