Increased test coverage for appc-java-client
[appc.git] / appc-client / client-simulator / src / test / resources / data / input.json
1 {"input": {
2     "common-header": {
3         "timestamp": "2017-07-21T9:30:40.958Z",
4         "api-ver": "2.00",
5         "originator-id": "ORTG_1",
6         "request-id": "ST_122",
7         "sub-request-id": "12",
8         "flags": {
9             "force": "TRUE",
10             "ttl": 12000
11         }
12     },
13     "action" : "Start",
14     "action-identifiers": {
15         "vnf-id": "mj123!!"
16     },
17     "payload":  " {\"vnf-host-ip-address\": \"10.147.124.163\" }"
18
19 }}