Table of Contents

Class OrganizationWebhookTestCreateRequest

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Organization Webhook Test Create Request

[DataContract]
public class OrganizationWebhookTestCreateRequest
Inheritance
OrganizationWebhookTestCreateRequest
Inherited Members

Constructors

OrganizationWebhookTestCreateRequest()

public OrganizationWebhookTestCreateRequest()

Properties

AlertTypeId

The type of alert which the test webhook will send. Optional. Defaults to insight_app_outage_start. default = "insight_app_outage_start"

[DataMember(Name = "alertTypeId")]
public string? AlertTypeId { get; set; }

Property Value

string

PayloadTemplateId

The ID of the payload template of the test webhook. Defaults to the HTTP server's template ID if one exists for the given URL, or Generic template ID otherwise

[DataMember(Name = "payloadTemplateId")]
public string? PayloadTemplateId { get; set; }

Property Value

string

PayloadTemplateName

The name of the payload template.

[DataMember(Name = "payloadTemplateName")]
public string? PayloadTemplateName { get; set; }

Property Value

string

SharedSecret

The shared secret the test webhook will send. Optional. Defaults to an empty string.

[DataMember(Name = "sharedSecret")]
public string? SharedSecret { get; set; }

Property Value

string

Url

The URL where the test webhook will be sent

[DataMember(Name = "url")]
public string Url { get; set; }

Property Value

string