aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vfc/nfvo-catalog/jsons/nsdm_subscription.json
blob: 15712c3f5ab9acc9fc55e4fba480c17711212f67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
        }
    }
}