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
organizationAssuranceAlertsIOrganizationsAssuranceAlertsorganizationIdstringsortOrderstringnetworkIdstringseveritystringtypesList<string>tsStartstringtsEndstringcategorystringsortBystringserialsList<string>deviceTypesList<string>deviceTagsList<string>activebool?dismissedbool?resolvedbool?suppressAlertsForOfflineNodesbool?cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call