Get Notification History
DescriptionReturns the previous records and the occurrence of notification.
Request
URLURL
Request Body
The Request body contains parameters to perform filtering, sorting and pagination on reponse.
{
"deDupKey": "Name:NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down$Source:INCHARGE-SA-PRES$"
}
DeDupkey uniquely indentifies the notification across domains.
The from parameter defines the offset from the first result user want to fetch.
The size parameter allows you to configure the maximum amount of notifications to be returned.
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.
Authentication
Response
Response BodyResponse Body
200 OK
{
"Count": 1,
"Result": [
{
"Acknowledged": false,
"AcknowledgmentTime": null,
"Active": true,
"Category": "Availability",
"Certainty": 100,
"ClassDisplayName": "KubernetesWorker",
"ClassName": "KubernetesWorker",
"ClearOnAcknowledge": false,
"DeDupKey": "Name:NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down$Source:INCHARGE-SA-PRES$@1661231881000",
"DisplayName": "KubernetesWorker Down 100.0%: kube-metaswitch-np1-76ddcc547d-5pp6k",
"ElementClassName": "KubernetesWorker",
"ElementName": "KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42",
"EventDisplayName": "Down",
"EventName": "Down",
"EventState": "ACTIVE",
"EventText": "Indicates that root cause is failed system.",
"EventType": "DURABLE",
"FirstNotifiedAt": 1660934327000,
"HasCauses": true,
"Impact": 0,
"InMaintenance": false,
"InstanceDisplayName": "kube-metaswitch-np1-76ddcc547d-5pp6k",
"InstanceName": "KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42",
"IsLiveNotification": true,
"IsProblem": true,
"IsRoot": true,
"LastChangedAt": 1661231881000,
"LastClearedAt": null,
"LastModified": null,
"LastNotifiedAt": 1660934327000,
"Name": "NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down",
"NotificationStates": [
{
"eventState": "ACTIVE",
"eventTimestamp": 1661231881000,
"source": "INCHARGE-SA-PRES",
"syncId": 1662381989790,
"syncTimestamp": 1662382231244
}
],
"OccurrenceCount": 2,
"OriginalSources": [],
"Owner": "",
"PollingID": 1662381989790,
"PollingState": "POLLING",
"ProcessedTimeStamp": 1662382231244,
"Severity": 1,
"Source": "INCHARGE-SA-PRES",
"SourceDomainName": "INCHARGE-ESM",
"SourceEventType": "PROBLEM",
"SourceInfo": "INCHARGE-SA",
"SourceSpecific": "primary",
"State": null,
"ToolInfo": null,
"TroubleTicketID": "",
"UserDefined1": "",
"UserDefined10": "https://10.62.72.35/ui/index.action#/inventory/all/96105fd2-1a74-46b6-ac8f-e869609e8d42/summary",
"UserDefined11": "",
"UserDefined12": "",
"UserDefined13": "",
"UserDefined14": "",
"UserDefined15": "",
"UserDefined16": "",
"UserDefined17": "",
"UserDefined18": "",
"UserDefined19": "",
"UserDefined2": "",
"UserDefined20": "",
"UserDefined3": "",
"UserDefined4": "",
"UserDefined5": "",
"UserDefined6": "",
"UserDefined7": "",
"UserDefined8": "",
"UserDefined9": "",
"deviceType": "KubernetesWorker",
"elementUUID": "KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42$KubernetesWorker$INCHARGE-SA-PRES",
"elementUUID_PM": "KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42$KubernetesWorker$",
"instanceUUID": "KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42$KubernetesWorker$INCHARGE-SA-PRES",
"tags": {
"customer": "",
"location": ""
}
}
]
}
total number of notification
Notification object can also have enriched custom fields, apart from the standard fields.
Errors
Client must authenticate itself to get the requested response
The client does not have access rights to the content; that is, it is Client must authenticate itself to get the requested response
The server can not find the requested resource