From be11dee889f5a740d584458b62804e5fd4296e53 Mon Sep 17 00:00:00 2001 From: s00370346 Date: Thu, 14 Mar 2019 15:06:40 +0530 Subject: Issue-ID: DCAEGEN2-1055 Generic RestConfCollector Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48 Signed-off-by: s00370346 --- dpo/data-formats/dcaeRCCOutput.json | 35 +++++++++++++++++++++++++++++++++++ dpo/data-formats/dmaap.json | 10 ++++++++++ 2 files changed, 45 insertions(+) create mode 100755 dpo/data-formats/dcaeRCCOutput.json create mode 100644 dpo/data-formats/dmaap.json (limited to 'dpo/data-formats') diff --git a/dpo/data-formats/dcaeRCCOutput.json b/dpo/data-formats/dcaeRCCOutput.json new file mode 100755 index 0000000..72fb6eb --- /dev/null +++ b/dpo/data-formats/dcaeRCCOutput.json @@ -0,0 +1,35 @@ +{ + "self": { + "name": "DCAE_RCC_OUTPUT", + "version": "1.0.0", + "description": "teri format of the output CL event from DCAE to Policy" + }, + "dataformatversion": "1.0.0", + "jsonschema": { + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "RCC event Publish", + "type": "object", + "definitions": { + "ruleid": { + "description": "Rule id", + "type": "string" + }, + "notification": { + "description": "Notification message", + "type": "object" + } + }, + "properties": { + "rule-id": { + "description": "Rule id to be used by VES mapper", + "type": "string", + "$ref": "#/definitions/ruleid" + }, + "notification": { + "description": "Notification event", + "type": "object", + "$ref": "#/definitions/notification" + } + } + } +} diff --git a/dpo/data-formats/dmaap.json b/dpo/data-formats/dmaap.json new file mode 100644 index 0000000..11c08d3 --- /dev/null +++ b/dpo/data-formats/dmaap.json @@ -0,0 +1,10 @@ +{ + "rcc_handle_out": { + "aaf_username": "USER", + "aaf_password": "PASSWORD", + "type": "message_router", + "dmaap_info": { + "topic_url": "https://HOSTNAME:3905/events/unauthenticated.DCAE_RCC_OUTPUT" + } + } +} \ No newline at end of file -- cgit 1.2.3-korg