aboutsummaryrefslogtreecommitdiffstats
path: root/plans/so/integration-etsi-testing/so-simulators/vnfm-simulator/vnfm-service/src/test/resources/test-data/vnf-package-change-notification.json
blob: 0022ecf996a56bcd121e4f36e5bef69b0e68926b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "string",
  "notificationType": "VnfPackageChangeNotification",
  "subscriptionId": "string",
  "vnfPkgId": "string",
  "vnfdId": "string",
  "changeType": "OP_STATE_CHANGE",
  "operationalState": ["ENABLED"],
  "_links": {
    "vnfPackage": {
      "href": "string"
    },
    "subscription": {
      "href": "string"
    }
  }
}