Interface IOrganizationsDevicesSystem
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Devices System
public interface IOrganizationsDevicesSystem
Methods
GetOrganizationWirelessDevicesSystemCpuLoadHistoryAsync(string, CancellationToken)
Return the CPU Load history for a list of wireless devices in the organization.
[Get("/organizations/{organizationId}/wireless/devices/system/cpu/load/history")]
Task<OrganizationWirelessDevicesSystemCpuLoadHistory> GetOrganizationWirelessDevicesSystemCpuLoadHistoryAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call