Interface IOrganizationsWebhooksAlertTypes
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
Represents a collection of functions to interact with the API endpoints
public interface IOrganizationsWebhooksAlertTypes
Methods
GetOrganizationWebhooksAlertTypesAsync(string, string?, CancellationToken)
Return a list of alert types to be used with managing webhook alerts
[Get("/organizations/{organizationId}/webhooks/alertTypes")]
Task<List<WebhookAlertType>> GetOrganizationWebhooksAlertTypesAsync(string organizationId, string? productType = null, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
productTypestringThe product type (Optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call