Class OrganizationWebhookTestCreateRequest
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
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
PayloadTemplateName
The name of the payload template.
[DataMember(Name = "payloadTemplateName")]
public string? PayloadTemplateName { get; set; }
Property Value
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
Url
The URL where the test webhook will be sent
[DataMember(Name = "url")]
public string Url { get; set; }