[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

NotificationRequest

Request body is optional. User requires to provide request body only when filtering, sorting or pagination is required. For filtering notification, user must provide “VsaFilter” in request body.


Properties

integer
from Optional

The from parameter defines the offset from the first result user want to fetch. Default is 0.


integer
size Optional

The size parameter allows you to configure the maximum amount of notifications to be returned. Default is 10.


array of Sort
sort Optional

The Sort object defines on how and which field sorting has to be applied.


vsafilter Optional

The VSAFilter object defines how the filters has to be applied on queries.

JSON Example

{
    "from": 0,
    "size": 10,
    "sort": [
        {
            "fieldName": "LastChangedAt",
            "order": "desc"
        }
    ],
    "vsafilter": {
        "filterlist": [
            {
                "condition": "OR",
                "propfilter": [
                    {
                        "matchtype": "MATCH",
                        "propname": "Severity",
                        "values": [
                            1
                        ]
                    },
                    {
                        "matchtype": "MATCH",
                        "propname": "Severity",
                        "values": [
                            2
                        ]
                    }
                ]
            }
        ]
    }
}
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Parameter To

Get Notifications

Feedback

Was this page helpful?