Interface ILiveToolsOspfNeighbors
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
I Live Tools Ospf Neighbors
public interface ILiveToolsOspfNeighbors
Methods
CreateDeviceLiveToolsOspfNeighborAsync(string, DeviceLiveToolsOspfNeighborCreateRequest, CancellationToken)
Enqueue a job to perform a OSPF neighbors request for the device. This endpoint currently supports switches. This endpoint has a sustained rate limit of one request every five seconds per device, with an allowed burst of five requests.
[Post("/devices/{serial}/liveTools/ospfNeighbors")]
Task<DeviceLiveToolsOspfNeighborCreateResponse> CreateDeviceLiveToolsOspfNeighborAsync(string serial, DeviceLiveToolsOspfNeighborCreateRequest request, CancellationToken cancellationToken = default)
Parameters
serialstringrequestDeviceLiveToolsOspfNeighborCreateRequestcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsOspfNeighborAsync(string, string, CancellationToken)
Return an OSPF neighbors live tool job.
[Get("/devices/{serial}/liveTools/ospfNeighbors/{ospfNeighborsId}")]
Task<DeviceLiveToolsOspfNeighborGetResponse> GetDeviceLiveToolsOspfNeighborAsync(string serial, string ospfNeighborsId, CancellationToken cancellationToken = default)
Parameters
serialstringospfNeighborsIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call