aboutsummaryrefslogtreecommitdiffstats
path: root/dpo/tcaOutput.json
diff options
context:
space:
mode:
authoran4828 <nekrassov@att.com>2017-08-21 11:05:08 -0400
committerLusheng Ji <lji@research.att.com>2017-08-24 00:56:45 +0000
commite86be39dc5ff812b73398e0720aa3fbf0c48213c (patch)
treefe3198f180128163490c14c66a1d6074760b220b /dpo/tcaOutput.json
parentff6a13c7ce03ec95fba9d0b4f04b74d0bfeb6a47 (diff)
Initial TCA commit into DCAEGEN2
Change-Id: I5f7f8af2a00419854cafc34b79277df60d1af095 Issue-ID: DCAEGEN2-53 Signed-off-by: an4828 <nekrassov@att.com>
Diffstat (limited to 'dpo/tcaOutput.json')
-rw-r--r--dpo/tcaOutput.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/dpo/tcaOutput.json b/dpo/tcaOutput.json
new file mode 100644
index 0000000..03c836f
--- /dev/null
+++ b/dpo/tcaOutput.json
@@ -0,0 +1,63 @@
+{
+ "self": {
+ "name": "TCA Alert Definition",
+ "version": "1.0.0",
+ "description": "The format of the output event from TCA"
+ },
+ "dataformatversion": "1.0.0",
+ "jsonschema": {
+ "name": "TCA Alert",
+ "version": "1.0.0",
+ "properties": {
+ "closedLoopControlame": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ },
+ "requestID": {
+ "type": "string"
+ },
+ "closedLoopAlarmStart": {
+ "type": "string"
+ },
+ "closedLoopEventClient": {
+ "type": "string"
+ },
+ "target_type": {
+ "type": "string",
+ "enum": [ "VNF", "VM" ]
+ },
+ "target": {
+ "type": "string",
+ "enum": [ "generic-vnf.vnf-id", "vserver.vserver-name" ]
+ },
+ "AAI": {"anyOf": [
+ {"generic-vnf.vnf-id": {
+ "type": "string"
+ }},
+ {"vserver.vserver-name" : {
+ "type": "string"
+ }}]
+ },
+ "from": {
+ "type": "string",
+ "enum": [ "DCAE" ]
+ },
+ "policyScope": {
+ "type": "string"
+ },
+ "policyName": {
+ "type": "string"
+ },
+ "policyVersion": {
+ "type": "string"
+ },
+ "closedLoopEventStatus": {
+ "type": "string",
+ "enum": [ "ONSET" ]
+ }
+
+ }
+ }
+} \ No newline at end of file