Table of Contents

Interface ISmDevicesSecurityCenters

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

Methods

GetNetworkSmDeviceSecurityCentersAsync(string, string, CancellationToken)

List the security centers on a device

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

Parameters

networkId string

The network id

deviceId string

The device id

cancellationToken CancellationToken

Returns

Task<List<SecurityCenter>>

Exceptions

ApiException

Thrown when fails to make API call