Interface IOrganizationsWirelessControllerDevicesRedundancy
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Wireless Controller Devices Redundancy
public interface IOrganizationsWirelessControllerDevicesRedundancy
Methods
GetOrganizationWirelessControllerDevicesRedundancyFailoverHistoryAsync(string, CancellationToken)
List the failover events of wireless LAN controllers in an organization
[Get("/organizations/{organizationId}/wirelessController/devices/redundancy/failover/history")]
Task<List<OrganizationWirelessControllerDevicesRedundancyFailoverHistory>> GetOrganizationWirelessControllerDevicesRedundancyFailoverHistoryAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
GetOrganizationWirelessControllerDevicesRedundancyStatusesAsync(string, CancellationToken)
List redundancy details of wireless LAN controllers in an organization. The failover count refers to the total failovers system happens from the moment of this device onboarding to Dashboard
[Get("/organizations/{organizationId}/wirelessController/devices/redundancy/statuses")]
Task<OrganizationWirelessControllerDevicesRedundancyStatuses> GetOrganizationWirelessControllerDevicesRedundancyStatusesAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call