Table of Contents

Class LiveToolsArpTableCreateCallback

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

Live Tools Arp Table Create Callback

[DataContract]
public class LiveToolsArpTableCreateCallback
Inheritance
LiveToolsArpTableCreateCallback
Inherited Members

Properties

HttpServer

The webhook receiver used for the callback webhook.

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "httpServer")]
public LiveToolsArpTableCreateCallbackHttpServer? HttpServer { get; set; }

Property Value

LiveToolsArpTableCreateCallbackHttpServer

PayloadTemplate

The payload template of the webhook used for the callback

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplate")]
public LiveToolsArpTableCreateCallbackPayloadTemplate? PayloadTemplate { get; set; }

Property Value

LiveToolsArpTableCreateCallbackPayloadTemplate

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.

[ApiAccess(ApiAccess.Read)]
[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.

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

Property Value

string