MetricAlertActionResponse

data class MetricAlertActionResponse(val actionGroupId: String? = null, val webHookProperties: Map<String, String>? = null)

An alert action.

Constructors

Link copied to clipboard
constructor(actionGroupId: String? = null, webHookProperties: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionGroupId: String? = null

the id of the action group to use.

Link copied to clipboard

This field allows specifying custom properties, which would be appended to the alert payload sent as input to the webhook.