aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples-onap-vcpe/src/main/resources/examples/events/ONAPvCPEStandalone/ControllerResponseNOKEvent.json
blob: da7d1f52b3f43570d8a0acc66c93d4c47f651a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
    "rpc-name": "restart",
    "version": "0.0.1",
    "correlation-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c",
    "type": "request",
    "body": {
        "output": {
            "common-header": {
                "timestamp": 1578052403357,
                "api-ver": "2.00",
                "originator-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c",
                "request-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c",
                "sub-request-id": "1",
                "flags": {
                    "mode": "EXCLUSIVE",
                    "force": "TRUE",
                    "ttl": "10000"
                }
            },
            "status": {
                "code": 200,
                "message": "Restart Failed"
            },
            "payload": ""
        }
    }
}