NotificationMetadata
NotificationMetadata
Custom fields or all logs corresponding to the alert, which are to be included in the alert notification
JSON Example
{
"isIncludeAllLogs": false,
"customFields": [
"string"
],
"outputFormat": "string"
}
boolean
isIncludeAllLogs
Optional
Defaulting to include all logs.
array of string
customFields
Optional
List of custom fields for notifications
string
outputFormat
Optional
All allowed output format: TABLE, JSON
Possible values are : TABLE, JSON,