aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.test/src/test/resources/expected.json
blob: 85fbc99578e56f86098ec9fc6b8cba9da2c83d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "input": {
    "sdnc-request-header": {
      "svc-request-id": "expected-value",
      "svc-action": "update"
    },
    "request-information": {
      "request-action": "SdwanBandwidthChange"
    },
    "service-information": {
      "service-instance-id": "my-service"
    },
    "vnf-information": {
      "vnf-id": "expected-value"
    }
  }
}