summaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/plugins-context-schema/plugins-context-schema-avro/src/test/resources/data/HealthCheckEvent.json
blob: 9a501e44d3ef672ba14b3d75277b0e3d8987c8fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "input": {
        "action": "HealthCheck",
        "action-identifiers": {
            "vnf-id": "49414df5-3482-4fd8-9952-c463dff2770b"
        },
        "common-header": {
            "request-id": "afr-request3",
            "originator-id": "AFR",
            "api-ver": "2.15",
            "sub-request-id": "AFR-subrequest",
            "timestamp": "2017-11-06T15:15:18.97Z",
            "flags": {
                "ttl": "10000",
                "force": "TRUE",
                "mode": "EXCLUSIVE"
            }
        },
        "payload": "{\"host-ip-address\":\"131.160.203.125\",\"input.url\":\"131.160.203.125/afr\",\"request-action-type\":\"GET\",\"request-action\":\"AFR\"}"
    }
}