Hello Oliver, can you confirm the API for deleting curl -i 'http://localhost:7557/devices/${device_ID}' -X DELETE
I run this but nothing happen. Thanks Alfred From: Users [mailto:[email protected]] On Behalf Of Dan Morphis Sent: Tuesday, January 16, 2018 3:50 AM To: Community support for GenieACS users <[email protected]> Subject: Re: How to clear all CPE You will need to write some code. First to pull the list of devices, and then to make a DELETE call with the ACS ID. -dan On Mon, Jan 15, 2018 at 2:58 AM, Alfred George <[email protected] <mailto:[email protected]> > wrote: Thankyou Oliver, I have more than 200 devices how to I apply this.? Thanks Alfred -----Original Message----- From: Users [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of Oliver Kraitschy Sent: Monday, January 15, 2018 8:01 PM To: [email protected] <mailto:[email protected]> Subject: Re: How to clear all CPE Hello, you could use the REST API to get a list of all devices and issue a DELETE request for each device: https://github.com/genieacs/genieacs/wiki/API-Reference Greetings, Oliver Am 15.01.2018 05:33, schrieb Alfred George: > Iam just wondering is there any ways to clear all CPE and let CPE to > reconnect again. > > Thanks > > Alfred G > _______________________________________________ > Users mailing list > [email protected] <mailto:[email protected]> > http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] <mailto:[email protected]> http://lists.genieacs.com/mailman/listinfo/users _______________________________________________ Users mailing list [email protected] <mailto:[email protected]> http://lists.genieacs.com/mailman/listinfo/users
_______________________________________________ Users mailing list [email protected] http://lists.genieacs.com/mailman/listinfo/users
