cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

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

eyli
12-Amethyst

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

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.

1 ACCEPTED SOLUTION

Accepted Solutions
raluca_edu
17-Peridot
(To:eyli)

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

View solution in original post

2 REPLIES 2
raluca_edu
17-Peridot
(To:eyli)

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

eyli
12-Amethyst
(To:raluca_edu)

This is a solution. Thanks very much.