Table of Contents

Class NetworkTraffic

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

Network traffic

[DataContract]
public class NetworkTraffic
Inheritance
NetworkTraffic
Inherited Members

Properties

ActiveTime

Active time

[DataMember(Name = "activeTime")]
public int ActiveTime { get; set; }

Property Value

int

Application

Application

[DataMember(Name = "application")]
public string Application { get; set; }

Property Value

string

Destination

Destination

[DataMember(Name = "destination")]
public string? Destination { get; set; }

Property Value

string

Flows

Flows

[DataMember(Name = "flows")]
public int Flows { get; set; }

Property Value

int

NumClients

Number of clients

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

Property Value

int

Port

Port This be:

  • an integer (e.g. for TCP ports); or
  • "-" (e.g. for ICMP ports)
[DataMember(Name = "port")]
public object Port { get; set; }

Property Value

object

Protocol

Protocol

[DataMember(Name = "protocol")]
public string Protocol { get; set; }

Property Value

string

Recv

Recv

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

Property Value

int

Sent

Sent

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

Property Value

int