Table of Contents

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

IOrganizationsWebhooksAlertTypes

Callbacks

Return the status of an API callback

public IOrganizationsWebhooksCallbacks Callbacks { get; }

Property Value

IOrganizationsWebhooksCallbacks

HttpServers

Return an HTTP server for an organization

public IOrganizationsWebhooksHttpServers HttpServers { get; }

Property Value

IOrganizationsWebhooksHttpServers

Logs

Return the log of webhook POSTs sent

public IOrganizationsWebhooksLogs Logs { get; }

Property Value

IOrganizationsWebhooksLogs

PayloadTemplates

List the webhook payload templates for an organization

public IOrganizationsWebhooksPayloadTemplates PayloadTemplates { get; }

Property Value

IOrganizationsWebhooksPayloadTemplates

WebhookTests

Send a test webhook for an organization

public IOrganizationsWebhooksWebhookTests WebhookTests { get; }

Property Value

IOrganizationsWebhooksWebhookTests