aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay <vv770d@att.com>2017-10-26 17:53:36 +0000
committerVijay <vv770d@att.com>2017-10-26 20:41:37 +0000
commit6d689539cc3c3d6f7b5d8564e268047f29c24007 (patch)
tree701c59dce58625858ea160d7c9492a146a12b268
parent3e591a4f3df0b73664d41b12ff57ed5f75c330f9 (diff)
make outformat generic
Issue-ID: DCAEGEN2-181 Change-Id: I33a83e5d1ce3967c676293b2f5ddd4c78365375c Signed-off-by: Vijay <vv770d@att.com>
-rw-r--r--dpo/dcaeCLOutput.json (renamed from dpo/tcaOutput.json)6
-rw-r--r--dpo/tcaSpec.json4
2 files changed, 5 insertions, 5 deletions
diff --git a/dpo/tcaOutput.json b/dpo/dcaeCLOutput.json
index 065977a..da726d7 100644
--- a/dpo/tcaOutput.json
+++ b/dpo/dcaeCLOutput.json
@@ -1,12 +1,12 @@
{
"self": {
- "name": "TCA Alert Definition",
+ "name": "DCAE_CL_Output",
"version": "1.0.1",
- "description": "The format of the output event from TCA"
+ "description": "The format of the output CL event from DCAE to Policy"
},
"dataformatversion": "1.0.0",
"jsonschema": {
- "name": "TCA Alert",
+ "name": "CL Alert",
"version": "1.0.0",
"properties": {
"version": {
diff --git a/dpo/tcaSpec.json b/dpo/tcaSpec.json
index a7c697e..8e69c06 100644
--- a/dpo/tcaSpec.json
+++ b/dpo/tcaSpec.json
@@ -17,8 +17,8 @@
"publishes": [
{
"config_key": "tca_handle_out",
- "format": "TCA Alert Definition",
- "version": "1.0.0",
+ "format": "DCAE_CL_Output",
+ "version": "1.0.1",
"type": "message router"
}
]