summaryrefslogtreecommitdiffstats
path: root/dpo/data-formats/dcaeRCCOutput.json
blob: 72fb6eb1bb02933077d2d7c76c95f0405db106aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"
      }
    }
  }
}