Table of Contents

Class DeviceLiveToolsOspfNeighborGetResponse

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

Device Live Tools OSPF Neighbor Get Response

[DataContract]
public class DeviceLiveToolsOspfNeighborGetResponse
Inheritance
DeviceLiveToolsOspfNeighborGetResponse
Inherited Members

Constructors

DeviceLiveToolsOspfNeighborGetResponse()

public DeviceLiveToolsOspfNeighborGetResponse()

Properties

Error

Description of the error.

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

Property Value

string

OspfNeighborsId

ID of the OSPF neighbors request. Used to check the status of the request.

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

Property Value

string

Request

OSPF neighbors request parameters

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

Property Value

DeviceLiveToolsOspfNeighborGetResponseRequest

Routers

The OSPF neighbors

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "routers")]
public List<DeviceLiveToolsOspfNeighborGetResponseRouter> Routers { get; set; }

Property Value

List<DeviceLiveToolsOspfNeighborGetResponseRouter>

Status

Status of the OSPF neighbors 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 OSPF neighbors request.

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

Property Value

string