Class IOrganizationsAssuranceExtensions
- Namespace
- Meraki.Api.Extensions
- Assembly
- Meraki.Api.dll
public static class IOrganizationsAssuranceExtensions
- Inheritance
-
IOrganizationsAssuranceExtensions
- Inherited Members
Methods
GetOrganizationAssuranceAlertsAllAsync(IOrganizationsAssuranceAlerts, string, string?, string?, string?, List<string>?, string?, string?, string?, string?, List<string>?, List<string>?, List<string>?, bool?, bool?, bool?, bool?, CancellationToken)
Return all health alerts for an organization
public static Task<List<OrganizationAssuranceAlert>> GetOrganizationAssuranceAlertsAllAsync(this IOrganizationsAssuranceAlerts organizationAssuranceAlerts, string organizationId, string? sortOrder, string? networkId, string? severity, List<string>? types, string? tsStart, string? tsEnd, string? category, string? sortBy, List<string>? serials, List<string>? deviceTypes, List<string>? deviceTags, bool? active, bool? dismissed, bool? resolved, bool? suppressAlertsForOfflineNodes, CancellationToken cancellationToken = default)
Parameters
organizationAssuranceAlerts
IOrganizationsAssuranceAlertsorganizationId
stringsortOrder
stringnetworkId
stringseverity
stringtypes
List<string>tsStart
stringtsEnd
stringcategory
stringsortBy
stringserials
List<string>deviceTypes
List<string>deviceTags
List<string>active
bool?dismissed
bool?resolved
bool?suppressAlertsForOfflineNodes
bool?cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call