VMware Networking Community
rajkumar49
Contributor
Contributor

NSX-T 3.0 notification watcher- documentation required

I am using External notification watcher to get the notification from the NSX-T manager (version 3.0) when Group Membership changes.

current Notification ID:

{

"notifications": [

    {

"notification_id": "group.change_notification",

"uri_filters": [

"/policy/api/v1/infra/domains/default/groups/*"

      ]

    }

  ],

"resource_type": "NotificationsList",

requirement:

I want the documentation for using the notification-watcher API: /api/v1/notification-watchers

I want to customize the URI filters.

whether URI filter is optional?

Is any documentation available to answer all these questions?

Tags (1)
Reply
0 Kudos
1 Reply
DaleCoghlan
VMware Employee
VMware Employee

The only public documentation available currently is in the API guide.

https://vdc-download.vmware.com/vmwb-repository/dcr-public/9b2ffac9-56c4-4587-b55f-bbd8ac78072a/780e...

The uri_filter is a way to filter the notifications based on its policy path (uri = policy path). Depending on your notification ID, will depend on whether you would need to supply a uri_filter. What do you mean by you want to customize the URI filter?

According to the API guide, this field is optional.

The is no more documentation publicly available than what is currently listed in the NSX-T API guide.

Dale

Reply
0 Kudos