Interface IAppliancePerformance
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IAppliancePerformance
Methods
GetDeviceAppliancePerformanceAsync(string, string?, string?, string?, CancellationToken)
Return the performance score for a single MX
[Get("/devices/{serial}/appliance/performance")]
Task<Performance> GetDeviceAppliancePerformanceAsync(string serial, string? t0, string? t1, string? timespan, CancellationToken cancellationToken = default)
Parameters
serial
stringThe serial number
t0
stringThe beginning of the timespan for the data.
t1
stringThe end of the timespan for the data. t1 can be a maximum of 14 days after t0.
timespan
stringThe timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 30 minutes and be less than or equal to 14 days. The default is 30 minutes.minimum = 1800, maximum = 1209600
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call