aboutsummaryrefslogtreecommitdiffstats
path: root/policy/apex/NomadicONTContextType.avsc
diff options
context:
space:
mode:
authorStavros Kanarakis <stavros.kanarakis@nokia.com>2020-06-09 15:51:45 +0300
committerStavros Kanarakis <stavros.kanarakis@nokia.com>2020-06-10 11:41:05 +0300
commit0ff4d3c1eecc9f89cae953d6c3a1f56c164b9a19 (patch)
treee48fb46c9eb9fb73c0bfb3975559c004dae04e29 /policy/apex/NomadicONTContextType.avsc
parentc391088df82a68db96d24db5bf867dd540465ea5 (diff)
Policy artifacts (Apex) for BBS use case in Frankfurt
Issue-ID: INT-1499 Signed-off-by: Stavros Kanarakis <stavros.kanarakis@nokia.com> Change-Id: Ib40909ce11420b1d90a9c84ad66aaffbd18d487c
Diffstat (limited to 'policy/apex/NomadicONTContextType.avsc')
-rw-r--r--policy/apex/NomadicONTContextType.avsc112
1 files changed, 112 insertions, 0 deletions
diff --git a/policy/apex/NomadicONTContextType.avsc b/policy/apex/NomadicONTContextType.avsc
new file mode 100644
index 0000000..2eaeb71
--- /dev/null
+++ b/policy/apex/NomadicONTContextType.avsc
@@ -0,0 +1,112 @@
+{
+ "type": "record",
+ "name": "NomadicONTContext",
+ "fields": [
+ {
+ "name": "AAI",
+ "type": {
+ "type": "record",
+ "name": "VCPE_AAI_Type",
+ "namespace": "org.onap.policy.apex.onap.vcpe",
+ "fields": [
+ {
+ "name": "attachmentPoint",
+ "type": "string"
+ },
+ {
+ "name": "service_information_hsia_cfs_service_instance_id",
+ "type": "string"
+ },
+ {
+ "name": "cvlan",
+ "type": "string"
+ },
+ {
+ "name": "svlan",
+ "type": "string"
+ },
+ {
+ "name": "remoteId",
+ "type": "string"
+ }
+ ]
+ }
+ },
+ {
+ "name": "closedLoopAlarmStart",
+ "type": "long"
+ },
+ {
+ "name": "closedLoopAlarmEnd",
+ "type": "long"
+ },
+ {
+ "name": "closedLoopControlName",
+ "type": "string"
+ },
+ {
+ "name": "version",
+ "type": "string"
+ },
+ {
+ "name": "requestID",
+ "type": "string"
+ },
+ {
+ "name": "closedLoopEventClient",
+ "type": "string"
+ },
+ {
+ "name": "closedLoopEventStatus",
+ "type": "string"
+ },
+ {
+ "name": "target_type",
+ "type": "string"
+ },
+ {
+ "name": "target",
+ "type": "string"
+ },
+ {
+ "name": "from",
+ "type": "string"
+ },
+ {
+ "name": "policyScope",
+ "type": "string"
+ },
+ {
+ "name": "policyName",
+ "type": "string"
+ },
+ {
+ "name": "policyVersion",
+ "type": "string"
+ },
+ {
+ "name": "notification",
+ "type": "string"
+ },
+ {
+ "name": "notificationTime",
+ "type": "long"
+ },
+ {
+ "name": "result",
+ "type": "string"
+ },
+ {
+ "name": "message",
+ "type": "string"
+ },
+ {
+ "name": "url",
+ "type": "string"
+ },
+ {
+ "name": "aai_message",
+ "type": "string"
+ }
+ ]
+} \ No newline at end of file