RootCauseRequest
Request object to get the list of causes notification.
{
"deDupKey": "Name:NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down$Source:INCHARGE-SA-PRES$",
"size": 10,
"sort": [
{
"fieldName": "LastChangedAt",
"order": "desc"
}
],
"vsafilter": {
"condition": "AND",
"filterlist": [
{
"condition": "AND",
"propfilter": [
{
"matchtype": "CONTAINS",
"propname": "Owner",
"values": [
"SYSTEM"
]
}
]
}
]
}
}
DeDupkey uniquely indentifies the notification across domains.
The size parameter allows you to configure the maximum amount of notifications to be returned.
The from parameter defines the offset from the first result user want to fetch.
The Sort object defines, on which field sorting has to be apply and what will be the sorting order (ASC/DESC).
The VSAFilter object defines how the filters has to be applied on queries.
Setting value to true returns the root causes for live notification, setting value to "false "will return root causes for historical notification. Default is true