Threshold List
Returns the threshold attributes with values and descriptions.
Request
URI
POST
https://{api_host}/tcsa.host.com/tcsa/api/notification-management/v1/notifications/threshold-list
COPY
Request Body
Request to fetch threshold attributes.
ThresholdRequest of type(s) application/json
Required
{
"source": "INCHARGE-SA-PRES",
"domains": [
"INCHARGE-AM"
],
"arguments": {
"notificationName": "NOTIFICATION-FileSystem__Performance__HostResources_I-FileSystem__Performance__HostResources-FS-192.168.7.12/11_HighUtilization",
"serverName": " ",
"className": "FileSystem_Performance_HostResources",
"instanceName": " ",
"eventName": " ",
"property": "SOURCE",
"synchronousResponse": "TRUE",
"format": "XML"
}
}
string
source
Optional
sam-name from which notification is notified.
array of string
domains
Optional
There is possiblility that same event can be notified from multiple domains. we have to provice all the domains to fetch thresholds.
Responses
200
list of threshold attributes with values and descriptions
Returns Array of ThresholdAttribute of type(s) application/json
[
{
"attribute_label": "MaxUtilizationPct",
"description": "Threshold for percentage of total size currently in use.",
"attribute_type": "MaxUtilizationPct",
"attribute_value": {
"dt": "STRING",
"content": "95%"
}
},
{
"attribute_label": "StorageSize",
"description": "Total size in KB.",
"attribute_type": "StorageSize",
"attribute_value": {
"dt": "STRING",
"content": "209712124KB"
}
}
]
401
Client must authenticate itself to get the requested response.
Operation doesn't return any data structure
403
The client does not have access rights to the content.
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