Skip to main content
14-Alexandrite
April 7, 2020
Solved

How to query influxDB directly without by Stream or Value Stream?

  • April 7, 2020
  • 1 reply
  • 1337 views

Hello, does anyone know how to query influxDB directly without through stream or value stream? Just like query SQL server with a thing created from MSSqlServer thing template.

Best answer by raluca_edu

Hi,

 

Out of the box you cannot do that, but check this thread talking about a REST call:

https://community.ptc.com/t5/ThingWorx-Developers/Call-service-from-mashup/m-p/624909

 

Regards,

Raluca Edu

1 reply

17-Peridot
April 7, 2020

Hi,

 

Out of the box you cannot do that, but check this thread talking about a REST call:

https://community.ptc.com/t5/ThingWorx-Developers/Call-service-from-mashup/m-p/624909

 

Regards,

Raluca Edu

eyli14-AlexandriteAuthor
14-Alexandrite
April 7, 2020

This is a solution. Thanks very much.