Interface ILiveToolsCableTest
- Namespace
- Meraki.Api.Interfaces.General.LiveTools
- Assembly
- Meraki.Api.dll
public interface ILiveToolsCableTest
Methods
CreateDeviceLiveToolsCableTestAsync(string, LiveToolsCableTestCreate, CancellationToken)
Enqueue a job to perform a cable test for the device on the specified ports.
[Post("/devices/{serial}/liveTools/cableTest")]
Task<LiveToolsCableTest> CreateDeviceLiveToolsCableTestAsync(string serial, LiveToolsCableTestCreate createDeviceLiveToolsCableTest, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
createDeviceLiveToolsCableTest
LiveToolsCableTestCreateBody
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetDeviceLiveToolsCableTestAsync(string, string, CancellationToken)
Return a cable test live tool job.
[Get("/devices/{serial}/liveTools/cableTest/{id}")]
Task<LiveToolsCableTestResult> GetDeviceLiveToolsCableTestAsync(string serial, string id, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
id
stringThe cable test id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call