Is there an API to disable/enable a cloud target?

0 votes
asked Jul 1, 2018 by devguilherme (240 points)

Here in my company, we need to disable some targets (but not delete them. They would be still stored in the cloud database, but they would not be scanned, as if they didn't exist). I've read the API reference, and the New Target and Modify Target APIs have an "active" parameter, but I'm not sure if this parameter disables the target.

Is there an API for that?

If not, do you have plans for adding this API?

1 Answer

0 votes
answered Jul 2, 2018 by albert52 (31,850 points)
1) you can enable and disable the image through the cloud recognition management center:https://www.easyar.com/view/developCenter.html#crs?1&1

2) you can set the parameter active to 0(https://www.easyar.com/doc/EasyAR%20CRS/api/farmer-create.html)
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...