Table of Contents

Class InsightMonitoredMediaServer

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

Insight monitored media servers

[DataContract]
public class InsightMonitoredMediaServer : NamedIdentifiedItem
Inheritance
InsightMonitoredMediaServer
Inherited Members

Properties

Address

The IP address (IPv4 only) or hostname of the media server to monitor

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

Property Value

string

AddressIsIp

Undocumented AddressIsAp, believed to be informational only

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "addressIsIp")]
public bool? AddressIsIp { get; set; }

Property Value

bool?

BestEffortMonitoringEnabled

Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bestEffortMonitoringEnabled")]
public bool BestEffortMonitoringEnabled { get; set; }

Property Value

bool