Table of Contents

Interface ISmDevicesCerts

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

Methods

GetNetworkSmDeviceCertsAsync(string, string, CancellationToken)

List the certs on a device

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

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<DeviceCert>>

Exceptions

ApiException

Thrown when fails to make API call