Table of Contents

Class OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Time interval snapshot of CPU usage data of the wireless LAN controller

[DataContract]
public class OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval
Inheritance
OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval
Inherited Members

Constructors

OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval()

public OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemInterval()

Properties

ByCore

The CPU usage per core of the wireless LAN controller

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "byCore")]
public List<OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalByCoreItem> ByCore { get; set; }

Property Value

List<OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalByCoreItem>

EndTs

The end time of the query range with iso8601 format

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "endTs")]
public string EndTs { get; set; }

Property Value

string

Overall

The overall CPU usage of the wireless LAN controller

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "overall")]
public OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalOverall Overall { get; set; }

Property Value

OrganizationWirelessControllerDevicesSystemUtilizationHistoryByIntervalItemIntervalOverall

StartTs

The start time of the query range with iso8601 format

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "startTs")]
public string StartTs { get; set; }

Property Value

string