Interface IWirelessSsidsSchedules
- Namespace
- Meraki.Api.Interfaces.Products.Wireless
- Assembly
- Meraki.Api.dll
public interface IWirelessSsidsSchedules
Methods
GetNetworkWirelessSsidSchedulesAsync(string, string, CancellationToken)
List the outage schedule for the SSID
[Get("/networks/{networkId}/wireless/ssids/{number}/schedules")]
Task<WirelessSsidOutageSchedule> GetNetworkWirelessSsidSchedulesAsync(string networkId, string number, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
numberstringThe SSID number
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkWirelessSsidSchedulesAsync(string, string, WirelessSsidOutageSchedule, CancellationToken)
Update the outage schedule for the SSID
[Put("/networks/{networkId}/wireless/ssids/{number}/schedules")]
Task<WirelessSsidOutageSchedule> UpdateNetworkWirelessSsidSchedulesAsync(string networkId, string number, WirelessSsidOutageSchedule updateNetworkWirelessSsidSchedules, CancellationToken cancellationToken = default)
Parameters
networkIdstringThe network id
numberstringThe SSID number
updateNetworkWirelessSsidSchedulesWirelessSsidOutageSchedulecancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call