Table of Contents

Class OrganizationsDevicesSystemSection

Namespace
Meraki.Api.Sections.General.Organizations
Assembly
Meraki.Api.dll

Provides access to organizations devices system API endpoints

public class OrganizationsDevicesSystemSection
Inheritance
OrganizationsDevicesSystemSection
Inherited Members

Constructors

OrganizationsDevicesSystemSection()

public OrganizationsDevicesSystemSection()

Properties

Memory

Gets the memory

public OrganizationsDevicesSystemMemorySection Memory { get; }

Property Value

OrganizationsDevicesSystemMemorySection

Methods

GetOrganizationWirelessDevicesSystemCpuLoadHistoryAsync(string, CancellationToken)

public Task<OrganizationWirelessDevicesSystemCpuLoadHistory> GetOrganizationWirelessDevicesSystemCpuLoadHistoryAsync(string organizationId, CancellationToken cancellationToken = default)

Parameters

organizationId string
cancellationToken CancellationToken

Returns

Task<OrganizationWirelessDevicesSystemCpuLoadHistory>