You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using currently the below call to get the devices.
logicMonitorClient.GetDevicesPageAsync(new LogicMonitor.Api.Filters.Filter<LogicMonitor.Api.Devices.Device> { }, new CancellationToken()).Result.Items
Unbale to understand how to do it with the new version. Could someone help here please.