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

}}