Class DevicesSection
Provides access to devices API endpoints
public class DevicesSection
- Inheritance
-
DevicesSection
- Inherited Members
Constructors
DevicesSection()
public DevicesSection()
Properties
Appliance
Gets the appliance
public DevicesApplianceSection Appliance { get; set; }
Property Value
CellularSims
Return the SIM and APN configurations for a cellular device.
public IDeviceCellularSims CellularSims { get; }
Property Value
Clients
List the clients of a device, up to a maximum of a month ago
public IDeviceClients Clients { get; }
Property Value
LldpCdp
List LLDP and CDP information for a device
public IDeviceLldpCdp LldpCdp { get; }
Property Value
LossAndLatencyHistory
Get the uplink loss percentage and latency in milliseconds, and goodput in kilobits per second for a wired network device.
public IDeviceLossAndLatencyHistory LossAndLatencyHistory { get; }
Property Value
ManagementInterface
Return the management interface settings for a device
public IDeviceManagementInterface ManagementInterface { get; }
Property Value
SensorCommands
Returns a historical log of all commands
public IDeviceSensorCommands SensorCommands { get; }
Property Value
Wireless
Gets the wireless
public DevicesWirelessSection Wireless { get; }
Property Value
Methods
BlinkDeviceLedsAsync(string, BlinkLeds, CancellationToken)
[Obsolete("Deprecated in Meraki API v1.53 in favour of General.LiveTools.CreateDeviceLiveToolsLedsBlink")]
public Task<BlinkLeds> BlinkDeviceLedsAsync(string serial, BlinkLeds blinkLeds, CancellationToken cancellationToken = default)
Parameters
serialstringblinkLedsBlinkLedscancellationTokenCancellationToken
Returns
GetDeviceAsync(string, CancellationToken)
public Task<Device> GetDeviceAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serialstringcancellationTokenCancellationToken
Returns
RebootDeviceAsync(string, CancellationToken)
public Task<ActionResponse> RebootDeviceAsync(string serial, CancellationToken cancellationToken = default)
Parameters
serialstringcancellationTokenCancellationToken
Returns
UpdateDeviceAsync(string, Device, CancellationToken)
public Task<Device> UpdateDeviceAsync(string serial, Device device, CancellationToken cancellationToken = default)
Parameters
serialstringdeviceDevicecancellationTokenCancellationToken