Update vnfm simulator - subscribe and notify
[integration/csit.git] / plans / so / integration-etsi-testing / so-simulators / vnfm-simulator / vnfm-service / src / test / resources / test-data / pkg-subscription-request-onboarding.json
1 {
2   "filter": {
3     "notificationTypes": [
4       "VnfPackageOnboardingNotification"
5     ],
6     "vnfProductsFromProviders": [
7       {
8         "vnfProvider": "Ericsson",
9         "vnfProducts": [
10           {
11             "vnfProductName": "VnfProducts",
12             "versions": [
13               {
14                 "vnfSoftwareVersion": "vnfSoftwareVersion",
15                 "vnfdVersions": [
16                   "version1"
17                 ]
18               }
19             ]
20           }
21         ]
22       }
23     ],
24     "vnfdId": [
25       "VNFDID"
26     ],
27     "vnfPkgId": [
28       "VNFPKGID"
29     ],
30     "operationalState": ["ENABLED"],
31     "usageState": []
32   },
33   "callbackUri": "https://so-vnfm-simulator.onap:9093/vnfpkgm/v1/notification",
34   "authentication": {
35     "authType": [
36       "BASIC"
37     ],
38     "paramsBasic": {
39       "userName": "vnfm",
40       "password": "password1$"
41     }
42   }
43 }