NSX-T Data Center REST API

Notification (type)

{
  "id": "Notification",
  "module_id": "NfwConfig",
  "properties": {
    "notification_id": {
      "description": "A string identifying feature_name.notification_name to indicate a notification watcher is interested in receiving notifications for the URI identified by the feature_name.notification_name.",
      "title": "A string identifying feature_name.notification_name",
      "type": "string"
    },
    "uri_filters": {
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "Optional list of URIs",
      "type": "array",
      "uniqueItems": true
    }
  },
  "type": "object"
}