Custom Influx Db Database Controller
post
Authorizations
Path parameters
datasourceIdstringRequired
Body
stringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/custom-influxdb-database/{datasourceId}/influxqlPOST /api/custom-influxdb-database/{datasourceId}/influxql HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: text/plain
Accept: */*
Content-Length: 6
"text"{
  "results": [
    {
      "type": "text"
    }
  ],
  "size": 1
}Last updated
