Table of Contents

Class InsightMonitoredMediaServerCreationRequest

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

CreateOrganizationInsightMonitoredMediaServer

[DataContract]
public class InsightMonitoredMediaServerCreationRequest
Inheritance
InsightMonitoredMediaServerCreationRequest
Inherited Members

Properties

Address

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

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

Property Value

string

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

BestEffortMonitoringEnabled

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

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

Property Value

bool

Name

The name of the VoIP provider

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

Property Value

string

The name of the VoIP provider