Modify Actors to use properties when provided
[policy/models.git] / models-interactions / model-actors / actor.sdnc / src / test / resources / bod.json
1 {
2   "input": {
3     "sdnc-request-header": {
4       "svc-request-id": "076b243e-9236-4409-973d-dd318dcab3e9",
5       "svc-action": "update"
6     },
7     "request-information": {
8       "request-action": "SdwanBandwidthChange"
9     },
10     "service-information": {
11       "service-instance-id": "my-service"
12     },
13     "vnf-information": {
14       "vnf-id": "my-vnf"
15     },
16     "vf-module-information": {
17       "vf-module-id": ""
18     },
19     "vf-module-request-input": {
20       "vf-module-input-parameters": {
21         "param": [
22           {
23             "name": "bandwidth",
24             "value": "my-bandwidth"
25           },
26           {
27             "name": "bandwidth-change-time",
28             "value": "my-change-time"
29           }
30         ]
31       }
32     }
33   }
34 }