Action On Notifications
APIs for performing actions on notifications such as ACKNOWLEDGE, UNACKNOWLEDGE,TAKE_OWNERSHIP AND RELEASE_OWNERSHIP.
action to be performed on notifications. Allowed actions values are ACKNOWLEDGE | UNACKNOWLEDGE | TAKE_OWNERSHIP | RELEASE_OWNERSHIP
Request body to pefrom action on notification such as acknowledge, unacknowledge etc.
Show optional properties
{
"auditText": "Acknowledged the notification",
"deDupKeys": [
{}
],
"user": "admin"
}
{
"auditText": "Acknowledged the notification",
"deDupKeys": [
"Name:NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired$Source:INCHARGE-SA-PRES$"
],
"user": "admin"
}
audit text to identify the action.
An array of notifications unique keys.
User who is performing this action
OK
[
{
"name": "NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired",
"samName": "INCHARGE-SA-PRES",
"user": "admin",
"errorMessage": "string",
"deDupKey": "Name:NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired$Source:INCHARGE-SA-PRES$",
"action": "acknowledge",
"status": "OK"
}
]
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