Custom Influx Db Datasource Controller
get
Authorizations
Path parameters
customDatasourceIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/influxdb/{customDatasourceId}GET /api/custom-datasource/influxdb/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{
"creationDate": "2025-11-01T00:44:43.535Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T00:44:43.535Z",
"id": "text",
"password": "text",
"url": "text",
"isDefault": true,
"dsc": "text",
"name": "text",
"username": "text",
"projectId": "text",
"database": "text"
}put
Authorizations
Path parameters
customDatasourceIdstringRequired
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
passwordstringOptional
urlstringRequired
isDefaultbooleanRequired
dscstring · max: 255Optional
namestring · max: 100Required
usernamestringOptional
projectIdstringOptional
databasestringOptional
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
/api/custom-datasource/influxdb/{customDatasourceId}PUT /api/custom-datasource/influxdb/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 143
{
"id": "text",
"password": "text",
"url": "text",
"isDefault": true,
"dsc": "text",
"name": "text",
"username": "text",
"projectId": "text",
"database": "text"
}No content
delete
Authorizations
Path parameters
customDatasourceIdstringRequired
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-datasource/influxdb/{customDatasourceId}DELETE /api/custom-datasource/influxdb/{customDatasourceId} HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
get
Authorizations
Query parameters
projectIdstringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/influxdbGET /api/custom-datasource/influxdb HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
{
"creationDate": "2025-11-01T00:44:43.535Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T00:44:43.535Z",
"id": "text",
"password": "text",
"url": "text",
"isDefault": true,
"dsc": "text",
"name": "text",
"username": "text",
"projectId": "text",
"database": "text"
}
]post
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
passwordstringOptional
urlstringRequired
isDefaultbooleanRequired
dscstring · max: 255Optional
namestring · max: 100Required
usernamestringOptional
projectIdstringOptional
databasestringOptional
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/custom-datasource/influxdbPOST /api/custom-datasource/influxdb HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 143
{
"id": "text",
"password": "text",
"url": "text",
"isDefault": true,
"dsc": "text",
"name": "text",
"username": "text",
"projectId": "text",
"database": "text"
}{
"creationDate": "2025-11-01T00:44:43.535Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-11-01T00:44:43.535Z",
"id": "text",
"password": "text",
"url": "text",
"isDefault": true,
"dsc": "text",
"name": "text",
"username": "text",
"projectId": "text",
"database": "text"
}post
Authorizations
Query parameters
Body
filestring · binaryRequired
Responses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
post
/api/custom-datasource/influxdb/importPOST /api/custom-datasource/influxdb/import HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 17
{
"file": "binary"
}{}get
Authorizations
Query parameters
projectIdstringOptional
includeIdsbooleanOptionalDefault:
falseResponses
200
OK
*/*
Responseobject
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/custom-datasource/influxdb/exportGET /api/custom-datasource/influxdb/export HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
{}delete
Authorizations
Query parameters
customDatasourceIdsstring[]Required
Responses
204
No Content
No content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
delete
/api/custom-datasource/influxdb/multi/by-idsDELETE /api/custom-datasource/influxdb/multi/by-ids?customDatasourceIds=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
No content
Last updated