Get Distinct Values Of Notification Property
This API returns the distinct values of live notifications for a property, provided as query param {property_name}. If user wants to get the distinct values for a set of notification instead of all notification, user can pass filter in the request payload.
name of the property
Severity
Request to get distinct property values.
{
"vsafilter": {
"filterlist": [
{
"propfilter": [
{
"propname": "Name",
"matchtype": "REGEX",
"values": [
"NOTIFICATION-CPU.*"
]
}
]
}
]
}
}
The VSAFilter object defines how the filters has to be applied on queries.
The size parameter allows you to configure the maximum no of records to be returned.
OK
[
{
"1": null
}
]
Response Headers
Total number of items matching criteria
Actual number of items returned in the response body
Client must authenticate itself to get the requested response
The client does not have access rights to the content.