Table of Contents

Class HealthByTime

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

Health by time

[DataContract]
public class HealthByTime
Inheritance
HealthByTime
Inherited Members

Properties

EndTs

EndTs

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

Property Value

string

LanGoodput

Lan Goodput

[DataMember(Name = "lanGoodput")]
public int LanGoodput { get; set; }

Property Value

int

LanLatencyMs

Lan latency ms

[DataMember(Name = "lanLatencyMs")]
public double LanLatencyMs { get; set; }

Property Value

double

LanLossPercent

Lan loss percent

[DataMember(Name = "lanLossPercent")]
public double LanLossPercent { get; set; }

Property Value

double

NumClients

Num clients

[DataMember(Name = "numClients")]
public int NumClients { get; set; }

Property Value

int

Recv

Recv

[DataMember(Name = "recv")]
public int Recv { get; set; }

Property Value

int

ResponseDuration

Response duration

[DataMember(Name = "responseDuration")]
public int ResponseDuration { get; set; }

Property Value

int

Sent

Sent

[DataMember(Name = "sent")]
public int Sent { get; set; }

Property Value

int

StartTs

StartTs

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

Property Value

string

WanGoodput

Wan Goodput

[DataMember(Name = "wanGoodput")]
public int WanGoodput { get; set; }

Property Value

int

WanLatencyMs

Wan latency ms

[DataMember(Name = "wanLatencyMs")]
public double WanLatencyMs { get; set; }

Property Value

double

WanLossPercent

Wan loss percent

[DataMember(Name = "wanLossPercent")]
public double WanLossPercent { get; set; }

Property Value

double