Class LiveToolsPingCreateCallback
Details for the callback. Please include either an httpServerId OR url and sharedSecret
[DataContract]
public class LiveToolsPingCreateCallback
- Inheritance
-
LiveToolsPingCreateCallback
- Inherited Members
Properties
PayloadTemplate
The ID of the payload template. Defaults to 'wpt_00005' for the Callback (included) template.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "payloadTemplate")]
public string? PayloadTemplate { get; set; }
Property Value
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
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
httpServer
The webhook receiver used for the callback webhook.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "httpServer")]
public LiveToolsPingCallbackHttpServer? httpServer { get; set; }