Action On Notifications
DescriptionAPIs for performing actions on notifications such as ACKNOWLEDGE, UNACKNOWLEDGE,TAKE_OWNERSHIP AND RELEASE_OWNERSHIP.
Request
URLURL
Query Parameters
Query Parameters
action to be performed on notifications. Allowed actions values are ACKNOWLEDGE | UNACKNOWLEDGE | TAKE_OWNERSHIP | RELEASE_OWNERSHIP
Possible values are: ACKNOWLEDGE , UNACKNOWLEDGE , TAKE_OWNERSHIP , RELEASE_OWNERSHIP
Request Body
Request body to pefrom action on notification such as acknowledge, unacknowledge etc.
{
"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
Authentication
Response
Response BodyResponse Body
200 OK
array
of
ActionResponse
of type application/json
{
"action": "acknowledge",
"deDupKey": "Name:NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired$Source:INCHARGE-SA-PRES$",
"errorMessage": "",
"name": "NOTIFICATION-NetworkFunction_NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2_Impaired",
"samName": "INCHARGE-SA-PRES",
"status": "OK",
"user": "admin"
}
action to be performed on Notification
DeDupkey uniquely indentifies the notification across domains.
if action failed, cause of failure and exception message for more details
Notification on which action is performed
SAM Name on which action performed
status of http request , success = 200 ok
Sam user who is performing this action
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