Class LiveToolsThroughputTestCreateRequestCallback
Live Tools Throughput Test Create Request Callback
[DataContract]
public class LiveToolsThroughputTestCreateRequestCallback
- Inheritance
-
LiveToolsThroughputTestCreateRequestCallback
- Inherited Members
Properties
HttpServer
The webhook receiver used for the callback webhook.
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "httpServer")]
public LiveToolsThroughputTestCreateRequestCallbackHttpServer? HttpServer { get; set; }
Property Value
PayloadTemplate
The payload template of the webhook used for the callback
[ApiAccess(ApiAccess.Create)]
[DataMember(Name = "payloadTemplate")]
public LiveToolsThroughputTestCreateRequestCallbackPayloadTemplate? 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.Create)]
[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.Create)]
[DataMember(Name = "url")]
public string? Url { get; set; }