diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-07-25 13:56:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-25 13:56:20 +0000 |
commit | dccf9a9e0758be0a926c94bf1599ee625066100d (patch) | |
tree | cae6ba9c95fb6425ef6f796a7b746511c6c159a4 /examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json | |
parent | 79ae3f7f229db52b8ab18c405c5109f8d18db1b6 (diff) | |
parent | d524cedc578ae1bfa3bae895b3170f87463cbed9 (diff) |
Merge "Adding more examples to apex-pdp"
Diffstat (limited to 'examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json')
-rw-r--r-- | examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json b/examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json new file mode 100644 index 000000000..6e18a91b0 --- /dev/null +++ b/examples/examples-onap-vcpe/src/test/resources/events/APPCvCPERestartRequestEvent.json @@ -0,0 +1,22 @@ +{ + "rpc-name": "restart", + "version": "2.0", + "correlation-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c", + "type": "request", + "body": { + "input": { + "common-header": { + "timestamp": "2018-02-26T10:23:41.97Z", + "api-ver": "2.15", + "originator-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c", + "request-id": "4a68f8a5-0db9-4070-a132-adede51e3d5c", + "sub-request-id": "1", + "flags": {} + }, + "action": "Restart", + "action-identifiers": { + "vnf-id": "b4fe00ac-1da6-4b00-ac0d-8e8300db39e1" + } + } + } +}
\ No newline at end of file |