Table of Contents

Class DeviceLiveToolsTraceRouteCreateRequestCallback

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

Details for the callback. Please include either an httpServerId OR url and sharedSecret

[DataContract]
public class DeviceLiveToolsTraceRouteCreateRequestCallback
Inheritance
DeviceLiveToolsTraceRouteCreateRequestCallback
Inherited Members

Constructors

DeviceLiveToolsTraceRouteCreateRequestCallback()

public DeviceLiveToolsTraceRouteCreateRequestCallback()

Properties

HttpServer

The webhook receiver used for the callback webhook.

[DataMember(Name = "httpServer")]
public DeviceLiveToolsTraceRouteCreateRequestCallbackHttpServer? HttpServer { get; set; }

Property Value

DeviceLiveToolsTraceRouteCreateRequestCallbackHttpServer

PayloadTemplate

The payload template of the webhook used for the callback

[DataMember(Name = "payloadTemplate")]
public DeviceLiveToolsTraceRouteCreateRequestCallbackPayloadTemplate? PayloadTemplate { get; set; }

Property Value

DeviceLiveToolsTraceRouteCreateRequestCallbackPayloadTemplate

SharedSecret

A shared secret that will be included in the requests sent to the callback URL. It can be used to verify that the request was sent by Meraki. If using this field, please also specify an url.

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

Property Value

string

Url

The callback URL for the webhook target. If using this field, please also specify a sharedSecret.

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

Property Value

string