Table of Contents

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

organizationId string
cancellationToken CancellationToken

Returns

Task<OrganizationWirelessDevicesSystemCpuLoadHistory>

Exceptions

ApiException

Thrown when fails to make API call