Table of Contents

Interface INetworksSensorSchedules

Namespace
Meraki.Api.Interfaces.General.Networks
Assembly
Meraki.Api.dll

I Networks Sensor Schedules

public interface INetworksSensorSchedules

Methods

GetNetworkSensorSchedulesAsync(string, CancellationToken)

Returns a list of all sensor schedules.

[Get("/networks/{networkId}/sensor/schedules")]
Task<List<NetworkSensorSchedule>> GetNetworkSensorSchedulesAsync(string networkId, CancellationToken cancellationToken = default)

Parameters

networkId string
cancellationToken CancellationToken

Returns

Task<List<NetworkSensorSchedule>>

Exceptions

ApiException

Thrown when fails to make API call