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.
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.