Class OrganizationsWebhooksSection
- Namespace
- Meraki.Api.Sections.General.Organizations
- Assembly
- Meraki.Api.dll
Provides access to organizations webhooks API endpoints
public class OrganizationsWebhooksSection
- Inheritance
-
OrganizationsWebhooksSection
- Inherited Members
Constructors
OrganizationsWebhooksSection()
public OrganizationsWebhooksSection()
Properties
AlertTypes
Return a list of alert types to be used with managing webhook alerts
public IOrganizationsWebhooksAlertTypes AlertTypes { get; }
Property Value
Callbacks
Return the status of an API callback
public IOrganizationsWebhooksCallbacks Callbacks { get; }
Property Value
HttpServers
Return an HTTP server for an organization
public IOrganizationsWebhooksHttpServers HttpServers { get; }
Property Value
Logs
Return the log of webhook POSTs sent
public IOrganizationsWebhooksLogs Logs { get; }
Property Value
PayloadTemplates
List the webhook payload templates for an organization
public IOrganizationsWebhooksPayloadTemplates PayloadTemplates { get; }
Property Value
WebhookTests
Send a test webhook for an organization
public IOrganizationsWebhooksWebhookTests WebhookTests { get; }