diff --git a/console/index.html b/console/index.html index cb7b7277..b082d073 100644 --- a/console/index.html +++ b/console/index.html @@ -431,7 +431,7 @@

console

 // List unmanaged devices and user info using https://gabrielsroka.github.io/console
 
-url = '/api/v1/devices?search=managementStatus eq "UNMAN"&expand=user'
+url = '/api/v1/devices?search=managementStatus eq "UNMAN"&expand=user&limit=20'
 for await (device of getObjects(url)) {
   for (user of device._embedded.users) {
     log(device.id, user.managementStatus) // add more attrs...