Interface IOrganizationsDevicesPower
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Devices Power
public interface IOrganizationsDevicesPower
Methods
GetOrganizationWirelessDevicesPowerModeHistory(string, CancellationToken)
Return a record of power mode changes for wireless devices in the organization. For each device, it provides a series of events with timestamps indicating when a power mode change occurred and the new mode. The events are ordered by timestamp.
[Get("/organizations/{organizationId}/wireless/devices/power/mode/history")]
Task<OrganizationWirelessDevicesPowerModeHistory> GetOrganizationWirelessDevicesPowerModeHistory(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call