I need to send the data that the slurm sacct command provides into influxdb using the curl command. I continuously get a
400 cannot parse error
returned from influx.
400 error code means, you sent a request that InfluxDB server could not understand. Check your command. Refer some successful stories around here to find something to learn.