diff options
author | an4828 <nekrassov@att.com> | 2017-09-26 14:35:17 -0400 |
---|---|---|
committer | an4828 <nekrassov@att.com> | 2017-09-26 14:35:24 -0400 |
commit | 06044df56fb07f4b368888581752855595e7b147 (patch) | |
tree | 6400a3a6ede762887861a621b7fdbfadd25190d5 /dpo/tcaOutput.json | |
parent | 475cb8c867038acd73ff540173d54bac3947c610 (diff) |
TCA: Support for VES/A&AI enrichment
Change-Id: I75e0f8e034b9334e918304739e4d73dd12c1ff62
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-116
Diffstat (limited to 'dpo/tcaOutput.json')
-rw-r--r-- | dpo/tcaOutput.json | 156 |
1 files changed, 78 insertions, 78 deletions
diff --git a/dpo/tcaOutput.json b/dpo/tcaOutput.json index 3f2e16b..172d63b 100644 --- a/dpo/tcaOutput.json +++ b/dpo/tcaOutput.json @@ -1,78 +1,78 @@ -{ - "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" - ] - } - } - } -} +{
+ "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"
+ ]
+ }
+ }
+ }
+}
|