Add vnf pkg subscription csit case
[integration/csit.git] / tests / vfc / nfvo-catalog / jsons / vnf_subscription.json
1 {
2     "filters": {
3         "notificationTypes": [
4             "VnfPackageOnboardingNotification"
5         ],
6         "vnfProductsFromProviders": {
7             "vnfProvider": "string",
8             "vnfProducts": {
9                 "vnfProductName": "string",
10                 "versions": {
11                     "vnfSoftwareVersion": "string",
12                     "vnfdVersions": [
13                         "string"
14                     ]
15                 }
16             }
17         },
18         "vnfdId": [
19             "3fa85f64-5717-4562-b3fc-2c963f66afa6"
20         ],
21         "vnfPkgId": [
22             "3fa85f64-5717-4562-b3fc-2c963f66afa6"
23         ],
24         "operationalState": [
25             "ENABLED"
26         ],
27         "usageState": [
28             "IN_USE"
29         ]
30     },
31     "callbackUri": "http://127.0.0.1:8806/api/catalog/v1/callback_sample",
32     "authentication": {
33         "authType": [
34             "BASIC"
35         ],
36         "paramsBasic": {
37             "userName": "string",
38             "password": "string"
39         }
40     }
41 }