aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/etsi/data/subscriptionRequest.json
blob: c54bf3c28f3663fc4e5038e0a04824e1df24e2a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "filter": {
    "notificationTypes": [
      "VnfPackageOnboardingNotification",
      "VnfPackageChangeNotification"
    ],
    "vnfdId": [
      "b1bb0ce7-2222-4fa7-95ed-4840d70a1177"
    ],
    "operationalState": ["ENABLED", "DISABLED"]
  },
  "callbackUri": "http://so-vnfm-simulator:9093/vnfpkgm/v1/notification",
  "authentication": {
    "authType": [
      "OAUTH2_CLIENT_CREDENTIALS"
    ],
    "paramsOauth2ClientCredentials": {
      "clientId": "vnfm",
      "clientPassword": "password1$",
      "tokenEndpoint": "http://so-vnfm-simulator:9093/oauth/token?grant_type=client_credentials"
    }
  }
}