Table of Contents

Class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem

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

Organization Devices System Memory Usage History By Interval Item

[DataContract]
public class OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem
Inheritance
OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem
Inherited Members

Constructors

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem()

public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItem()

Properties

Free

Information regarding memory availability on the device over the entire timespan

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "free")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree Free { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemFree

Intervals

Time interval snapshots of system memory utilization on the device with the most recent snapshot first

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "intervals")]
public List<OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval> Intervals { get; set; }

Property Value

List<OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemInterval>

Mac

MAC address of the device

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

Property Value

string

Model

Model of the device

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

Property Value

string

Name

Name of the device

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Network

Information regarding the network the device belongs to

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "network")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork Network { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemNetwork

Provisioned

The total RAM size provisioned on the device, in kB

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "provisioned")]
public int Provisioned { get; set; }

Property Value

int

Serial

Unique serial number for the device

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

Property Value

string

Tags

List of custom tags for the device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }

Property Value

List<string>

Used

Information regarding memory usage on the device over the entire timespan

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "used")]
public OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed Used { get; set; }

Property Value

OrganizationDevicesSystemMemoryUsageHistoryByIntervalItemUsed