FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
156 views 0 comments
by anonymous

Even setting "TTL" to high values, the generated link become "active:0" every day.

Status: 
{"success":true,"data":[{"link_id":xxx,"url":"xxx.proxy1-connect.rms.teltonika-networks.com","active":0,"ttl":99999578624,"legacy":false}]}

When I refresh the link (using the web page):
{"success":true,"data":[{"link_id":xxx,"url":"xxx.proxy1-connect.rms.teltonika-networks.com","active":1,"ttl":99999578624,"legacy":false}]}

active goes from 0 to 1
How to do it using the RMS API?
Thanks.

1 Answer

0 votes
by anonymous

Hello,

We have recently added a new RMS API endpoint, allowing you to reactivate a remote access link - https://developers.rms.teltonika-networks.com/pages/api.html#/device%20access/restartRmsSession. Using it, you could simply reestablish the connection yourself using the API.

Best answer