Table of Contents

Interface ISmDevicesSoftwares

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll
public interface ISmDevicesSoftwares

Methods

GetNetworkSmDeviceSoftwaresAsync(string, string, CancellationToken)

Get a list of softwares associated with a device

[Get("/networks/{networkId}/sm/devices/{deviceId}/softwares")]
Task<List<Software>> GetNetworkSmDeviceSoftwaresAsync(string networkId, string deviceId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<Software>>

Exceptions

ApiException

Thrown when fails to make API call