client
Client
|
The name of the monitoring client that is triggering this event.
type: string
default value: 'Fusion '
minLength: 1
|
clientURL
Client URL
|
The URL of the monitoring client that is triggering this event.
type: string
default value: 'fusion-monitoring.yourdomain.com '
minLength: 1
|
errorKey
Message Response Failure Key
|
The name of the key to store a boolean if sending a message failed. If set, you can check the MessageResponse errorCode and other attributes for the reason.
type: string
default value: 'messageResponseFailure '
|
eventType
Event Type
required
|
The Pager Duty Event Type. One of: trigger, acknowledge, resolve
type: string
default value: 'trigger '
enum: {
trigger
acknowledge
resolve
}
|
incidentContextImages
Incident Context Images
|
type: array of object
object attributes: {
alt
: {
display name: Alternate Text
type: string
description : HTM 'alt' tag for the image
}
href
(required)
: {
display name: Target Link
type: string
description : URL to open when clicked on the image
}
src
(required)
: {
display name: Source
type: string
description : HTML 'src' tag for the image. Should be always secure connection (https://)
}
}
|
incidentContextLinks
Incident Context Links
|
type: array of object
object attributes: {
href
(required)
: {
display name: Target Link
type: string
description : URL to open when clicked on the link
}
text
: {
display name: Text
type: string
description : Arbitrary text explaining the URL
}
}
|
incidentDescription
Description
required
|
A short description of the problem that led to this trigger. This field (or a truncated version) will be used when generating phone calls, SMS messages and alert emails. It will also appear on the incidents tables in the PagerDuty UI. The maximum length is 1024 characters.
type: string
default value: 'Sample Description '
maxLength: 1024
minLength: 1
|
incidentDetails
Incident Details
|
type: array of object
object attributes: {
name
(required)
: {
display name: Name
type: string
}
value
(required)
: {
display name: Value
type: string
}
}
|
incidentKey
Incident Key
|
Identifies the incident to which this trigger event should be applied. If there's no open (i.e. unresolved) incident with this key, a new one will be created. If there's already an open incident with a matching key, this event will be appended to that incident's log.
type: string
default value: 'Incident '
minLength: 1
|
responseKey
Message Response Context Key
|
The name of the key to store the MessageResponse under in the Pipeline Context.
type: string
default value: 'messageResponse '
|
storeInContext
Add to Pipeline Context
|
Put the generated Message later in the pipeline.
type: boolean
default value: 'false '
|