Add csit case for NSD management Subscriptions
[integration/csit.git] / tests / vfc / nfvo-catalog / jsons / nsdm_subscription.json
diff --git a/tests/vfc/nfvo-catalog/jsons/nsdm_subscription.json b/tests/vfc/nfvo-catalog/jsons/nsdm_subscription.json
new file mode 100644 (file)
index 0000000..15712c3
--- /dev/null
@@ -0,0 +1,26 @@
+{
+    "filter": {
+        "notificationTypes": [
+            "NsdOnBoardingNotification",
+                       "NsdOnboardingFailureNotification",
+                       "NsdChangeNotification",
+                       "NsdDeletionNotification",
+                       "PnfdOnBoardingNotification",
+                       "PnfdOnBoardingFailureNotification",
+                       "PnfdDeletionNotification"
+        ],
+        "nsdInfoId": [
+                   "26ce2f37-0726-481a-a412-a627d0553930"
+               ]
+    },
+    "callbackUri": "http://127.0.0.1:8806/api/catalog/v1/callback_sample",
+    "authentication": {
+        "authType": [
+            "BASIC"
+        ],
+        "paramsBasic": {
+            "userName": "string",
+            "password": "string"
+        }
+    }
+}