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 / vnf-package-change-notification.json
1 {
2   "id": "string",
3   "notificationType": "VnfPackageChangeNotification",
4   "subscriptionId": "string",
5   "vnfPkgId": "string",
6   "vnfdId": "string",
7   "changeType": "OP_STATE_CHANGE",
8   "operationalState": ["ENABLED"],
9   "_links": {
10     "vnfPackage": {
11       "href": "string"
12     },
13     "subscription": {
14       "href": "string"
15     }
16   }
17 }