Get Audit Trail
This API returns the audit trails of the notification.
Request to get audit trail of a notification.
{
"deDupKey": "Name:NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down$Source:INCHARGE-SA-PRES$",
"source": "INCHARGE-SA-PRES",
"firstNotifiedAt": 1660934327000
}
deDupKey, uniquely indentifies the notification across domains.
The origin source of the notification. If source is not defined in notification, pass an empty value "".
The timestamp of notification, when it was first notified.
OK
{
"Result": [
{
"DeDupKey": "Name:NOTIFICATION-KubernetesWorker_KubernetesWorker-96105fd2-1a74-46b6-ac8f-e869609e8d42_Down$Source:INCHARGE-SA-PRES$INCHARGE-SA-PRES@1660934327000",
"customer": "string",
"AuditTrail": [
{
"User": "DXA",
"ActionType": "NOTIFY",
"SerialNumber": 0,
"Text": "Server: INCHARGE-SA",
"Timestamp": 1660934341000
}
]
}
]
}
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