Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Mango Rest API - Relinquish Data Point
-
Hello,
Under Data points section, I am able to set values of a particular point by entering a value and clicking on "Set".
I am also able to use the REST API to achieve the same objective using PUT request with URL: /v1/point-values/{xid}.Is there a way to use the Mango REST API to relinquish the data point as if i am clicking the relinquish button as below?
-
Hi mangosalad123, welcome to the forum!
Yes, there is such an endpoint. It's the
POST /rest/v1/runtime-manager/relinquish/{xid}
endpoint. There is no request body required. -
@phildunlap Thank you for your help! :)