Table of Contents

Class DeviceLiveToolsOspfNeighborCreateResponse

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

Device Live Tools OSPF Neighbor Create Response

[DataContract]
public class DeviceLiveToolsOspfNeighborCreateResponse
Inheritance
DeviceLiveToolsOspfNeighborCreateResponse
Inherited Members

Constructors

DeviceLiveToolsOspfNeighborCreateResponse()

public DeviceLiveToolsOspfNeighborCreateResponse()

Properties

Callback

Information for callback used to send back results

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "callback")]
public DeviceLiveToolsOspfNeighborCreateResponseCallback Callback { get; set; }

Property Value

DeviceLiveToolsOspfNeighborCreateResponseCallback

OspfNeighborId

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

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

Property Value

string

Request

OSPF neighbors request parameters

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

Property Value

DeviceLiveToolsOspfNeighborCreateResponseRequest

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