Table of Contents

Class DeviceLiveToolsMulticastRoutingGetResponse

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

Device Live Tools Multicast Routing Get Response

[DataContract]
public class DeviceLiveToolsMulticastRoutingGetResponse
Inheritance
DeviceLiveToolsMulticastRoutingGetResponse
Inherited Members

Constructors

DeviceLiveToolsMulticastRoutingGetResponse()

public DeviceLiveToolsMulticastRoutingGetResponse()

Properties

Error

Description of the error.

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

Property Value

string

Interfaces

The interfaces that have PIM enabled

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "interfaces")]
public List<DeviceLiveToolsMulticastRoutingGetResponseInterface> Interfaces { get; set; }

Property Value

List<DeviceLiveToolsMulticastRoutingGetResponseInterface>

MulticastRoutingId

ID of the Multicast routing request. Used to check the status of the request.

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

Property Value

string

Request

Multicast routing request parameters

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "request")]
public DeviceLiveToolsMulticastRoutingGetResponseRequest Request { get; set; }

Property Value

DeviceLiveToolsMulticastRoutingGetResponseRequest

Routes

The multicast routes

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routes")]
public List<DeviceLiveToolsMulticastRoutingGetResponseRoute> Routes { get; set; }

Property Value

List<DeviceLiveToolsMulticastRoutingGetResponseRoute>

Status

Status of the Multicast routing request. enum = ["complete", "failed", "new", "ready", "running", ...]

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

Property Value

string

Url

GET this URL to check the status of your Multicast routing request.

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

Property Value

string