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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

ThingWorx Edge SDK Java samples to create valueStream

kiran2
6-Contributor

ThingWorx Edge SDK Java samples to create valueStream

Hi Guys,

 

I have been trying to create a ValueStream through Edge Java SDK, couldn't find any solution how to create that.

But i'm able to set the existing ValueStream to a particular thing using SetValueStream service.

 

Is it like ValueStream need to created while creating a thing itself or do we have any particular service to create a ValueStream explicitly.

 

Could someone please help it out.

 

Thanks in advance.

ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:kiran2)

Hi @kiran2.

 

Since a ValueStream is just a Thing created using the ValueStream template, you should be able to create it using the CreateThing service under the EntityServices resource.

 

If you still have questions, please let us know.

 

Regards.

 

--Sharon

View solution in original post

2 REPLIES 2
slangley
23-Emerald II
(To:kiran2)

Hi @kiran2.

 

Since a ValueStream is just a Thing created using the ValueStream template, you should be able to create it using the CreateThing service under the EntityServices resource.

 

If you still have questions, please let us know.

 

Regards.

 

--Sharon

kiran2
6-Contributor
(To:slangley)

Thank you @slangley ,

The solution you provided got worked.

Announcements

Top Tags