Unack Notifications
This API is used for un-acknowledge multiple notifications.
Request
URI
POST
https://{api_host}/tcsa.host.com/tcsa/api/notification-management/v1/unack-notifications
COPY
Request Body
MultiselectNotificationRequest of type(s) application/json
Required
{
"ids": [
"Name:NOTIFICATION-Router_qa-Vpls4_DiscoveryError$Source:INCHARGE-SA-PRES$",
"Name:NOTIFICATION-Router_dev-Vpls7_Unresponsive$Source:INCHARGE-SA-PRES$"
],
"audit_text": "un-acknowledge multiple notifications "
}
array of string
ids
Optional
Notification Ids on which action to be performed
string
audit-text
Optional
Audit text to be added for the action
Responses
202
Task Id to get status of the request
Returns MultiselectNotificationResponse of type(s) application/json
{
"href": "/tcsa/api/v1/tasks/Ay2poYYBJZK7mTHo85kO",
"id": "Ay2poYYBJZK7mTHo85kO",
"type": "NOTIFICATION",
"status": "IN_PROGRESS",
"start_time": "1677749514934",
"end_time": "1677749514944",
"action": "AUDIT_LOG",
"details": "verified",
"user_name": "admin",
"entities": [],
"notification_ids": [
"Name:NOTIFICATION-Router_qa-Vpls4_DiscoveryError$Source:INCHARGE-SA-PRES$",
"Name:1111NOTIFICATION-Router_dev-Vpls7_Unresponsive$Source:INCHARGE-SA-PRES$"
],
"dag_id": "dag_id"
}
string
id
Optional
Task Id to fetch the status of the action
string
href
Optional
url to get task details
string
type
Optional
on which object task is created
string
status
Optional
task status COMPLETE or IN_PROGRESS
string
action
Optional
describes the action
string
details
Optional
details of the action
string
user_name
Optional
loged in user who performed action
array of object
entities
Optional
entities
string
start_time
Optional
task created time
string
end_time
Optional
task completed time
array of string
notification_ids
Optional
notification_ids
string
dag_id
Optional
dag id
400
Invalid Request sent by the user
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure
Notification Operations
POST
Ack Notifications
POST
Action On Notifications
POST
Add Audit Logs
POST
Export Notifications
POST
Get Audit Trail
POST
Get Caused By
POST
Get Causes
POST
Get Distinct Values Of Notification Property
POST
Get Max Severity For Devices
POST
Get Notification History
POST
Get Notifications
POST
Get Notification Summary
POST
Get Server Tools
POST
Notification Count
POST
Perform Server Tools Actions
POST
Release Ownership
POST
Take Ownership
POST
Threshold List
POST
Unack Notifications