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
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
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"deDupKeys":["string"],"auditText:"string","user:"string"}' https://{api_host}/tcsa/api/notification-actions/v1/notifications