Custom Influx Db Database Controller

post
Authorizations
Path parameters
datasourceIdstringRequired
Body
stringOptional
Responses
200
OK
*/*
post
POST /api/custom-influxdb-database/{datasourceId}/influxql HTTP/1.1
Host: inscada.cloud
Content-Type: text/plain
Accept: */*
Content-Length: 6

"text"
{
  "results": [
    {
      "type": "text"
    }
  ],
  "size": 1
}