Add Tests for VNF Package Mgmt - Subscribe and Notify
[integration/csit.git] / tests / so / etsi / data / subscriptionRequest.json
1 {
2   "filter": {
3     "notificationTypes": [
4       "VnfPackageOnboardingNotification",
5       "VnfPackageChangeNotification"
6     ],
7     "vnfdId": [
8       "b1bb0ce7-2222-4fa7-95ed-4840d70a1177"
9     ],
10     "operationalState": ["ENABLED", "DISABLED"]
11   },
12   "callbackUri": "http://so-vnfm-simulator:9093/vnfpkgm/v1/notification",
13   "authentication": {
14     "authType": [
15       "OAUTH2_CLIENT_CREDENTIALS"
16     ],
17     "paramsOauth2ClientCredentials": {
18       "clientId": "vnfm",
19       "clientPassword": "password1$",
20       "tokenEndpoint": "http://so-vnfm-simulator:9093/oauth/token?grant_type=client_credentials"
21     }
22   }
23 }