Commit a858caee authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL009_43: PmNotificationsFilter datatype removed

parent cd8af7fe
Pipeline #5228 running with stage
......@@ -870,36 +870,6 @@ components:
#----------
PmNotificationsFilter:
description: >
This type represents a filter that can be used to subscribe for notifications
related to performance management events.
At a particular nesting level in the filter structure, the following applies:
All attributes shall match in order for the filter to match (logical "and" between
different filter attributes). If an attribute is an array, the attribute shall
match if at least one of the values in the array matches (logical "or" between the
values of one filter attribute).
type: object
properties:
pmSubscriptionFilter:
description: >
Filter criteria to select object instance about which to notify.
$ref: "../components/SOL009_schemas.yaml#/components/schemas/ManoEntitySubscriptionFilter"
notificationTypes:
description: >
Match particular notification types.
Permitted values:
- ThresholdCrossedNotification
- PerformanceInformationAvailableNotification
The permitted values of the "notificationTypes" attribute are spelled exactly
as the names of the notification types to facilitate automated code generation
systems.
type: string
enum:
- ThresholdCrossedNotification
- PerformanceInformationAvailableNotification
PmJobCriteria:
description: >
This type represents collection criteria for PM jobs.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment