Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsroka authored Jun 8, 2023
1 parent 098122f commit b9be7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h1>console</h1>
<pre id=listDevices>
// 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...
Expand Down

0 comments on commit b9be7cc

Please sign in to comment.